code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3 values | license stringclasses 5 values | size int64 2 1.05M |
|---|---|---|---|---|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Data - remote retrieval (pynance.data.retrieve) — PyNance 0.2.0 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: '0.2.0',
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="PyNance 0.2.0 documentation" href="index.html" />
<link rel="up" title="Data (pynance.data)" href="data.html" />
<link rel="next" title="Interest rates (pynance.interest)" href="interest.html" />
<link rel="prev" title="Data - preprocessing functions (pynance.data.prep)" href="data.prep.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="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="interest.html" title="Interest rates (pynance.interest)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="data.prep.html" title="Data - preprocessing functions (pynance.data.prep)"
accesskey="P">previous</a> |</li>
<li><a href="index.html">PyNance 0.2.0 documentation</a> »</li>
<li><a href="data.html" accesskey="U">Data (<tt class="docutils literal"><span class="pre">pynance.data</span></tt>)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<span class="target" id="module-pynance.data.retrieve"></span><div class="section" id="data-remote-retrieval-pynance-data-retrieve">
<h1>Data - remote retrieval (<a class="reference internal" href="#module-pynance.data.retrieve" title="pynance.data.retrieve"><tt class="xref py py-mod docutils literal"><span class="pre">pynance.data.retrieve</span></tt></a>)<a class="headerlink" href="#data-remote-retrieval-pynance-data-retrieve" title="Permalink to this headline">ยถ</a></h1>
<p>Wraps <a class="reference external" href="http://pandas.pydata.org/pandas-docs/stable/remote_data.html">Pandas Remote Data Access</a>.</p>
<dl class="function">
<dt id="pynance.data.retrieve.get">
<tt class="descclassname">pynance.data.retrieve.</tt><tt class="descname">get</tt><big>(</big><em>equity</em>, <em>start</em>, <em>end</em><big>)</big><a class="reference internal" href="_modules/pynance/data/retrieve.html#get"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pynance.data.retrieve.get" title="Permalink to this definition">ยถ</a></dt>
<dd><p>Get DataFrame for an individual equity from Yahoo!</p>
<p class="rubric">Examples</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">import</span> <span class="nn">pynance</span> <span class="kn">as</span> <span class="nn">pn</span>
<span class="gp">>>> </span><span class="n">aapl</span> <span class="o">=</span> <span class="n">pn</span><span class="o">.</span><span class="n">data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s">'aapl'</span><span class="p">,</span> <span class="s">'2014-03-01'</span><span class="p">,</span> <span class="s">'2015-03-01'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">goog</span> <span class="o">=</span> <span class="n">pn</span><span class="o">.</span><span class="n">data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s">'goog'</span><span class="p">,</span> <span class="s">'2014'</span><span class="p">,</span> <span class="s">'2015'</span><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="data.prep.html"
title="previous chapter">Data - preprocessing functions (<tt class="docutils literal"><span class="pre">pynance.data.prep</span></tt>)</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="interest.html"
title="next chapter">Interest rates (<tt class="docutils literal"><span class="pre">pynance.interest</span></tt>)</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/data.retrieve.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="related">
<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="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="interest.html" title="Interest rates (pynance.interest)"
>next</a> |</li>
<li class="right" >
<a href="data.prep.html" title="Data - preprocessing functions (pynance.data.prep)"
>previous</a> |</li>
<li><a href="index.html">PyNance 0.2.0 documentation</a> »</li>
<li><a href="data.html" >Data (<tt class="docutils literal"><span class="pre">pynance.data</span></tt>)</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2015, Marshall Farrier.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60405568-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> | herberthudson/pynance | doc/public/html/0.2.0/data.retrieve.html | HTML | mit | 7,415 |
<!DOCTYPE html>
<html>
<style type="text/css">
img{
width: 500px;
border: solid;
border-color: rgb(235, 160, 191);
}
a{
font-size: 20px;
color: teal;
background-color: rgb(180, 234, 237);
}
p{
color: black;
border: solid;
border-color: black
background-color: rgb(185, 152, 237);
padding: 15px;
margin-top: 25px;
}
body{
color: black;
}
h1{
color: red;
}
.Extra {
color: rgb(0,70,100);
}
.specialDiv {
padding-left: 200px;
padding-right: 200px;
background-color: rgb(180, 234, 237);
}
</style>
<head>
<title>The Vampire Diaries</title>
</head>
<body style="background-color: rgb(166, 190, 255);">
<marquee><h1>The Vampire Diaries</h1></marquee>
<h2 class="Extra">One of the greatest CW shows ever made</h2>
<div class="specialDiv">
<h3>Written by: Justine Schulke</h3>
</div>
<hr>
<p>The vampire diaries is about a orphan girl named Elena Gilbert living in a small town called Mystic Falls. One day a man named Stefan Salvator and his brother, Damon Salvatore, move back into town and everything changes for Elena and her friends. She discovers secrets about the town, herself and who Damon and Stefan really are. <b>Vampires!</b> Her whole life changes as she goes through crazy adventures, wether it was falling in love with Stefan and Damon, finding her evil doppelganger, helping her brother and much more. The show gets an average of 5 million viewers per season and is loved by many people. Including me! I definitly reccomend this show for you to watch.
<p> This is now one of my favorite shows because it keeps me very intrigued and is so interesting. The plots for each season is so unexpected and each episode leaves you on a cliff hanger. I'm also done with the last season, I just recently started watching it. The genre of the show is supernatural/fantasy so I think that the elements of people not being human is really cool beacuse you get to see how someone lives in a different lifestyle than yours. This show also has a sequal which is The Originals. But instead of their being vampires, there are werewolves. That is the next show that I am going to watch when I am done. :)<br>
<img src="Vampire diaries.jpg">
<img src="Vampire diaries html.jpg">
<p class="Extra"> Some of my favorite Characters from The Vampire Diaries are:</p>
<ol type="A">
<li>Elena Gilbert</li>
<li>Damon Salvatore</li>
<li>Stefan Salvatore</li>
<li>Caroline Forbes</li>
<li>Jeremy Gilbert</li>
</ol>
<table>
<tr>
<td style="border: 1px solid red"> Season 1</td>
<td style="border: 1px solid red"> Season 2</td>
<td style="border: 1px solid red"> Season 3</td>
<td style="border: 1px solid red"> Season 4</td>
<td style="border: 1px solid red"> Season 5</td>
<td style="border: 1px solid red"> Season 6</td>
<td style="border: 1px solid red"> Season 7</td>
<td style="border: 1px solid red"> Season 8</td>
</tr>
<tr>
<td style="border: 1px solid white"> 22 episodes</td>
<td style="border: 1px solid white"> 22 episodes</td>
<td style="border: 1px solid white"> 22 episodes</td>
<td style="border: 1px solid white"> 23 episodes</td>
<td style="border: 1px solid white"> 22 episodes</td>
<td style="border: 1px solid white"> 22 episodes</td>
<td style="border: 1px solid white"> 22 episodes</td>
<td style="border: 1px solid white"> 16 episodes</td>
</tr>
</table>
<br>
<a href="https://vampirediaries.fandom.com/wiki/The_Vampire_Diaries_(TV_series)" target="_blank">Want to learn more on the best show ever? Click here!</a>
</body>
</html> | lminsky/9th-Grade-CS | docs/2019/a/justine/index.html | HTML | mit | 3,612 |
<div>
Configures maven environment to use within a pipeline job by calling <code>sh mvn</code> or <code>bat mvn</code>.
The selected maven installation will be configured and prepended to the path.
</div>
| jenkinsci/pipeline-maven-plugin | jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help.html | HTML | mit | 209 |
<?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: webkit-guide.pro Example File (webkit/webkit-guide/webkit-guide.pro)</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">webkit-guide.pro Example File</h1>
<span class="small-subtitle">webkit/webkit-guide/webkit-guide.pro</span>
<!-- $$$webkit/webkit-guide/webkit-guide.pro-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp"> #A simple .pro file to make Qt aware of the webkit-guide files.
#For documentation generation
#TEMPLATE += subdirs
SOURCES = anim_accord.htm \
anim_demo-rotate.htm \
anim_demo-scale.htm \
anim_demo-skew.htm \
anim_gallery.htm \
anim_panel.htm \
anim_pulse.htm \
anim_skew.htm \
anim_slide1.htm \
anim_slide2.htm \
anim_slide3.htm \
anim_tabbedSkew.htm \
_copyright.txt \
css3_backgrounds.htm \
css3_border-img.htm \
css3_gradientBack.htm \
css3_gradientBackStop.htm \
css3_gradientButton.htm \
css3_grad-radial.htm \
css3_mask-grad.htm \
css3_mask-img.htm \
css3_multicol.htm \
css3_reflect.htm \
css3_scroll.htm \
css3_sel-nth.htm \
css3_shadow.htm \
css3_text-overflow.htm \
css3_text-shadow.htm \
css3_text-stroke.htm \
form_tapper.htm \
form_toggler.htm \
_image_assets.htm \
_index.html \
layout_link-fmt.htm \
layout_tbl-keyhole.htm \
mob_condjs.htm \
mob_layout.htm \
mob_mediaquery.htm \
storage.htm \
css/anim_accord.css \
css/anim_demo-rotate.css \
css/anim_demo-scale.css \
css/anim_demo-skew.css \
css/anim_gallery.css \
css/anim_panel.css \
css/anim_pulse.css \
css/anim_skew.css \
css/anim_slide.css \
css/anim_tabbedSkew.css \
css/css3_backgrounds.css \
css/css3_border-img.css \
css/css3_gradientBack.css \
css/css3_gradientBackStop.css \
css/css3_gradientButton.css \
css/css3_grad-radial.css \
css/css3_mask-grad.css \
css/css3_mask-img.css \
css/css3_multicol.css \
css/css3_reflect.css \
css/css3_scroll.css \
css/css3_sel-nth.css \
css/css3_shadowBlur.css \
css/css3_shadow.css \
css/css3_text-overflow.css \
css/css3_text-shadow.css \
css/css3_text-stroke.css \
css/form_tapper.css \
css/form_toggler.css \
css/layout_link-fmt.css \
css/layout_tbl-keyhole.css \
css/mob_condjs.css \
css/mobile.css \
css/mob_mediaquery.css \
css/mq_desktop.css \
css/mqlayout_desktop.css \
css/mqlayout_mobile.css \
css/mqlayout_touch.css \
css/mq_mobile.css \
css/mq_touch.css \
css/storage.css \
img/border-frame.png \
img/gal1.jpg \
img/gal2.jpg \
img/gal3.jpg \
img/gal4.jpg \
img/gal5.jpg \
img/gal6.jpg \
img/gal7.jpg \
img/gal8.jpg \
img/gradient.jpg \
img/gray_icon_close.png \
img/ic_ag_016.png \
img/ic_ag_032.png \
img/ic_ag_036.png \
img/ic_ag_048.png \
img/ic_al_016.png \
img/ic_al_032.png \
img/ic_al_036.png \
img/ic_al_048.png \
img/ic_ar_016.png \
img/ic_ar_032.png \
img/ic_ar_036.png \
img/ic_ar_048.png \
img/ic_b_016.png \
img/ic_b_032.png \
img/ic_b_036.png \
img/ic_b_048.png \
img/ic_be_016.png \
img/ic_be_032.png \
img/ic_be_036.png \
img/ic_be_048.png \
img/ic_c_016.png \
img/ic_c_032.png \
img/ic_c_036.png \
img/ic_c_048.png \
img/ic_ca_016.png \
img/ic_ca_032.png \
img/ic_ca_036.png \
img/ic_ca_048.png \
img/ic_cl_016.png \
img/ic_cl_032.png \
img/ic_cl_036.png \
img/ic_cl_048.png \
img/ic_cu_016.png \
img/ic_cu_032.png \
img/ic_cu_036.png \
img/ic_cu_048.png \
img/ic_f_016.png \
img/ic_f_032.png \
img/ic_f_036.png \
img/ic_f_048.png \
img/ic_fe_016.png \
img/ic_fe_032.png \
img/ic_fe_036.png \
img/ic_fe_048.png \
img/ic_h_016.png \
img/ic_h_032.png \
img/ic_h_036.png \
img/ic_h_048.png \
img/ic_he_016.png \
img/ic_he_032.png \
img/ic_he_036.png \
img/ic_he_048.png \
img/ic_k_016.png \
img/ic_k_032.png \
img/ic_k_036.png \
img/ic_k_048.png \
img/ic_li_016.png \
img/ic_li_032.png \
img/ic_li_036.png \
img/ic_li_048.png \
img/ic_mg_016.png \
img/ic_mg_032.png \
img/ic_mg_036.png \
img/ic_mg_048.png \
img/ic_n_016.png \
img/ic_n_032.png \
img/ic_n_036.png \
img/ic_n_048.png \
img/ic_na_016.png \
img/ic_na_032.png \
img/ic_na_036.png \
img/ic_na_048.png \
img/ic_ne_016.png \
img/ic_ne_032.png \
img/ic_ne_036.png \
img/ic_ne_048.png \
img/ic_ni_016.png \
img/ic_ni_032.png \
img/ic_ni_036.png \
img/ic_ni_048.png \
img/ic_o_016.png \
img/ic_o_032.png \
img/ic_o_036.png \
img/ic_o_048.png \
img/icon_check.png \
img/icon_check_x24green.png \
img/icon_dismiss.png \
img/icon_dismiss_x22.png \
img/icon_drill-down.png \
img/icon_drill-down_x32.png \
img/icon_drill-up.png \
img/icon_drill-up_x32.png \
img/icon_expand-nav.png \
img/icon_head-collapsed.png \
img/icon_head-collapsed_x13.png \
img/icon_head-expanded.png \
img/icon_head-expanded_x13.png \
img/icon_info.png \
img/icon_info_x24.png \
img/icon_link-doc.png \
img/icon_link-email.png \
img/icon_link-external.png \
img/icon_link-pdf.png \
img/icon_link-ppt.png \
img/icon_link-rss.png \
img/icon_link-sms.png \
img/icon_link-tel.png \
img/icon_link-xls.png \
img/icon_list-all_circ.png \
img/icon_list-all.png \
img/icon_nav_end.png \
img/icon_nav-start.png \
img/icon_nav-top.png \
img/icon_nav-up.png \
img/icon_question.png \
img/icon_scroll-left.png \
img/icon_scroll-right.png \
img/icon_trash.png \
img/ic_pt_016.png \
img/ic_pt_032.png \
img/ic_pt_036.png \
img/ic_pt_048.png \
img/ic_si_016.png \
img/ic_si_032.png \
img/ic_si_036.png \
img/ic_si_048.png \
img/ic_zn_016.png \
img/ic_zn_032.png \
img/ic_zn_036.png \
img/ic_zn_048.png \
img/land1.jpg \
img/land2.jpg \
img/land3.jpg \
img/land4.jpg \
img/land5.jpg \
img/land6.jpg \
img/land7.jpg \
img/land8.jpg \
img/mask.png \
img/tnail_gal1.png \
img/tnail_gal2.png \
img/tnail_gal3.png \
img/tnail_gal4.png \
img/tnail_gal5.png \
img/tnail_gal6.png \
img/tnail_gal7.png \
img/tnail_gal8.png \
js/anim_accord.js \
js/anim_gallery.js \
js/anim_panel.js \
js/anim_skew.js \
js/css3_backgrounds.js \
js/css3_border-img.js \
js/css3_grad-radial.js \
js/css3_mask-grad.js \
js/css3_mask-img.js \
js/css3_text-overflow.js \
js/form_tapper.js \
js/mob_condjs.js \
js/mobile.js \
js/storage.js \</pre>
</div>
<!-- @@@webkit/webkit-guide/webkit-guide.pro -->
</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/webkit-webkit-guide-webkit-guide-pro.html | HTML | mit | 15,011 |
<a class="btn edit-on-github" href="https://github.com/efcl/efcl.github.io/edit/master/{{page.path | uri_escape}}"><span class="edito-on-github-label"></span>Edit on GitHub</a> | syoichi/efcl.github.io | _includes/edit-on-github.html | HTML | mit | 176 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>AKError Enumeration 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/Enum/AKError" class="dashAnchor"></a>
<a title="AKError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (95% documented)</p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html"> Reference</a>
<img id="carat" src="../img/carat.png" />
AKError Enumeration 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/AKLocationUtility.html">AKLocationUtility</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AKModelProvider.html">AKModelProvider</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AKRelativePosition.html">AKRelativePosition</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AKSceneKitUtils.html">AKSceneKitUtils</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AKWorld.html">AKWorld</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AKWorldMap.html">AKWorldMap</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AlwaysFacingMeHeading.html">AlwaysFacingMeHeading</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AnyEffect.html">AnyEffect</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AugmentedAnchor.html">AugmentedAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AugmentedSurfaceAnchor.html">AugmentedSurfaceAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AugmentedUIViewSurface.html">AugmentedUIViewSurface</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DefaultLocalStoreManager.html">DefaultLocalStoreManager</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DetectedSurfaceAnchor.html">DetectedSurfaceAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DeviceManager.html">DeviceManager</a>
</li>
<li class="nav-group-task">
<a href="../Classes/GazeTarget.html">GazeTarget</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Heading.html">Heading</a>
</li>
<li class="nav-group-task">
<a href="../Classes/MDLAssetTools.html">MDLAssetTools</a>
</li>
<li class="nav-group-task">
<a href="../Classes/NorthHeading.html">NorthHeading</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PathAnchor.html">PathAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PathSegmentAnchor.html">PathSegmentAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Classes/QuaternionUtilities.html">QuaternionUtilities</a>
</li>
<li class="nav-group-task">
<a href="../Classes/RealSurfaceAnchor.html">RealSurfaceAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Renderer.html">Renderer</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Renderer.html#/s:10AugmentKit8RendererC9ConstantsO">โ Constants</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Renderer/RendererState.html">โ RendererState</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Renderer/SurfaceDetectionState.html">โ SurfaceDetectionState</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SHA256.html">SHA256</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SameHeading.html">SameHeading</a>
</li>
<li class="nav-group-task">
<a href="../Classes/UserTracker.html">UserTracker</a>
</li>
<li class="nav-group-task">
<a href="../Classes/WorldHeading.html">WorldHeading</a>
</li>
<li class="nav-group-task">
<a href="../Classes/WorldHeading/WorldHeadingType.html">โ WorldHeadingType</a>
</li>
<li class="nav-group-task">
<a href="../Classes/WorldLocationManager.html">WorldLocationManager</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Global%20Variables.html">Global Variables</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit25AKErrorCodeDeviceNotFoundSivp">AKErrorCodeDeviceNotFound</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit43AKErrorCodeIntermediateMeshDataNotAvailableSivp">AKErrorCodeIntermediateMeshDataNotAvailable</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit39AKErrorCodeIntermediateMeshDataNotFoundSivp">AKErrorCodeIntermediateMeshDataNotFound</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit26AKErrorCodeInvalidMeshDataSivp">AKErrorCodeInvalidMeshData</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit35AKErrorCodeMissingVertexDescriptorsSivp">AKErrorCodeMissingVertexDescriptors</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit24AKErrorCodeModelNotFoundSivp">AKErrorCodeModelNotFound</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit28AKErrorCodeModelNotSupportedSivp">AKErrorCodeModelNotSupported</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit32AKErrorCodeModelProviderNotFoundSivp">AKErrorCodeModelProviderNotFound</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit29AKErrorCodeRenderPassNotFoundSivp">AKErrorCodeRenderPassNotFound</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit45AKErrorCodeRenderPipelineInitializationFailedSivp">AKErrorCodeRenderPipelineInitializationFailed</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit37AKErrorCodeShaderInitializationFailedSivp">AKErrorCodeShaderInitializationFailed</a>
</li>
<li class="nav-group-task">
<a href="../Global%20Variables.html#/s:10AugmentKit13AKErrorDomainSSvp">AKErrorDomain</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/AKEffectType.html">AKEffectType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/AKError.html">AKError</a>
</li>
<li class="nav-group-task">
<a href="../Enums/AKErrorType.html">AKErrorType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HeadingType.html">HeadingType</a>
</li>
<li class="nav-group-task">
<a href="../Enums/HeadingValidationError.html">HeadingValidationError</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ModelErrorReason.html">ModelErrorReason</a>
</li>
<li class="nav-group-task">
<a href="../Enums/RenderPipelineErrorReason.html">RenderPipelineErrorReason</a>
</li>
<li class="nav-group-task">
<a href="../Enums/ShaderPreference.html">ShaderPreference</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/FloatingPoint.html">FloatingPoint</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Int.html">Int</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Notification.html">Notification</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Notification/Name.html">โ Name</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/SIMD3.html">SIMD3</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/SIMD4.html">SIMD4</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/double4x4.html">double4x4</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/float4x4.html">float4x4</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/simd_quatd.html">simd_quatd</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/simd_quatf.html">simd_quatf</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/AKAnchor.html">AKAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKAnimatable.html">AKAnimatable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKAugmentedAnchor.html">AKAugmentedAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:10AugmentKit18AKAugmentedTrackerP">AKAugmentedTracker</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKEffect.html">AKEffect</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKEntity.html">AKEntity</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKGeometricEntity.html">AKGeometricEntity</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKGeometricEntityGroup.html">AKGeometricEntityGroup</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKHeading.html">AKHeading</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKPath.html">AKPath</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKPathSegmentAnchor.html">AKPathSegmentAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKPulsingAnimatable.html">AKPulsingAnimatable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKRealAnchor.html">AKRealAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKRealSurfaceAnchor.html">AKRealSurfaceAnchor</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:10AugmentKit13AKRealTrackerP">AKRealTracker</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKTarget.html">AKTarget</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKTracker.html">AKTracker</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKWorldLocation.html">AKWorldLocation</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/AKWorldMonitor.html">AKWorldMonitor</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/LocalStoreManager.html">LocalStoreManager</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/LocationManager.html">LocationManager</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/ModelProvider.html">ModelProvider</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/RenderDelegate.html">RenderDelegate</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/RenderDestinationProvider.html">RenderDestinationProvider</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/RenderMonitor.html">RenderMonitor</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/AKCube.html">AKCube</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKLine.html">AKLine</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKSphere.html">AKSphere</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKSphereLineIntersection.html">AKSphereLineIntersection</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKVector.html">AKVector</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldConfiguration.html">AKWorldConfiguration</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldDistance.html">AKWorldDistance</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldStatus.html">AKWorldStatus</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldStatus/Status.html">โ Status</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldStatus/ARKitInitializationPhase.html">โ ARKitInitializationPhase</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldStatus/SurfacesInitializationPhase.html">โ SurfacesInitializationPhase</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldStatus/LocationInitializationPhase.html">โ LocationInitializationPhase</a>
</li>
<li class="nav-group-task">
<a href="../Structs/AKWorldStatus/Quality.html">โ Quality</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit16AnimatedSkeletonV">AnimatedSkeleton</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit24ArgumentBufferPropertiesV">ArgumentBufferProperties</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit14AssetErrorInfoV">AssetErrorInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit16CameraPropertiesV">CameraProperties</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ConstantAlphaEffect.html">ConstantAlphaEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ConstantGlowEffect.html">ConstantGlowEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ConstantScaleEffect.html">ConstantScaleEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ConstantTintEffect.html">ConstantTintEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit8DrawDataV">DrawData</a>
</li>
<li class="nav-group-task">
<a href="../Structs/DrawSubData.html">DrawSubData</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit15EnvironmentDataV">EnvironmentData</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit21EnvironmentPropertiesV">EnvironmentProperties</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit11EulerAnglesV">EulerAngles</a>
</li>
<li class="nav-group-task">
<a href="../Structs/GroundFixedWorldLocation.html">GroundFixedWorldLocation</a>
</li>
<li class="nav-group-task">
<a href="../Structs/HeadingRotation.html">HeadingRotation</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit11MeshGPUDataV">MeshGPUData</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit14ModelErrorInfoV">ModelErrorInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit17PipelineErrorInfoV">PipelineErrorInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs/PulsingAlphaEffect.html">PulsingAlphaEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs/PulsingGlowEffect.html">PulsingGlowEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs/PulsingScaleEffect.html">PulsingScaleEffect</a>
</li>
<li class="nav-group-task">
<a href="../Structs/RenderOptions.html">RenderOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/RenderStats.html">RenderStats</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit16ShadowPropertiesV">ShadowProperties</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit8SkinDataV">SkinData</a>
</li>
<li class="nav-group-task">
<a href="../Structs.html#/s:10AugmentKit19UnderlyingErrorInfoV">UnderlyingErrorInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs/WorldLocation.html">WorldLocation</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>AKError</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">AKError</span> <span class="p">:</span> <span class="kt">Error</span></code></pre>
</div>
</div>
<p><code>AKError</code>‘s are describe according to severity.</p>
<ul>
<li><code>warning</code>s may hint to a misconfiguration or a possible oversight. AugmentKit is still running properly but you should be aware of warnings and make sure that it is what you intended.</li>
<li><code>recoverableError</code>s are errors that should be fixed but are not serious enough to terminate the session. The consequences of proceeding despite serious warnings might be that somw AR objects are not rendered or rendered improperly.</li>
<li><code>seriousError</code>s are errors that cause AugmentKit to be in an unstable state. No recovery is possible.</li>
</ul>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:10AugmentKit7AKErrorO7warningyAcA0C4TypeOcACmF"></a>
<a name="//apple_ref/swift/Element/warning(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:10AugmentKit7AKErrorO7warningyAcA0C4TypeOcACmF">warning(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>An error which may hint to a misconfiguration or a possible oversight. AugmentKit is still running properly but you should be aware of warnings and make sure that it is what you intended.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="nf">warning</span><span class="p">(</span><span class="kt"><a href="../Enums/AKErrorType.html">AKErrorType</a></span><span class="p">)</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10AugmentKit7AKErrorO16recoverableErroryAcA0C4TypeOcACmF"></a>
<a name="//apple_ref/swift/Element/recoverableError(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:10AugmentKit7AKErrorO16recoverableErroryAcA0C4TypeOcACmF">recoverableError(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>An error which should be fixed but are not serious enough to terminate the session. The consequences of proceeding despite serious warnings might be that somw AR objects are not rendered or rendered improperly.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="nf">recoverableError</span><span class="p">(</span><span class="kt"><a href="../Enums/AKErrorType.html">AKErrorType</a></span><span class="p">)</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10AugmentKit7AKErrorO12seriousErroryAcA0C4TypeOcACmF"></a>
<a name="//apple_ref/swift/Element/seriousError(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:10AugmentKit7AKErrorO12seriousErroryAcA0C4TypeOcACmF">seriousError(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>An error which cause AugmentKit to be in an unstable state. No recovery is possible.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="k">case</span> <span class="nf">seriousError</span><span class="p">(</span><span class="kt"><a href="../Enums/AKErrorType.html">AKErrorType</a></span><span class="p">)</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2019 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2019-09-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy โชโซ v0.11.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| JamieScanlon/AugmentKit | docs/docsets/.docset/Contents/Resources/Documents/Enums/AKError.html | HTML | mit | 27,263 |
<!DOCTYPE html>
<html lang="en">
<head>
<style>
#loading .svg-icon-loader {position: absolute;top: 50%;left: 50%;margin: -50px 0 0 -50px;}
</style>
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title> Tile boxes </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/icons/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/icons/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/icons/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/icons/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="assets/images/icons/favicon.png">
<link rel="stylesheet" type="text/css" href="assets/admin-all-demo.css">
<!-- JS Core -->
<script type="text/javascript" src="assets/js-core.js"></script>
<script type="text/javascript">
$(window).load(function(){
setTimeout(function() {
$('#loading').fadeOut( 400, "linear" );
}, 300);
});
</script>
</head>
<body>
<div id="sb-site">
<div class="sb-slidebar bg-black sb-left sb-style-overlay">
<div class="scrollable-content scrollable-slim-sidebar">
<div class="pad10A">
<div class="divider-header">Online</div>
<ul class="chat-box">
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial1.jpg" alt="">
<div class="small-badge bg-green"></div>
</div>
<b>
Grace Padilla
</b>
<p>On the other hand, we denounce...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial2.jpg" alt="">
<div class="small-badge bg-green"></div>
</div>
<b>
Carl Gamble
</b>
<p>Dislike men who are so beguiled...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial3.jpg" alt="">
<div class="small-badge bg-green"></div>
</div>
<b>
Michael Poole
</b>
<p>Of pleasure of the moment, so...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial4.jpg" alt="">
<div class="small-badge bg-green"></div>
</div>
<b>
Bill Green
</b>
<p>That they cannot foresee the...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial5.jpg" alt="">
<div class="small-badge bg-green"></div>
</div>
<b>
Cheryl Soucy
</b>
<p>Pain and trouble that are bound...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
</ul>
<div class="divider-header">Idle</div>
<ul class="chat-box">
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial6.jpg" alt="">
<div class="small-badge bg-orange"></div>
</div>
<b>
Jose Kramer
</b>
<p>Equal blame belongs to those...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial7.jpg" alt="">
<div class="small-badge bg-orange"></div>
</div>
<b>
Dan Garcia
</b>
<p>Weakness of will, which is same...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial8.jpg" alt="">
<div class="small-badge bg-orange"></div>
</div>
<b>
Edward Bridges
</b>
<p>These cases are perfectly simple...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
</ul>
<div class="divider-header">Offline</div>
<ul class="chat-box">
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial1.jpg" alt="">
<div class="small-badge bg-red"></div>
</div>
<b>
Randy Herod
</b>
<p>In a free hour, when our power...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
<li>
<div class="status-badge">
<img class="img-circle" width="40" src="assets/image-resources/people/testimonial2.jpg" alt="">
<div class="small-badge bg-red"></div>
</div>
<b>
Patricia Bagley
</b>
<p>when nothing prevents our being...</p>
<a href="#" class="btn btn-md no-border radius-all-100 btn-black"><i class="glyph-icon icon-comments-o"></i></a>
</li>
</ul>
</div>
</div>
</div>
<div class="sb-slidebar bg-black sb-right sb-style-overlay">
<div class="scrollable-content scrollable-slim-sidebar">
<div class="pad15A">
<a href="#" title="" data-toggle="collapse" data-target="#sidebar-toggle-1" class="popover-title">
Cloud status
<span class="caret"></span>
</a>
<div id="sidebar-toggle-1" class="collapse in">
<div class="pad15A">
<div class="row">
<div class="col-md-4">
<div class="text-center font-gray pad5B text-transform-upr font-size-12">New visits</div>
<div class="chart-alt-3 font-gray-dark" data-percent="55"><span>55</span>%</div>
</div>
<div class="col-md-4">
<div class="text-center font-gray pad5B text-transform-upr font-size-12">Bounce rate</div>
<div class="chart-alt-3 font-gray-dark" data-percent="46"><span>46</span>%</div>
</div>
<div class="col-md-4">
<div class="text-center font-gray pad5B text-transform-upr font-size-12">Server load</div>
<div class="chart-alt-3 font-gray-dark" data-percent="92"><span>92</span>%</div>
</div>
</div>
<div class="divider mrg15T mrg15B"></div>
<div class="text-center">
<a href="#" class="btn center-div btn-info mrg5T btn-sm text-transform-upr updateEasyPieChart">
<i class="glyph-icon icon-refresh"></i>
Update charts
</a>
</div>
</div>
</div>
<div class="clear"></div>
<a href="#" title="" data-toggle="collapse" data-target="#sidebar-toggle-6" class="popover-title">
Latest transfers
<span class="caret"></span>
</a>
<div id="sidebar-toggle-6" class="collapse in">
<ul class="files-box">
<li>
<i class="files-icon glyph-icon font-red icon-file-archive-o"></i>
<div class="files-content">
<b>blog_export.zip</b>
<div class="files-date">
<i class="glyph-icon icon-clock-o"></i>
added on <b>22.10.2014</b>
</div>
</div>
<div class="files-buttons">
<a href="#" class="btn btn-xs hover-info tooltip-button" data-placement="left" title="Download">
<i class="glyph-icon icon-cloud-download"></i>
</a>
<a href="#" class="btn btn-xs hover-danger tooltip-button" data-placement="left" title="Delete">
<i class="glyph-icon icon-times"></i>
</a>
</div>
</li>
<li class="divider"></li>
<li>
<i class="files-icon glyph-icon icon-file-code-o"></i>
<div class="files-content">
<b>homepage-test.html</b>
<div class="files-date">
<i class="glyph-icon icon-clock-o"></i>
added <b>19.10.2014</b>
</div>
</div>
<div class="files-buttons">
<a href="#" class="btn btn-xs hover-info tooltip-button" data-placement="left" title="Download">
<i class="glyph-icon icon-cloud-download"></i>
</a>
<a href="#" class="btn btn-xs hover-danger tooltip-button" data-placement="left" title="Delete">
<i class="glyph-icon icon-times"></i>
</a>
</div>
</li>
<li class="divider"></li>
<li>
<i class="files-icon glyph-icon font-yellow icon-file-image-o"></i>
<div class="files-content">
<b>monthlyReport.jpg</b>
<div class="files-date">
<i class="glyph-icon icon-clock-o"></i>
added on <b>10.9.2014</b>
</div>
</div>
<div class="files-buttons">
<a href="#" class="btn btn-xs hover-info tooltip-button" data-placement="left" title="Download">
<i class="glyph-icon icon-cloud-download"></i>
</a>
<a href="#" class="btn btn-xs hover-danger tooltip-button" data-placement="left" title="Delete">
<i class="glyph-icon icon-times"></i>
</a>
</div>
</li>
<li class="divider"></li>
<li>
<i class="files-icon glyph-icon font-green icon-file-word-o"></i>
<div class="files-content">
<b>new_presentation.doc</b>
<div class="files-date">
<i class="glyph-icon icon-clock-o"></i>
added on <b>5.9.2014</b>
</div>
</div>
<div class="files-buttons">
<a href="#" class="btn btn-xs hover-info tooltip-button" data-placement="left" title="Download">
<i class="glyph-icon icon-cloud-download"></i>
</a>
<a href="#" class="btn btn-xs hover-danger tooltip-button" data-placement="left" title="Delete">
<i class="glyph-icon icon-times"></i>
</a>
</div>
</li>
</ul>
</div>
<div class="clear"></div>
<a href="#" title="" data-toggle="collapse" data-target="#sidebar-toggle-3" class="popover-title">
Tasks for today
<span class="caret"></span>
</a>
<div id="sidebar-toggle-3" class="collapse in">
<ul class="progress-box">
<li>
<div class="progress-title">
New features development
<b>87%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="87">
<div class="progressbar-value bg-azure">
<div class="progressbar-overlay"></div>
</div>
</div>
</li>
<li>
<div class="progress-title">
Finishing uploading files
<b>66%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="66">
<div class="progressbar-value bg-red">
<div class="progressbar-overlay"></div>
</div>
</div>
</li>
<li>
<div class="progress-title">
Creating tutorials
<b>58%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="58">
<div class="progressbar-value bg-blue-alt"></div>
</div>
</li>
<li>
<div class="progress-title">
Frontend bonus theme
<b>74%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="74">
<div class="progressbar-value bg-purple"></div>
</div>
</li>
</ul>
</div>
<div class="clear"></div>
<a href="#" title="" data-toggle="collapse" data-target="#sidebar-toggle-4" class="popover-title">
Pending notifications
<span class="bs-label bg-orange tooltip-button" title="Label example">New</span>
<span class="caret"></span>
</a>
<div id="sidebar-toggle-4" class="collapse in">
<ul class="notifications-box notifications-box-alt">
<li>
<span class="bg-purple icon-notification glyph-icon icon-users"></span>
<span class="notification-text">This is an error notification</span>
<div class="notification-time">
a few seconds ago
<span class="glyph-icon icon-clock-o"></span>
</div>
<a href="#" class="notification-btn btn btn-xs btn-black tooltip-button" data-placement="left" title="View details">
<i class="glyph-icon icon-arrow-right"></i>
</a>
</li>
<li>
<span class="bg-warning icon-notification glyph-icon icon-ticket"></span>
<span class="notification-text">This is a warning notification</span>
<div class="notification-time">
<b>15</b> minutes ago
<span class="glyph-icon icon-clock-o"></span>
</div>
<a href="#" class="notification-btn btn btn-xs btn-black tooltip-button" data-placement="left" title="View details">
<i class="glyph-icon icon-arrow-right"></i>
</a>
</li>
<li>
<span class="bg-green icon-notification glyph-icon icon-random"></span>
<span class="notification-text font-green">A success message example.</span>
<div class="notification-time">
<b>2 hours</b> ago
<span class="glyph-icon icon-clock-o"></span>
</div>
<a href="#" class="notification-btn btn btn-xs btn-black tooltip-button" data-placement="left" title="View details">
<i class="glyph-icon icon-arrow-right"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="loading">
<div class="svg-icon-loader">
<img src="assets/images/svg-loaders/bars.svg" width="40" alt="">
</div>
</div>
<div id="page-wrapper">
<div id="mobile-navigation">
<button id="nav-toggle" class="collapsed" data-toggle="collapse" data-target="#page-sidebar"><span></span></button>
</div>
<div id="page-sidebar">
<div id="header-logo" class="logo-bg">
<a href="index.html" class="logo-content-big" title="DelightUI">
Delight <i>UI</i>
<span>Material Design Dashboard Template</span>
</a>
<a href="index.html" class="logo-content-small" title="DelightUI">
Delight <i>UI</i>
<span>Material Design Dashboard Template</span>
</a>
<a id="close-sidebar" href="#" title="Close sidebar">
<i class="glyph-icon icon-outdent"></i>
</a>
</div>
<div class="scroll-sidebar">
<ul id="sidebar-menu">
<li class="header"><span>Overview</span></li>
<li>
<a href="index.html" title="Admin Dashboard">
<i class="glyph-icon icon-linecons-tv"></i>
<span>Admin dashboard</span>
</a>
</li>
<li class="header"><span>Components</span></li>
<li>
<a href="javascript:void(0);" title="Elements">
<i class="glyph-icon icon-linecons-diamond"></i>
<span>Elements</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="buttons.html" title="Buttons"><span>Buttons</span></a></li>
<li><a href="labels-badges.html" title="Labels & Badges"><span>Labels & Badges</span></a></li>
<li><a href="content-boxes.html" title="Content boxes"><span>Content boxes</span></a></li>
<li><a href="icons.html" title="Icons"><span>Icons</span></a></li>
<li><a href="nav-menus.html" title="Navigation menus"><span>Navigation menus</span></a></li>
<li><a href="response-messages.html" title="Response messages"><span>Response messages</span></a></li>
<li><a href="images.html" title="Images"><span>Images</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Dashboard boxes">
<i class="glyph-icon icon-linecons-lightbulb"></i>
<span>Dashboard boxes</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="chart-boxes.html" title="Chart boxes"><span>Chart boxes</span></a></li>
<li><a href="tile-boxes.html" title="Tile boxes"><span>Tile boxes</span></a></li>
<li><a href="social-boxes.html" title="Social boxes"><span>Social boxes</span></a></li>
<li><a href="panel-boxes.html" title="Panel boxes"><span>Panel boxes</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Widgets">
<i class="glyph-icon icon-linecons-wallet"></i>
<span>Widgets</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="tabs.html" title="Responsive tabs"><span>Responsive tabs</span></a></li>
<li><a href="collapsable.html" title="Collapsables"><span>Collapsable accordions</span></a></li>
<li><a href="bs-carousel.html" title="Bootstrap Carousel"><span>Bootstrap carousel</span></a></li>
<li><a href="calendar.html" title="Calendar"><span>Calendar</span></a></li>
<li><a href="scrollbars.html" title="Custom scrollbars"><span>Custom scrollbars</span></a></li>
<li><a href="modals.html" title="Modals"><span>Modals</span></a></li>
<li><a href="notifications.html" title="Notifications"><span>Notifications</span></a></li>
<li><a href="lazyload.html" title="Lazyload"><span>Lazyload</span></a></li>
<li><a href="loading-feedback.html" title="Loading feedback"><span>Loading feedback</span></a></li>
<li><a href="popovers-tooltips.html" title="Popovers & Tooltips"><span>Popovers & Tooltips</span></a></li>
<li><a href="progress-bars.html" title="Progress bars"><span>Progress bars</span></a></li>
<li><a href="sortable-elements.html" title="Sortable elements"><span>Sortable elements</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Forms UI">
<i class="glyph-icon icon-linecons-eye"></i>
<span>Forms UI</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="forms-elements.html" title="Form elements"><span>Form elements</span></a></li>
<li><a href="forms-validation.html" title="Form validation"><span>Form validation</span></a></li>
<li><a href="pickers.html" title="Pickers"><span>Pickers</span></a></li>
<li><a href="sliders.html" title="Sliders"><span>Sliders</span></a></li>
<li><a href="forms-wizard.html" title="Form wizards"><span>Form wizards</span></a></li>
<li><a href="forms-masks.html" title="Form input masks"><span>Form input masks</span></a></li>
<li><a href="image-crop.html" title="Image crop"><span>Image crop</span></a></li>
<li><a href="dropzone-uploader.html" title="Dropzone uploader"><span>Dropzone uploader</span></a></li>
<li><a href="multi-uploader.html" title="Multi uploader"><span>Multi uploader</span></a></li>
<li><a href="input-knobs.html" title="Input knobs"><span>Input knobs</span></a></li>
<li><a href="ckeditor.html" title="Ckeditor"><span>Ckeditor</span></a></li>
<li><a href="summernote.html" title="Summernote"><span>Summernote</span></a></li>
<li><a href="markdown.html" title="Markdown editor"><span>Markdown editor</span></a></li>
<li><a href="inline-editor.html" title="Inline editor"><span>Inline editor</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Advanced tables">
<i class="glyph-icon icon-linecons-megaphone"></i>
<span>Advanced tables</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="tables.html" title="Basic tables"><span>Basic tables</span></a></li>
<li><a href="responsive-tables.html" title="Responsive tables"><span>Responsive tables</span></a></li>
<li><a href="data-tables.html" title="Data tables"><span>Data tables</span></a></li>
<li><a href="advanced-datatables.html" title="Advanced data tables"><span>Advanced data tables</span></a></li>
<li><a href="fixed-datatables.html" title="Fixed data tables"><span>Fixed data tables</span></a></li>
<li><a href="responsive-datatables.html" title="Responsive data tables"><span>Responsive data tables</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Charts">
<i class="glyph-icon icon-linecons-paper-plane"></i>
<span>Charts</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="flot-charts.html" title="Flot charts"><span>Flot charts</span></a></li>
<li><a href="sparklines.html" title="Sparklines"><span>Sparklines</span></a></li>
<li><a href="pie-gages.html" title="PieGages"><span>PieGages</span></a></li>
<li><a href="just-gage.html" title="justGage"><span>justGage</span></a></li>
<li><a href="morris-charts.html" title="Morris charts"><span>Morris charts</span></a></li>
<li><a href="xcharts.html" title="xCharts"><span>xCharts</span></a></li>
<li><a href="chart-js.html" title="Chart.js"><span>Chart.js</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Maps">
<i class="glyph-icon icon-linecons-sound"></i>
<span>Maps</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="gmaps.html" title="gMaps"><span>gMaps</span></a></li>
<li><a href="vector-maps.html" title="Vector maps"><span>Vector maps</span></a></li>
<li><a href="mapael.html" title="Mapael"><span>Mapael</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li class="header"><span>Extra</span></li>
<li>
<a href="javascript:void(0);" title="Pages">
<i class="glyph-icon icon-linecons-fire"></i>
<span>Pages</span>
<span class="bs-label badge-yellow">NEW</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="index-alt.html" title="Alternate dashboard"><span>Alternate dashboard</span></a></li>
<li><a href="view-profile.html" title="View profile"><span>View profile</span></a></li>
<li><a href="faq-section.html" title="FAQ section"><span>FAQ section</span></a></li>
<li><a href="auto-menu.html" title="Auto menu"><span>Auto menu</span></a></li>
<li><a href="invoice.html" title="Invoice"><span>Invoice</span></a></li>
<li><a href="admin-blog.html" title="Blog posts list"><span>Blog posts list</span></a></li>
<li><a href="admin-pricing.html" title="Pricing tables"><span>Pricing tables</span></a></li>
<li><a href="portfolio-gallery.html" title="Portfolio gallery"><span>Portfolio gallery</span></a></li>
<li><a href="portfolio-masonry.html" title="Portfolio masonry"><span>Portfolio masonry</span></a></li>
<li><a href="slidebars.html" title="Slidebars"><span>Slidebars</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Other Pages">
<i class="glyph-icon icon-linecons-cup"></i>
<span>Other Pages</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="login-1" target="_blank.html" title="Login page 1"><span>Login page 1</span></a></li>
<li><a href="login-2" target="_blank.html" title="Login page 2"><span>Login page 2</span></a></li>
<li><a href="login-3" target="_blank.html" title="Login page 3"><span>Login page 3</span></a></li>
<li><a href="login-4" target="_blank.html" title="Login page 4"><span>Login page 4</span></a></li>
<li><a href="login-5" target="_blank.html" title="Login page 5"><span>Login page 5</span></a></li>
<li><a href="lockscreen-1" target="_blank.html" title="Lockscreen page 1"><span>Lockscreen page 1</span></a></li>
<li><a href="lockscreen-2" target="_blank.html" title="Lockscreen page 2"><span>Lockscreen page 2</span></a></li>
<li><a href="lockscreen-3" target="_blank.html" title="Lockscreen page 3"><span>Lockscreen page 3</span></a></li>
<li><a href="server-1" target="_blank.html" title="Server page 1"><span>Error 404 page</span></a></li>
<li><a href="server-2" target="_blank.html" title="Server page 2"><span>Error 404 alternate</span></a></li>
<li><a href="server-3" target="_blank.html" title="Server page 3"><span>Server 500 error</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Mailbox">
<i class="glyph-icon icon-linecons-mail"></i>
<span>Mailbox</span>
<span class="bs-badge badge-danger">3</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="mailbox-inbox.html" title="Inbox"><span>Inbox</span></a></li>
<li><a href="mailbox-compose.html" title="Compose message"><span>Compose message</span></a></li>
<li><a href="mailbox-single.html" title="Single message"><span>Single message</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Snippets">
<i class="glyph-icon icon-linecons-cd"></i>
<span>Snippets</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="timeline.html" title="Timeline"><span>Timeline</span></a></li>
<li><a href="chat.html" title="Chat"><span>Chat</span></a></li>
<li><a href="checklist.html" title="Checklist"><span>Checklist</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
<li>
<a href="javascript:void(0);" title="Helpers">
<i class="glyph-icon icon-linecons-doc"></i>
<span>Helpers</span>
</a>
<div class="sidebar-submenu">
<ul>
<li><a href="helper-classes.html" title="Helper classes"><span>Helper classes</span></a></li>
<li><a href="page-transitions.html" title="Page transitions"><span>Page transitions</span></a></li>
<li><a href="animations.html" title="Animations"><span>Animations</span></a></li>
</ul>
</div><!-- .sidebar-submenu -->
</li>
</ul><!-- #sidebar-menu -->
</div>
</div>
<div id="page-content-wrapper">
<div id="page-content">
<div id="page-header">
<div id="header-nav-left">
<a class="header-btn" id="logout-btn" href="lockscreen-3.html" title="Lockscreen page example">
<i class="glyph-icon icon-linecons-lock"></i>
</a>
<div class="user-account-btn dropdown">
<a href="#" title="My Account" class="user-profile clearfix" data-toggle="dropdown">
<img width="28" src="assets/image-resources/gravatar.jpg" alt="Profile image">
<span>Michael Lee</span>
<i class="glyph-icon icon-angle-down"></i>
</a>
<div class="dropdown-menu float-right">
<div class="box-sm">
<div class="login-box clearfix">
<div class="user-img">
<a href="#" title="" class="change-img">Change photo</a>
<img src="assets/image-resources/gravatar.jpg" alt="">
</div>
<div class="user-info">
<span>
Michael Lee
<i>UX/UI developer</i>
</span>
<a href="#" title="Edit profile">Edit profile</a>
<a href="#" title="View notifications">View notifications</a>
</div>
</div>
<div class="divider"></div>
<ul class="reset-ul mrg5B">
<li>
<a href="#">
View login page example
<i class="glyph-icon float-right icon-caret-right"></i>
</a>
</li>
<li>
<a href="#">
View lockscreen example
<i class="glyph-icon float-right icon-caret-right"></i>
</a>
</li>
<li>
<a href="#">
View account details
<i class="glyph-icon float-right icon-caret-right"></i>
</a>
</li>
</ul>
<div class="button-pane button-pane-alt pad5L pad5R text-center">
<a href="#" class="btn btn-flat display-block font-normal btn-danger">
<i class="glyph-icon icon-power-off"></i>
Logout
</a>
</div>
</div>
</div>
</div>
</div><!-- #header-nav-left -->
<div id="header-nav-right">
<a href="#" class="hdr-btn popover-button" title="Search" data-placement="bottom" data-id="#popover-search">
<i class="glyph-icon icon-search"></i>
</a>
<div class="hide" id="popover-search">
<div class="pad5A box-md">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search terms here ...">
<span class="input-group-btn">
<a class="btn btn-primary" href="#">Search</a>
</span>
</div>
</div>
</div>
<div class="dropdown" id="dashnav-btn">
<a href="#" data-toggle="dropdown" data-placement="bottom" class="popover-button-header tooltip-button" title="Dashboard Quick Menu">
<i class="glyph-icon icon-linecons-cog"></i>
</a>
<div class="dropdown-menu float-left">
<div class="box-sm">
<div class="pad5T pad5B pad10L pad10R dashboard-buttons clearfix">
<a href="#" class="btn vertical-button hover-blue-alt" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-dashboard opacity-80 font-size-20"></i>
</span>
Dashboard
</a>
<a href="#" class="btn vertical-button hover-green" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-tags opacity-80 font-size-20"></i>
</span>
Widgets
</a>
<a href="#" class="btn vertical-button hover-orange" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-fire opacity-80 font-size-20"></i>
</span>
Tables
</a>
<a href="#" class="btn vertical-button hover-orange" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-bar-chart-o opacity-80 font-size-20"></i>
</span>
Charts
</a>
<a href="#" class="btn vertical-button hover-purple" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-laptop opacity-80 font-size-20"></i>
</span>
Buttons
</a>
<a href="#" class="btn vertical-button hover-azure" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-code opacity-80 font-size-20"></i>
</span>
Panels
</a>
</div>
<div class="divider"></div>
<div class="pad5T pad5B pad10L pad10R dashboard-buttons clearfix">
<a href="#" class="btn vertical-button remove-border btn-info" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-dashboard opacity-80 font-size-20"></i>
</span>
Dashboard
</a>
<a href="#" class="btn vertical-button remove-border btn-danger" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-tags opacity-80 font-size-20"></i>
</span>
Widgets
</a>
<a href="#" class="btn vertical-button remove-border btn-purple" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-fire opacity-80 font-size-20"></i>
</span>
Tables
</a>
<a href="#" class="btn vertical-button remove-border btn-azure" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-bar-chart-o opacity-80 font-size-20"></i>
</span>
Charts
</a>
<a href="#" class="btn vertical-button remove-border btn-yellow" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-laptop opacity-80 font-size-20"></i>
</span>
Buttons
</a>
<a href="#" class="btn vertical-button remove-border btn-warning" title="">
<span class="glyph-icon icon-separator-vertical pad0A medium">
<i class="glyph-icon icon-code opacity-80 font-size-20"></i>
</span>
Panels
</a>
</div>
</div>
</div>
</div>
<a href="#" class="hdr-btn" id="fullscreen-btn" title="Fullscreen">
<i class="glyph-icon icon-arrows-alt"></i>
</a>
<a href="#" class="hdr-btn sb-toggle-left" id="chatbox-btn" title="Chat sidebar">
<i class="glyph-icon icon-linecons-paper-plane"></i>
</a>
<div class="dropdown" id="notifications-btn">
<a data-toggle="dropdown" href="#" title="">
<span class="small-badge bg-yellow"></span>
<i class="glyph-icon icon-linecons-megaphone"></i>
</a>
<div class="dropdown-menu box-md float-left">
<div class="popover-title display-block clearfix pad10A">
Notifications
<a class="text-transform-cap font-primary font-normal btn-link float-right" href="#" title="View more options">
More options...
</a>
</div>
<div class="scrollable-content scrollable-slim-box">
<ul class="no-border notifications-box">
<li>
<span class="bg-danger icon-notification glyph-icon icon-bullhorn"></span>
<span class="notification-text">This is an error notification</span>
<div class="notification-time">
a few seconds ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-warning icon-notification glyph-icon icon-users"></span>
<span class="notification-text font-blue">This is a warning notification</span>
<div class="notification-time">
<b>15</b> minutes ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-green icon-notification glyph-icon icon-sitemap"></span>
<span class="notification-text font-green">A success message example.</span>
<div class="notification-time">
<b>2 hours</b> ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-azure icon-notification glyph-icon icon-random"></span>
<span class="notification-text">This is an error notification</span>
<div class="notification-time">
a few seconds ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-warning icon-notification glyph-icon icon-ticket"></span>
<span class="notification-text">This is a warning notification</span>
<div class="notification-time">
<b>15</b> minutes ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-blue icon-notification glyph-icon icon-user"></span>
<span class="notification-text font-blue">Alternate notification styling.</span>
<div class="notification-time">
<b>2 hours</b> ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-purple icon-notification glyph-icon icon-user"></span>
<span class="notification-text">This is an error notification</span>
<div class="notification-time">
a few seconds ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-warning icon-notification glyph-icon icon-user"></span>
<span class="notification-text">This is a warning notification</span>
<div class="notification-time">
<b>15</b> minutes ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-green icon-notification glyph-icon icon-user"></span>
<span class="notification-text font-green">A success message example.</span>
<div class="notification-time">
<b>2 hours</b> ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-purple icon-notification glyph-icon icon-user"></span>
<span class="notification-text">This is an error notification</span>
<div class="notification-time">
a few seconds ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
<li>
<span class="bg-warning icon-notification glyph-icon icon-user"></span>
<span class="notification-text">This is a warning notification</span>
<div class="notification-time">
<b>15</b> minutes ago
<span class="glyph-icon icon-clock-o"></span>
</div>
</li>
</ul>
</div>
<div class="button-pane button-pane-alt pad5T pad5L pad5R text-center">
<a href="#" class="btn btn-flat btn-primary" title="View all notifications">
View all notifications
</a>
</div>
</div>
</div>
<div class="dropdown" id="progress-btn">
<a data-toggle="dropdown" href="#" title="">
<span class="small-badge bg-azure"></span>
<i class="glyph-icon icon-linecons-params"></i>
</a>
<div class="dropdown-menu pad0A box-sm float-left" id="progress-dropdown">
<div class="scrollable-content scrollable-slim-box">
<ul class="no-border progress-box progress-box-links">
<li>
<a href="#" title="">
<div class="progress-title">
Finishing uploading files
<b>23%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="23">
<div class="progressbar-value bg-blue-alt">
<div class="progressbar-overlay"></div>
</div>
</div>
</a>
</li>
<li>
<a href="#" title="">
<div class="progress-title">
Roadmap progress
<b>91%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="91">
<div class="progressbar-value bg-red">
<div class="progressbar-overlay"></div>
</div>
</div>
</a>
</li>
<li>
<a href="#" title="">
<div class="progress-title">
Images upload
<b>58%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="58">
<div class="progressbar-value bg-green"></div>
</div>
</a>
</li>
<li>
<a href="#" title="">
<div class="progress-title">
WordPress migration
<b>74%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="74">
<div class="progressbar-value bg-purple"></div>
</div>
</a>
</li>
<li>
<a href="#" title="">
<div class="progress-title">
Agile development procedures
<b>91%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="91">
<div class="progressbar-value bg-black">
<div class="progressbar-overlay"></div>
</div>
</div>
</a>
</li>
<li>
<a href="#" title="">
<div class="progress-title">
Systems integration
<b>58%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="58">
<div class="progressbar-value bg-azure"></div>
</div>
</a>
</li>
<li>
<a href="#" title="">
<div class="progress-title">
Code optimizations
<b>97%</b>
</div>
<div class="progressbar-smaller progressbar" data-value="97">
<div class="progressbar-value bg-yellow"></div>
</div>
</a>
</li>
</ul>
</div>
<div class="button-pane button-pane-alt pad5A text-center">
<a href="#" class="btn btn-flat display-block font-normal hover-green" title="View all notifications">
View all notifications
</a>
</div>
</div>
</div>
<div class="dropdown" id="cloud-btn">
<a href="#" data-placement="bottom" class="tooltip-button sb-toggle-right" title="Statistics Sidebar">
<i class="glyph-icon icon-linecons-cloud"></i>
</a>
</div>
</div><!-- #header-nav-right -->
</div>
<!-- PieGage charts -->
<!--<link rel="stylesheet" type="text/css" href="assets/widgets/charts/piegage/piegage.css">-->
<script type="text/javascript" src="assets/widgets/charts/piegage/piegage.js"></script>
<script type="text/javascript" src="assets/widgets/charts/piegage/piegage-demo.js"></script>
<div id="page-title">
<h2>Tile boxes</h2>
<p>Tiles can be used to build various stastistics boxes.</p>
</div>
<div class="panel">
<div class="panel-body">
<h3 class="title-hero">
Info tiles
</h3>
<div class="example-box-wrapper">
<div class="row">
<div class="col-md-4">
<div class="tile-box bg-primary">
<div class="tile-header">
New orders
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+55%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-bullhorn"></i>
<div class="tile-content">
<span>$</span>
393
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box bg-white content-box">
<div class="tile-header">
Revenue
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+15%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-dashboard"></i>
<div class="tile-content">
<span>$</span>
34,695
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box bg-red">
<div class="tile-header">
Orders
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+15%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-fire"></i>
<div class="tile-content">
65
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box bg-black">
<div class="tile-header">
Downloads
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+5%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-money"></i>
<div class="tile-content">
23,5k
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box bg-purple">
<div class="tile-header">
YoY Growth
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+55%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-ticket"></i>
<div class="tile-content">
<span>$</span>
378
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box bg-blue">
<div class="tile-header">
New subscriptions
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+77%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-camera"></i>
<div class="tile-content">
134
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-body">
<h3 class="title-hero">
Info tiles buttons
</h3>
<div class="example-box-wrapper">
<div class="row">
<div class="col-md-4">
<a href="#" title="Example box" class="tile-box btn btn-primary">
<div class="tile-header">
New orders
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+55%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-bullhorn"></i>
<div class="tile-content">
<span>$</span>
393
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="#" title="Example box" class="tile-box btn bg-white content-box">
<div class="tile-header">
Revenue
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+15%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-dashboard"></i>
<div class="tile-content">
<span>$</span>
34,695
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="#" title="Example box" class="tile-box btn btn-danger">
<div class="tile-header">
Orders
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+15%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-camera"></i>
<div class="tile-content">
65
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="#" title="Example box" class="tile-box btn btn-default">
<div class="tile-header">
Downloads
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+5%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-tachometer"></i>
<div class="tile-content">
23,5k
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="#" title="Example box" class="tile-box btn btn-warning">
<div class="tile-header">
YoY Growth
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+55%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-university"></i>
<div class="tile-content">
<span>$</span>
378
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="#" title="Example box" class="tile-box btn btn-info">
<div class="tile-header">
New subscriptions
<div class="float-right">
<i class="glyph-icon icon-caret-up"></i>
+77%
</div>
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-retweet"></i>
<div class="tile-content">
134
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-body">
<h3 class="title-hero">
Alternate tiles
</h3>
<div class="example-box-wrapper">
<div class="row">
<div class="col-md-4">
<div class="tile-box tile-box-alt bg-primary">
<div class="tile-header">
New Visitors
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-dashboard"></i>
<div class="tile-content">
<span>$</span>
378
</div>
<small>
<i class="glyph-icon icon-caret-up"></i>
+7,6% new users in the first quarter
</small>
</div>
<a href="#" class="tile-footer tooltip-button" data-placement="bottom" title="This is a link example!">
view details
<i class="glyph-icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="col-md-4">
<div class="tile-box tile-box-alt bg-white content-box">
<div class="tile-header">
Revenue
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon font-gray icon-camera"></i>
<div class="tile-content">
<span>$</span>
5,937
</div>
<small>
<i class="glyph-icon icon-caret-up"></i>
+7,6% new users in the first quarter
</small>
</div>
<a href="#" class="tile-footer tooltip-button" data-placement="bottom" title="This is a link example!">
view details
<i class="glyph-icon icon-arrow-right"></i>
</a>
</div>
</div>
<div class="col-md-4">
<div class="tile-box tile-box-alt bg-blue-alt">
<div class="tile-header">
Subscriptions
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-tag"></i>
<div class="tile-content">
<span>$</span>
378
</div>
<small>
<i class="glyph-icon icon-caret-up"></i>
+7,6% new users in the first quarter
</small>
</div>
<a href="#" class="tile-footer tooltip-button" data-placement="bottom" title="This is a link example!">
view details
<i class="glyph-icon icon-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="tile-box tile-box-alt bg-black-opacity">
<div class="tile-header">
New Visitors
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-dashboard"></i>
<div class="tile-content">
<span>$</span>
378
</div>
<small>
<i class="glyph-icon icon-caret-up"></i>
+7,6% new users in the first quarter
</small>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box tile-box-alt bg-red">
<div class="tile-header">
Revenue
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-camera"></i>
<div class="tile-content">
<span>$</span>
5,937
</div>
<small>
<i class="glyph-icon icon-caret-up"></i>
+7,6% new users in the first quarter
</small>
</div>
</div>
</div>
<div class="col-md-4">
<div class="tile-box tile-box-alt bg-green">
<div class="tile-header">
Subscriptions
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-tag"></i>
<div class="tile-content">
<span>$</span>
378
</div>
<small>
<i class="glyph-icon icon-caret-up"></i>
+7,6% new users in the first quarter
</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-body">
<h3 class="title-hero">
Tile shortcuts
</h3>
<div class="example-box-wrapper">
<div class="row">
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-shortcut btn-primary">
<span class="bs-badge badge-absolute">5</span>
<div class="tile-header">
Dashboard
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-dashboard"></i>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-shortcut btn-black">
<span class="bs-badge badge-absolute">5</span>
<div class="tile-header">
Orders
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-cogs"></i>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-shortcut btn-danger">
<span class="bs-badge badge-absolute">1</span>
<div class="tile-header">
Monthly Earnings
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-file-photo-o"></i>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-shortcut btn-success">
<div class="tile-header">
Photo Gallery
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-desktop"></i>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-shortcut btn-info">
<span class="bs-badge badge-absolute">2</span>
<div class="tile-header">
Subscriptions
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-download"></i>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-shortcut btn-warning">
<div class="tile-header">
New Visitors
</div>
<div class="tile-content-wrapper">
<i class="glyph-icon icon-code-fork"></i>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="panel">
<div class="panel-body">
<h3 class="title-hero">
Easy Pie Charts
</h3>
<div class="example-box-wrapper">
<div class="row">
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-alt btn-primary">
<div class="tile-header">
Dashboard
</div>
<div class="tile-content-wrapper">
<div class="chart-alt-10" data-percent="21"><span>21</span>%</div>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-alt btn-black">
<div class="tile-header">
Orders
</div>
<div class="tile-content-wrapper">
<div class="chart-alt-10" data-percent="67"><span>67</span>%</div>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-alt btn-danger">
<div class="tile-header">
Monthly Earnings
</div>
<div class="tile-content-wrapper">
<div class="chart-alt-10" data-percent="55"><span>55</span>%</div>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-alt btn-success">
<div class="tile-header">
Photo Gallery
</div>
<div class="tile-content-wrapper">
<div class="chart-alt-10" data-percent="43"><span>43</span>%</div>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-alt btn-info">
<div class="tile-header">
Subscriptions
</div>
<div class="tile-content-wrapper">
<div class="chart-alt-10" data-percent="76"><span>76</span>%</div>
</div>
</a>
</div>
<div class="col-md-2">
<a href="#" title="Example tile shortcut" class="tile-box tile-box-alt btn-warning">
<div class="tile-header">
New Visitors
</div>
<div class="tile-content-wrapper">
<div class="chart-alt-10" data-percent="11"><span>11</span>%</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- JS Demo -->
<script type="text/javascript" src="assets/admin-all-demo.js"></script>
</div>
</body>
</html>
| newset/theme | backend/best/Delight/tile-boxes.html | HTML | mit | 74,762 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../../libc/constant.RTM_DELNETCONF.html">
</head>
<body>
<p>Redirecting to <a href="../../../../../libc/constant.RTM_DELNETCONF.html">../../../../../libc/constant.RTM_DELNETCONF.html</a>...</p>
<script>location.replace("../../../../../libc/constant.RTM_DELNETCONF.html" + location.search + location.hash);</script>
</body>
</html> | malept/guardhaus | main/libc/unix/linux_like/linux/gnu/constant.RTM_DELNETCONF.html | HTML | mit | 433 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sample 10</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="../../flat-ui/images/favicon.ico">
<link rel="stylesheet" href="../../flat-ui/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="../../flat-ui/bootstrap/css/bootstrap-responsive.css">
<link rel="stylesheet" href="../../flat-ui/css/flat-ui.css">
<!-- Using only with Flat-UI (free)-->
<link rel="stylesheet" href="../../common-files/css/icon-font.css">
<!-- end -->
<link rel="stylesheet" href="../../common-files/css/animations.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="page-wrapper">
<!-- header-5 -->
<header class="header-5">
<div class="container">
<div class="navbar col-sm-12">
<div class="navbar-btns">
<a class="home" href="#"> <span class="fui-home"> </span></a>
<a class="search" href="#"> <span class="fui-search"> </span></a>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle"></button>
<div class="collapse navbar-collapse">
<ul class="nav">
<li class="active">
<a href="#">HOME</a>
</li>
<li>
<a href="#">WORK</a>
</li>
<li>
<a href="#"><span class="fui-eye"> </span><span>EYE ITEM</span></a>
</li>
<li>
<a href="#">BLOG</a>
</li>
<li>
<a href="#">CONTACT</a>
</li>
</ul>
</div>
</div>
<form class="navbar-search">
<a class="close-search" href="#"><span class="fui-cross"> </span></a>
<input type="text" placeholder="Search query">
</form>
</div>
</div>
</header>
<section class="header-5-sub">
<div id="h-5-pt-1" class="page-transitions pt-perspective">
<div class="pt-page pt-page-1 pt-page-current bg-midnight-blue">
<div class="background">
</div>
<div class="container">
<div class="box-icon">
<a class="fui-arrow-left pt-control-prev" href="#"> </a>
<span class="icon fui-mic"> </span>
<a class="fui-arrow-right pt-control-next" href="#"> </a>
</div>
<div class="hero-unit">
<h1>Mail App</h1>
<p>
Beautiful Project
</p>
</div>
</div>
</div>
<div class="pt-page pt-page-2 bg-turquoise">
<div class="background">
</div>
<div class="container">
<div class="box-icon">
<a class="fui-arrow-left pt-control-prev" href="#"> </a>
<span class="icon fui-mic"> </span>
<a class="fui-arrow-right pt-control-next" href="#"> </a>
</div>
<div class="hero-unit">
<h1>Mail App</h1>
<p>
Beautiful Project
</p>
</div>
</div>
</div>
</div>
</section>
<!-- project-3 -->
<section class="projects-3">
<div class="container">
<h3>We love what we do.
<br>
This is features of our products</h3>
<div class="projects">
<div class="project-wrapper">
<div class="project">
<div class="photo-wrapper">
<div class="photo"><img src="img/img-2.png" alt="">
</div>
<div class="overlay">
<span class="fui-eye"> </span>
</div>
</div>
<div class="info">
<div class="name">
Flat UI Pro
</div>
Web Development, Illustrations
</div>
</div>
</div>
<div class="project-wrapper">
<div class="project">
<div class="photo-wrapper">
<div class="photo"><img src="img/img-3.png" alt="">
</div>
<div class="overlay">
<span class="fui-eye"> </span>
</div>
</div>
<div class="info">
<div class="name">
Startup Kit
</div>
Web Development, Web Design
</div>
</div>
</div>
<div class="project-wrapper">
<div class="project">
<div class="photo-wrapper">
<div class="photo"><img src="img/img-4.png" alt="">
</div>
<div class="overlay">
<span class="fui-eye"> </span>
</div>
</div>
<div class="info">
<div class="name">
Impressionist UI
</div>
Web Development, iOS Design
</div>
</div>
</div>
</div>
<div class="projects">
<div class="project-wrapper ani-processed" style="">
<div class="project">
<div class="photo-wrapper">
<div class="photo" style="background-image: url(img/img-5.png);"><img alt="" src="img/img-5.png" style="display: none;">
</div>
<div class="overlay">
<span class="fui-eye"> </span>
</div>
</div>
<div class="info">
<div class="name">
Impressionist
</div>
Web Development, Illustrations
</div>
</div>
</div>
<div class="project-wrapper ani-processed" style="">
<div class="project">
<div class="photo-wrapper">
<div class="photo" style="background-image: url(img/img-6.png);"><img alt="" src="img/img-6.png" style="display: none;">
</div>
<div class="overlay">
<span class="fui-eye"> </span>
</div>
</div>
<div class="info">
<div class="name">
Pandora
</div>
iOS Design
</div>
</div>
</div>
<div class="project-wrapper ani-processed" style="">
<div class="project">
<div class="photo-wrapper">
<div class="photo" style="background-image: url(img/img-7.png);"><img alt="" src="img/img-7.png" style="display: none;">
</div>
<div class="overlay">
<span class="fui-eye"> </span>
</div>
</div>
<div class="info">
<div class="name">
Futurico
</div>
Web Development, iOS Design
</div>
</div>
</div>
</div>
</div><!--/.container-->
</section>
<!-- tpl-10 custom section -->
<section class="tpl-10-section-1">
<div id="pt-2" class="page-transitions pt-perspective">
<div class="pt-page pt-page-1 pt-page-current bg-clouds">
<div class="container">
<div class="box-icon">
<a class="fui-arrow-left pt-control-prev" href="#"> </a>
<span class="icon fui-gear"> </span>
<a class="fui-arrow-right pt-control-next" href="#"> </a>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h3>Weโve created the product that will help
your startup to look even better.</h3>
<div class="article-info">
<span><span class="fui-user"> </span> VLADIMIR KUDINOV</span>
<span><span class="fui-time"> </span> 22 APRIL</span>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<p style="margin: 0">
The most important parts of the Startup Framework are Samples and the UI Kit that includes a set of different components. The samples consist of a set of 25 pages.
Each of these pages you can use as-is or with new blocks from a UI Kit.
<br>
<br>
These Samples will guide you through and show how to use the blocks and give you the feeling on how to play around using the components in the website building process.
Plus, it will save you time! You can decide whether to create your site using UI Kit blocks or samples.
<br>
<br>
To get started, you select the desired sample and build on the basis of its entire website. Itโs that simple!
<br>
<br>
For example, letโs take a look at Sample #4. This page consists of different blocks that are taken from a UI Kit โ header, feature blocks, content blocks and footer with address. You already have all the blocks you need to make your startup website.
</p>
</div>
</div>
</div>
</div>
<div class="pt-page pt-page-2 bg-clouds">
<div class="container">
<div class="box-icon">
<a class="fui-arrow-left pt-control-prev" href="#"> </a>
<span class="icon fui-gear"> </span>
<a class="fui-arrow-right pt-control-next" href="#"> </a>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h3>How to use Startup UI Framework in your business</h3>
<div class="article-info">
<span><span class="fui-user"> </span> VLADIMIR KUDINOV</span>
<span><span class="fui-time"> </span> 22 APRIL</span>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<p style="margin: 0">
We have a great surprise for Designmodo fans – our first free HTML user interface kit. Flat UI Free is made on the basis of Twitter Bootstrap in a stunning flat-style, and the kit also includes a PSD version for designers.
<br>
<br>
We have considered your needs in developing the html version of our UI Kit, which contains the same elements as the PSD version and are perfect for creating great websites. With this UI Kit, you can spend even less time on routine work, saving that time for creativity.
<br>
<br>
We have a great surprise for Designmodo fans – our first free HTML user interface kit. Flat UI Free is made on the basis of Twitter Bootstrap in a stunning flat-style, and the kit also includes a PSD version for designers.
<br>
<br>
We have considered your needs in developing the html version of our UI Kit, which contains the same elements as the PSD version and are perfect for creating great websites. With this UI Kit, you can spend even less time on routine work, saving that time for creativity.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- logos -->
<section class="logos">
<div class="container">
<div><img src="img/logos/mashable.png" alt="">
</div>
<div><img src="img/logos/guardian.png" alt="">
</div>
<div><img src="img/logos/forbes.png" alt="">
</div>
<div><img src="img/logos/red-bull.png" alt="">
</div>
<div><img src="img/logos/ny-times.png" alt="">
</div>
</div><!--/.container-->
</section>
<!-- footer-7 -->
<footer class="footer-7 ">
<div class="container">
<a href="#"><span class="fui-home"> </span></a>
<nav>
<ul>
<li>
<a href="#">HOME</a>
</li>
<li>
<a href="#">WORK</a>
</li>
<li class="scroll-btn">
<a href="#" class="scroll-top fui-arrow-up"> </a>
</li>
<li>
<a href="#">BLOG</a>
</li>
<li>
<a href="#">CONTACT</a>
</li>
</ul>
</nav>
<div class="social-btns">
<a href="#"><div class="fui-vimeo"></div><div class="fui-vimeo"></div></a>
<a href="#"><div class="fui-facebook"></div><div class="fui-facebook"></div></a>
<a href="#"><div class="fui-twitter"></div><div class="fui-twitter"></div></a>
</div>
</div>
</footer>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="../../common-files/js/jquery-1.10.2.min.js"></script>
<script src="../../flat-ui/js/bootstrap.min.js"></script>
<script src="../../common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="../../common-files/js/modernizr.custom.js"></script>
<script src="../../common-files/js/page-transitions.js"></script>
<script src="../../common-files/js/startup-kit.js"></script>
<script src="js/script.js"></script>
</body>
</html> | guillaumeduval64/peinture-et-vitress | web/bundles/frontendsuper/startup/samples/sample-10/index.html | HTML | mit | 19,659 |
<html>
<head>
<title>Ogre::PropertyAbstractNode Class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceOgre.html">Ogre</a> </li>
<li class="navelem"><a class="el" href="classOgre_1_1PropertyAbstractNode.html">PropertyAbstractNode</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-attribs">Public Attributes</a> </div>
<div class="headertitle">
<div class="title">Ogre::PropertyAbstractNode Class Reference<div class="ingroups"><a class="el" href="group__General.html">General</a></div></div> </div>
</div><!--header-->
<div class="contents">
<!-- doxytag: class="Ogre::PropertyAbstractNode" --><!-- doxytag: inherits="Ogre::AbstractNode" -->
<p>This abstract node represents a script property.
<a href="classOgre_1_1PropertyAbstractNode.html#details">More...</a></p>
<p><code>#include <<a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for Ogre::PropertyAbstractNode:</div>
<div class="dyncontent">
<div class="center"><img src="classOgre_1_1PropertyAbstractNode__inherit__graph.gif" border="0" usemap="#Ogre_1_1PropertyAbstractNode_inherit__map" alt="Inheritance graph"/></div>
<map name="Ogre_1_1PropertyAbstractNode_inherit__map" id="Ogre_1_1PropertyAbstractNode_inherit__map">
<area shape="rect" id="node2" href="classOgre_1_1AbstractNode.html" title="Ogre::AbstractNode" alt="" coords="29,83,168,112"/><area shape="rect" id="node4" href="classOgre_1_1AllocatedObject.html" title="Superclass for all objects that wish to use custom memory allocators when their new / delete operator..." alt="" coords="33,5,164,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classOgre_1_1PropertyAbstractNode-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"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#ade9b1e1c8820af5188cc59ab9ee1096b">PropertyAbstractNode</a> (<a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a> *ptr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#aaad5c042008495083f66d31f60ea399a">clone</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a new <a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a> which is a replica of this one. <a href="#aaad5c042008495083f66d31f60ea399a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#a55deab10cc7d5625c2069a1da75a9d34">getValue</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a string value depending on the type of the <a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a>. <a href="#a55deab10cc7d5625c2069a1da75a9d34"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a421b197ca3a38da17e2eb1531a645fa2">operator new</a> (size_t sz, const char *<a class="el" href="classOgre_1_1AbstractNode.html#ad12982998ed96d3b0b99a1b74ae1360b">file</a>, int <a class="el" href="classOgre_1_1AbstractNode.html#ad2e2e1cc95ee64cd9632cc63e4ca3234">line</a>, const char *func)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">operator new, with debug line info <a href="#a421b197ca3a38da17e2eb1531a645fa2"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#ac4bdf968b7b9af8a5239a27da73d5711">operator new</a> (size_t sz)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#ab78a921e54419be677839cdf15d1f0b8">operator new</a> (size_t sz, void *ptr)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">placement operator new <a href="#ab78a921e54419be677839cdf15d1f0b8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a4be37baef81876985aa1071ad5acc6dd">operator new[]</a> (size_t sz, const char *<a class="el" href="classOgre_1_1AbstractNode.html#ad12982998ed96d3b0b99a1b74ae1360b">file</a>, int <a class="el" href="classOgre_1_1AbstractNode.html#ad2e2e1cc95ee64cd9632cc63e4ca3234">line</a>, const char *func)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">array operator new, with debug line info <a href="#a4be37baef81876985aa1071ad5acc6dd"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#afa2943846ba6a2b5824a12857139cf5e">operator new[]</a> (size_t sz)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a8357fe4fb4849772b94baa4bf47c7ded">operator delete</a> (void *ptr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a1c727e879a260c37b00ce5505fe8e144">operator delete</a> (void *ptr, void *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#acb46d4b0a597156d9ba5abc39d127792">operator delete</a> (void *ptr, const char *, int, const char *)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a93e6a86dde5483c053ca0f2a85bbfd6c">operator delete[]</a> (void *ptr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AllocatedObject.html#a595ea4c05da8aa987d3800e65d23355d">operator delete[]</a> (void *ptr, const char *, int, const char *)</td></tr>
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#af3c62474bc3a0a363d559eb1894e7d30">name</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#a6f9f35b1b4762dbba25c48f2fbf852d1">id</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__General.html#gae6612ea0b05ddf514b5478a6c0c0cb09">AbstractNodeList</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#aaedb640096a77b579a255b4dfc1c0dab">values</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AbstractNode.html#ad12982998ed96d3b0b99a1b74ae1360b">file</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AbstractNode.html#ad2e2e1cc95ee64cd9632cc63e4ca3234">line</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__General.html#ga788dd054963542ec3375d9b83255bc98">AbstractNodeType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AbstractNode.html#af05272e6472ec8283d7bdf304cd9ef14">type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AbstractNode.html#a25d905239cc4b086edcfe91bc51f7bfb">parent</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOgre_1_1Any.html">Any</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classOgre_1_1AbstractNode.html#acf394c05aecb3cb258a28c19e1969ff2">context</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This abstract node represents a script property. </p>
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00146">146</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div><hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="ade9b1e1c8820af5188cc59ab9ee1096b"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::PropertyAbstractNode" ref="ade9b1e1c8820af5188cc59ab9ee1096b" args="(AbstractNode *ptr)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1PropertyAbstractNode.html#ade9b1e1c8820af5188cc59ab9ee1096b">Ogre::PropertyAbstractNode::PropertyAbstractNode</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a> * </td>
<td class="paramname"><em>ptr</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="aaad5c042008495083f66d31f60ea399a"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::clone" ref="aaad5c042008495083f66d31f60ea399a" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a>* <a class="el" href="classOgre_1_1PropertyAbstractNode.html#aaad5c042008495083f66d31f60ea399a">Ogre::PropertyAbstractNode::clone</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns a new <a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a> which is a replica of this one. </p>
<p>Implements <a class="el" href="classOgre_1_1AbstractNode.html#a3923e8e9bf17ddce22b45ff5b085cca8">Ogre::AbstractNode</a>.</p>
</div>
</div>
<a class="anchor" id="a55deab10cc7d5625c2069a1da75a9d34"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::getValue" ref="a55deab10cc7d5625c2069a1da75a9d34" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="el" href="classOgre_1_1PropertyAbstractNode.html#a55deab10cc7d5625c2069a1da75a9d34">Ogre::PropertyAbstractNode::getValue</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const<code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns a string value depending on the type of the <a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a>. </p>
<p>Implements <a class="el" href="classOgre_1_1AbstractNode.html#a6bf4b11bd91f788b57e97220aff511cf">Ogre::AbstractNode</a>.</p>
</div>
</div>
<a class="anchor" id="a8357fe4fb4849772b94baa4bf47c7ded"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator delete" ref="a8357fe4fb4849772b94baa4bf47c7ded" args="(void *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00095">95</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a1c727e879a260c37b00ce5505fe8e144"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator delete" ref="a1c727e879a260c37b00ce5505fe8e144" args="(void *ptr, void *)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00101">101</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="acb46d4b0a597156d9ba5abc39d127792"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator delete" ref="acb46d4b0a597156d9ba5abc39d127792" args="(void *ptr, const char *, int, const char *)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00107">107</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a93e6a86dde5483c053ca0f2a85bbfd6c"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator delete[]" ref="a93e6a86dde5483c053ca0f2a85bbfd6c" args="(void *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete[] </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00112">112</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a595ea4c05da8aa987d3800e65d23355d"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator delete[]" ref="a595ea4c05da8aa987d3800e65d23355d" args="(void *ptr, const char *, int, const char *)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator delete[] </td>
<td>(</td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00118">118</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a421b197ca3a38da17e2eb1531a645fa2"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator new" ref="a421b197ca3a38da17e2eb1531a645fa2" args="(size_t sz, const char *file, int line, const char *func)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>line</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>func</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>operator new, with debug line info </p>
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00067">67</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="ac4bdf968b7b9af8a5239a27da73d5711"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator new" ref="ac4bdf968b7b9af8a5239a27da73d5711" args="(size_t sz)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00072">72</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab78a921e54419be677839cdf15d1f0b8"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator new" ref="ab78a921e54419be677839cdf15d1f0b8" args="(size_t sz, void *ptr)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>ptr</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>placement operator new </p>
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00078">78</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="a4be37baef81876985aa1071ad5acc6dd"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator new[]" ref="a4be37baef81876985aa1071ad5acc6dd" args="(size_t sz, const char *file, int line, const char *func)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new[] </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>file</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int </td>
<td class="paramname"><em>line</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>func</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>array operator new, with debug line info </p>
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00085">85</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<a class="anchor" id="afa2943846ba6a2b5824a12857139cf5e"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::operator new[]" ref="afa2943846ba6a2b5824a12857139cf5e" args="(size_t sz)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class Alloc > </div>
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject</a>< Alloc >::operator new[] </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"><em>sz</em></td><td>)</td>
<td><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreMemoryAllocatedObject_8h_source.html#l00090">90</a> of file <a class="el" href="OgreMemoryAllocatedObject_8h_source.html">OgreMemoryAllocatedObject.h</a>.</p>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="acf394c05aecb3cb258a28c19e1969ff2"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::context" ref="acf394c05aecb3cb258a28c19e1969ff2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1Any.html">Any</a> <a class="el" href="classOgre_1_1AbstractNode.html#acf394c05aecb3cb258a28c19e1969ff2">Ogre::AbstractNode::context</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00097">97</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="ad12982998ed96d3b0b99a1b74ae1360b"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::file" ref="ad12982998ed96d3b0b99a1b74ae1360b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="el" href="classOgre_1_1AbstractNode.html#ad12982998ed96d3b0b99a1b74ae1360b">Ogre::AbstractNode::file</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00093">93</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="a6f9f35b1b4762dbba25c48f2fbf852d1"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::id" ref="a6f9f35b1b4762dbba25c48f2fbf852d1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceOgre.html#adf2a0cf2e77143b5ee1d38a75e289545">uint32</a> <a class="el" href="classOgre_1_1PropertyAbstractNode.html#a6f9f35b1b4762dbba25c48f2fbf852d1">Ogre::PropertyAbstractNode::id</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00150">150</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="ad2e2e1cc95ee64cd9632cc63e4ca3234"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::line" ref="ad2e2e1cc95ee64cd9632cc63e4ca3234" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int <a class="el" href="classOgre_1_1AbstractNode.html#ad2e2e1cc95ee64cd9632cc63e4ca3234">Ogre::AbstractNode::line</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00094">94</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="af3c62474bc3a0a363d559eb1894e7d30"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::name" ref="af3c62474bc3a0a363d559eb1894e7d30" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> <a class="el" href="classOgre_1_1PropertyAbstractNode.html#af3c62474bc3a0a363d559eb1894e7d30">Ogre::PropertyAbstractNode::name</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00149">149</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="a25d905239cc4b086edcfe91bc51f7bfb"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::parent" ref="a25d905239cc4b086edcfe91bc51f7bfb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classOgre_1_1AbstractNode.html">AbstractNode</a>* <a class="el" href="classOgre_1_1AbstractNode.html#a25d905239cc4b086edcfe91bc51f7bfb">Ogre::AbstractNode::parent</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00096">96</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="af05272e6472ec8283d7bdf304cd9ef14"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::type" ref="af05272e6472ec8283d7bdf304cd9ef14" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__General.html#ga788dd054963542ec3375d9b83255bc98">AbstractNodeType</a> <a class="el" href="classOgre_1_1AbstractNode.html#af05272e6472ec8283d7bdf304cd9ef14">Ogre::AbstractNode::type</a><code> [inherited]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00095">95</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<a class="anchor" id="aaedb640096a77b579a255b4dfc1c0dab"></a><!-- doxytag: member="Ogre::PropertyAbstractNode::values" ref="aaedb640096a77b579a255b4dfc1c0dab" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="group__General.html#gae6612ea0b05ddf514b5478a6c0c0cb09">AbstractNodeList</a> <a class="el" href="classOgre_1_1PropertyAbstractNode.html#aaedb640096a77b579a255b4dfc1c0dab">Ogre::PropertyAbstractNode::values</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="OgreScriptCompiler_8h_source.html#l00151">151</a> of file <a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="OgreScriptCompiler_8h_source.html">OgreScriptCompiler.h</a></li>
</ul>
</div><!-- contents -->
<hr>
<p>
Copyright © 2012 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sun Sep 2 2012 07:27:38
</p>
</body>
</html>
| jjenki11/blaze-chem-rendering | ogre/ogre_src_v1-8-1/Docs/api/html/classOgre_1_1PropertyAbstractNode.html | HTML | mit | 34,156 |
<a href="/plugins/{{id}}">{{name}}</a> | butterscotchstallion/guacbot-salsa | public/javascripts/app/modules/common/templates/pluginsMenuItem.html | HTML | mit | 40 |
<!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>TypedNameDeclaration xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/java/symboltable/TypedNameDeclaration.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.java.symboltable;
<a class="jxr_linenumber" name="L5" href="#L5">5</a>
<a class="jxr_linenumber" name="L6" href="#L6">6</a>
<a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../../net/sourceforge/pmd/lang/java/symboltable/TypedNameDeclaration.html">TypedNameDeclaration</a> {
<a class="jxr_linenumber" name="L8" href="#L8">8</a>
<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">public</strong> String getTypeImage();
<a class="jxr_linenumber" name="L10" href="#L10">10</a>
<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">public</strong> Class<?> getType();
<a class="jxr_linenumber" name="L12" href="#L12">12</a>
<a class="jxr_linenumber" name="L13" href="#L13">13</a> }
</pre>
<hr/>
<div id="footer">Copyright © 2002–2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div>
</body>
</html>
| byronka/xenos | utils/pmd-bin-5.2.2/docs/xref/net/sourceforge/pmd/lang/java/symboltable/TypedNameDeclaration.html | HTML | mit | 2,168 |
<!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>Struct template translator_between</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="../../property_tree/reference.html#header.boost.property_tree.ptree_fwd_hpp" title="Header <boost/property_tree/ptree_fwd.hpp>">
<link rel="prev" href="path_of.html" title="Struct template path_of">
<link rel="next" href="path.html" title="Type definition path">
</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="path_of.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../property_tree/reference.html#header.boost.property_tree.ptree_fwd_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="path.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.property_tree.translator_between"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template translator_between</span></h2>
<p>boost::property_tree::translator_between โ Specialize this struct to specify a default translator between the data in a tree whose data_type is Internal, and the external data_type specified in a get_value, get, put_value or put operation. This is already specialized for Internal being std::basic_string. </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="../../property_tree/reference.html#header.boost.property_tree.ptree_fwd_hpp" title="Header <boost/property_tree/ptree_fwd.hpp>">boost/property_tree/ptree_fwd.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Internal<span class="special">,</span> <span class="keyword">typename</span> External<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="translator_between.html" title="Struct template translator_between">translator_between</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></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-2010 Marcin Kalicinski<br>Copyright ยฉ 2010-2013 Sebastian
Redl<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="path_of.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../property_tree/reference.html#header.boost.property_tree.ptree_fwd_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="path.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/property_tree/translator_between.html | HTML | mit | 4,427 |
<!doctype html>
<!--
Copyright 2020 The Immersive Web Community Group
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no'>
<meta name='mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<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='stylesheet' href='../css/common.css'>
<title>Projection Layer</title>
</head>
<body>
<header style="max-width: 800px;">
<details open>
<summary>Projection Layer</summary>
<p>
This sample shows how to draw a scene into a projection layer.
Projection layers are used for rendering interactive/constantly
changing elements that need to be redrawn every frame, like
controllers or menu systems/other UI elements.
<a class="back" href="./index.html">Back</a>
</p>
</details>
</header>
<main style='text-align: center;'>
<p>Click 'Enter VR' to see content</p>
</main>
<script type="module">
import { WebXRButton } from '../js/util/webxr-button.js';
import { Scene, WebXRView } from '../js/render/scenes/scene.js';
import { Renderer, createWebGLContext } from '../js/render/core/renderer.js';
import { Gltf2Node } from '../js/render/nodes/gltf2.js';
import { SkyboxNode } from '../js/render/nodes/skybox.js';
import { QueryArgs } from '../js/util/query-args.js';
// If requested, use the polyfill to provide support for mobile devices
// and devices which only support WebVR.
import WebXRPolyfill from '../js/third-party/webxr-polyfill/build/webxr-polyfill.module.js';
if (QueryArgs.getBool('usePolyfill', true)) {
let polyfill = new WebXRPolyfill();
}
// XR globals.
let xrButton = null;
let xrSession = null;
let xrRefSpace = null;
let xrGLFactory = null;
let xrFramebuffer = null;
// WebGL scene globals.
let gl = null;
let renderer = null;
let scene = new Scene();
scene.addNode(new Gltf2Node({ url: '../media/gltf/space/space.gltf' }));
scene.addNode(new SkyboxNode({ url: '../media/textures/milky-way-4k.png' }));
// Layer globals
let proj_layer = null;
function initXR() {
xrButton = new WebXRButton({
onRequestSession: onRequestSession,
onEndSession: onEndSession
});
document.querySelector('header').appendChild(xrButton.domElement);
if (navigator.xr) {
navigator.xr.isSessionSupported('immersive-vr').then((supported) => {
xrButton.enabled = supported;
});
}
}
function onRequestSession() {
if (!xrSession) {
navigator.xr.requestSession('immersive-vr', {
requiredFeatures: ['layers'],
}).then(onSessionStarted);
} else {
onEndSession();
}
}
function initGL() {
if (gl) { return; }
// Create a WebGL context to render with, initialized to be compatible
// with the XRDisplay we're presenting to.
gl = createWebGLContext({ xrCompatible: true, webgl2: true, });
document.body.appendChild(gl.canvas);
gl.clearColor(0.8, 0.8, 0.8, 1);
function onResize() {
gl.canvas.width = gl.canvas.clientWidth * window.devicePixelRatio;
gl.canvas.height = gl.canvas.clientHeight * window.devicePixelRatio;
}
window.addEventListener('resize', onResize);
onResize();
renderer = new Renderer(gl);
scene.setRenderer(renderer);
}
// Called when we've successfully acquired a XRSession. In response we
// will set up the necessary session state and kick off the frame loop.
function onSessionStarted(session) {
xrSession = session;
// Render correct controller models if supported by WebXR input profile
scene.inputRenderer.useProfileControllerMeshes(session);
// Listen for the sessions 'end' event so we can respond if the user
// or UA ends the session for any reason.
session.addEventListener('end', onSessionEnded);
initGL();
xrFramebuffer = gl.createFramebuffer();
xrGLFactory = new XRWebGLBinding(session, gl);
session.requestReferenceSpace('local').then((refSpace) => {
xrRefSpace = refSpace;
proj_layer = xrGLFactory.createProjectionLayer({ space: refSpace, stencil: false });
session.updateRenderState({ layers: [proj_layer] });
session.requestAnimationFrame(onXRFrame);
});
}
function onEndSession() {
xrSession.end();
}
function onSessionEnded(event) {
if (event.session.isImmersive) {
xrButton.setSession(null);
}
xrSession = null;
// In this simple case discard the WebGL context too, since we're not
// rendering anything else to the screen with it.
gl = null;
}
function onXRFrame(time, frame) {
let pose = frame.getViewerPose(xrRefSpace);
xrSession.requestAnimationFrame(onXRFrame);
if (pose) {
gl.bindFramebuffer(gl.FRAMEBUFFER, xrFramebuffer);
// process input and update input sources every frame
scene.updateInputSources(frame, xrRefSpace);
let views = [];
for (let view of pose.views) {
let viewport = null;
let glLayer = xrGLFactory.getViewSubImage(proj_layer, view);
glLayer.framebuffer = xrFramebuffer;
viewport = glLayer.viewport;
gl.bindFramebuffer(gl.FRAMEBUFFER, xrFramebuffer);
gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, glLayer.colorTexture, 0);
gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.DEPTH_ATTACHMENT, gl.TEXTURE_2D, glLayer.depthStencilTexture, 0);
gl.enable(gl.SCISSOR_TEST);
gl.scissor(viewport.x, viewport.y, viewport.width, viewport.height);
gl.clear(gl.COLOR_BUFFER_BIT | gl.DEPTH_BUFFER_BIT);
gl.disable(gl.SCISSOR_TEST);
// Gather all the values needed for one view and push it into the
// array of views to be drawn. WebXRView is a utility class that
// holds all the necessary values for drawing a single view.
// In future samples we'll hide this part away as well by using the
// scene.drawXRViews() function, which handles gathering these
// values internally.
views.push(new WebXRView(view, glLayer, viewport));
}
scene.drawViewArray(views);
}
scene.endFrame();
}
initXR();
</script>
</body>
</html>
| immersive-web/webxr-samples | layers-samples/proj-layer.html | HTML | mit | 7,689 |
<!DOCTYPE html>
<html ng-app="demoapp">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="../bower_components/angular/angular.min.js"></script>
<script src="../bower_components/leaflet/dist/leaflet.js"></script>
<script src="../bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script>
<script src="../bower_components/Leaflet.label/dist/leaflet.label.js"></script>
<script src="../dist/angular-leaflet-directive.js"></script>
<link rel="stylesheet" href="../bower_components/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="../bower_components/Leaflet.label/dist/leaflet.label.css" />
<script>
var app = angular.module("demoapp", ["leaflet-directive"]);
app.controller('Paths3000ItemsController', ['$scope', 'leafletData', 'LocationDataService', function ($scope, leafletData, LocationDataService) {
//map properties
angular.extend($scope, {
defaults: {
scrollWheelZoom: false
},
//restrict map panning for this region
maxbounds: {
northEast: {
lat: 90,
lng: -180
},
southWest: {
lat: -90,
lng: 180
}
},
centroid: {
lat: 50,
lng: 10,
zoom: 3
},
layers: {
baselayers: {
stamen: {
name: 'StamenWatercolor',
url: 'http://c.tile.stamen.com/watercolor/{z}/{x}/{y}.png',
type: 'xyz',
}
}
}
});
// set up circle rendering
//namespace leaflet path
$scope.paths = {};
//bind locationGrid to zoom level
$scope.$watch("centroid.zoom", function (zoom) {
if (zoom <= 3) {
//clear path object
$scope.paths = {};
//get location data and initialize leaflet circles
LocationDataService.getLocationsTenGrid().then(function (res) {
angular.forEach(res.data, function (value, key) {
if (value.lat !== null && value.lon !== null) {
$scope.paths['circle' + key] = {
type: 'circle',
className: 'testClass',
fillColor: 'DarkSlateGray',
color: '#000000',
weight: 0,
opacity: 1,
fillOpacity: 0.8,
stroke: false,
clickable: false,
latlngs: [parseFloat(value.lat), parseFloat(value.lon)],
radius: Math.sqrt(value.location_count) * 5000
};
}
});
}, function (error) {
console.log('An error occured!', error);
});
}
if (zoom >= 4) {
//clear path object
$scope.paths = {};
//get location data and initialize leaflet circles
LocationDataService.getLocationsZeroOneGrid().then(function (res) {
angular.forEach(res.data, function (value, key) {
if (value.lat !== null && value.lon !== null) {
$scope.paths['circle' + key] = {
type: 'circle',
className: 'testClass',
fillColor: 'DarkSlateGray',
color: '#000000',
weight: 0,
opacity: 1,
fillOpacity: 0.8,
stroke: false,
clickable: false,
latlngs: [parseFloat(value.lat), parseFloat(value.lon)],
radius: Math.sqrt(value.location_count) * 2000
};
}
});
}, function (error) {
console.log('An error occured!', error);
});
}
});
}]);
// getting data with a factory
app.factory('LocationDataService', LocationDataService);
/* @ngInject */
function LocationDataService($http) {
var srv = {};
// Service implementation for gridsize = 10
srv.getLocationsTenGrid = function () {
return $http.get('json/mockupTenGrid.json', {
cache: true
});
};
// Service implementation for gridsize = 0.1
srv.getLocationsZeroOneGrid = function () {
return $http.get('json/mockupZeroOneGrid.json', {
cache: true
});
};
// Public API
return {
getLocationsTenGrid: function () {
return srv.getLocationsTenGrid();
},
getLocationsZeroOneGrid: function () {
return srv.getLocationsZeroOneGrid();
}
};
};
</script>
</head>
<body ng-controller="Paths3000ItemsController">
<leaflet watch-paths="false" lf-center="centroid" maxbounds="maxbounds" layers="layers" paths="paths" defaults="defaults" width="100%" height="480px"></leaflet>
<h1>3000 items in a map performance</h1>
</body>
</html>
| elesdoar/angular-leaflet-directive | examples/0303-paths-3000-items-example.html | HTML | mit | 6,264 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>{file}</title>
<meta http-equiv="content-type" content="text/html; charset=GBK">
<link href="./default.css" rel="stylesheet" type="text/css">
</head>
<body>
<h3>{file}<span class="ver"></span></h3>
<p>ยดรยฒรรรฝยฐยดรรรรยผรพรยฃยฐรฅยถยจรรฅยตรรรรยฝยทยตยปรยตยฑรยฐรยกรรฑรรยผรพ</p>
<pre class="Syntax">1ยกยขยฝรถรรยตยฑรยฐรยกรรฑรรรรรยชรรยผรพรยฑยฃยฌยดรยฒรรรฝยฒร
รรรยงยกยฃ
2ยกยขรรยผรพรยฃยฐรฅยฟรรรรรปรรรรยถร รรยผรพยฒรรรทรรยฃยฌยถรธยตยฅรรยผรพรรยผรถรยนรร{file:path}ยตรยฒรรรฝ</pre>
<h3>ยนรฝรรรยกรรฎ</h3>
<table class="info">
<tr>
<td width="15%"> [@] </td>
<td width="85%"> รรฝรรฒยนรฝรร[@\.txt$]</td>
</tr>
<tr>
<td width="15%"> [%] </td>
<td width="85%"> รรฒยบร
ยนรฝรร[%1,3-6]</td>
</tr>
<tr>
<td width="15%"> [=] </td>
<td width="85%"> ยฐรผยบยฌยนรฝรร[=mz],รยปรรรรญรรยผรพรรปยบยฌรรmzยตรรรยผรพ</td>
</tr>
<tr>
<td width="15%"> [!] </td>
<td width="85%"> ยฒยปยฐรผยบยฌยนรฝรร[!mz],ยฒยปรรรรญรรนรรรรยผรพรรปยบยฌรรmzยตรรรยผรพ</td>
</tr>
<tr>
<td width="15%"> [OF] </td>
<td width="85%"> รยปรรรรญรรยผรพ</td>
</tr>
<tr>
<td width="15%"> [OD] </td>
<td width="85%"> รยปรรรรญรยฟรยผ</td>
</tr>
</table>
<h3>รยฃยฐรฅรยกรรฎ</h3>
<table class="info">
<tr>
<td width="15%"> [P] </td>
<td width="85%"> รรชรรปรยทยพยถ</td>
</tr>
<tr>
<td width="15%"> [F] </td>
<td width="85%"> รรยผรพยผรรยทยพยถ</td>
</tr>
<tr>
<td width="15%"> [N] </td>
<td width="85%"> รรยผรพรรป</td>
</tr>
<tr>
<td width="15%"> [E] </td>
<td width="85%"> รยฉรยนรรป</td>
</tr>
<tr>
<td width="15%"> [n] </td>
<td width="85%"> ยฒยปยบยฌรยฉรยนรรปยตรรรยผรพรรป</td>
</tr>
<tr>
<td width="15%"> [e] </td>
<td width="85%"> ยดร
ร
รร
รยทรป</td>
</tr>
<tr>
<td width="15%"> [CR] </td>
<td width="85%"> ยปรยณยต</td>
</tr>
<tr>
<td width="15%"> [TAB] </td>
<td width="85%"> รรยฑรญยทรป</td>
</tr>
<tr>
<td width="15%"> [I] </td>
<td width="85%"> รรฒยบร
</td>
</tr>
<tr>
<td width="15%"> [II] </td>
<td width="85%"> รรฒยบร
(ยฒยนรรฃ)</td>
</tr>
<tr>
<td width="15%"> [C] </td>
<td width="85%"> รรนรรรยกรรฑยตรรรยผรพรรรรฝ</td>
</tr>
<tr>
<td width="15%"> [d] </td>
<td width="85%"> ยตยฑรยฐรรรร</td>
</tr>
<tr>
<td width="15%"> [Y] </td>
<td width="85%"> ยตยฑรยฐรรชยทร</td>
</tr>
<tr>
<td width="15%"> [M] </td>
<td width="85%"> ยตยฑรยฐรรยทร</td>
</tr>
<tr>
<td width="15%"> [D] </td>
<td width="85%"> ยตยฑรยฐรรฌรรฝ</td>
</tr>
<tr>
<td width="15%"> [t] </td>
<td width="85%"> ยตยฑรยฐรยฑยผรค</td>
</tr>
<tr>
<td width="15%"> [h] </td>
<td width="85%"> รยกรยฑ</td>
</tr>
<tr>
<td width="15%"> [m] </td>
<td width="85%"> ยทรรร</td>
</tr>
<tr>
<td width="15%"> [s] </td>
<td width="85%"> รรซรรฝ</td>
</tr>
<tr>
<td width="15%"> [<] </td>
<td width="85%"> รยพยณรฝรรฎยบรณยถร รร รรยทรปยฃยฌรรง[<2] </td>
</tr>
<tr>
<td width="15%"> [#] </td>
<td width="85%"> รรรรยบยฏรรฝยฒยขยทยตยปรรรรร</td>
</tr>
<tr>
<td width="15%"> \[ </td>
<td width="85%"> รรณรรรยจยบร
</td>
</tr>
<tr>
<td width="15%"> \] </td>
<td width="85%"> รรรรรยจยบร
</td>
</tr>
<tr>
<td width="15%"> \{ </td>
<td width="85%"> รรณยดรณรยจยบร
</td>
</tr>
<tr>
<td width="15%"> \} </td>
<td width="85%"> รรยดรณรยจยบร
</td>
</tr>
</table>
<h3>รยพรรฝ</h3>
<pre class="NoIndent">ยผรรรจยตยฑรยฐรยกรรฑยตรยถรรรณรรรรยผรพ:
C:\dir\menuz.txt
C:\dir\file.txt
1)ยฒรยตยฅรรฎยตรรรรรรร:
notepad.exe "{file:[P];}"
ยปรกยฑยปยฝรขรรถรยช:
notepad.exe "c:\dir\menuz.txt;c:\dir\file.txt"
2)ยฒรยตยฅรรฎยตรรรรรรร:
notepad.exe "{file:[N],}"
ยปรกยฑยปยฝรขรรถรยช:
notepad.exe "menuz.txt,file.txt"</pre>
</body>
</html>
| ArrayHotkey/MenuZ | Help/file_.html | HTML | mit | 3,546 |
{% extends "photos/base.html" %}
{% load i18n %}
{% load uni_form_tags %}
{% load uni_form_tags %}
{% block head_title %}{% trans "Upload a Photo" %}{% endblock %}
{% block extra_head %}{# <script type="text/javascript" src="{{ STATIC_URL }}js/bootstrap.file-input.js"></script> #}{% endblock %}
{% block body %}
<div class="container">
<div class="col-xs-12 col-md-10 col-md-offset-1">
<form class="form-horizontal" role="form" id="edit-profile" method="POST" enctype="multipart/form-data" action="">
{% csrf_token %}
<fieldset>
<legend>{% trans "Upload a Photo" %}</legend>
{{ photo_form|as_uni_form }}
</fieldset>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<input type="hidden" name="action" value="upload" />
<button class="btn btn-primary pull-right"><i class="fa fa-upload"></i> {% trans "Upload" %}</button>
</div>
</div>
</form>
</div>
</div>
{% endblock %}
{% block extra_body %}
<script>
$(document).ready( function() {
$('.btn-file :file').on('change', function(event, numFiles, label) {
$(this).parents('.input-group').find(':text').val($(this).val());
});
});
</script>
{% endblock %} | fgirault/smeuhsocial | templates/photos/upload.html | HTML | mit | 1,327 |
<!doctype html>
<html>
<head>
<link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon">
<title>controlrange.js (Closure Library API Documentation - JavaScript)</title>
<link rel="stylesheet" href="static/css/base.css">
<link rel="stylesheet" href="static/css/doc.css">
<link rel="stylesheet" href="static/css/sidetree.css">
<link rel="stylesheet" href="static/css/prettify.css">
<script>
var _staticFilePath = "static/";
</script>
<script src="static/js/doc.js">
</script>
<meta charset="utf8">
</head>
<body onload="prettyPrint()">
<div id="header">
<div class="g-section g-tpl-50-50 g-split">
<div class="g-unit g-first">
<a id="logo" href="index.html">Closure Library API Documentation</a>
</div>
<div class="g-unit">
<div class="g-c">
<strong>Go to class or file:</strong>
<input type="text" id="ac">
</div>
</div>
</div>
</div>
<div class="colmask rightmenu">
<div class="colleft">
<div class="col1">
<!-- Column 1 start -->
<div id="title">
<span class="fn">controlrange.js</span>
</div>
<div class="g-section g-tpl-75-25">
<div class="g-unit g-first" id="description">
Utilities for working with IE control ranges.
</div>
<div class="g-unit" id="useful-links">
<div class="title">Useful links</div>
<ol>
<li><a href="closure_goog_dom_controlrange.js.source.html"><span class='source-code-link'>Source Code</span></a></li>
</ol>
</div>
</div>
<h2 class="g-first">File Location</h2>
<div class="g-section g-tpl-20-80">
<div class="g-unit g-first">
<div class="g-c-cell code-label">dom/controlrange.js</div>
</div>
</div>
<hr/>
<h2>Classes</h2>
<div class="fn-constructor">
<a href="class_goog_dom_ControlRange.html">
goog.dom.ControlRange</a><br/>
<div class="class-details">Create a new control selection with no properties. Do not use this
constructor: use one of the goog.dom.Range.createFrom* methods instead.</div>
</div>
<div class="fn-constructor">
<a href="class_goog_dom_DomSavedControlRange_.html">
goog.dom.DomSavedControlRange_</a><br/>
<div class="class-details">A SavedRange implementation using DOM endpoints.</div>
</div>
<div class="fn-constructor">
<a href="class_goog_dom_ControlRangeIterator.html">
goog.dom.ControlRangeIterator</a><br/>
<div class="class-details">Subclass of goog.dom.TagIterator that iterates over a DOM range. It
adds functions to determine the portion of each text node that is selected.</div>
</div>
<br/>
<div class="legend">
<span class="key publickey"></span><span>Public</span>
<span class="key protectedkey"></span><span>Protected</span>
<span class="key privatekey"></span><span>Private</span>
</div>
<h2>Global Functions</h2>
<div class="section">
<table class="horiz-rule">
<tr class="even entry public">
<td class="access"></td>
<td>
<a name="goog.dom.ControlRange.createFromBrowserRange"></a>
<div class="arg">
<img align="left" src="static/images/blank.gif">
<span class="entryNamespace">goog.dom.ControlRange.</span><span class="entryName">createFromBrowserRange<span class="args">(<span class="arg">controlRange</span>)</span>
</span>
⇒ <div class="fullType"><span class="type"><a href="class_goog_dom_ControlRange.html">goog.dom.ControlRange</a></span></div>
</div>
<div class="entryOverview">
Create a new range wrapper from the given browser range object. Do not use
this method directly - please use goog.dom.Range.createFrom* instead.
</div>
<! -- Method details -->
<div class="entryDetails">
<div class="detailsSection">
<b>Arguments: </b>
<table class="horiz-rule">
<tr class="even">
<td>
<span class="entryName">controlRange</span>
: <div class="fullType"><span class="type"><a href="http://www.google.com/url?sa=D&q=https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Object">Object</a></span></div>
<div class="entryOverview">The browser range object.</div>
</td>
</tr>
</table>
</div>
<div class="detailsSection">
<b>Returns:</b> <div class="fullType"><span class="type"><a href="class_goog_dom_ControlRange.html">goog.dom.ControlRange</a></span></div>
A range wrapper object.
</div>
</div>
</td>
<td class="view-code">
<a href="closure_goog_dom_controlrange.js.source.html#line54">code »</a>
</td>
</tr>
<tr class="odd entry public">
<td class="access"></td>
<td>
<a name="goog.dom.ControlRange.createFromElements"></a>
<div class="arg">
<img align="left" src="static/images/blank.gif">
<span class="entryNamespace">goog.dom.ControlRange.</span><span class="entryName">createFromElements<span class="args">(<span class="arg">var_args</span>)</span>
</span>
⇒ <div class="fullType"><span class="type"><a href="class_goog_dom_ControlRange.html">goog.dom.ControlRange</a></span></div>
</div>
<div class="entryOverview">
Create a new range wrapper that selects the given element. Do not use
this method directly - please use goog.dom.Range.createFrom* instead.
</div>
<! -- Method details -->
<div class="entryDetails">
<div class="detailsSection">
<b>Arguments: </b>
<table class="horiz-rule">
<tr class="even">
<td>
<span class="entryName">var_args</span>
: <div class="fullType"><span class="type"><a href="http://www.google.com/url?sa=D&q=https://developer.mozilla.org/en/DOM/Element">Element</a></span></div>
<div class="entryOverview">The element(s) to select.</div>
</td>
</tr>
</table>
</div>
<div class="detailsSection">
<b>Returns:</b> <div class="fullType"><span class="type"><a href="class_goog_dom_ControlRange.html">goog.dom.ControlRange</a></span></div>
A range wrapper object.
</div>
</div>
</td>
<td class="view-code">
<a href="closure_goog_dom_controlrange.js.source.html#line67">code »</a>
</td>
</tr>
</table>
</div>
<!-- Column 1 end -->
</div>
<div class="col2">
<!-- Column 2 start -->
<div class="col2-c">
<h2 id="ref-head">Directory dom</h2>
<div id="localView"></div>
</div>
<div class="col2-c">
<h2 id="ref-head">File Reference</h2>
<div id="sideFileIndex" rootPath="closure/goog" current="dom/controlrange.js"></div>
</div>
<!-- Column 2 end -->
</div>
</div>
</div>
</body>
</html>
| yesudeep/puppy | tools/google-closure-library/closure/goog/docs/closure_goog_dom_controlrange.js.html | HTML | mit | 6,942 |
<!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.transport.Event.TopologyChange (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.transport.Event.TopologyChange (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/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">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/transport/class-use/Event.TopologyChange.html" target="_top">Frames</a></li>
<li><a href="Event.TopologyChange.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.transport.Event.TopologyChange" class="title">Uses of Class<br>org.apache.cassandra.transport.Event.TopologyChange</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/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">Event.TopologyChange</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.transport">org.apache.cassandra.transport</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.transport">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">Event.TopologyChange</a> in <a href="../../../../../org/apache/cassandra/transport/package-summary.html">org.apache.cassandra.transport</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/transport/package-summary.html">org.apache.cassandra.transport</a> that return <a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">Event.TopologyChange</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/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">Event.TopologyChange</a></code></td>
<td class="colLast"><span class="strong">Event.TopologyChange.</span><code><strong><a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html#movedNode(java.net.InetAddress,%20int)">movedNode</a></strong>(java.net.InetAddress host,
int port)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">Event.TopologyChange</a></code></td>
<td class="colLast"><span class="strong">Event.TopologyChange.</span><code><strong><a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html#newNode(java.net.InetAddress,%20int)">newNode</a></strong>(java.net.InetAddress host,
int port)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">Event.TopologyChange</a></code></td>
<td class="colLast"><span class="strong">Event.TopologyChange.</span><code><strong><a href="../../../../../org/apache/cassandra/transport/Event.TopologyChange.html#removedNode(java.net.InetAddress,%20int)">removedNode</a></strong>(java.net.InetAddress host,
int port)</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/transport/Event.TopologyChange.html" title="class in org.apache.cassandra.transport">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/transport/class-use/Event.TopologyChange.html" target="_top">Frames</a></li>
<li><a href="Event.TopologyChange.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/transport/class-use/Event.TopologyChange.html | HTML | mit | 7,728 |
<html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02524/0252473051500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:19:48 GMT -->
<head><title>ยชkยฝsยธยน:02524 ยชยฉยฅยป:073051500</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>ยธรยญรฅยซรร
รฉยฑรธยจร(02524)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0252437112600.html target=law02524><nobr><font size=2>ยคยคยตรยฅรยฐรช 37 ยฆ~ 11 ยครซ 26 ยครฉ</font></nobr></a>
</td>
<td valign=top><font size=2>ยจรฎยฉw11ยฑรธ</font></td>
<tr><td align=left valign=top><nobr><font size=2>ยคยคยตรยฅรยฐรช 37 ยฆ~ 12 ยครซ 21 ยครฉยคยฝยฅยฌ</font></nobr></td>
<tr><td align=left valign=top>
<a href=0252473051500.html target=law02524><nobr><font size=2>ยคยคยตรยฅรยฐรช 73 ยฆ~ 5 ยครซ 15 ยครฉ</font></nobr></a>
</td>
<td valign=top><font size=2>ยญรยฅยฟยฅรพยครฅ10ยฑรธ</font></td>
<tr><td align=left valign=top><nobr><font size=2>ยคยคยตรยฅรยฐรช 73 ยฆ~ 6 ยครซ 16 ยครฉยคยฝยฅยฌ</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>ยฅรยฐรช73ยฆ~5ยครซ15ยครฉ</font></td>
<td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0252473051500 target=proc><font size=2>ยฅรยชkยฌรถยฟรฝ</font></a></td>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยค@ยฑรธ</font>
<font size=2>(ยฅรยชkยฅรยชยบ)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยคZยฆ]ยพรยณNยฌรฃยจsยคยงยฅยฒยญnยกAยถยทยธรยญรฅยซรร
รฉยชรยกAยจรยฅยปยฑรธยจรยฆรฆยคยงยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคGยฑรธ</font>
<font size=2>(ยซรร
รฉยคยงยคjร
รฉยธรยญรฅ)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยคยฝยฅรยฉรยคwยฅรยฎรยคยงยจpยฅรรรฅยพรยฐ|ยกAยฑoยฐรตยฆรฆยซรร
รฉยคjร
รฉยธรยญรฅยกC<br>
ยก@ยก@ยฅยชยฆCรรฅยพรยฐ|ยกBรรฅยฐ|ยฉรยพรทยบcยกAยฑoยฅรยฑqยจรยฏfยฒzยฌรฃยจsยคยงรรฅยฎvยกAยฅDยซรนยฐรตยฆรฆยซรร
รฉยฏfยฒzยญรฅร
รงยกG<br>
ยก@ยก@ยค@ยกBยคยฝยฅรยฉรยคwยฅรยฎรยคยงยจpยฅรรรฅยพรยฐ|ยฉรยจรคยชรพยณ]รรฅยฐ|ยกC<br>
ยก@ยก@ยคGยกBยคยฝยฅรรรฅยฐ|ยฉรยธgยป{ยฅiยฌยฐยฑรยพรรรฅยฐ|ยคยงยจpยฅรรรฅยฐ|ยกC<br>
ยก@ยก@ยคTยกBยธgยคยคยฅยกยฝรยฅรยฅDยบรยพรทรรถยฎรยญรฃยกAยฑoยฅHยธรยญรฅยคยงยฏfยฒzยฌรฃยจsยฉรรรฅรรธยพรทยบcยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคTยฑรธ</font>
<font size=2>(ยธรยญรฅยคยงยซรร
รฉยญยญยจรฎ)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยฐรตยฆรฆยคjร
รฉยธรยญรฅยครยฏfยฒzยญรฅร
รงยกAยฅHยฆXยฉรณยฅยชยฆCยณWยฉwยคยงยซรร
รฉยฌยฐยญยญยกG<br>
ยก@ยก@ยค@ยกBยฌยฐยฌรฃยจsยฆยบยฆ]ยกAยฅยฒยถยทยญรฅร
รงยจรยธgยจรคยฟรรรยฆPยทNยคยงยฏfยซรร
รฉยกC<br>
ยก@ยก@ยคGยกBยฅรยซeยฆยณยฆXยชkยฟรฒร
รฑร@ยจรยพรยณNยฌรฃยจsยคยงยฏfยซรร
รฉยกC<br>
ยก@ยก@ยคTยกBยธgยฟรรรยฆPยทNร@ยจรยธรยญรฅยคยงยฏfยซรร
รฉยกC<br>
ยก@ยก@ยฅ|ยกBยตLยฟรรรยฝรยปรขยคยงยฏfยซรร
รฉยกC<br>
ยก@ยก@ยคยญยกBยธgรรยนรฎยฉxยฌรร
รงยป{ยตLยฐรร
รงยฅยฒยญnยกAยจรยธgยจรคยฟรรรยฆPยทNยฉรยตLยฟรรรยฝรยปรขยคยงร
รยซรร
รฉยกC<br>
ยก@ยก@ยคยปยกBยธgยบรยบยปยชรธยฉxยณ\ยฅiยกAยตLยฟรรรยฝรยปรขยฉรยฅรยซeยฆยณยฆXยชkยฟรฒร
รฑยฉรยธgยจรคยฟรรรยฆPยทNยคยงยจรผยฆDยคHยซรร
รฉยกC<br>
ยก@ยก@ยคCยกBยซรฆยฉรยถรยฌVยฏfยฉรยบรยฆรผยซรฆยฉรยถรยฌVยฏfยญPยฆยบยคยงยซรร
รฉยกAยปรยธgยฏfยฒzยญรฅร
รงยกAยจรคยฟรรรยตLยฅยฟยทรญยฒzยฅรยกAยคยฃยฑoยฉรยตยดยกC<br>
ยก@ยก@ยซeยถยตยตLยฟรรรยฝรยปรขยคยงยซรร
รฉยกAรยณยฅรยธรยบรรยตยนรฎยพรทรรถยฉรยฝรยฅรยพรทรรถยกAยณqยชยพยฉรยฆbยฆaรรฅยพรยฐ|ยฒรยฆยจยคยงยซรร
รฉยฆยฌยถยฐยพรทยบcยกAยญtยณdยครยฐtยฆUรรฅยพรยฐ|ยฆยฌยปรขยกAยจรยตnยณรธยคยฝยงiยกAยญยญยฉรณยคGยคQยคยญยครฉยคยบยป{ยปรขยกAยฆรยตnยณรธยคยฝยงiยครฉยฐ_ยบยกยค@ยญรยครซยกAยตLยฟรรรยป{ยปรขยชรยกAยฑoยฅรรรฅยพรยฐ|ยฐรตยฆรฆยคjร
รฉยธรยญรฅยกC<br>
ยก@ยก@ยซeยถยตยซรร
รฉยกAยซDยธgรรยฉรบยซรรaยคยฃยฏร ยจรยคjร
รฉยธรยญรฅยฉรยฏfยฒzยญรฅร
รงยคยงยฅรยชรยกAยคยฃยฑoยฅรฆยฅรยฆaยครจยฌFยฉยฒยฆยฌยฎIยกCยฆรฝยธรยฆaยฐรยตLยซรร
รฉยฆยฌยถยฐยพรทยบcยชรยกAยคยฃยฆbยฆยนยญยญยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยฅ|ยฑรธ</font>
<font size=2>(ยฆยฌยจรผยซรร
รฉยคยงยณBยธm)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยซeยฑรธยฒรยค@ยถยตยฆUยดรยซรร
รฉยกAยฐยฃยฅรรรยนรฎยฉxยฅรฆยฅIยชรยฅ~ยกAยงยกยถยทยฉรณยฆยฌยปรขยซรกยฅรยงYยถรฑยจรฃยณรธยงiยฎรยก]ยฎรฆยฆยกยฆpยชรพยชรญยก^ยกAยณรธยงiยธรยบรรรยนรฎยฉxยกC<br>
ยก@ยก@ยซรร
รฉยณรธยงiยฎรยฐeยนFยธรยบรรรยนรฎยฉxยซรกยกAยซDยธgยคยปยคpยฎรยคยฃยฑoยฌIยฆรฆยจยพยปGยณBยธmยฉรยฐรตยฆรฆยธรยญรฅยกCยจรคยตLยฟรรรยฝรยปรขยคยงยซรร
รฉยกAยฐยฃยจยพยปGยณBยธmยฅ~ยกAยคยดรยณยจรยซeยฑรธยฒรยคGยถยตยณWยฉwยฟรฌยฒzยกC<br>
ยก@ยก@รรยนรฎยฉxยฆยฌยจรผยซeยถยตยฐeยนFยซรกยกAยฑoยฉรณยคยปยคpยฎรยคยบยฅHยฎรยญยฑยธTยครฎยจยพยปGยณBยธmยฉรยฐรตยฆรฆยธรยญรฅยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคยญยฑรธ</font>
<font size=2>(ยซรร
รฉยณยกยครยคยงยฐuยฏd)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยคjร
รฉยธรยญรฅยครยฏfยฒzยญรฅร
รงยคยงยซรร
รฉยกAยฑoยฐuยฏdยซรร
รฉยคยงยค@ยณยกยครยกAยจรยพรยณNยฌรฃยจsยคยงยฅรยกC<br>
ยก@ยก@ยฏfยฒzยญรฅร
รงยกAยซDยธgยจรคยฟรรรยฆPยทNยกAยคยฃยฑoยทยดยทlยซรร
รฉยฅ~ยงรยกCยฆรฝยฉรณยฒรยคTยฑรธยฒรยค@ยถยตยฒรยค@ยดรยครยฒรยคCยดรยคยงยฑยกยงรยกAยคยฃยฆbยฆยนยญยญยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคยปยฑรธ</font>
<font size=2>(ยฆยบยฆ]ยณรธยงiยธqยฐร)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยธรยญรฅยซรร
รฉยกAยฆpยตoยฒ{ยจรคยฆยบยฆ]ยฌยฐยชkยฉwยถรยฌVยฏfยฉรยฅLยฑรพยกBยฆรยฑรพยกBยป~ยฑรพยกBยจaร
รยฎรยกAรยณยฉรณยคGยคQยฅ|ยคpยฎรยคยบยณรธยงiยธรยบรยฅDยบรยพรทรรถยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคCยฑรธ</font>
<font size=2>(รยฏยฅUรยณยธรผยจรยถยต)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยฐรตยฆรฆยคjร
รฉยธรยญรฅยฉรยฏfยฒzยญรฅร
รงยคยงรรฅยพรยฐ|ยกBรรฅยฐ|ยฉรยพรทยบcยกAยถยทยฅรรยฏยฅUยกAยฐOยธรผยฅยชยฆCยจรยถยตยกG<br>
ยก@ยก@ยค@ยกBยคjร
รฉยธรยญรฅยฉรยฏfยฒzยญรฅร
รงยฒรยฃAยจรยกC<br>
ยก@ยก@ยคGยกBยซรร
รฉยฉmยฆWยกBยฅXยฅรยฆ~ยครซยครฉยกBยฉรยงOยกBรyยณeยกBยจยญยครรรยฒรยค@ยฝsยธยนยกBยฆยบยค`ยครฉยดรยกBยฆรญยง}ยกBรยพยท~ยครยซรผยฏยพยกAยฅยฒยญnยฎรยจรยคยฉยทรยฌรยกC<br>
ยก@ยก@ยคTยกBยฆยบยค`รรยฉรบยฎรยฆrยธยนยกC<br>
ยก@ยก@ยฅ|ยกBยซรร
รฉยจรยพรบยกC<br>
ยก@ยก@ยคยญยกBยธรยญรฅยฉรยญรฅร
รงยญรฌยฆ]ยกC<br>
ยก@ยก@ยคยปยกBยธรยญรฅยฆ~ยครซยครฉยกC<br>
ยก@ยก@ยคCยกBยญรฅร
รงยถEร_ยกC<br>
ยก@ยก@ยคKยกBยธรยญรฅยซรกยคยงยณBยธmยกC<br>
ยก@ยก@ยคEยกBยธรยญรฅยชรยฉmยฆWยกC<br>
ยก@ยก@ยซeยถยตยฒรยคGยดรยฉรยฆCยจรยถยตยตLยชkยฌdยฉรบยฎรยกAยถรฑยธรผยฅยผยธรยฆrยผรยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคKยฑรธ</font>
<font size=2>(ยซรร
รฉรรยธยฎยธqยฐร)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยธรยญรฅยคยงยซรร
รฉยกAยตLยฟรรรยฝรยปรขยชรยกAรยณยฅรยฐรตยฆรฆยธรยญรฅยคยงรรฅยพรยฐ|ยกBรรฅยฐ|ยฉรยพรทยบcยงยดยฌยฐรรยธยฎยครยผรยฐOยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคEยฑรธ</font>
<font size=2>(ยณรยฌdยพรทรรถ)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยฐรตยฆรฆยธรยญรฅยคยงรรฅยพรยฐ|ยกBรรฅยฐ|ยฉรยพรทยบcยกAรยณยฉรณยจCยฆ~ยค@ยครซยฉยณยฅHยซeยกAยฑNยคWยฆ~ยคยบยฉรยธรยญรฅยคยงยซรร
รฉยกAยซรถยฒรยคCยฑรธรยฏยฅUยฉรยธรผยจรยถยตยกAยณyยฅUยทJยณรธยธรยบรยฝรยฅรยพรทรรถยกAรร ยณรธยคยคยฅยกยฝรยฅรยฅDยบรยพรทรรถยณรยฌdยกC<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>ยฒรยคQยฑรธ</font>
<font size=2>(ยฌIยฆรฆยครฉ)</font>
<table><tr><td> </td>
<td>
ยก@ยก@ยฅยปยฑรธยจรยฆรยคยฝยฅยฌยครฉยฌIยฆรฆยกC<br>
</td>
</table>
</table>
</table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02524/0252473051500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:19:48 GMT -->
</html>
| czchen/laweasyread-data | rawdata/lawstat/version2/02524/0252473051500.html | HTML | mit | 6,092 |
<!doctype html>
<html lang="pt-br">
<!-- ไธ ไธจ ไธถ ไธฟ ไน-->
<head>
<meta charset="utf-8">
<title>depositOFwords</title>
<link href="https://fonts.googleapis.com/css?family=Bitter" rel="stylesheet">
<link rel="shortcut icon" href="img/logo.png" type="image/x-png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="itchi.js"></script>
<link rel="stylesheet" href="../estilo.css" type="text/css" href="img/logo.png">
<style media="screen">
@font-face {
font-family: epgyosho;
src: url(../Sword.ttf);
}
.kanji {
font-family: epgyosho;
font-size: 76px;
}
</style>
</head>
<body>
<div id="nav">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="https://10.0.0.10">home <span class="sr-only">(abyss)</span></a></li>
<li class="dropdown"><a href="index.html">home</a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span></a>
<ul class="dropdown-menu">
<br>
<li><a href="http://http://192.168.4.13/deposit/">sapphire</a></li>
<li role="separator" class="divider"></li>
<br>
<li><a href="file:///D:/arquivosprogramas/internet/deposit/game/Fanaf_home/mundo1.2.html">Canvas</a></li>
<li role="separator" class="divider">(apenas IE)</li>
<br>
<li><a href="C:\Users\Usuario\Desktop\carrosel.html">meu computador</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Desenvolvedor <span class="caret"></span></a>
<ul class="dropdown-menu">
<br>
<li><a href="https://www.similarweb.com/">similares</a></li>
<br>
<li><a href="https://www.woorank.com/pt">analise de webpag</a></li>
<br>
<li><a href="http://www.seoworkers.com/sitemap.html">mapa de pagina</a></li>
<li role="separator" class="divider"></li>
<br>
<li><a href="http://www.w3schools.com/">intruรงรตes de web desen</a></li>
<li role="separator" class="divider"></li>
<br>
<li><a href="http://getbootstrap.com/">bootstrap</a></li>
</ul>
</li>
<li><a href="pg1.html">blog</a>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">musicas <span class="caret"></span></a>
<ul class="dropdown-menu">
<br>
<li><a href="youtube.html">youtube</a></li>
<li role="separator" class="divider"></li>
<br>
<li><a href="phard.html">play list hard</a></li>
<br>
<li><a href="pItaliana.html">italiana</a></li>
<br>
<li><a href="pRussa.html">russo</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<div class="popupcontent">
<p class="popuptext">
</div>
<div id="dois" class="btn"><a href="pg1.html"><h2>Blog
</h2></a>
<script type="text/javascript">
$(document)
.ready(function() {
$("#quatro")
.click(function() {
$(".red").show();
});
$("#tres")
.click(function() {
$(".red").hide();
});
});
</script>
</div>
<div id="tres" class="btn">
<h2>esconder</h2>
</div>
<div id="quatro" class="btn">
<h2>mostrar</h2>
</div>
<div class="corpo">
..
<div class='row'>
<div class=' col-md-8'>unicode 53e3</div>
<div class=' col-md-8'>unicode 53e4</div>
<div class=' col-md-8'>unicode 53e5</div>
<div class=' col-md-8'>unicode 53e6</div>
<div class=' col-md-8'>unicode 53e7</div>
<div class=' col-md-8'>unicode 53e8</div>
<div class=' col-md-8'>unicode 53e9</div>
<div class=' col-md-8'>unicode 53ea</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e3' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e4' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e5' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e6' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e7' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e8' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53e9' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ea' class='kanji'>ๅช</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 53ea</div>
<div class=' col-md-8'>unicode 53eb</div>
<div class=' col-md-8'>unicode 53ec</div>
<div class=' col-md-8'>unicode 53ed</div>
<div class=' col-md-8'>unicode 53ee</div>
<div class=' col-md-8'>unicode 53ef</div>
<div class=' col-md-8'>unicode 53f0</div>
<div class=' col-md-8'>unicode 53f1</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ea' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53eb' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ec' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ed' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ee' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ef' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f0' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f1' class='kanji'>ๅฑ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 53f1</div>
<div class=' col-md-8'>unicode 53f2</div>
<div class=' col-md-8'>unicode 53f3</div>
<div class=' col-md-8'>unicode 53f4</div>
<div class=' col-md-8'>unicode 53f5</div>
<div class=' col-md-8'>unicode 53f6</div>
<div class=' col-md-8'>unicode 53f7</div>
<div class=' col-md-8'>unicode 53f8</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f1' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f2' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f3' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f4' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f5' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f6' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f7' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f8' class='kanji'>ๅธ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 53f8</div>
<div class=' col-md-8'>unicode 53f9</div>
<div class=' col-md-8'>unicode 53fa</div>
<div class=' col-md-8'>unicode 53fb</div>
<div class=' col-md-8'>unicode 53fc</div>
<div class=' col-md-8'>unicode 53fd</div>
<div class=' col-md-8'>unicode 53fe</div>
<div class=' col-md-8'>unicode 53ff</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f8' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53f9' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53fa' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53fb' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53fc' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53fd' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53fe' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ff' class='kanji'>ๅฟ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 53ff</div>
<div class=' col-md-8'>unicode 5400</div>
<div class=' col-md-8'>unicode 5401</div>
<div class=' col-md-8'>unicode 5402</div>
<div class=' col-md-8'>unicode 5403</div>
<div class=' col-md-8'>unicode 5404</div>
<div class=' col-md-8'>unicode 5405</div>
<div class=' col-md-8'>unicode 5406</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x53ff' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5400' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5401' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5402' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5403' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5404' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5405' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5406' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5406</div>
<div class=' col-md-8'>unicode 5407</div>
<div class=' col-md-8'>unicode 5408</div>
<div class=' col-md-8'>unicode 5409</div>
<div class=' col-md-8'>unicode 540a</div>
<div class=' col-md-8'>unicode 540b</div>
<div class=' col-md-8'>unicode 540c</div>
<div class=' col-md-8'>unicode 540d</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5406' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5407' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5408' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5409' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540d' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 540d</div>
<div class=' col-md-8'>unicode 540e</div>
<div class=' col-md-8'>unicode 540f</div>
<div class=' col-md-8'>unicode 5410</div>
<div class=' col-md-8'>unicode 5411</div>
<div class=' col-md-8'>unicode 5412</div>
<div class=' col-md-8'>unicode 5413</div>
<div class=' col-md-8'>unicode 5414</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x540f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5410' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5411' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5412' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5413' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5414' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5414</div>
<div class=' col-md-8'>unicode 5415</div>
<div class=' col-md-8'>unicode 5416</div>
<div class=' col-md-8'>unicode 5417</div>
<div class=' col-md-8'>unicode 5418</div>
<div class=' col-md-8'>unicode 5419</div>
<div class=' col-md-8'>unicode 541a</div>
<div class=' col-md-8'>unicode 541b</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5414' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5415' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5416' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5417' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5418' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5419' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541b' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 541b</div>
<div class=' col-md-8'>unicode 541c</div>
<div class=' col-md-8'>unicode 541d</div>
<div class=' col-md-8'>unicode 541e</div>
<div class=' col-md-8'>unicode 541f</div>
<div class=' col-md-8'>unicode 5420</div>
<div class=' col-md-8'>unicode 5421</div>
<div class=' col-md-8'>unicode 5422</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x541f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5420' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5421' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5422' class='kanji'>ๅข</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5422</div>
<div class=' col-md-8'>unicode 5423</div>
<div class=' col-md-8'>unicode 5424</div>
<div class=' col-md-8'>unicode 5425</div>
<div class=' col-md-8'>unicode 5426</div>
<div class=' col-md-8'>unicode 5427</div>
<div class=' col-md-8'>unicode 5428</div>
<div class=' col-md-8'>unicode 5429</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5422' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5423' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5424' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5425' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5426' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5427' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5428' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5429' class='kanji'>ๅฉ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5429</div>
<div class=' col-md-8'>unicode 542a</div>
<div class=' col-md-8'>unicode 542b</div>
<div class=' col-md-8'>unicode 542c</div>
<div class=' col-md-8'>unicode 542d</div>
<div class=' col-md-8'>unicode 542e</div>
<div class=' col-md-8'>unicode 542f</div>
<div class=' col-md-8'>unicode 5430</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5429' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x542a' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x542b' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x542c' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x542d' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x542e' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x542f' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5430' class='kanji'>ๅฐ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5430</div>
<div class=' col-md-8'>unicode 5431</div>
<div class=' col-md-8'>unicode 5432</div>
<div class=' col-md-8'>unicode 5433</div>
<div class=' col-md-8'>unicode 5434</div>
<div class=' col-md-8'>unicode 5435</div>
<div class=' col-md-8'>unicode 5436</div>
<div class=' col-md-8'>unicode 5437</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5430' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5431' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5432' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5433' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5434' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5435' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5436' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5437' class='kanji'>ๅท</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5437</div>
<div class=' col-md-8'>unicode 5438</div>
<div class=' col-md-8'>unicode 5439</div>
<div class=' col-md-8'>unicode 543a</div>
<div class=' col-md-8'>unicode 543b</div>
<div class=' col-md-8'>unicode 543c</div>
<div class=' col-md-8'>unicode 543d</div>
<div class=' col-md-8'>unicode 543e</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5437' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5438' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5439' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543a' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543b' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543c' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543d' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543e' class='kanji'>ๅพ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 543e</div>
<div class=' col-md-8'>unicode 543f</div>
<div class=' col-md-8'>unicode 5440</div>
<div class=' col-md-8'>unicode 5441</div>
<div class=' col-md-8'>unicode 5442</div>
<div class=' col-md-8'>unicode 5443</div>
<div class=' col-md-8'>unicode 5444</div>
<div class=' col-md-8'>unicode 5445</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543e' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x543f' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5440' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5441' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5442' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5443' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5444' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5445' class='kanji'>ๅ
</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5445</div>
<div class=' col-md-8'>unicode 5446</div>
<div class=' col-md-8'>unicode 5447</div>
<div class=' col-md-8'>unicode 5448</div>
<div class=' col-md-8'>unicode 5449</div>
<div class=' col-md-8'>unicode 544a</div>
<div class=' col-md-8'>unicode 544b</div>
<div class=' col-md-8'>unicode 544c</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5445' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5446' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5447' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5448' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5449' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544c' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 544c</div>
<div class=' col-md-8'>unicode 544d</div>
<div class=' col-md-8'>unicode 544e</div>
<div class=' col-md-8'>unicode 544f</div>
<div class=' col-md-8'>unicode 5450</div>
<div class=' col-md-8'>unicode 5451</div>
<div class=' col-md-8'>unicode 5452</div>
<div class=' col-md-8'>unicode 5453</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x544f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5450' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5451' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5452' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5453' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5453</div>
<div class=' col-md-8'>unicode 5454</div>
<div class=' col-md-8'>unicode 5455</div>
<div class=' col-md-8'>unicode 5456</div>
<div class=' col-md-8'>unicode 5457</div>
<div class=' col-md-8'>unicode 5458</div>
<div class=' col-md-8'>unicode 5459</div>
<div class=' col-md-8'>unicode 545a</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5453' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5454' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5455' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5456' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5457' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5458' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5459' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545a' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 545a</div>
<div class=' col-md-8'>unicode 545b</div>
<div class=' col-md-8'>unicode 545c</div>
<div class=' col-md-8'>unicode 545d</div>
<div class=' col-md-8'>unicode 545e</div>
<div class=' col-md-8'>unicode 545f</div>
<div class=' col-md-8'>unicode 5460</div>
<div class=' col-md-8'>unicode 5461</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x545f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5460' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5461' class='kanji'>ๅก</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5461</div>
<div class=' col-md-8'>unicode 5462</div>
<div class=' col-md-8'>unicode 5463</div>
<div class=' col-md-8'>unicode 5464</div>
<div class=' col-md-8'>unicode 5465</div>
<div class=' col-md-8'>unicode 5466</div>
<div class=' col-md-8'>unicode 5467</div>
<div class=' col-md-8'>unicode 5468</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5461' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5462' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5463' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5464' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5465' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5466' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5467' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5468' class='kanji'>ๅจ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5468</div>
<div class=' col-md-8'>unicode 5469</div>
<div class=' col-md-8'>unicode 546a</div>
<div class=' col-md-8'>unicode 546b</div>
<div class=' col-md-8'>unicode 546c</div>
<div class=' col-md-8'>unicode 546d</div>
<div class=' col-md-8'>unicode 546e</div>
<div class=' col-md-8'>unicode 546f</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5468' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5469' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546a' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546b' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546c' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546d' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546e' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546f' class='kanji'>ๅฏ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 546f</div>
<div class=' col-md-8'>unicode 5470</div>
<div class=' col-md-8'>unicode 5471</div>
<div class=' col-md-8'>unicode 5472</div>
<div class=' col-md-8'>unicode 5473</div>
<div class=' col-md-8'>unicode 5474</div>
<div class=' col-md-8'>unicode 5475</div>
<div class=' col-md-8'>unicode 5476</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x546f' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5470' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5471' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5472' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5473' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5474' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5475' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5476' class='kanji'>ๅถ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5476</div>
<div class=' col-md-8'>unicode 5477</div>
<div class=' col-md-8'>unicode 5478</div>
<div class=' col-md-8'>unicode 5479</div>
<div class=' col-md-8'>unicode 547a</div>
<div class=' col-md-8'>unicode 547b</div>
<div class=' col-md-8'>unicode 547c</div>
<div class=' col-md-8'>unicode 547d</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5476' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5477' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5478' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5479' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547a' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547b' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547c' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547d' class='kanji'>ๅฝ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 547d</div>
<div class=' col-md-8'>unicode 547e</div>
<div class=' col-md-8'>unicode 547f</div>
<div class=' col-md-8'>unicode 5480</div>
<div class=' col-md-8'>unicode 5481</div>
<div class=' col-md-8'>unicode 5482</div>
<div class=' col-md-8'>unicode 5483</div>
<div class=' col-md-8'>unicode 5484</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547d' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547e' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x547f' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5480' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5481' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5482' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5483' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5484' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5484</div>
<div class=' col-md-8'>unicode 5485</div>
<div class=' col-md-8'>unicode 5486</div>
<div class=' col-md-8'>unicode 5487</div>
<div class=' col-md-8'>unicode 5488</div>
<div class=' col-md-8'>unicode 5489</div>
<div class=' col-md-8'>unicode 548a</div>
<div class=' col-md-8'>unicode 548b</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5484' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5485' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5486' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5487' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5488' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5489' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548b' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 548b</div>
<div class=' col-md-8'>unicode 548c</div>
<div class=' col-md-8'>unicode 548d</div>
<div class=' col-md-8'>unicode 548e</div>
<div class=' col-md-8'>unicode 548f</div>
<div class=' col-md-8'>unicode 5490</div>
<div class=' col-md-8'>unicode 5491</div>
<div class=' col-md-8'>unicode 5492</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x548f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5490' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5491' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5492' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5492</div>
<div class=' col-md-8'>unicode 5493</div>
<div class=' col-md-8'>unicode 5494</div>
<div class=' col-md-8'>unicode 5495</div>
<div class=' col-md-8'>unicode 5496</div>
<div class=' col-md-8'>unicode 5497</div>
<div class=' col-md-8'>unicode 5498</div>
<div class=' col-md-8'>unicode 5499</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5492' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5493' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5494' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5495' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5496' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5497' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5498' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5499' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5499</div>
<div class=' col-md-8'>unicode 549a</div>
<div class=' col-md-8'>unicode 549b</div>
<div class=' col-md-8'>unicode 549c</div>
<div class=' col-md-8'>unicode 549d</div>
<div class=' col-md-8'>unicode 549e</div>
<div class=' col-md-8'>unicode 549f</div>
<div class=' col-md-8'>unicode 54a0</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5499' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x549a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x549b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x549c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x549d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x549e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x549f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a0' class='kanji'>ๅ </li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54a0</div>
<div class=' col-md-8'>unicode 54a1</div>
<div class=' col-md-8'>unicode 54a2</div>
<div class=' col-md-8'>unicode 54a3</div>
<div class=' col-md-8'>unicode 54a4</div>
<div class=' col-md-8'>unicode 54a5</div>
<div class=' col-md-8'>unicode 54a6</div>
<div class=' col-md-8'>unicode 54a7</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a0' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a1' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a2' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a3' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a4' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a5' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a6' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a7' class='kanji'>ๅง</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54a7</div>
<div class=' col-md-8'>unicode 54a8</div>
<div class=' col-md-8'>unicode 54a9</div>
<div class=' col-md-8'>unicode 54aa</div>
<div class=' col-md-8'>unicode 54ab</div>
<div class=' col-md-8'>unicode 54ac</div>
<div class=' col-md-8'>unicode 54ad</div>
<div class=' col-md-8'>unicode 54ae</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a7' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a8' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54a9' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54aa' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ab' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ac' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ad' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ae' class='kanji'>ๅฎ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54ae</div>
<div class=' col-md-8'>unicode 54af</div>
<div class=' col-md-8'>unicode 54b0</div>
<div class=' col-md-8'>unicode 54b1</div>
<div class=' col-md-8'>unicode 54b2</div>
<div class=' col-md-8'>unicode 54b3</div>
<div class=' col-md-8'>unicode 54b4</div>
<div class=' col-md-8'>unicode 54b5</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ae' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54af' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b0' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b1' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b2' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b3' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b4' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b5' class='kanji'>ๅต</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54b5</div>
<div class=' col-md-8'>unicode 54b6</div>
<div class=' col-md-8'>unicode 54b7</div>
<div class=' col-md-8'>unicode 54b8</div>
<div class=' col-md-8'>unicode 54b9</div>
<div class=' col-md-8'>unicode 54ba</div>
<div class=' col-md-8'>unicode 54bb</div>
<div class=' col-md-8'>unicode 54bc</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b5' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b6' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b7' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b8' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54b9' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ba' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54bb' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54bc' class='kanji'>ๅผ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54bc</div>
<div class=' col-md-8'>unicode 54bd</div>
<div class=' col-md-8'>unicode 54be</div>
<div class=' col-md-8'>unicode 54bf</div>
<div class=' col-md-8'>unicode 54c0</div>
<div class=' col-md-8'>unicode 54c1</div>
<div class=' col-md-8'>unicode 54c2</div>
<div class=' col-md-8'>unicode 54c3</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54bc' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54bd' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54be' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54bf' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c0' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c1' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c2' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c3' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54c3</div>
<div class=' col-md-8'>unicode 54c4</div>
<div class=' col-md-8'>unicode 54c5</div>
<div class=' col-md-8'>unicode 54c6</div>
<div class=' col-md-8'>unicode 54c7</div>
<div class=' col-md-8'>unicode 54c8</div>
<div class=' col-md-8'>unicode 54c9</div>
<div class=' col-md-8'>unicode 54ca</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c3' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c4' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c5' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c6' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c7' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c8' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54c9' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ca' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54ca</div>
<div class=' col-md-8'>unicode 54cb</div>
<div class=' col-md-8'>unicode 54cc</div>
<div class=' col-md-8'>unicode 54cd</div>
<div class=' col-md-8'>unicode 54ce</div>
<div class=' col-md-8'>unicode 54cf</div>
<div class=' col-md-8'>unicode 54d0</div>
<div class=' col-md-8'>unicode 54d1</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ca' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54cb' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54cc' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54cd' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ce' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54cf' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d0' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d1' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54d1</div>
<div class=' col-md-8'>unicode 54d2</div>
<div class=' col-md-8'>unicode 54d3</div>
<div class=' col-md-8'>unicode 54d4</div>
<div class=' col-md-8'>unicode 54d5</div>
<div class=' col-md-8'>unicode 54d6</div>
<div class=' col-md-8'>unicode 54d7</div>
<div class=' col-md-8'>unicode 54d8</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d1' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d2' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d3' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d4' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d5' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d6' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d7' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d8' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54d8</div>
<div class=' col-md-8'>unicode 54d9</div>
<div class=' col-md-8'>unicode 54da</div>
<div class=' col-md-8'>unicode 54db</div>
<div class=' col-md-8'>unicode 54dc</div>
<div class=' col-md-8'>unicode 54dd</div>
<div class=' col-md-8'>unicode 54de</div>
<div class=' col-md-8'>unicode 54df</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d8' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54d9' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54da' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54db' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54dc' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54dd' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54de' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54df' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54df</div>
<div class=' col-md-8'>unicode 54e0</div>
<div class=' col-md-8'>unicode 54e1</div>
<div class=' col-md-8'>unicode 54e2</div>
<div class=' col-md-8'>unicode 54e3</div>
<div class=' col-md-8'>unicode 54e4</div>
<div class=' col-md-8'>unicode 54e5</div>
<div class=' col-md-8'>unicode 54e6</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54df' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e0' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e1' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e2' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e3' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e4' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e5' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e6' class='kanji'>ๅฆ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54e6</div>
<div class=' col-md-8'>unicode 54e7</div>
<div class=' col-md-8'>unicode 54e8</div>
<div class=' col-md-8'>unicode 54e9</div>
<div class=' col-md-8'>unicode 54ea</div>
<div class=' col-md-8'>unicode 54eb</div>
<div class=' col-md-8'>unicode 54ec</div>
<div class=' col-md-8'>unicode 54ed</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e6' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e7' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e8' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54e9' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ea' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54eb' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ec' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ed' class='kanji'>ๅญ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54ed</div>
<div class=' col-md-8'>unicode 54ee</div>
<div class=' col-md-8'>unicode 54ef</div>
<div class=' col-md-8'>unicode 54f0</div>
<div class=' col-md-8'>unicode 54f1</div>
<div class=' col-md-8'>unicode 54f2</div>
<div class=' col-md-8'>unicode 54f3</div>
<div class=' col-md-8'>unicode 54f4</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ed' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ee' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ef' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f0' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f1' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f2' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f3' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f4' class='kanji'>ๅด</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54f4</div>
<div class=' col-md-8'>unicode 54f5</div>
<div class=' col-md-8'>unicode 54f6</div>
<div class=' col-md-8'>unicode 54f7</div>
<div class=' col-md-8'>unicode 54f8</div>
<div class=' col-md-8'>unicode 54f9</div>
<div class=' col-md-8'>unicode 54fa</div>
<div class=' col-md-8'>unicode 54fb</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f4' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f5' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f6' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f7' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f8' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54f9' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54fa' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54fb' class='kanji'>ๅป</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 54fb</div>
<div class=' col-md-8'>unicode 54fc</div>
<div class=' col-md-8'>unicode 54fd</div>
<div class=' col-md-8'>unicode 54fe</div>
<div class=' col-md-8'>unicode 54ff</div>
<div class=' col-md-8'>unicode 5500</div>
<div class=' col-md-8'>unicode 5501</div>
<div class=' col-md-8'>unicode 5502</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54fb' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54fc' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54fd' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54fe' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x54ff' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5500' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5501' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5502' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5502</div>
<div class=' col-md-8'>unicode 5503</div>
<div class=' col-md-8'>unicode 5504</div>
<div class=' col-md-8'>unicode 5505</div>
<div class=' col-md-8'>unicode 5506</div>
<div class=' col-md-8'>unicode 5507</div>
<div class=' col-md-8'>unicode 5508</div>
<div class=' col-md-8'>unicode 5509</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5502' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5503' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5504' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5505' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5506' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5507' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5508' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5509' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5509</div>
<div class=' col-md-8'>unicode 550a</div>
<div class=' col-md-8'>unicode 550b</div>
<div class=' col-md-8'>unicode 550c</div>
<div class=' col-md-8'>unicode 550d</div>
<div class=' col-md-8'>unicode 550e</div>
<div class=' col-md-8'>unicode 550f</div>
<div class=' col-md-8'>unicode 5510</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5509' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x550a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x550b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x550c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x550d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x550e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x550f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5510' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5510</div>
<div class=' col-md-8'>unicode 5511</div>
<div class=' col-md-8'>unicode 5512</div>
<div class=' col-md-8'>unicode 5513</div>
<div class=' col-md-8'>unicode 5514</div>
<div class=' col-md-8'>unicode 5515</div>
<div class=' col-md-8'>unicode 5516</div>
<div class=' col-md-8'>unicode 5517</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5510' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5511' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5512' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5513' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5514' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5515' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5516' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5517' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5517</div>
<div class=' col-md-8'>unicode 5518</div>
<div class=' col-md-8'>unicode 5519</div>
<div class=' col-md-8'>unicode 551a</div>
<div class=' col-md-8'>unicode 551b</div>
<div class=' col-md-8'>unicode 551c</div>
<div class=' col-md-8'>unicode 551d</div>
<div class=' col-md-8'>unicode 551e</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5517' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5518' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5519' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551e' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 551e</div>
<div class=' col-md-8'>unicode 551f</div>
<div class=' col-md-8'>unicode 5520</div>
<div class=' col-md-8'>unicode 5521</div>
<div class=' col-md-8'>unicode 5522</div>
<div class=' col-md-8'>unicode 5523</div>
<div class=' col-md-8'>unicode 5524</div>
<div class=' col-md-8'>unicode 5525</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x551f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5520' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5521' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5522' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5523' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5524' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5525' class='kanji'>ๅฅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5525</div>
<div class=' col-md-8'>unicode 5526</div>
<div class=' col-md-8'>unicode 5527</div>
<div class=' col-md-8'>unicode 5528</div>
<div class=' col-md-8'>unicode 5529</div>
<div class=' col-md-8'>unicode 552a</div>
<div class=' col-md-8'>unicode 552b</div>
<div class=' col-md-8'>unicode 552c</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5525' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5526' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5527' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5528' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5529' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552a' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552b' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552c' class='kanji'>ๅฌ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 552c</div>
<div class=' col-md-8'>unicode 552d</div>
<div class=' col-md-8'>unicode 552e</div>
<div class=' col-md-8'>unicode 552f</div>
<div class=' col-md-8'>unicode 5530</div>
<div class=' col-md-8'>unicode 5531</div>
<div class=' col-md-8'>unicode 5532</div>
<div class=' col-md-8'>unicode 5533</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552c' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552d' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552e' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x552f' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5530' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5531' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5532' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5533' class='kanji'>ๅณ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5533</div>
<div class=' col-md-8'>unicode 5534</div>
<div class=' col-md-8'>unicode 5535</div>
<div class=' col-md-8'>unicode 5536</div>
<div class=' col-md-8'>unicode 5537</div>
<div class=' col-md-8'>unicode 5538</div>
<div class=' col-md-8'>unicode 5539</div>
<div class=' col-md-8'>unicode 553a</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5533' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5534' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5535' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5536' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5537' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5538' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5539' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553a' class='kanji'>ๅบ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 553a</div>
<div class=' col-md-8'>unicode 553b</div>
<div class=' col-md-8'>unicode 553c</div>
<div class=' col-md-8'>unicode 553d</div>
<div class=' col-md-8'>unicode 553e</div>
<div class=' col-md-8'>unicode 553f</div>
<div class=' col-md-8'>unicode 5540</div>
<div class=' col-md-8'>unicode 5541</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553a' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553b' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553c' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553d' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553e' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x553f' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5540' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5541' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5541</div>
<div class=' col-md-8'>unicode 5542</div>
<div class=' col-md-8'>unicode 5543</div>
<div class=' col-md-8'>unicode 5544</div>
<div class=' col-md-8'>unicode 5545</div>
<div class=' col-md-8'>unicode 5546</div>
<div class=' col-md-8'>unicode 5547</div>
<div class=' col-md-8'>unicode 5548</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5541' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5542' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5543' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5544' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5545' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5546' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5547' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5548' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5548</div>
<div class=' col-md-8'>unicode 5549</div>
<div class=' col-md-8'>unicode 554a</div>
<div class=' col-md-8'>unicode 554b</div>
<div class=' col-md-8'>unicode 554c</div>
<div class=' col-md-8'>unicode 554d</div>
<div class=' col-md-8'>unicode 554e</div>
<div class=' col-md-8'>unicode 554f</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5548' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5549' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554f' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 554f</div>
<div class=' col-md-8'>unicode 5550</div>
<div class=' col-md-8'>unicode 5551</div>
<div class=' col-md-8'>unicode 5552</div>
<div class=' col-md-8'>unicode 5553</div>
<div class=' col-md-8'>unicode 5554</div>
<div class=' col-md-8'>unicode 5555</div>
<div class=' col-md-8'>unicode 5556</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x554f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5550' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5551' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5552' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5553' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5554' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5555' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5556' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5556</div>
<div class=' col-md-8'>unicode 5557</div>
<div class=' col-md-8'>unicode 5558</div>
<div class=' col-md-8'>unicode 5559</div>
<div class=' col-md-8'>unicode 555a</div>
<div class=' col-md-8'>unicode 555b</div>
<div class=' col-md-8'>unicode 555c</div>
<div class=' col-md-8'>unicode 555d</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5556' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5557' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5558' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5559' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555d' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 555d</div>
<div class=' col-md-8'>unicode 555e</div>
<div class=' col-md-8'>unicode 555f</div>
<div class=' col-md-8'>unicode 5560</div>
<div class=' col-md-8'>unicode 5561</div>
<div class=' col-md-8'>unicode 5562</div>
<div class=' col-md-8'>unicode 5563</div>
<div class=' col-md-8'>unicode 5564</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x555f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5560' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5561' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5562' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5563' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5564' class='kanji'>ๅค</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5564</div>
<div class=' col-md-8'>unicode 5565</div>
<div class=' col-md-8'>unicode 5566</div>
<div class=' col-md-8'>unicode 5567</div>
<div class=' col-md-8'>unicode 5568</div>
<div class=' col-md-8'>unicode 5569</div>
<div class=' col-md-8'>unicode 556a</div>
<div class=' col-md-8'>unicode 556b</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5564' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5565' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5566' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5567' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5568' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5569' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556a' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556b' class='kanji'>ๅซ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 556b</div>
<div class=' col-md-8'>unicode 556c</div>
<div class=' col-md-8'>unicode 556d</div>
<div class=' col-md-8'>unicode 556e</div>
<div class=' col-md-8'>unicode 556f</div>
<div class=' col-md-8'>unicode 5570</div>
<div class=' col-md-8'>unicode 5571</div>
<div class=' col-md-8'>unicode 5572</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556b' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556c' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556d' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556e' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x556f' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5570' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5571' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5572' class='kanji'>ๅฒ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5572</div>
<div class=' col-md-8'>unicode 5573</div>
<div class=' col-md-8'>unicode 5574</div>
<div class=' col-md-8'>unicode 5575</div>
<div class=' col-md-8'>unicode 5576</div>
<div class=' col-md-8'>unicode 5577</div>
<div class=' col-md-8'>unicode 5578</div>
<div class=' col-md-8'>unicode 5579</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5572' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5573' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5574' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5575' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5576' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5577' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5578' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5579' class='kanji'>ๅน</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5579</div>
<div class=' col-md-8'>unicode 557a</div>
<div class=' col-md-8'>unicode 557b</div>
<div class=' col-md-8'>unicode 557c</div>
<div class=' col-md-8'>unicode 557d</div>
<div class=' col-md-8'>unicode 557e</div>
<div class=' col-md-8'>unicode 557f</div>
<div class=' col-md-8'>unicode 5580</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5579' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x557a' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x557b' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x557c' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x557d' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x557e' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x557f' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5580' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5580</div>
<div class=' col-md-8'>unicode 5581</div>
<div class=' col-md-8'>unicode 5582</div>
<div class=' col-md-8'>unicode 5583</div>
<div class=' col-md-8'>unicode 5584</div>
<div class=' col-md-8'>unicode 5585</div>
<div class=' col-md-8'>unicode 5586</div>
<div class=' col-md-8'>unicode 5587</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5580' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5581' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5582' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5583' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5584' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5585' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5586' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5587' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5587</div>
<div class=' col-md-8'>unicode 5588</div>
<div class=' col-md-8'>unicode 5589</div>
<div class=' col-md-8'>unicode 558a</div>
<div class=' col-md-8'>unicode 558b</div>
<div class=' col-md-8'>unicode 558c</div>
<div class=' col-md-8'>unicode 558d</div>
<div class=' col-md-8'>unicode 558e</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5587' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5588' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5589' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558e' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 558e</div>
<div class=' col-md-8'>unicode 558f</div>
<div class=' col-md-8'>unicode 5590</div>
<div class=' col-md-8'>unicode 5591</div>
<div class=' col-md-8'>unicode 5592</div>
<div class=' col-md-8'>unicode 5593</div>
<div class=' col-md-8'>unicode 5594</div>
<div class=' col-md-8'>unicode 5595</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x558f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5590' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5591' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5592' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5593' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5594' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5595' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5595</div>
<div class=' col-md-8'>unicode 5596</div>
<div class=' col-md-8'>unicode 5597</div>
<div class=' col-md-8'>unicode 5598</div>
<div class=' col-md-8'>unicode 5599</div>
<div class=' col-md-8'>unicode 559a</div>
<div class=' col-md-8'>unicode 559b</div>
<div class=' col-md-8'>unicode 559c</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5595' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5596' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5597' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5598' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5599' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559c' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 559c</div>
<div class=' col-md-8'>unicode 559d</div>
<div class=' col-md-8'>unicode 559e</div>
<div class=' col-md-8'>unicode 559f</div>
<div class=' col-md-8'>unicode 55a0</div>
<div class=' col-md-8'>unicode 55a1</div>
<div class=' col-md-8'>unicode 55a2</div>
<div class=' col-md-8'>unicode 55a3</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x559f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a0' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a1' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a2' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a3' class='kanji'>ๅฃ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55a3</div>
<div class=' col-md-8'>unicode 55a4</div>
<div class=' col-md-8'>unicode 55a5</div>
<div class=' col-md-8'>unicode 55a6</div>
<div class=' col-md-8'>unicode 55a7</div>
<div class=' col-md-8'>unicode 55a8</div>
<div class=' col-md-8'>unicode 55a9</div>
<div class=' col-md-8'>unicode 55aa</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a3' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a4' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a5' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a6' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a7' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a8' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55a9' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55aa' class='kanji'>ๅช</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55aa</div>
<div class=' col-md-8'>unicode 55ab</div>
<div class=' col-md-8'>unicode 55ac</div>
<div class=' col-md-8'>unicode 55ad</div>
<div class=' col-md-8'>unicode 55ae</div>
<div class=' col-md-8'>unicode 55af</div>
<div class=' col-md-8'>unicode 55b0</div>
<div class=' col-md-8'>unicode 55b1</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55aa' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ab' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ac' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ad' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ae' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55af' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b0' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b1' class='kanji'>ๅฑ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55b1</div>
<div class=' col-md-8'>unicode 55b2</div>
<div class=' col-md-8'>unicode 55b3</div>
<div class=' col-md-8'>unicode 55b4</div>
<div class=' col-md-8'>unicode 55b5</div>
<div class=' col-md-8'>unicode 55b6</div>
<div class=' col-md-8'>unicode 55b7</div>
<div class=' col-md-8'>unicode 55b8</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b1' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b2' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b3' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b4' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b5' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b6' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b7' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b8' class='kanji'>ๅธ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55b8</div>
<div class=' col-md-8'>unicode 55b9</div>
<div class=' col-md-8'>unicode 55ba</div>
<div class=' col-md-8'>unicode 55bb</div>
<div class=' col-md-8'>unicode 55bc</div>
<div class=' col-md-8'>unicode 55bd</div>
<div class=' col-md-8'>unicode 55be</div>
<div class=' col-md-8'>unicode 55bf</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b8' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55b9' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ba' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55bb' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55bc' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55bd' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55be' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55bf' class='kanji'>ๅฟ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55bf</div>
<div class=' col-md-8'>unicode 55c0</div>
<div class=' col-md-8'>unicode 55c1</div>
<div class=' col-md-8'>unicode 55c2</div>
<div class=' col-md-8'>unicode 55c3</div>
<div class=' col-md-8'>unicode 55c4</div>
<div class=' col-md-8'>unicode 55c5</div>
<div class=' col-md-8'>unicode 55c6</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55bf' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c0' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c1' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c2' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c3' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c4' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c5' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c6' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55c6</div>
<div class=' col-md-8'>unicode 55c7</div>
<div class=' col-md-8'>unicode 55c8</div>
<div class=' col-md-8'>unicode 55c9</div>
<div class=' col-md-8'>unicode 55ca</div>
<div class=' col-md-8'>unicode 55cb</div>
<div class=' col-md-8'>unicode 55cc</div>
<div class=' col-md-8'>unicode 55cd</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c6' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c7' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c8' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55c9' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ca' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55cb' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55cc' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55cd' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55cd</div>
<div class=' col-md-8'>unicode 55ce</div>
<div class=' col-md-8'>unicode 55cf</div>
<div class=' col-md-8'>unicode 55d0</div>
<div class=' col-md-8'>unicode 55d1</div>
<div class=' col-md-8'>unicode 55d2</div>
<div class=' col-md-8'>unicode 55d3</div>
<div class=' col-md-8'>unicode 55d4</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55cd' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ce' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55cf' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d0' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d1' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d2' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d3' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d4' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55d4</div>
<div class=' col-md-8'>unicode 55d5</div>
<div class=' col-md-8'>unicode 55d6</div>
<div class=' col-md-8'>unicode 55d7</div>
<div class=' col-md-8'>unicode 55d8</div>
<div class=' col-md-8'>unicode 55d9</div>
<div class=' col-md-8'>unicode 55da</div>
<div class=' col-md-8'>unicode 55db</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d4' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d5' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d6' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d7' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d8' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55d9' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55da' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55db' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55db</div>
<div class=' col-md-8'>unicode 55dc</div>
<div class=' col-md-8'>unicode 55dd</div>
<div class=' col-md-8'>unicode 55de</div>
<div class=' col-md-8'>unicode 55df</div>
<div class=' col-md-8'>unicode 55e0</div>
<div class=' col-md-8'>unicode 55e1</div>
<div class=' col-md-8'>unicode 55e2</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55db' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55dc' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55dd' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55de' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55df' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e0' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e1' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e2' class='kanji'>ๅข</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55e2</div>
<div class=' col-md-8'>unicode 55e3</div>
<div class=' col-md-8'>unicode 55e4</div>
<div class=' col-md-8'>unicode 55e5</div>
<div class=' col-md-8'>unicode 55e6</div>
<div class=' col-md-8'>unicode 55e7</div>
<div class=' col-md-8'>unicode 55e8</div>
<div class=' col-md-8'>unicode 55e9</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e2' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e3' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e4' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e5' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e6' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e7' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e8' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e9' class='kanji'>ๅฉ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55e9</div>
<div class=' col-md-8'>unicode 55ea</div>
<div class=' col-md-8'>unicode 55eb</div>
<div class=' col-md-8'>unicode 55ec</div>
<div class=' col-md-8'>unicode 55ed</div>
<div class=' col-md-8'>unicode 55ee</div>
<div class=' col-md-8'>unicode 55ef</div>
<div class=' col-md-8'>unicode 55f0</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55e9' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ea' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55eb' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ec' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ed' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ee' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ef' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f0' class='kanji'>ๅฐ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55f0</div>
<div class=' col-md-8'>unicode 55f1</div>
<div class=' col-md-8'>unicode 55f2</div>
<div class=' col-md-8'>unicode 55f3</div>
<div class=' col-md-8'>unicode 55f4</div>
<div class=' col-md-8'>unicode 55f5</div>
<div class=' col-md-8'>unicode 55f6</div>
<div class=' col-md-8'>unicode 55f7</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f0' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f1' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f2' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f3' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f4' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f5' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f6' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f7' class='kanji'>ๅท</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55f7</div>
<div class=' col-md-8'>unicode 55f8</div>
<div class=' col-md-8'>unicode 55f9</div>
<div class=' col-md-8'>unicode 55fa</div>
<div class=' col-md-8'>unicode 55fb</div>
<div class=' col-md-8'>unicode 55fc</div>
<div class=' col-md-8'>unicode 55fd</div>
<div class=' col-md-8'>unicode 55fe</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f7' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f8' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55f9' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55fa' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55fb' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55fc' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55fd' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55fe' class='kanji'>ๅพ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 55fe</div>
<div class=' col-md-8'>unicode 55ff</div>
<div class=' col-md-8'>unicode 5600</div>
<div class=' col-md-8'>unicode 5601</div>
<div class=' col-md-8'>unicode 5602</div>
<div class=' col-md-8'>unicode 5603</div>
<div class=' col-md-8'>unicode 5604</div>
<div class=' col-md-8'>unicode 5605</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55fe' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x55ff' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5600' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5601' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5602' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5603' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5604' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5605' class='kanji'>ๅ
</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5605</div>
<div class=' col-md-8'>unicode 5606</div>
<div class=' col-md-8'>unicode 5607</div>
<div class=' col-md-8'>unicode 5608</div>
<div class=' col-md-8'>unicode 5609</div>
<div class=' col-md-8'>unicode 560a</div>
<div class=' col-md-8'>unicode 560b</div>
<div class=' col-md-8'>unicode 560c</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5605' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5606' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5607' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5608' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5609' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560c' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 560c</div>
<div class=' col-md-8'>unicode 560d</div>
<div class=' col-md-8'>unicode 560e</div>
<div class=' col-md-8'>unicode 560f</div>
<div class=' col-md-8'>unicode 5610</div>
<div class=' col-md-8'>unicode 5611</div>
<div class=' col-md-8'>unicode 5612</div>
<div class=' col-md-8'>unicode 5613</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x560f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5610' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5611' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5612' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5613' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5613</div>
<div class=' col-md-8'>unicode 5614</div>
<div class=' col-md-8'>unicode 5615</div>
<div class=' col-md-8'>unicode 5616</div>
<div class=' col-md-8'>unicode 5617</div>
<div class=' col-md-8'>unicode 5618</div>
<div class=' col-md-8'>unicode 5619</div>
<div class=' col-md-8'>unicode 561a</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5613' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5614' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5615' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5616' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5617' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5618' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5619' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561a' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 561a</div>
<div class=' col-md-8'>unicode 561b</div>
<div class=' col-md-8'>unicode 561c</div>
<div class=' col-md-8'>unicode 561d</div>
<div class=' col-md-8'>unicode 561e</div>
<div class=' col-md-8'>unicode 561f</div>
<div class=' col-md-8'>unicode 5620</div>
<div class=' col-md-8'>unicode 5621</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x561f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5620' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5621' class='kanji'>ๅก</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5621</div>
<div class=' col-md-8'>unicode 5622</div>
<div class=' col-md-8'>unicode 5623</div>
<div class=' col-md-8'>unicode 5624</div>
<div class=' col-md-8'>unicode 5625</div>
<div class=' col-md-8'>unicode 5626</div>
<div class=' col-md-8'>unicode 5627</div>
<div class=' col-md-8'>unicode 5628</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5621' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5622' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5623' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5624' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5625' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5626' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5627' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5628' class='kanji'>ๅจ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5628</div>
<div class=' col-md-8'>unicode 5629</div>
<div class=' col-md-8'>unicode 562a</div>
<div class=' col-md-8'>unicode 562b</div>
<div class=' col-md-8'>unicode 562c</div>
<div class=' col-md-8'>unicode 562d</div>
<div class=' col-md-8'>unicode 562e</div>
<div class=' col-md-8'>unicode 562f</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5628' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5629' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562a' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562b' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562c' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562d' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562e' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562f' class='kanji'>ๅฏ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 562f</div>
<div class=' col-md-8'>unicode 5630</div>
<div class=' col-md-8'>unicode 5631</div>
<div class=' col-md-8'>unicode 5632</div>
<div class=' col-md-8'>unicode 5633</div>
<div class=' col-md-8'>unicode 5634</div>
<div class=' col-md-8'>unicode 5635</div>
<div class=' col-md-8'>unicode 5636</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x562f' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5630' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5631' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5632' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5633' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5634' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5635' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5636' class='kanji'>ๅถ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5636</div>
<div class=' col-md-8'>unicode 5637</div>
<div class=' col-md-8'>unicode 5638</div>
<div class=' col-md-8'>unicode 5639</div>
<div class=' col-md-8'>unicode 563a</div>
<div class=' col-md-8'>unicode 563b</div>
<div class=' col-md-8'>unicode 563c</div>
<div class=' col-md-8'>unicode 563d</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5636' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5637' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5638' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5639' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563a' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563b' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563c' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563d' class='kanji'>ๅฝ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 563d</div>
<div class=' col-md-8'>unicode 563e</div>
<div class=' col-md-8'>unicode 563f</div>
<div class=' col-md-8'>unicode 5640</div>
<div class=' col-md-8'>unicode 5641</div>
<div class=' col-md-8'>unicode 5642</div>
<div class=' col-md-8'>unicode 5643</div>
<div class=' col-md-8'>unicode 5644</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563d' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563e' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x563f' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5640' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5641' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5642' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5643' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5644' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5644</div>
<div class=' col-md-8'>unicode 5645</div>
<div class=' col-md-8'>unicode 5646</div>
<div class=' col-md-8'>unicode 5647</div>
<div class=' col-md-8'>unicode 5648</div>
<div class=' col-md-8'>unicode 5649</div>
<div class=' col-md-8'>unicode 564a</div>
<div class=' col-md-8'>unicode 564b</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5644' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5645' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5646' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5647' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5648' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5649' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564b' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 564b</div>
<div class=' col-md-8'>unicode 564c</div>
<div class=' col-md-8'>unicode 564d</div>
<div class=' col-md-8'>unicode 564e</div>
<div class=' col-md-8'>unicode 564f</div>
<div class=' col-md-8'>unicode 5650</div>
<div class=' col-md-8'>unicode 5651</div>
<div class=' col-md-8'>unicode 5652</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x564f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5650' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5651' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5652' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5652</div>
<div class=' col-md-8'>unicode 5653</div>
<div class=' col-md-8'>unicode 5654</div>
<div class=' col-md-8'>unicode 5655</div>
<div class=' col-md-8'>unicode 5656</div>
<div class=' col-md-8'>unicode 5657</div>
<div class=' col-md-8'>unicode 5658</div>
<div class=' col-md-8'>unicode 5659</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5652' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5653' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5654' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5655' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5656' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5657' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5658' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5659' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5659</div>
<div class=' col-md-8'>unicode 565a</div>
<div class=' col-md-8'>unicode 565b</div>
<div class=' col-md-8'>unicode 565c</div>
<div class=' col-md-8'>unicode 565d</div>
<div class=' col-md-8'>unicode 565e</div>
<div class=' col-md-8'>unicode 565f</div>
<div class=' col-md-8'>unicode 5660</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5659' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x565a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x565b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x565c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x565d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x565e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x565f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5660' class='kanji'>ๅ </li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5660</div>
<div class=' col-md-8'>unicode 5661</div>
<div class=' col-md-8'>unicode 5662</div>
<div class=' col-md-8'>unicode 5663</div>
<div class=' col-md-8'>unicode 5664</div>
<div class=' col-md-8'>unicode 5665</div>
<div class=' col-md-8'>unicode 5666</div>
<div class=' col-md-8'>unicode 5667</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5660' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5661' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5662' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5663' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5664' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5665' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5666' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5667' class='kanji'>ๅง</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5667</div>
<div class=' col-md-8'>unicode 5668</div>
<div class=' col-md-8'>unicode 5669</div>
<div class=' col-md-8'>unicode 566a</div>
<div class=' col-md-8'>unicode 566b</div>
<div class=' col-md-8'>unicode 566c</div>
<div class=' col-md-8'>unicode 566d</div>
<div class=' col-md-8'>unicode 566e</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5667' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5668' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5669' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566a' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566b' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566c' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566d' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566e' class='kanji'>ๅฎ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 566e</div>
<div class=' col-md-8'>unicode 566f</div>
<div class=' col-md-8'>unicode 5670</div>
<div class=' col-md-8'>unicode 5671</div>
<div class=' col-md-8'>unicode 5672</div>
<div class=' col-md-8'>unicode 5673</div>
<div class=' col-md-8'>unicode 5674</div>
<div class=' col-md-8'>unicode 5675</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566e' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x566f' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5670' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5671' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5672' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5673' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5674' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5675' class='kanji'>ๅต</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5675</div>
<div class=' col-md-8'>unicode 5676</div>
<div class=' col-md-8'>unicode 5677</div>
<div class=' col-md-8'>unicode 5678</div>
<div class=' col-md-8'>unicode 5679</div>
<div class=' col-md-8'>unicode 567a</div>
<div class=' col-md-8'>unicode 567b</div>
<div class=' col-md-8'>unicode 567c</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5675' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5676' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5677' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5678' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5679' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567a' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567b' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567c' class='kanji'>ๅผ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 567c</div>
<div class=' col-md-8'>unicode 567d</div>
<div class=' col-md-8'>unicode 567e</div>
<div class=' col-md-8'>unicode 567f</div>
<div class=' col-md-8'>unicode 5680</div>
<div class=' col-md-8'>unicode 5681</div>
<div class=' col-md-8'>unicode 5682</div>
<div class=' col-md-8'>unicode 5683</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567c' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567d' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567e' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x567f' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5680' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5681' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5682' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5683' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5683</div>
<div class=' col-md-8'>unicode 5684</div>
<div class=' col-md-8'>unicode 5685</div>
<div class=' col-md-8'>unicode 5686</div>
<div class=' col-md-8'>unicode 5687</div>
<div class=' col-md-8'>unicode 5688</div>
<div class=' col-md-8'>unicode 5689</div>
<div class=' col-md-8'>unicode 568a</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5683' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5684' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5685' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5686' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5687' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5688' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5689' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568a' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 568a</div>
<div class=' col-md-8'>unicode 568b</div>
<div class=' col-md-8'>unicode 568c</div>
<div class=' col-md-8'>unicode 568d</div>
<div class=' col-md-8'>unicode 568e</div>
<div class=' col-md-8'>unicode 568f</div>
<div class=' col-md-8'>unicode 5690</div>
<div class=' col-md-8'>unicode 5691</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x568f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5690' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5691' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5691</div>
<div class=' col-md-8'>unicode 5692</div>
<div class=' col-md-8'>unicode 5693</div>
<div class=' col-md-8'>unicode 5694</div>
<div class=' col-md-8'>unicode 5695</div>
<div class=' col-md-8'>unicode 5696</div>
<div class=' col-md-8'>unicode 5697</div>
<div class=' col-md-8'>unicode 5698</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5691' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5692' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5693' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5694' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5695' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5696' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5697' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5698' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 5698</div>
<div class=' col-md-8'>unicode 5699</div>
<div class=' col-md-8'>unicode 569a</div>
<div class=' col-md-8'>unicode 569b</div>
<div class=' col-md-8'>unicode 569c</div>
<div class=' col-md-8'>unicode 569d</div>
<div class=' col-md-8'>unicode 569e</div>
<div class=' col-md-8'>unicode 569f</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5698' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x5699' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569a' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569b' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569c' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569d' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569e' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569f' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 569f</div>
<div class=' col-md-8'>unicode 56a0</div>
<div class=' col-md-8'>unicode 56a1</div>
<div class=' col-md-8'>unicode 56a2</div>
<div class=' col-md-8'>unicode 56a3</div>
<div class=' col-md-8'>unicode 56a4</div>
<div class=' col-md-8'>unicode 56a5</div>
<div class=' col-md-8'>unicode 56a6</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x569f' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a0' class='kanji'>ๅ </li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a1' class='kanji'>ๅก</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a2' class='kanji'>ๅข</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a3' class='kanji'>ๅฃ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a4' class='kanji'>ๅค</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a5' class='kanji'>ๅฅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a6' class='kanji'>ๅฆ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56a6</div>
<div class=' col-md-8'>unicode 56a7</div>
<div class=' col-md-8'>unicode 56a8</div>
<div class=' col-md-8'>unicode 56a9</div>
<div class=' col-md-8'>unicode 56aa</div>
<div class=' col-md-8'>unicode 56ab</div>
<div class=' col-md-8'>unicode 56ac</div>
<div class=' col-md-8'>unicode 56ad</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a6' class='kanji'>ๅฆ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a7' class='kanji'>ๅง</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a8' class='kanji'>ๅจ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56a9' class='kanji'>ๅฉ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56aa' class='kanji'>ๅช</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ab' class='kanji'>ๅซ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ac' class='kanji'>ๅฌ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ad' class='kanji'>ๅญ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56ad</div>
<div class=' col-md-8'>unicode 56ae</div>
<div class=' col-md-8'>unicode 56af</div>
<div class=' col-md-8'>unicode 56b0</div>
<div class=' col-md-8'>unicode 56b1</div>
<div class=' col-md-8'>unicode 56b2</div>
<div class=' col-md-8'>unicode 56b3</div>
<div class=' col-md-8'>unicode 56b4</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ad' class='kanji'>ๅญ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ae' class='kanji'>ๅฎ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56af' class='kanji'>ๅฏ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b0' class='kanji'>ๅฐ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b1' class='kanji'>ๅฑ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b2' class='kanji'>ๅฒ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b3' class='kanji'>ๅณ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b4' class='kanji'>ๅด</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56b4</div>
<div class=' col-md-8'>unicode 56b5</div>
<div class=' col-md-8'>unicode 56b6</div>
<div class=' col-md-8'>unicode 56b7</div>
<div class=' col-md-8'>unicode 56b8</div>
<div class=' col-md-8'>unicode 56b9</div>
<div class=' col-md-8'>unicode 56ba</div>
<div class=' col-md-8'>unicode 56bb</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b4' class='kanji'>ๅด</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b5' class='kanji'>ๅต</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b6' class='kanji'>ๅถ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b7' class='kanji'>ๅท</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b8' class='kanji'>ๅธ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56b9' class='kanji'>ๅน</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ba' class='kanji'>ๅบ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56bb' class='kanji'>ๅป</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56bb</div>
<div class=' col-md-8'>unicode 56bc</div>
<div class=' col-md-8'>unicode 56bd</div>
<div class=' col-md-8'>unicode 56be</div>
<div class=' col-md-8'>unicode 56bf</div>
<div class=' col-md-8'>unicode 56c0</div>
<div class=' col-md-8'>unicode 56c1</div>
<div class=' col-md-8'>unicode 56c2</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56bb' class='kanji'>ๅป</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56bc' class='kanji'>ๅผ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56bd' class='kanji'>ๅฝ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56be' class='kanji'>ๅพ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56bf' class='kanji'>ๅฟ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c0' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c1' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c2' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56c2</div>
<div class=' col-md-8'>unicode 56c3</div>
<div class=' col-md-8'>unicode 56c4</div>
<div class=' col-md-8'>unicode 56c5</div>
<div class=' col-md-8'>unicode 56c6</div>
<div class=' col-md-8'>unicode 56c7</div>
<div class=' col-md-8'>unicode 56c8</div>
<div class=' col-md-8'>unicode 56c9</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c2' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c3' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c4' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c5' class='kanji'>ๅ
</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c6' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c7' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c8' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c9' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56c9</div>
<div class=' col-md-8'>unicode 56ca</div>
<div class=' col-md-8'>unicode 56cb</div>
<div class=' col-md-8'>unicode 56cc</div>
<div class=' col-md-8'>unicode 56cd</div>
<div class=' col-md-8'>unicode 56ce</div>
<div class=' col-md-8'>unicode 56cf</div>
<div class=' col-md-8'>unicode 56d0</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56c9' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ca' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56cb' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56cc' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56cd' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56ce' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56cf' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d0' class='kanji'>ๅ</li>
</ul>
</div>
</div>
<div class='row'>
<div class=' col-md-8'>unicode 56d0</div>
<div class=' col-md-8'>unicode 56d1</div>
<div class=' col-md-8'>unicode 56d2</div>
<div class=' col-md-8'>unicode 56d3</div>
<div class=' col-md-8'>unicode 56d4</div>
<div class=' col-md-8'>unicode 56d5</div>
<div class=' col-md-8'>unicode 56d6</div>
<div class=' col-md-8'>unicode 56d7</div>
</div>
<div class='row'>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d0' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d1' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d2' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d3' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d4' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d5' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d6' class='kanji'>ๅ</li>
</ul>
</div>
<div class='col-md-8'>
<ul class='conteudo '><br>
<li id='x56d7' class='kanji'>ๅ</li>
</ul>
</div>
</div>
</div>
</body>
</html>
| danielassada/deposit-bate | linguagem/kanji/san_kaku/x53e3.html | HTML | mit | 184,135 |
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ site.url }}/js/jquery.js"></script>
<script src="{{ site.url }}/js/bootstrap.min.js"></script>
</body>
</html>
| Ten14/ten14.github.io | _includes/foot.html | HTML | mit | 299 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>NSObjectLockSynchronization Class 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/Class/NSObjectLockSynchronization" class="dashAnchor"></a>
<a title="NSObjectLockSynchronization Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (16% documented)</p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html"> Reference</a>
<img id="carat" src="../img/carat.png" />
NSObjectLockSynchronization Class 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.html#/s:C9FutureKit23ArrayWithFastLockAccess">ArrayWithFastLockAccess</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ArrayWithSynchronization.html">ArrayWithSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Box.html">Box</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CancellationToken.html">CancellationToken</a>
</li>
<li class="nav-group-task">
<a href="../Classes/CollectionAccessControl.html">CollectionAccessControl</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DictionaryWithBarrierAccess.html">DictionaryWithBarrierAccess</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DictionaryWithFastLockAccess.html">DictionaryWithFastLockAccess</a>
</li>
<li class="nav-group-task">
<a href="../Classes/DictionaryWithSynchronization.html">DictionaryWithSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Future.html">Future</a>
</li>
<li class="nav-group-task">
<a href="../Classes/FutureBatchOf.html">FutureBatchOf</a>
</li>
<li class="nav-group-task">
<a href="../Classes/FutureFIFO.html">FutureFIFO</a>
</li>
<li class="nav-group-task">
<a href="../Classes/FutureOperation.html">FutureOperation</a>
</li>
<li class="nav-group-task">
<a href="../Classes.html#/s:C9FutureKit20FutureOperationQueue">FutureOperationQueue</a>
</li>
<li class="nav-group-task">
<a href="../Classes/FutureThread.html">FutureThread</a>
</li>
<li class="nav-group-task">
<a href="../Classes/NSLockSynchronization.html">NSLockSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/NSObjectLockSynchronization.html">NSObjectLockSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/NSRecursiveLockSynchronization.html">NSRecursiveLockSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/OSAtomicInt32.html">OSAtomicInt32</a>
</li>
<li class="nav-group-task">
<a href="../Classes/OSAtomicInt64.html">OSAtomicInt64</a>
</li>
<li class="nav-group-task">
<a href="../Classes/OSSpinLockSynchronization.html">OSSpinLockSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/PThreadMutexSynchronization.html">PThreadMutexSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Promise.html">Promise</a>
</li>
<li class="nav-group-task">
<a href="../Classes/QueueBarrierSynchronization.html">QueueBarrierSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/QueueSerialSynchronization.html">QueueSerialSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/UnsafeSynchronization.html">UnsafeSynchronization</a>
</li>
<li class="nav-group-task">
<a href="../Classes/_FutureAnyOperation.html">_FutureAnyOperation</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Enums.html">Enums</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/CancelRequestResponse.html">CancelRequestResponse</a>
</li>
<li class="nav-group-task">
<a href="../Enums/Completion.html">Completion</a>
</li>
<li class="nav-group-task">
<a href="../Enums/Executor.html">Executor</a>
</li>
<li class="nav-group-task">
<a href="../Enums/FutureKitError.html">FutureKitError</a>
</li>
<li class="nav-group-task">
<a href="../Enums/FutureOperationQueuePriority.html">FutureOperationQueuePriority</a>
</li>
<li class="nav-group-task">
<a href="../Enums/FutureResult.html">FutureResult</a>
</li>
<li class="nav-group-task">
<a href="../Enums/QosCompatible.html">QosCompatible</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SerialOrConcurrent.html">SerialOrConcurrent</a>
</li>
<li class="nav-group-task">
<a href="../Enums/SynchronizationType.html">SynchronizationType</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/Completion.html">Completion</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Future.html">Future</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/FutureResult.html">FutureResult</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/NSQualityOfService.html">NSQualityOfService</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Functions.html#/s:ZF9FutureKitoi2eeFTOS_14FutureKitErrorS0__Sb">==(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu0_rFTGCS_6Futureq__GS0_q0___GS0_Tq_q0___">combineFutures(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu1_rFTGCS_6Futureq__GS0_q0__GS0_q1___GS0_Tq_q0_q1___">combineFutures(_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu2_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2___GS0_Tq_q0_q1_q2___">combineFutures(_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu3_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2__GS0_q3___GS0_Tq_q0_q1_q2_q3___">combineFutures(_:_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu4_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2__GS0_q3__GS0_q4___GS0_Tq_q0_q1_q2_q3_q4___">combineFutures(_:_:_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu5_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2__GS0_q3__GS0_q4__GS0_q5___GS0_Tq_q0_q1_q2_q3_q4_q5___">combineFutures(_:_:_:_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu6_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2__GS0_q3__GS0_q4__GS0_q5__GS0_q6___GS0_Tq_q0_q1_q2_q3_q4_q5_q6___">combineFutures(_:_:_:_:_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu7_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2__GS0_q3__GS0_q4__GS0_q5__GS0_q6__GS0_q7___GS0_Tq_q0_q1_q2_q3_q4_q5_q6_q7___">combineFutures(_:_:_:_:_:_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit14combineFuturesu8_rFTGCS_6Futureq__GS0_q0__GS0_q1__GS0_q2__GS0_q3__GS0_q4__GS0_q5__GS0_q6__GS0_q7__GS0_q8___GS0_Tq_q0_q1_q2_q3_q4_q5_q6_q7_q8___">combineFutures(_:_:_:_:_:_:_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../Functions.html#/s:F9FutureKit25warnOperationOnMainThreadFT_T_">warnOperationOnMainThread()</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/CompletionType.html">CompletionType</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/FutureProtocol.html">FutureProtocol</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/SynchronizationProtocol.html">SynchronizationProtocol</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structs</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/CancellationOptions.html">CancellationOptions</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ExtensionVarHandlerFor.html">ExtensionVarHandlerFor</a>
</li>
<li class="nav-group-task">
<a href="../Structs/GLOBAL_PARMS.html">GLOBAL_PARMS</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>NSObjectLockSynchronization</h1>
<p>Undocumented</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronizationcFMS0_FT_S0_"></a>
<a name="//apple_ref/swift/Method/init()" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronizationcFMS0_FT_S0_">init()</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronizationcFMS0_FT4lockPSs9AnyObject__S0_"></a>
<a name="//apple_ref/swift/Method/init(lock:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronizationcFMS0_FT4lockPSs9AnyObject__S0_">init(lock:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization13lockAndModifyurFS0_FT13waitUntilDoneSb11modifyBlockFT_q_4thenGSqFq_T___T_"></a>
<a name="//apple_ref/swift/Method/lockAndModify(waitUntilDone:modifyBlock:then:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization13lockAndModifyurFS0_FT13waitUntilDoneSb11modifyBlockFT_q_4thenGSqFq_T___T_">lockAndModify(waitUntilDone:modifyBlock:then:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization11lockAndReadurFS0_FT13waitUntilDoneSb9readBlockFT_q_4thenGSqFq_T___T_"></a>
<a name="//apple_ref/swift/Method/lockAndRead(waitUntilDone:readBlock:then:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization11lockAndReadurFS0_FT13waitUntilDoneSb9readBlockFT_q_4thenGSqFq_T___T_">lockAndRead(waitUntilDone:readBlock:then:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization13lockAndModifyFS0_FFT_T_T_"></a>
<a name="//apple_ref/swift/Method/lockAndModify(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization13lockAndModifyFS0_FFT_T_T_">lockAndModify(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization18lockAndModifyAsyncurFS0_FTFT_q_4thenFq_T__T_"></a>
<a name="//apple_ref/swift/Method/lockAndModifyAsync(_:then:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization18lockAndModifyAsyncurFS0_FTFT_q_4thenFq_T__T_">lockAndModifyAsync(_:then:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization17lockAndModifySyncurFS0_FFT_q_q_"></a>
<a name="//apple_ref/swift/Method/lockAndModifySync(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization17lockAndModifySyncurFS0_FFT_q_q_">lockAndModifySync(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization11lockAndReadFS0_FFT_T_T_"></a>
<a name="//apple_ref/swift/Method/lockAndRead(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization11lockAndReadFS0_FFT_T_T_">lockAndRead(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization16lockAndReadAsyncurFS0_FTFT_q_4thenFq_T__T_"></a>
<a name="//apple_ref/swift/Method/lockAndReadAsync(_:then:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization16lockAndReadAsyncurFS0_FTFT_q_4thenFq_T__T_">lockAndReadAsync(_:then:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization15lockAndReadSyncurFS0_FFT_q_q_"></a>
<a name="//apple_ref/swift/Method/lockAndReadSync(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization15lockAndReadSyncurFS0_FFT_q_q_">lockAndReadSync(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization10readFutureurFS0_FT8executorOS_8Executor5blockFT_q__GCS_6Futureq__"></a>
<a name="//apple_ref/swift/Method/readFuture(executor:block:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization10readFutureurFS0_FT8executorOS_8Executor5blockFT_q__GCS_6Futureq__">readFuture(executor:block:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:FC9FutureKit27NSObjectLockSynchronization12modifyFutureurFS0_FT8executorOS_8Executor5blockFT_q__GCS_6Futureq__"></a>
<a name="//apple_ref/swift/Method/modifyFuture(executor:block:)" class="dashAnchor"></a>
<a class="token" href="#/s:FC9FutureKit27NSObjectLockSynchronization12modifyFutureurFS0_FT8executorOS_8Executor5blockFT_q__GCS_6Futureq__">modifyFuture(executor:block:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2015 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2015-10-17)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy โชโซ v0.3.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| FutureKit/FutureKit | docs/docsets/.docset/Contents/Resources/Documents/Classes/NSObjectLockSynchronization.html | HTML | mit | 23,251 |
{% extends "layout.html" %}
{% set page = {
hideback: true
} %}
{% block page_title %}
How it works - {{ proto.title }} - GOV.UK
{% endblock %}
{% block content %}
<main id="content" role="main">
{{ super() }}
<div class="grid-row gov-pages">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Industrial Injuries Disablement Benefit</h1>
<div class="grid-row font-xsmall iidb-nav">
<div class="column-one-half">
<ol>
<li>
<span class="part-number">1.</span>
How it works
</li>
<li>
<span class="part-number">2.</span>
<a title="Part 2: What you'll get" href="{{ proto.path }}/_whatyouget.html">What you'll get</a>
</li>
</ol>
</div>
<div class="column-one-half">
<ol start="4">
<li>
<span class="part-number">3.</span>
<a title="Part 3: Eligibility" href="{{ proto.path }}/_eligibility.html">Eligibility</a>
</li>
<li>
<span class="part-number">4.</span>
<a title="Part 4: Apply" href="{{ proto.path }}/_start.html">Apply</a>
</li>
<!--<li>
<span class="part-number">5.</span>
<a title="Part 5: Further information" href="{{ proto.path }}/_furtherinfo.html">Further information</a>
</li>-->
</ol>
</div>
</div>
<!-- ////// Main Content ///////////// -->
<h3 class="heading-medium">1. How it works</h3>
<p>You might get Industrial Injuries Disablement Benefit (<abbr title="Industrial Injuries Disablement Benefit">IIDB</abbr>) if you became ill or are disabled because of an accident or disease either:</p>
<ul class="list list-bullet text">
<li>at work</li>
<li>on an approved employment training scheme or course</li>
</ul>
<p>The amount you may get depends on your individual circumstances.</p>
<div role="note" aria-label="Information" class="panel panel-border-wide">
<p>Your carer could get <a href="https://www.gov.uk/carers-allowance">Carerโs Allowance</a> if you have substantial caring needs.</p>
</div>
<nav class="pagination" role="navigation" aria-label="Pagination">
<ul class="">
<li class="previous">
<!-- <a title="Navigate to previous part" rel="prev" href="/industrial-injuries-disablement-benefit/overview">
<span class="pagination-label">Previous </span> <span class="pagination-part-title">Overview</span>
</a> -->
</li>
<li class="next">
<a title="Navigate to next part" rel="next" href="{{ proto.path }}/_whatyouget">
<span class="pagination-label">Next</span> <span class="pagination-part-title">What you'll get</span>
</a>
</li>
</ul>
</nav>
</div>
{#
<div class="column-one-third">
<aside class="related">
<div class="inner group font-xsmall">
<h5 class="heading-medium">Jobseeker's Allowance and low income benefits</h5>
<a href="https://www.gov.uk/diffuse-mesothelioma-payment">Diffuse mesothelioma payments</a>
<a class="bold" href="https://www.gov.uk/browse/benefits/jobseekers-allowance">More <span class="visuallyhidden">in Jobseeker's Allowance and low income benefits</span></a>
</div>
<div class="inner group font-xsmall">
<h5 class="heading-medium">Benefits</h5>
<a href="https://www.gov.uk/benefit-fraud">Benefit fraud</a>
<a class="bold" href="https://www.gov.uk/browse/benefits">More <span class="visuallyhidden">in Benefits</span></a>
</div>
<div class="inner group font-xsmall">
<h5 class="heading-medium">Elsewhere on GOV.UK</h5>
<a href="https://www.gov.uk/day-care-centres">Disability day care centres</a>
</div>
</aside>
</div>
#}
</div>
</main>
{% endblock %}
{% block body_end %}
{{ super() }}
{% endblock %}
| paulmsmith/dwp_iidb_prototype | app/views/alpha/alpha-14/app/index.html | HTML | mit | 5,178 |
<?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>services (YADIS)</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/yadis/yadis.rb, line 88</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">services</span>
<span class="ruby-ivar">@xrds</span>.<span class="ruby-identifier">services</span>.<span class="ruby-identifier">each</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">s</span><span class="ruby-operator">|</span> <span class="ruby-identifier">s</span>.<span class="ruby-identifier">yadis</span> = <span class="ruby-keyword kw">self</span>}
<span class="ruby-ivar">@xrds</span>.<span class="ruby-identifier">services</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | IsaacLewis/eol | vendor/gems/ruby-yadis-0.3.4/doc/classes/YADIS.src/M000015.html | HTML | mit | 1,119 |
<span mat-dialog-title>{{ 'TABLE.BUTTONS.EXPORT' | oTranslate }}</span>
<mat-dialog-content>
<div mat-subheader>{{ 'TABLE.DIALOG.EXPORT.DESCRIPTION' | oTranslate }}</div>
<div fxLayout="row wrap" fxLayoutAlign="space-around center" fxLayoutGap="8px">
<o-table-export-button #excelButton *ngIf="isButtonVisible('excel')" svg-icon="ontimize:EXCEL" label="TABLE.BUTTONS.EXCEL" export-type="xlsx"
(onClick)="export('xlsx', excelButton)" class="excel-button"></o-table-export-button>
<o-table-export-button #htmlButton *ngIf="isButtonVisible('html')" svg-icon="ontimize:HTML" label="TABLE.BUTTONS.HTML" export-type="html"
(onClick)="export('html', htmlButton)" class="html-button"></o-table-export-button>
<o-table-export-button #pdfButton *ngIf="isButtonVisible('pdf')" svg-icon="ontimize:PDF" label="TABLE.BUTTONS.PDF" export-type="pdf"
(onClick)="export('pdf', pdfButton)" class="pdf-button"></o-table-export-button>
<ng-container *ngTemplateOutlet="config.options"></ng-container>
</div>
</mat-dialog-content>
<mat-dialog-actions fxLayoutAlign="end center">
<button type="button" mat-stroked-button [mat-dialog-close]="false" class="o-button-default">{{ 'CANCEL' | oTranslate }}</button>
</mat-dialog-actions>
| OntimizeWeb/ontimize-web-ng2 | projects/ontimize-web-ngx/src/lib/components/table/extensions/dialog/export/o-table-export-dialog.component.html | HTML | apache-2.0 | 1,252 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<script>
function iframeLoad(iframe){
var src = (iframe.src)?iframe.src:iframe.contentWindow.location.href;
document.body.appendChild(document.createElement("br"));
document.body.appendChild(document.createTextNode("IFAME ๆ ่ฎฐ src ๅผไธบ "+ src + " ็ onload ไบไปถ่งฆๅ"));
}
function addEvent(eventName,element,fn){
if (element.attachEvent) element.attachEvent("on"+eventName,fn);
else element.addEventListener(eventName,fn,false);
}
window.onload = function (){
var iframe = document.createElement('iframe');
addEvent("load",iframe,function (){iframeLoad(iframe)});
iframe.src= "about:blank";
document.body.appendChild(iframe);
setTimeout(function (){iframe.src="iframe.html";},300)
}
</script>
</body>
</html> | liunian/compatibility-detector | w3help/tests/SD9019/appendChild_iframe_null_src_setTimeout_set_src.html | HTML | apache-2.0 | 868 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ๆ้ฃๆบๆธธๆ</title>
<import file="js.jquery172_min" />
</head>
<style>
body{ margin:0; padding:0; background:#000; font-family:microsoft yahei;}
#box { width: 300px; height:500px; margin:10px auto; overflow:hidden; position:relative; border:15px solid #f0f0f0; background:#000;}
#box .title{ width:300px; height:40px; line-height:40px; position:absolute; left:0; top:80px; z-index:1; color:#fff; text-align:center; font-size:24px; }
#box .difficulty{ width:300px; position:absolute; top:180px; z-index:1; font-family:microsoft yahei;}
#box .difficulty a{ width:180px; height:30px; line-height:30px; text-align:center; display:block; margin:20px auto 0 auto; background:#f0f0f0; color:#333; text-decoration:none;}
#box .difficulty a:hover{ background:#900; color:#fff;}
#box .bg img{ display:block;}
#box .warcraft{ width:60px; height:36px; position:absolute; left:120px; top:500px; background:url('http://sandbox.runjs.cn/uploads/rs/130/es3n7cq9/warcraft.png') center no-repeat; z-index:3;}
#box .bullet{ width:6px; height:22px; background:url('http://sandbox.runjs.cn/uploads/rs/130/es3n7cq9/bullet.png'); position:absolute; z-index:2}
#box .enemy{ width:23px; height:30px; background:url('http://sandbox.runjs.cn/uploads/rs/130/es3n7cq9/enemy.png'); position:absolute; z-index:3}
#box .score { width:220px; height:30px; line-height:30px; position:absolute; color:#fff; font-weight:bold; padding-left:5px; font-size:16px; z-index:5;}
#box .tips{ width:240px; height: 200px; line-height:40px; padding:10px; position:absolute; left:20px; top:130px; background:#f0f0f0;}
#box .tips .type{ width:160px; padding: 2px 15px; height:30px; line-height:30px; text-align:center; color:red; font-weight:bold;}
#box .tips p{ width:160px; height:40px; font-size:32px; line-height:40px; text-align:center; cursor:pointer; background:#333; color:#fff; margin:20px auto 0 auto;}
#box .tips .nn,#box .tips .tt{ padding:2px 10px; font-weight:bold; color:blue;}
#box .tips .tt{ display:block; text-align:center; font-size:24px;}
</style>
<body>
<br/>
<br/>
<div id="box"></div>
<script>
$(function () {
game.startScreen.draw();
})
var game = {
stage : $("#box"),
modetxt : "",
timer : {
bg : null,
bullet : null,
enemy : null
},
mode : [
[7,2500,500,1000,4000,200],
[5,2000,300,3000,6000,300],
[3,1500,50,4000,8000,400]
], //ๅๆฐ้
็ฝฎ
num : {
count : 0,
warcraftX : 0,
warcraftY : 0,
score : 0
},
stitle : function ( score ) {
switch ( game.modetxt ) {
case '็บฏๅฑไธๆจกๅผ' :
if( score == 0 ) {
return 'ๅฑไธไธญ็ๅฑไธ';
}
else if( score <= 20000 ) {
return 'ๅ
ฅ้จ็บงๅฑไธ'
}
else if( score <= 100000 && score > 20000 ) {
return '่ตๆทฑๅฑไธ'
}
else if( score <= 500000 && score > 100000 ) {
return '็ฅๅๅฑไธ'
}
else {
return 'ๅ
จๅฝๅไฝณๅฑไธ';
}
case '้ซๅฏๅธ
ๆจกๅผ' :
if( score == 0 ) {
return '่ฏไธ่ฝๅ';
}
else if( score <= 20000 ) {
return 'ไบบ่ฐไธๆ'
}
else if( score <= 100000 && score > 20000 ) {
return 'ๅค็จๅ้ซๅฏๅธ
'
}
else if( score <= 500000 && score > 100000 ) {
return 'ๆฅๅคไธค็จ'
}
else {
return 'ๆ้ฃๆบๆๅฐ';
}
case '่
ฐๅฐไพ ๆจกๅผ' :
if( score == 0 ) {
return 'ๅ็นๅๅจ';
}
else if( score <= 20000 ) {
return 'ๆๅพๆ ่พ'
}
else if( score <= 100000 && score > 20000 ) {
return 'ๅฐไผไผดๆๅไบ'
}
else if( score <= 500000 && score > 100000 ) {
return 'ๆๆฏๅๅฎณ่
'
}
else {
return 'ๅซๅฎข';
}
}
},
startScreen : {
draw : function () {
var title = $("<div>");
title.addClass("title");
title.html("ๆ้ฃๆบ 1.0 Javascript็");
game.stage.append(title);
var difficulty = $("<div>");
difficulty.addClass("difficulty");
difficulty.html("<a href='javascript:void(0)'>็บฏๅฑไธๆจกๅผ</a><a href='javascript:void(0)'>้ซๅฏๅธ
ๆจกๅผ</a><a href='javascript:void(0)'>่
ฐๅฐไพ ๆจกๅผ</a>");
game.stage.append(difficulty);
game.stage.find($(".difficulty")).delegate("a","click", function ( e ) {
game.stage.start = true ;
game.startScreen.remove();
$(document).mousemove( function ( e ) {
if( game.num.count % 2 == 0 && game.stage.start)
{
var e = e || event;
var x = e.clientX - game.stage.offset().left - 10;
var y = e.clientY - game.stage.offset().top - 10;
game.core.warcraft([x,y]);
}
game.num.count++;
})
var set = game.mode[$(this).index()];
game.modetxt = $(this).html();
game.core.draw(set[0]);
game.timer.bullet = setInterval ( function () {
game.core.bullet(set[1],[game.num.warcraftX,game.num.warcraftY]);
},set[2]);
game.timer.enemy =setInterval ( function () {
game.core.enemy({
speed : game.randomNum(set[3],set[4]),
left : game.randomNum(0,277),
top : -game.randomNum(30,80)
});
},set[5])
});
}, //็ปๅถๅผๅง็้ข
remove : function () {
var removeDiv = game.stage.children($("div"));
removeDiv.stop().animate({opacity:0},100);
setTimeout( function () {
removeDiv.remove();
},300)
}
}, //ๅผๅงๅบๆฏ
core : {
draw : function ( speed ) {
var warcraft = $("<div>");
warcraft.addClass("warcraft");
game.stage.append(warcraft);
var score = $("<div>");
score.addClass("score");
score.html("0");
game.stage.append(score);
}, //็ปๅถๆธธๆๅบๆฏ
warcraft : function ( pos ) {
var warcraft = game.stage.find($(".warcraft")),
left = pos[0] -warcraft.width()/2 - 3,
top = pos[1] - warcraft.height()/2 - 6;
if( left <= -warcraft.width()/2 ) {
left = -warcraft.width()/2;
}
else if( left >= game.stage.width() - warcraft.width()/2) {
left = game.stage.width() - warcraft.width()/2;
}
if( top <= 0) {
top = 0;
}
else if ( top >= game.stage.height() - warcraft.height()) {
top = game.stage.height() - warcraft.height();
}
warcraft.css({left:left,top:top});
game.num.warcraftX = left + warcraft.width()/2;
game.num.warcraftY = top + warcraft.height()/2;
}, //ๆๆๆบไฝ็ฝฎ
bullet : function ( speed ,pos ) {
var bullet = $("<div>");
bullet.addClass("bullet");
game.stage.append(bullet);
bullet.css({
left : pos[0] - bullet.width()/2,
top : pos[1] - bullet.height()/2
});
bullet.stop().animate({top:-bullet.height()},speed,function () { bullet.remove();})
}, //ๅญๅผนๅผๅงๅๅฐ
enemy : function ( argument ) {
var speed = argument.speed;
var left = argument.left;
var top = argument.top;
var oEnemy = $("<div>");
oEnemy.addClass("enemy");
oEnemy.css({
left : left,
top : top
});
oEnemy.appendTo(game.stage);
oEnemy.stop().animate( { top:530 }, speed , function () { oEnemy.remove(); clearInterval(oEnemy.timer)});
oEnemy.timer = setInterval ( function () {
var x = parseInt(oEnemy.css("left")) + 12,
y = parseInt(oEnemy.css("top")) + 15,
l = $(".bullet").length;
for( var i = 0 ; i< l; i++ )
{
var bx = Math.abs( x - parseInt($(".bullet").eq(i).css("left"))),
by = Math.abs( y - parseInt($(".bullet").eq(i).css("top")));
if( bx <= 14 && by <= 20 )
{
oEnemy.css("background","url('http://sandbox.runjs.cn/uploads/rs/130/es3n7cq9/boom.png')");
$(".bullet").eq(i).remove();
clearInterval(oEnemy.timer);
game.num.score++;
game.stage.find($(".score")).html(game.num.score*1000);
setTimeout( function () { oEnemy.remove(); },300)
}
}
var bx2 = Math.abs( x - parseInt($(".warcraft").css("left")) - 30),
by2 = Math.abs( y - parseInt($(".warcraft").css("top")) - 18);
if( bx2 <= 40 && by2 <= 33 )
{
var tips = $("<div>");
tips.addClass("tips");
tips.html("ๆจๅจ<span class='type'>" + game.modetxt.substring(0,3) + "ๆฏ</span>ๅ
จๅฝ่ฑๅผๆ้ฃๆบๅคง่ตไธ๏ผไปฅ<span class='nn'>"+$(".score").html() + "</span>ๅ่ฃ่ท็งฐ่ฐ<span class='tt'>"+game.stitle($(".score").html())+"</span><p>ๅๆไธๆฌก</p>");
game.stage.delegate(".tips p",'click',function(){
game.num.score = 0;
game.startScreen.remove();
game.startScreen.draw();
})
oEnemy.remove();
$(".score").css("display","none");
$(".warcraft").css("background","url('http://sandbox.runjs.cn/uploads/rs/130/es3n7cq9/boom2.png')");
clearInterval(oEnemy.timer);
setTimeout( function () { $(".warcraft").remove(); },300)
clearInterval(game.timer.bullet);
clearInterval(game.timer.enemy);
clearInterval(game.timer.bg);
setTimeout( function () {
game.stage.append(tips);
},3000)
}
},50)
} //ๆๆบ
}, //ๆ ธๅฟไปฃ็
randomNum : function (a,b){
var value = Math.abs(a-b) , num ;
num = parseInt(Math.random()*(value)) + Math.min(a,b);
return num;
} //ไบง็ๆๅฎๅบๅๆดๅฝข้ๆบๆฐใ
};
</script>
</body>
</html> | yaolihui129/Xinda | Apps/Xinda/View/mobile/Game/feiji.html | HTML | apache-2.0 | 9,057 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jun 01 14:31:56 BST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface com.hp.hpl.jena.rdf.model.Property (Jena Framework)
</TITLE>
<META NAME="date" CONTENT="2010-06-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface com.hp.hpl.jena.rdf.model.Property (Jena Framework)";
}
}
</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model"><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?com/hp/hpl/jena/rdf/model/\class-useProperty.html" target="_top"><B>FRAMES</B></A>
<A HREF="Property.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>com.hp.hpl.jena.rdf.model.Property</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.assembler"><B>com.hp.hpl.jena.assembler</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.ontology"><B>com.hp.hpl.jena.ontology</B></A></TD>
<TD>
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.rdf.model"><B>com.hp.hpl.jena.rdf.model</B></A></TD>
<TD>A package for creating and manipulating RDF graphs. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.reasoner"><B>com.hp.hpl.jena.reasoner</B></A></TD>
<TD>The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.reasoner.rulesys"><B>com.hp.hpl.jena.reasoner.rulesys</B></A></TD>
<TD>
Provides a selection of simple rule engines for Jena inference models. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.reasoner.transitiveReasoner"><B>com.hp.hpl.jena.reasoner.transitiveReasoner</B></A></TD>
<TD>This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.shared"><B>com.hp.hpl.jena.shared</B></A></TD>
<TD>This package defines some classes common to the Jena API
and SPI levels, in particular the JenaException class from which
all Jena-specific exceptions hang, and the interface PrefixMapping
for translation to and from QNames. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.util"><B>com.hp.hpl.jena.util</B></A></TD>
<TD>
Miscellaneous collection of utility classes. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.hp.hpl.jena.vocabulary"><B>com.hp.hpl.jena.vocabulary</B></A></TD>
<TD>A package containing constant classes with predefined constant objects
for classes and properties defined in well known vocabularies. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#jena"><B>jena</B></A></TD>
<TD>A package for some Jena command-line programs, including
copying RDF data with representation conversion, eg XML to N3
comparing two RDF files for isomorphism (extended equality)
an interface to the ARP RDF parser
access to the RDQL interpreter
a schema-to-Java generator
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.assembler"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/assembler/package-summary.html">com.hp.hpl.jena.assembler</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="../../../../../../../com/hp/hpl/jena/assembler/package-summary.html">com.hp.hpl.jena.assembler</A> declared as <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#assembler">assembler</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#baseModel">baseModel</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#connection">connection</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#content">content</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#contentEncoding">contentEncoding</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#create">create</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbClass">dbClass</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbClassProperty">dbClassProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbPassword">dbPassword</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbPasswordProperty">dbPasswordProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbType">dbType</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbTypeProperty">dbTypeProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbURL">dbURL</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbURLProperty">dbURLProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbUser">dbUser</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#dbUserProperty">dbUserProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#directory">directory</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#documentManager">documentManager</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#externalContent">externalContent</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#fileEncoding">fileEncoding</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#fileManager">fileManager</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#imports">imports</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#importSource">importSource</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#includes">includes</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#initialContent">initialContent</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#ja_schema">ja_schema</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#likeBuiltinSpec">likeBuiltinSpec</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#literalContent">literalContent</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#loadClass">loadClass</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#locationMapper">locationMapper</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#mapName">mapName</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#modelName">modelName</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#namespace">namespace</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#ontLanguage">ontLanguage</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#ontModelSpec">ontModelSpec</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#policyPath">policyPath</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#prefix">prefix</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#prefixMapping">prefixMapping</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#quotedContent">quotedContent</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#reasoner">reasoner</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#reasonerClass">reasonerClass</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#reasonerFactory">reasonerFactory</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#reasonerURL">reasonerURL</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#reificationMode">reificationMode</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#rootModel">rootModel</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#rule">rule</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#rules">rules</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#rulesFrom">rulesFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#strict">strict</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#subModel">subModel</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="../../../../../../../com/hp/hpl/jena/assembler/package-summary.html">com.hp.hpl.jena.assembler</A> that return <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>JA.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/assembler/JA.html#property(java.lang.String)">property</A></B>(java.lang.String localName)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.ontology"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</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">Subinterfaces of <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/AnnotationProperty.html" title="interface in com.hp.hpl.jena.ontology">AnnotationProperty</A></B></CODE>
<BR>
Interface that represents the category of annotation properties in an ontology
language.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/DatatypeProperty.html" title="interface in com.hp.hpl.jena.ontology">DatatypeProperty</A></B></CODE>
<BR>
Interface that encapsulates the class of properties whose range values are
datatype values (as distinct from <A HREF="../../../../../../../com/hp/hpl/jena/ontology/ObjectProperty.html" title="interface in com.hp.hpl.jena.ontology"><CODE>ObjectProperty</CODE></A> whose values are
individuals).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/FunctionalProperty.html" title="interface in com.hp.hpl.jena.ontology">FunctionalProperty</A></B></CODE>
<BR>
Interface encapsulating the class of properties that are functional: that is,
properties in which a given given domain value has a unique value in the
range.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/InverseFunctionalProperty.html" title="interface in com.hp.hpl.jena.ontology">InverseFunctionalProperty</A></B></CODE>
<BR>
Interface encapsulating the class of properties that are inverse functional:
that is, properties in which a given given range value has a unique value in
the domain (effectively, a key).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/ObjectProperty.html" title="interface in com.hp.hpl.jena.ontology">ObjectProperty</A></B></CODE>
<BR>
Interface encapsulating properties whose range values are restricted to
individuals (as distinct from datatype valued <A HREF="../../../../../../../com/hp/hpl/jena/ontology/DatatypeProperty.html" title="interface in com.hp.hpl.jena.ontology"><CODE>properties</CODE></A>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html" title="interface in com.hp.hpl.jena.ontology">OntProperty</A></B></CODE>
<BR>
Interface encapsulating a property in an ontology.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/SymmetricProperty.html" title="interface in com.hp.hpl.jena.ontology">SymmetricProperty</A></B></CODE>
<BR>
Interface that encapsulates a property that is symmetric, i.e. one
in which if <code>p(x, y)</code> holds, then<code>p(y, x)</code>
must also hold.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/TransitiveProperty.html" title="interface in com.hp.hpl.jena.ontology">TransitiveProperty</A></B></CODE>
<BR>
Interface that denotes a property that is transitive i.e. one
in which if <code><em>x</em> p <em>y</em></code> holds,
and <code><em>y</em> p <em>z</em></code>
holds, then <code><em>x</em> p <em>z</em></code> must also hold.</TD>
</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="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A> declared as <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#ALT_URL">ALT_URL</A></B></CODE>
<BR>
Represents the alternative local copy of the public ontology; assumed to be resolvable, hence URL not URI</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#CACHE_MODELS">CACHE_MODELS</A></B></CODE>
<BR>
Defines boolean policy choice of caching loaded models</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#IGNORE_IMPORT">IGNORE_IMPORT</A></B></CODE>
<BR>
Specifies the URI of an ontology that we do not want to import, even if processImports is true.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#LANGUAGE">LANGUAGE</A></B></CODE>
<BR>
Represents the ontology language used to encode the ontology</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#PREFIX">PREFIX</A></B></CODE>
<BR>
Represents the standard prefix for this namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#PROCESS_IMPORTS">PROCESS_IMPORTS</A></B></CODE>
<BR>
Defines boolean policy choice of loading the imports closure</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#PUBLIC_URI">PUBLIC_URI</A></B></CODE>
<BR>
Represents the public URI of an ontology; also used to derive the namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocumentManager.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntDocumentManager.html#USE_DECLARED_NS_PREFIXES">USE_DECLARED_NS_PREFIXES</A></B></CODE>
<BR>
The policy property for including the pre-declared namespace prefixes in a model.</TD>
</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="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A> with type parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.Collection<<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A>></CODE></FONT></TD>
<TD><CODE><B>OntTools.PredicatesFilter.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntTools.PredicatesFilter.html#m_preds">m_preds</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="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A> that return <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#ALL_VALUES_FROM()">ALL_VALUES_FROM</A></B>()</CODE>
<BR>
Answer the predicate that denotes a restriction on a given property to
have only values from the given class expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#BACKWARD_COMPATIBLE_WITH()">BACKWARD_COMPATIBLE_WITH</A></B>()</CODE>
<BR>
Answer the predicate that documents that one ontology resource is backwards
compatible with another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#CARDINALITY_Q()">CARDINALITY_Q</A></B>()</CODE>
<BR>
Answer the predicate that denotes a qualified restriction on a given property to
have exactly a certain number of values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#CARDINALITY()">CARDINALITY</A></B>()</CODE>
<BR>
Answer the predicate that denotes a restriction on a given property to
have exactly a certain number of values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#COMMENT()">COMMENT</A></B>()</CODE>
<BR>
Answer the predicate that denotes <code>comment</code> annotation on an ontology element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#COMPLEMENT_OF()">COMPLEMENT_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one class comprises the individuals that are
not in a second class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#DIFFERENT_FROM()">DIFFERENT_FROM</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one resource represents a different
individual than another resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#DISJOINT_WITH()">DISJOINT_WITH</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one class has no individuals in its
extension in common with another class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#DISTINCT_MEMBERS()">DISTINCT_MEMBERS</A></B>()</CODE>
<BR>
Answer the predicate that maps from an <A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#ALL_DIFFERENT()"><CODE>Profile.ALL_DIFFERENT()</CODE></A>
axiom to the set of individuals that are pair-wise different from
each other.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#DOMAIN()">DOMAIN</A></B>()</CODE>
<BR>
Answer the predicate that denotes the domain of a property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#EQUIVALENT_CLASS()">EQUIVALENT_CLASS</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one class has the same extension as another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#EQUIVALENT_PROPERTY()">EQUIVALENT_PROPERTY</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one property has the same property
extension as another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#FIRST()">FIRST</A></B>()</CODE>
<BR>
The property that denotes the head of a list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#HAS_CLASS_Q()">HAS_CLASS_Q</A></B>()</CODE>
<BR>
Answer the predicate that denotes a the class in a qualified restriction.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#HAS_VALUE()">HAS_VALUE</A></B>()</CODE>
<BR>
Answer the predicate that denotes a restriction on a given property to
have a given value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#IMPORTS()">IMPORTS</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one ontology document imports another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#INCOMPATIBLE_WITH()">INCOMPATIBLE_WITH</A></B>()</CODE>
<BR>
Answer the predicate that documents that one ontology resource is not backwards
compatible with another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#INTERSECTION_OF()">INTERSECTION_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one class is formed from the intersection
(conjunction) of a set of others.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#INVERSE_OF()">INVERSE_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one property is the inverse of another</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#IS_DEFINED_BY()">IS_DEFINED_BY</A></B>()</CODE>
<BR>
Answer the predicate that denotes <code>isDefinedBy</code> annotation on an ontology element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#LABEL()">LABEL</A></B>()</CODE>
<BR>
Answer the predicate that denotes <code>label</code> annotation on an ontology element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#MAX_CARDINALITY_Q()">MAX_CARDINALITY_Q</A></B>()</CODE>
<BR>
Answer the predicate that denotes a qualified restriction on a given property to
have at most a certain number of values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#MAX_CARDINALITY()">MAX_CARDINALITY</A></B>()</CODE>
<BR>
Answer the predicate that denotes a restriction on a given property to
have at most a certain number of values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#MIN_CARDINALITY_Q()">MIN_CARDINALITY_Q</A></B>()</CODE>
<BR>
Answer the predicate that denotes a qualified restriction on a given property to
have at least a certain number of values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#MIN_CARDINALITY()">MIN_CARDINALITY</A></B>()</CODE>
<BR>
Answer the predicate that denotes a restriction on a given property to
have at least a certain number of values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#ON_PROPERTY()">ON_PROPERTY</A></B>()</CODE>
<BR>
Answer the predicate that maps from a <A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#RESTRICTION()"><CODE>Profile.RESTRICTION()</CODE></A> to a property that it is
a restriction on.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#ONE_OF()">ONE_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that a class comprises exactly one of a given
closed set individuals.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>BooleanClassDescription.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/BooleanClassDescription.html#operator()">operator</A></B>()</CODE>
<BR>
Answer the property that is used to construct this boolean expression, for example
<A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#UNION_OF()"><CODE>Profile.UNION_OF()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#PRIOR_VERSION()">PRIOR_VERSION</A></B>()</CODE>
<BR>
Answer the predicate that documents that one ontology is a prior version
of another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#RANGE()">RANGE</A></B>()</CODE>
<BR>
Answer the predicate that denotes the range of a property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#REST()">REST</A></B>()</CODE>
<BR>
The property that denotes the tail of a list</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#SAME_AS()">SAME_AS</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one resource represents the same
ontology object as another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#SAME_INDIVIDUAL_AS()">SAME_INDIVIDUAL_AS</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one resource represents the same
individual as another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#SEE_ALSO()">SEE_ALSO</A></B>()</CODE>
<BR>
Answer the predicate that denotes <code>seeAlso</code> annotation on an ontology element</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#SOME_VALUES_FROM()">SOME_VALUES_FROM</A></B>()</CODE>
<BR>
Answer the predicate that denotes a restriction on a given property to
have at least one value from the given class expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#SUB_CLASS_OF()">SUB_CLASS_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one class is a sub-class of another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#SUB_PROPERTY_OF()">SUB_PROPERTY_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one property is a sub-property of another.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#UNION_OF()">UNION_OF</A></B>()</CODE>
<BR>
Answer the predicate that denotes that one class is formed from the union
(disjunction) of a set of others.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Profile.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Profile.html#VERSION_INFO()">VERSION_INFO</A></B>()</CODE>
<BR>
Answer the predicate that denotes version-info metadata on an ontology header</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="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#addEquivalentProperty(com.hp.hpl.jena.rdf.model.Property)">addEquivalentProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Add a property that is equivalent to this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#addInverseOf(com.hp.hpl.jena.rdf.model.Property)">addInverseOf</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Add a property that this property is the inverse 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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#addSubProperty(com.hp.hpl.jena.rdf.model.Property)">addSubProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Add a sub-property of this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#addSuperProperty(com.hp.hpl.jena.rdf.model.Property)">addSuperProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Add a super-property of this property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/Restriction.html" title="interface in com.hp.hpl.jena.ontology">Restriction</A></CODE></FONT></TD>
<TD><CODE><B>OntClass.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntClass.html#convertToRestriction(com.hp.hpl.jena.rdf.model.Property)">convertToRestriction</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Answer a view of this class as an restriction on the given property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/AllValuesFromRestriction.html" title="interface in com.hp.hpl.jena.ontology">AllValuesFromRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createAllValuesFromRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Resource)">createAllValuesFromRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> cls)</CODE>
<BR>
Answer a class description defined as the class of those individuals for which all values
of the given property belong to the given class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/CardinalityQRestriction.html" title="interface in com.hp.hpl.jena.ontology">CardinalityQRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createCardinalityQRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, int, com.hp.hpl.jena.ontology.OntClass)">createCardinalityQRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
int cardinality,
<A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntClass.html" title="interface in com.hp.hpl.jena.ontology">OntClass</A> cls)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have exactly
the given number of values for the given property, all values of which belong to the given
class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/CardinalityRestriction.html" title="interface in com.hp.hpl.jena.ontology">CardinalityRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createCardinalityRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, int)">createCardinalityRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
int cardinality)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have exactly
the given number of values for the given property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/HasValueRestriction.html" title="interface in com.hp.hpl.jena.ontology">HasValueRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createHasValueRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">createHasValueRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> value)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have the given
resource as the value of the given property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/MaxCardinalityQRestriction.html" title="interface in com.hp.hpl.jena.ontology">MaxCardinalityQRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createMaxCardinalityQRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, int, com.hp.hpl.jena.ontology.OntClass)">createMaxCardinalityQRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
int cardinality,
<A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntClass.html" title="interface in com.hp.hpl.jena.ontology">OntClass</A> cls)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have at most
the given number of values for the given property, all values of which belong to the given
class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/MaxCardinalityRestriction.html" title="interface in com.hp.hpl.jena.ontology">MaxCardinalityRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createMaxCardinalityRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, int)">createMaxCardinalityRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
int cardinality)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have at most
the given number of values for the given property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/MinCardinalityQRestriction.html" title="interface in com.hp.hpl.jena.ontology">MinCardinalityQRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createMinCardinalityQRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, int, com.hp.hpl.jena.ontology.OntClass)">createMinCardinalityQRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
int cardinality,
<A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntClass.html" title="interface in com.hp.hpl.jena.ontology">OntClass</A> cls)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have at least
the given number of values for the given property, all values of which belong to the given
class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/MinCardinalityRestriction.html" title="interface in com.hp.hpl.jena.ontology">MinCardinalityRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createMinCardinalityRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, int)">createMinCardinalityRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
int cardinality)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have at least
the given number of values for the given property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/Restriction.html" title="interface in com.hp.hpl.jena.ontology">Restriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createRestriction(com.hp.hpl.jena.rdf.model.Property)">createRestriction</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer a resource that represents an anonymous property restriction in this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/Restriction.html" title="interface in com.hp.hpl.jena.ontology">Restriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property)">createRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer a resource that represents a property restriction in this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/ontology/SomeValuesFromRestriction.html" title="interface in com.hp.hpl.jena.ontology">SomeValuesFromRestriction</A></CODE></FONT></TD>
<TD><CODE><B>OntModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntModel.html#createSomeValuesFromRestriction(java.lang.String, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Resource)">createSomeValuesFromRestriction</A></B>(java.lang.String uri,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> cls)</CODE>
<BR>
Answer a class description defined as the class of those individuals that have at least
one property with a value belonging to the given class</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>OntResource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntResource.html#getCardinality(com.hp.hpl.jena.rdf.model.Property)">getCardinality</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer the cardinality of the given property on this resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A></CODE></FONT></TD>
<TD><CODE><B>OntResource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntResource.html#getPropertyValue(com.hp.hpl.jena.rdf.model.Property)">getPropertyValue</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Answer the value of a given RDF property for this resource, or null
if it doesn't have one.</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>OntClass.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntClass.html#hasDeclaredProperty(com.hp.hpl.jena.rdf.model.Property, boolean)">hasDeclaredProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean direct)</CODE>
<BR>
Answer true if the given property is one of the declared properties
of this class.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#hasEquivalentProperty(com.hp.hpl.jena.rdf.model.Property)">hasEquivalentProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Answer true if the given property is equivalent to this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#hasSubProperty(com.hp.hpl.jena.rdf.model.Property, boolean)">hasSubProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
boolean direct)</CODE>
<BR>
Answer true if the given property is a sub-property of this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#hasSuperProperty(com.hp.hpl.jena.rdf.model.Property, boolean)">hasSuperProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop,
boolean direct)</CODE>
<BR>
Answer true if the given property is a super-property of this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#isInverseOf(com.hp.hpl.jena.rdf.model.Property)">isInverseOf</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Answer true if this property is the inverse of the given property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/NodeIterator.html" title="interface in com.hp.hpl.jena.rdf.model">NodeIterator</A></CODE></FONT></TD>
<TD><CODE><B>OntResource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntResource.html#listPropertyValues(com.hp.hpl.jena.rdf.model.Property)">listPropertyValues</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Answer an iterator over the values for a given RDF property.</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>Restriction.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Restriction.html#onProperty(com.hp.hpl.jena.rdf.model.Property)">onProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Answer true if this restriction is a property restriction on the given property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#removeEquivalentProperty(com.hp.hpl.jena.rdf.model.Property)">removeEquivalentProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Remove the statement that this property and the given property are
equivalent.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#removeInverseProperty(com.hp.hpl.jena.rdf.model.Property)">removeInverseProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Remove the statement that this property is the inverse of the given property.</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>Restriction.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Restriction.html#removeOnProperty(com.hp.hpl.jena.rdf.model.Property)">removeOnProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Remove the given property as the property that this restriction applies to.</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>OntResource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntResource.html#removeProperty(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">removeProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> value)</CODE>
<BR>
Remove the specific property-value pair from this resource.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#removeSubProperty(com.hp.hpl.jena.rdf.model.Property)">removeSubProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Remove the given property from the sub-properties of this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#removeSuperProperty(com.hp.hpl.jena.rdf.model.Property)">removeSuperProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Remove the given property from the super-properties of this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#setEquivalentProperty(com.hp.hpl.jena.rdf.model.Property)">setEquivalentProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Assert that the given property is equivalent to this property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#setInverseOf(com.hp.hpl.jena.rdf.model.Property)">setInverseOf</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Assert that this property is the inverse of the given property.</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>Restriction.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/Restriction.html#setOnProperty(com.hp.hpl.jena.rdf.model.Property)">setOnProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Assert that the property that this restriction applies to is the given property.</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>OntResource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntResource.html#setPropertyValue(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">setPropertyValue</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> value)</CODE>
<BR>
Set the value of the given property of this ontology resource to the given
value, encoded as an RDFNode.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#setSubProperty(com.hp.hpl.jena.rdf.model.Property)">setSubProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Assert that this property is super-property of the given property.</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>OntProperty.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntProperty.html#setSuperProperty(com.hp.hpl.jena.rdf.model.Property)">setSuperProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> prop)</CODE>
<BR>
Assert that this property is sub-property of the given property.</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="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntTools.PredicatesFilter.html#OntTools.PredicatesFilter(com.hp.hpl.jena.rdf.model.Property)">OntTools.PredicatesFilter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> pred)</CODE>
<BR>
Accept statements with predicate <code>pred</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntTools.PredicatesFilter.html#OntTools.PredicatesFilter(com.hp.hpl.jena.rdf.model.Property[])">OntTools.PredicatesFilter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A>[] preds)</CODE>
<BR>
Accept statements with any predicate from <code>preds</code></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../../com/hp/hpl/jena/ontology/package-summary.html">com.hp.hpl.jena.ontology</A> with type arguments of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/ontology/OntTools.PredicatesFilter.html#OntTools.PredicatesFilter(java.util.Collection)">OntTools.PredicatesFilter</A></B>(java.util.Collection<<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A>> preds)</CODE>
<BR>
Accept statements with any predicate from <code>preds</code></TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.rdf.model"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/package-summary.html">com.hp.hpl.jena.rdf.model</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="../../../../../../../com/hp/hpl/jena/rdf/model/package-summary.html">com.hp.hpl.jena.rdf.model</A> with type parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static com.hp.hpl.jena.util.iterator.Map1<<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A>,<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A>></CODE></FONT></TD>
<TD><CODE><B>Statement.Util.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.Util.html#getPredicate">getPredicate</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="../../../../../../../com/hp/hpl/jena/rdf/model/package-summary.html">com.hp.hpl.jena.rdf.model</A> that return <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResourceFactory.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResourceFactory.html#createProperty(java.lang.String)">createProperty</A></B>(java.lang.String uriref)</CODE>
<BR>
create a new property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResourceFactory.Interface.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResourceFactory.Interface.html#createProperty(java.lang.String)">createProperty</A></B>(java.lang.String uriref)</CODE>
<BR>
create a new property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createProperty(java.lang.String)">createProperty</A></B>(java.lang.String uri)</CODE>
<BR>
Create a property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResourceFactory.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResourceFactory.html#createProperty(java.lang.String, java.lang.String)">createProperty</A></B>(java.lang.String namespace,
java.lang.String localName)</CODE>
<BR>
create a new property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResourceFactory.Interface.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResourceFactory.Interface.html#createProperty(java.lang.String, java.lang.String)">createProperty</A></B>(java.lang.String namespace,
java.lang.String localName)</CODE>
<BR>
create a new property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#createProperty(java.lang.String, java.lang.String)">createProperty</A></B>(java.lang.String nameSpace,
java.lang.String localName)</CODE>
<BR>
Create a property with a given URI composed from a namespace part and a
localname part by concatenating the strings.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Statement.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html#getPredicate()">getPredicate</A></B>()</CODE>
<BR>
An accessor function to return the predicate of the statement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>SimpleSelector.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#getPredicate()">getPredicate</A></B>()</CODE>
<BR>
Return the predicate constraint of this selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Selector.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Selector.html#getPredicate()">getPredicate</A></B>()</CODE>
<BR>
Answer the only predicate Property that this Selector will match, or null
if it can match more than a single property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#getProperty(java.lang.String)">getProperty</A></B>(java.lang.String uri)</CODE>
<BR>
Return a Property instance in this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#getProperty(java.lang.String, java.lang.String)">getProperty</A></B>(java.lang.String nameSpace,
java.lang.String localName)</CODE>
<BR>
Return a Property instance with the given URI in this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>Property.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html#inModel(com.hp.hpl.jena.rdf.model.Model)">inModel</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A> m)</CODE>
<BR>
Override RDFNode.inModel() to produce a staticly-typed Property
in the given Model.</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="../../../../../../../com/hp/hpl/jena/rdf/model/package-summary.html">com.hp.hpl.jena.rdf.model</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#add(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">add</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
add a statement to this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#add(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String)">add</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o)</CODE>
<BR>
add a statement to this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#add(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, boolean)">add</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
boolean wellFormed)</CODE>
<BR>
add a statement to this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#add(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, com.hp.hpl.jena.datatypes.RDFDatatype)">add</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String lex,
<A HREF="../../../../../../../com/hp/hpl/jena/datatypes/RDFDatatype.html" title="interface in com.hp.hpl.jena.datatypes">RDFDatatype</A> datatype)</CODE>
<BR>
add a statement to this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#add(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">add</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l)</CODE>
<BR>
add a statement to this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, boolean)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean o)</CODE>
<BR>
Add the property <code>p</code> with the typed-literal value <code>o</code>
to this resource, <i>ie</i> add (this, p, typed(o)) to this's model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, char)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
char o)</CODE>
<BR>
Add the property <code>p</code> with the typed-literal value <code>o</code>
to this resource, <i>ie</i> add (this, p, typed(o)) to this's model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, double)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> value,
double d)</CODE>
<BR>
Add the property <code>p</code> with the typed-literal value <code>o</code>
to this resource, <i>ie</i> add (this, p, typed(o)) to this's model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, float)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> value,
float d)</CODE>
<BR>
Add the property <code>p</code> with the typed-literal value <code>o</code>
to this resource, <i>ie</i> add (this, p, typed(o)) to this's model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Literal)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Literal.html" title="interface in com.hp.hpl.jena.rdf.model">Literal</A> o)</CODE>
<BR>
Add the property <code>p</code> with the pre-constructed Literal value
<code>o</code> to this resource, <i>ie</i> add (this, p, o) to this's
model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, long)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
long o)</CODE>
<BR>
Add the property <code>p</code> with the typed-literal value <code>o</code>
to this resource, <i>ie</i> add (this, p, typed(o)) to this's model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addLiteral(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.Object o)</CODE>
<BR>
Add the property <code>p</code> with the typed-literal value <code>o</code>
to this resource, <i>ie</i> add (this, p, typed(o)) to this's model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, boolean)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean o)</CODE>
<BR>
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, char)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
char o)</CODE>
<BR>
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, double)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
double o)</CODE>
<BR>
Add the statement (s, p, o') to the model, where o' is the typed
literal corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, float)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
float o)</CODE>
<BR>
Add the statement (s, p, o') to the model, where o' is the typed
literal corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, int)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
int o)</CODE>
<BR>
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Literal)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Literal.html" title="interface in com.hp.hpl.jena.rdf.model">Literal</A> o)</CODE>
<BR>
add a statement to this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, long)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
long o)</CODE>
<BR>
Add the statement (s, p, createTypedLiteral( o )) to this model and
answer this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#addLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">addLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.Object o)</CODE>
<BR>
<B>Deprecated.</B> <I>Freshly (should have been done a while ago)</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addProperty(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">addProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
Add a property to this resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String)">addProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o)</CODE>
<BR>
Add a property to this resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String, com.hp.hpl.jena.datatypes.RDFDatatype)">addProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String lexicalForm,
<A HREF="../../../../../../../com/hp/hpl/jena/datatypes/RDFDatatype.html" title="interface in com.hp.hpl.jena.datatypes">RDFDatatype</A> datatype)</CODE>
<BR>
Add a property to this resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#addProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">addProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l)</CODE>
<BR>
Add a property to this resource.</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>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#contains(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property)">contains</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Determine whether this model contains any statements with a given subject
and property.</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>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#contains(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">contains</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
Determine if an (S, P, O) pattern is present in this model, with null allowed
to represent a wildcard match.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#contains(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String)">contains</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o)</CODE>
<BR>
Determine if a statement is present in this model.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#contains(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">contains</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l)</CODE>
<BR>
Determine if a statement is present in this model.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, boolean)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean o)</CODE>
<BR>
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, char)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
char o)</CODE>
<BR>
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, double)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
double o)</CODE>
<BR>
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, float)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
float o)</CODE>
<BR>
Answer true iff this model contains (s, p, o') where o' is the typed
literal corresponding to o.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, int)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
int o)</CODE>
<BR>
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, long)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
long o)</CODE>
<BR>
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.</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>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#containsLiteral(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">containsLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.Object o)</CODE>
<BR>
Answer true iff this model contains the statement (s, p, o') where
o' is the typed literal corresponding to the value o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, boolean)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, char)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
char o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, double)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
double o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, float)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
float o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, int)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
int o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, long)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
long o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createLiteralStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">createLiteralStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.Object o)</CODE>
<BR>
Answer a new Statement object (s, p, o') where o' is the typed literal
corresponding to o using createTypedLiteral.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ResourceFactory.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResourceFactory.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> object)</CODE>
<BR>
create a new statement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ResourceFactory.Interface.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResourceFactory.Interface.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> object)</CODE>
<BR>
create a new statement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
Create a Statement instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o)</CODE>
<BR>
Create a Statement instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, boolean)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
boolean wellFormed)</CODE>
<BR>
Create a Statement instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l)</CODE>
<BR>
Create a Statement instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#createStatement(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String, boolean)">createStatement</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l,
boolean wellFormed)</CODE>
<BR>
Create a Statement instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Statement.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html#getProperty(com.hp.hpl.jena.rdf.model.Property)">getProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Get a property of the object of the statement.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#getProperty(com.hp.hpl.jena.rdf.model.Property)">getProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer some statement (this, p, O) in the associated model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#getProperty(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property)">getProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer a statement (s, p, ?O) from this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#getPropertyResourceValue(com.hp.hpl.jena.rdf.model.Property)">getPropertyResourceValue</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer some resource R for which this.hasProperty( p, R ),
or null if no such R exists.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#getRequiredProperty(com.hp.hpl.jena.rdf.model.Property)">getRequiredProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Get a property value of this resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#getRequiredProperty(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property)">getRequiredProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Return a statement with given subject and property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model">Statement</A></CODE></FONT></TD>
<TD><CODE><B>Statement.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Statement.html#getStatementProperty(com.hp.hpl.jena.rdf.model.Property)">getStatementProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Return a property of this statement.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasLiteral(com.hp.hpl.jena.rdf.model.Property, boolean)">hasLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean o)</CODE>
<BR>
Answer true iff this resource has the value <code>o</code> for
property <code>p</code>.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasLiteral(com.hp.hpl.jena.rdf.model.Property, char)">hasLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
char o)</CODE>
<BR>
Answer true iff this resource has the value <code>o</code> for
property <code>p</code>.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasLiteral(com.hp.hpl.jena.rdf.model.Property, double)">hasLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
double o)</CODE>
<BR>
Answer true iff this resource has the value <code>o</code> for
property <code>p</code>.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasLiteral(com.hp.hpl.jena.rdf.model.Property, float)">hasLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
float o)</CODE>
<BR>
Answer true iff this resource has the value <code>o</code> for
property <code>p</code>.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasLiteral(com.hp.hpl.jena.rdf.model.Property, long)">hasLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
long o)</CODE>
<BR>
Answer true iff this resource has the value <code>o</code> for
property <code>p</code>.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasLiteral(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">hasLiteral</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.Object o)</CODE>
<BR>
Answer true iff this resource has the value <code>o</code> for
property <code>p</code>.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasProperty(com.hp.hpl.jena.rdf.model.Property)">hasProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Determine whether this resource has any values for a given property.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasProperty(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">hasProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
Test if this resource has a given property with a given value.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String)">hasProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o)</CODE>
<BR>
Test if this resource has a given property with a given value.</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>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#hasProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">hasProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l)</CODE>
<BR>
Test if this resource has a given property with a given value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listLiteralStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, boolean)">listLiteralStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
boolean object)</CODE>
<BR>
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches <code>subject</code>, P
matches <code>predicate</code>, and O matches the typed literal
corresponding to <code>object</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listLiteralStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, char)">listLiteralStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
char object)</CODE>
<BR>
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches <code>subject</code>, P
matches <code>predicate</code>, and O matches the typed literal
corresponding to <code>object</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listLiteralStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, double)">listLiteralStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
double object)</CODE>
<BR>
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches <code>subject</code>, P
matches <code>predicate</code>, and O matches the typed literal
corresponding to <code>object</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listLiteralStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, float)">listLiteralStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
float object)</CODE>
<BR>
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches <code>subject</code>, P
matches <code>predicate</code>, and O matches the typed literal
corresponding to <code>object</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listLiteralStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, long)">listLiteralStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
long object)</CODE>
<BR>
Answer a statement iterator that will iterate over all the statements
(S, P, O) in this model where S matches <code>subject</code>, P
matches <code>predicate</code>, and O matches the typed literal
corresponding to <code>object</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/NodeIterator.html" title="interface in com.hp.hpl.jena.rdf.model">NodeIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listObjectsOfProperty(com.hp.hpl.jena.rdf.model.Property)">listObjectsOfProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
List all objects of a given property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/NodeIterator.html" title="interface in com.hp.hpl.jena.rdf.model">NodeIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listObjectsOfProperty(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property)">listObjectsOfProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
List the values of a property of a resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#listProperties(com.hp.hpl.jena.rdf.model.Property)">listProperties</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
List all the values of the property p.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer an iterator [with no duplicates] over all the resources in this
model that have property <code>p</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, boolean)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
boolean o)</CODE>
<BR>
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, char)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
char o)</CODE>
<BR>
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, double)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
double o)</CODE>
<BR>
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, float)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
float o)</CODE>
<BR>
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, long)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
long o)</CODE>
<BR>
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.Object o)</CODE>
<BR>
Answer an iterator [without duplicates] over all the resources in this
model which have value o' for property p, where o' is the typed literal
corresponding to o.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">listResourcesWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
Answer an iterator [with no duplicates] over all the resources in this
model that have property <code>p</code> with value <code>o</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">listStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
Find all the statements matching a pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>InfModel.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/InfModel.html#listStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode, com.hp.hpl.jena.rdf.model.Model)">listStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> object,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A> posit)</CODE>
<BR>
Find all the statements matching a pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String)">listStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
java.lang.String object)</CODE>
<BR>
Find all the statements matching a pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model">StmtIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listStatements(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">listStatements</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
java.lang.String object,
java.lang.String lang)</CODE>
<BR>
Find all the statements matching a pattern.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listSubjectsWithProperty(com.hp.hpl.jena.rdf.model.Property)">listSubjectsWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
An alias for <code>istResourcesWithProperty(Property)</code>,
retained for backward compatability.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#listSubjectsWithProperty(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">listSubjectsWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
An alias for <code>listResourcesWithProperty</code>, retained for
backward compatability.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listSubjectsWithProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String)">listSubjectsWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o)</CODE>
<BR>
lists all subjects with a given property and property value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model">ResIterator</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#listSubjectsWithProperty(com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">listSubjectsWithProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
java.lang.String o,
java.lang.String l)</CODE>
<BR>
lists all subjects with a given property and property value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>ModelCon.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/ModelCon.html#remove(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">remove</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> o)</CODE>
<BR>
remove the statement <code>(s, p, o)</code> from this model and
answer this model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A></CODE></FONT></TD>
<TD><CODE><B>Resource.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html#removeAll(com.hp.hpl.jena.rdf.model.Property)">removeAll</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Delete all the statements with predicate <code>p</code> for this resource
from its associated model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model">Model</A></CODE></FONT></TD>
<TD><CODE><B>Model.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html#removeAll(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">removeAll</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> s,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> r)</CODE>
<BR>
Remove all the statements matching (s, p, o) from this model.</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="../../../../../../../com/hp/hpl/jena/rdf/model/package-summary.html">com.hp.hpl.jena.rdf.model</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, boolean)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
boolean object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, char)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
char object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, double)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
double object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, float)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
float object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, long)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
long object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
java.lang.Object object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.RDFNode)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model">RDFNode</A> object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
java.lang.String object)</CODE>
<BR>
Create a selector.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/SimpleSelector.html#SimpleSelector(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.String, java.lang.String)">SimpleSelector</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> subject,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
java.lang.String object,
java.lang.String language)</CODE>
<BR>
Create a selector.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.reasoner"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/reasoner/package-summary.html">com.hp.hpl.jena.reasoner</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="../../../../../../../com/hp/hpl/jena/reasoner/package-summary.html">com.hp.hpl.jena.reasoner</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</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>Reasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/Reasoner.html#setParameter(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">setParameter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameterUri,
java.lang.Object value)</CODE>
<BR>
Set a configuration parameter for the reasoner.</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>Reasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/Reasoner.html#supportsProperty(com.hp.hpl.jena.rdf.model.Property)">supportsProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Determine whether the given property is recognized and treated specially
by this reasoner.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.reasoner.rulesys"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/package-summary.html">com.hp.hpl.jena.reasoner.rulesys</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="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/package-summary.html">com.hp.hpl.jena.reasoner.rulesys</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Boolean</CODE></FONT></TD>
<TD><CODE><B>Util.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/Util.html#checkBinaryPredicate(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Resource)">checkBinaryPredicate</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> configuration)</CODE>
<BR>
Helper method - extracts the truth of a boolean configuration
predicate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static boolean</CODE></FONT></TD>
<TD><CODE><B>Util.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/Util.html#convertBooleanPredicateArg(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">convertBooleanPredicateArg</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Convert the value of a boolean configuration parameter to a boolean value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B>Util.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/Util.html#convertIntegerPredicateArg(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">convertIntegerPredicateArg</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Convert the value of an integer configuration parameter to an int value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Integer</CODE></FONT></TD>
<TD><CODE><B>Util.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/Util.html#getIntegerPredicate(com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Resource)">getIntegerPredicate</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> predicate,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> configuration)</CODE>
<BR>
Helper method - extracts the value of an integer configuration
predicate.</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>LPBackwardRuleReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/LPBackwardRuleReasoner.html#setParameter(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">setParameter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Set a configuration paramter for the reasoner.</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>FBRuleReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/FBRuleReasoner.html#setParameter(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">setParameter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Set a configuration parameter for the reasoner.</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>BasicForwardRuleReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/BasicForwardRuleReasoner.html#setParameter(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">setParameter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Set a configuration paramter for the reasoner.</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>LPBackwardRuleReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/LPBackwardRuleReasoner.html#supportsProperty(com.hp.hpl.jena.rdf.model.Property)">supportsProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Determine whether the given property is recognized and treated specially
by this reasoner.</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>FBRuleReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/FBRuleReasoner.html#supportsProperty(com.hp.hpl.jena.rdf.model.Property)">supportsProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Determine whether the given property is recognized and treated specially
by this reasoner.</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>BasicForwardRuleReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/BasicForwardRuleReasoner.html#supportsProperty(com.hp.hpl.jena.rdf.model.Property)">supportsProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Determine whether the given property is recognized and treated specially
by this reasoner.</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>Util.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/rulesys/Util.html#updateParameter(com.hp.hpl.jena.rdf.model.Resource, com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">updateParameter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> config,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Replace the value for a given parameter on the resource by a new value.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.reasoner.transitiveReasoner"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/reasoner/transitiveReasoner/package-summary.html">com.hp.hpl.jena.reasoner.transitiveReasoner</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="../../../../../../../com/hp/hpl/jena/reasoner/transitiveReasoner/package-summary.html">com.hp.hpl.jena.reasoner.transitiveReasoner</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</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>TransitiveReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveReasoner.html#setParameter(com.hp.hpl.jena.rdf.model.Property, java.lang.Object)">setParameter</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> parameter,
java.lang.Object value)</CODE>
<BR>
Set a configuration paramter for the reasoner.</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>TransitiveReasoner.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveReasoner.html#supportsProperty(com.hp.hpl.jena.rdf.model.Property)">supportsProperty</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> property)</CODE>
<BR>
Determine whether the given property is recognized and treated specially
by this reasoner.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.shared"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/shared/package-summary.html">com.hp.hpl.jena.shared</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="../../../../../../../com/hp/hpl/jena/shared/package-summary.html">com.hp.hpl.jena.shared</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../com/hp/hpl/jena/shared/PropertyNotFoundException.html#PropertyNotFoundException(com.hp.hpl.jena.rdf.model.Property)">PropertyNotFoundException</A></B>(<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/util/package-summary.html">com.hp.hpl.jena.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="../../../../../../../com/hp/hpl/jena/util/package-summary.html">com.hp.hpl.jena.util</A> with parameters of type <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><T extends <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A>>
<BR>
java.util.List<T></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ResourceUtils.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/util/ResourceUtils.html#maximalLowerElements(java.util.Collection, com.hp.hpl.jena.rdf.model.Property, boolean)">maximalLowerElements</A></B>(java.util.Collection<T> resources,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> rel,
boolean inverse)</CODE>
<BR>
Answer the maximal lower elements of the given collection, given the partial
ordering <code>rel</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><T extends <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A>>
<BR>
java.util.List<T></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ResourceUtils.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/util/ResourceUtils.html#maximalLowerElements(java.util.Iterator, com.hp.hpl.jena.rdf.model.Property, boolean)">maximalLowerElements</A></B>(java.util.Iterator<T> resources,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> rel,
boolean inverse)</CODE>
<BR>
Given a collection of resources, and a relation defining a partial order over
those resources, answer the sub-collection that contains only those elements
that appear in the maximal generator of the relation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><T extends <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A>>
<BR>
java.util.List<java.util.List<T>></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ResourceUtils.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/util/ResourceUtils.html#partition(java.util.List, com.hp.hpl.jena.rdf.model.Property)">partition</A></B>(java.util.List<T> l,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p)</CODE>
<BR>
Answer a list of lists, which is a partition of the given
input list of resources.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
<TR ALIGN="right" VALIGN="">
<TD NOWRAP><FONT SIZE="-1">
<CODE><T extends <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A>>
<BR>
java.util.List<T></CODE></FONT></TD>
</TR>
</TABLE>
</CODE></FONT></TD>
<TD><CODE><B>ResourceUtils.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/util/ResourceUtils.html#removeEquiv(java.util.List, com.hp.hpl.jena.rdf.model.Property, com.hp.hpl.jena.rdf.model.Resource)">removeEquiv</A></B>(java.util.List<T> l,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> p,
<A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model">Resource</A> ref)</CODE>
<BR>
Remove from the given list l of <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model"><CODE>Resources</CODE></A>, any Resource that is equivalent
to the reference resource <code>ref</code> under the relation <code>p</code>.</TD>
</TR>
</TABLE>
<P>
<A NAME="com.hp.hpl.jena.vocabulary"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/package-summary.html">com.hp.hpl.jena.vocabulary</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="../../../../../../../com/hp/hpl/jena/vocabulary/package-summary.html">com.hp.hpl.jena.vocabulary</A> declared as <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#abstract_">abstract_</A></B></CODE>
<BR>
A summary of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#accessRights">accessRights</A></B></CODE>
<BR>
Information about who can access the resource or an indication of its security
status.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#accrualMethod">accrualMethod</A></B></CODE>
<BR>
The method by which items are added to a collection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#accrualPeriodicity">accrualPeriodicity</A></B></CODE>
<BR>
The frequency with which items are added to a collection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#accrualPolicy">accrualPolicy</A></B></CODE>
<BR>
The policy governing the addition of items to a collection.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifest.html#action">action</A></B></CODE>
<BR>
Action to perform</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#ADR">ADR</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#AGENT">AGENT</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#allValuesFrom">allValuesFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#allValuesFrom">allValuesFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#alternative">alternative</A></B></CODE>
<BR>
An alternative name for the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>LocationMappingVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/LocationMappingVocab.html#altName">altName</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>LocationMappingVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/LocationMappingVocab.html#altPrefix">altPrefix</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#altURL">altURL</A></B></CODE>
<BR>
The resolvable URL that an alternative copy of the ontology document may be
fetched from</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#annotatedProperty">annotatedProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#annotatedSource">annotatedSource</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#annotatedTarget">annotatedTarget</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#approval">approval</A></B></CODE>
<BR>
Contains a reference to the minutes of the WG meeting where the test case
status was last changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#assertionProperty">assertionProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#audience">audience</A></B></CODE>
<BR>
A class of entity for whom the resource is intended or useful.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#available">available</A></B></CODE>
<BR>
Date (often a range) that the resource became or will become available.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#backwardCompatibleWith">backwardCompatibleWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#backwardCompatibleWith">backwardCompatibleWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#BDAY">BDAY</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLResults.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLResults.html#begins">begins</A></B></CODE>
<BR>
The point in time at which the test run started; an <a xmlns="http://www.w3.org/1999/xhtml"
href="http://www.w3.org/TR/xmlschema-2/#dateTime">xsd:dateTime</a>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#bibliographicCitation">bibliographicCitation</A></B></CODE>
<BR>
A bibliographic reference for the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResultSet.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ResultSet.html#binding">binding</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#bottomDataProperty">bottomDataProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#bottomObjectProperty">bottomObjectProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#cacheModels">cacheModels</A></B></CODE>
<BR>
If true, this property denotes that loaded models should be cached for re-use</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#cardinality">cardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#cardinality">cardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#cardinality">cardinality</A></B></CODE>
<BR>
RDF Property for the DAML cardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#cardinalityQ">cardinalityQ</A></B></CODE>
<BR>
RDF Property for the DAML cardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#CATEGORIES">CATEGORIES</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#CLASS">CLASS</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#comment">comment</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#comment">comment</A></B></CODE>
<BR>
Alias for rdfs:comment in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#complementOf">complementOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#complementOf">complementOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#complementOf">complementOf</A></B></CODE>
<BR>
RDF Property for the complementOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#compressURILength">compressURILength</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#conclusionDocument">conclusionDocument</A></B></CODE>
<BR>
A conclusion document of an entailment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#configurationP">configurationP</A></B></CODE>
<BR>
Reasoner description property: a configuration property supported by the reasoner</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#conformsTo">conformsTo</A></B></CODE>
<BR>
An established standard to which the described resource conforms.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#contributor">contributor</A></B></CODE>
<BR>
An entity responsible for making contributions to the content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#contributor">contributor</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#contributor">contributor</A></B></CODE>
<BR>
An entity responsible for making contributions to the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Country">Country</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#coverage">coverage</A></B></CODE>
<BR>
The extent or scope of the content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#coverage">coverage</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#coverage">coverage</A></B></CODE>
<BR>
The spatial or temporal topic of the resource, the spatial applicability of
the resource, or the jurisdiction under which the resource is relevant.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#created">created</A></B></CODE>
<BR>
Date of creation of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#creator">creator</A></B></CODE>
<BR>
An entity primarily responsible for making the content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#creator">creator</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#creator">creator</A></B></CODE>
<BR>
An entity primarily responsible for making the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifestX.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifestX.html#dataSyntax">dataSyntax</A></B></CODE>
<BR>
Syntax of the query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#datatypeComplementOf">datatypeComplementOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#date">date</A></B></CODE>
<BR>
A date associated with an event in the life cycle of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#date">date</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#date">date</A></B></CODE>
<BR>
A point or period of time associated with an event in the lifecycle of the
resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#dateAccepted">dateAccepted</A></B></CODE>
<BR>
Date of acceptance of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#dateCopyrighted">dateCopyrighted</A></B></CODE>
<BR>
Date of copyright.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#dateSubmitted">dateSubmitted</A></B></CODE>
<BR>
Date of submission of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifestX.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifestX.html#defaultTestType">defaultTestType</A></B></CODE>
<BR>
Default type of a test</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#deprecated">deprecated</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#description">description</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#description">description</A></B></CODE>
<BR>
A human-readable summary of the test case.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#description">description</A></B></CODE>
<BR>
An account of the content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#description">description</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#description">description</A></B></CODE>
<BR>
An account of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#descriptionP">descriptionP</A></B></CODE>
<BR>
Reasoner description property: text description of the reasoner</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#differentFrom">differentFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#differentFrom">differentFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#differentIndividualFrom">differentIndividualFrom</A></B></CODE>
<BR>
RDF Property for the DAML differentIndvidualFrom property on instances</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#directRDFType">directRDFType</A></B></CODE>
<BR>
The property that represents the direct/minimal version of the rdf:type relationship</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#directSubClassOf">directSubClassOf</A></B></CODE>
<BR>
The property that represents the direct/minimal version of the subClassOf relationship</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#directSubPropertyOf">directSubPropertyOf</A></B></CODE>
<BR>
The property that represents the direct/minimal version of the subPropertyOf relationship</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#discussion">discussion</A></B></CODE>
<BR>
Contains a pointer to other discussion surrounding this test case or the associated
issue.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#disjointUnionOf">disjointUnionOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#disjointUnionOf">disjointUnionOf</A></B></CODE>
<BR>
RDF Property for the DAML disjointUnionOf property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#disjointWith">disjointWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#disjointWith">disjointWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#disjointWith">disjointWith</A></B></CODE>
<BR>
RDF Property for the DAML disjointWith property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#distinctMembers">distinctMembers</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#distinctMembers">distinctMembers</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#doCompressURI">doCompressURI</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#document">document</A></B></CODE>
<BR>
A test case document for a miscellaneous test.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#domain">domain</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#domain">domain</A></B></CODE>
<BR>
Alias for rdfs:domain in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#driverVersion">driverVersion</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLResults.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLResults.html#duration">duration</A></B></CODE>
<BR>
The time taken for the test to run (as far as it did run) on the tested system;
an <a xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3.org/TR/xmlschema-2/#duration">xsd:duration</a>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#educationLevel">educationLevel</A></B></CODE>
<BR>
A class of entity, defined in terms of progression through an educational
or training context, for which the described resource is intended.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#EMAIL">EMAIL</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#engineType">engineType</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#entailmentRules">entailmentRules</A></B></CODE>
<BR>
The rules for determining entailment - presently RDF alone or RDF and RDFS;
in addition, the requirement for datatype support machinery can be indicated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifest.html#entries">entries</A></B></CODE>
<BR>
Connects the manifest resource to rdf:type list of entries</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#equivalentClass">equivalentClass</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#equivalentClass">equivalentClass</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#equivalentProperty">equivalentProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#equivalentProperty">equivalentProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#equivalentTo">equivalentTo</A></B></CODE>
<BR>
RDF Property for the equivalentTo property on DAML values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#EXT_REASONER_AXIOMS">EXT_REASONER_AXIOMS</A></B></CODE>
<BR>
Property to denote the axioms file that the reasoner will use for background knowledge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#EXT_REASONER_ONT_LANG">EXT_REASONER_ONT_LANG</A></B></CODE>
<BR>
Property to denote the ontology language (OWL, DAML, RDFS) an external reasoner will process.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#EXT_REASONER_URL">EXT_REASONER_URL</A></B></CODE>
<BR>
Property to denote the URL of an external reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Extadd">Extadd</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#extent">extent</A></B></CODE>
<BR>
The size or duration of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Family">Family</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#feature">feature</A></B></CODE>
<BR>
This property relates a test to a language feature.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#first">first</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#first">first</A></B></CODE>
<BR>
RDF Property for the DAML first property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#FN">FN</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#format">format</A></B></CODE>
<BR>
The physical or digital manifestation of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#format">format</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#format">format</A></B></CODE>
<BR>
The file format, physical medium, or dimensions of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#formatDate">formatDate</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#GEO">GEO</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Given">Given</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graph">graph</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graphDBSchema">graphDBSchema</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graphId">graphId</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graphLSet">graphLSet</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graphName">graphName</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graphPrefix">graphPrefix</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#graphType">graphType</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#GROUP">GROUP</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#hasClass">hasClass</A></B></CODE>
<BR>
RDF Property for the DAML hasClass property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#hasClassQ">hasClassQ</A></B></CODE>
<BR>
RDF Property for the DAML hasClassQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#hasFormat">hasFormat</A></B></CODE>
<BR>
A related resource that is substantially the same as the pre-existing described
resource, but in another format.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#hasKey">hasKey</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#hasPart">hasPart</A></B></CODE>
<BR>
A related resource that is included either physically or logically in the
described resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#hasRule">hasRule</A></B></CODE>
<BR>
Property of a GRR rule-set config that specifies a rule as a string in the
Jena rules language.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#hasSelf">hasSelf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#hasValue">hasValue</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#hasValue">hasValue</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#hasValue">hasValue</A></B></CODE>
<BR>
RDF Property for the DAML hasValue property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#hasVersion">hasVersion</A></B></CODE>
<BR>
A related resource that is a version, edition, or adaptation of the described
resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#identifier">identifier</A></B></CODE>
<BR>
An unambiguous reference to the resource within a given context.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#identifier">identifier</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#identifier">identifier</A></B></CODE>
<BR>
An unambiguous reference to the resource within a given context.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#ignoreImport">ignoreImport</A></B></CODE>
<BR>
Specifies URL that will never be loaded as the result of processing an imports
statement</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#image">image</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#importedPremiseDocument">importedPremiseDocument</A></B></CODE>
<BR>
Despite the property URI, the document indicated by this property may or may
not be imported into the test.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#imports">imports</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#imports">imports</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#imports">imports</A></B></CODE>
<BR>
RDF Property for the DAML imports property on Ontologies</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifestX.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifestX.html#include">include</A></B></CODE>
<BR>
Include another manifest file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifest.html#include">include</A></B></CODE>
<BR>
Connects the manifest resource to rdf:type list of manifests</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#incompatibleWith">incompatibleWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#incompatibleWith">incompatibleWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#indexKeyLength">indexKeyLength</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#individualAsThingP">individualAsThingP</A></B></CODE>
<BR>
A faux property used in reasoner capabilty models to denote reasoners that infer that individuals have rdf:type owl:Thing (or daml:Thing)</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#inputDocument">inputDocument</A></B></CODE>
<BR>
A test case input document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#instructionalMethod">instructionalMethod</A></B></CODE>
<BR>
A process, used to engender knowledge, attitudes and skills, that the described
resource is designed to support.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#intersectionOf">intersectionOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#intersectionOf">intersectionOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#intersectionOf">intersectionOf</A></B></CODE>
<BR>
RDF Property for the intersectionOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#inverseOf">inverseOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#inverseOf">inverseOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#inverseOf">inverseOf</A></B></CODE>
<BR>
RDF Property for the DAML inverseOf property on Properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#isDefinedBy">isDefinedBy</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#isDefinedBy">isDefinedBy</A></B></CODE>
<BR>
Alias for rdfs:isDefinedBy in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#isFormatOf">isFormatOf</A></B></CODE>
<BR>
A related resource that is substantially the same as the described resource,
but in another format.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#isPartOf">isPartOf</A></B></CODE>
<BR>
A related resource in which the described resource is physically or logically
included.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#isReferencedBy">isReferencedBy</A></B></CODE>
<BR>
A related resource that references, cites, or otherwise points to the described
resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#isReplacedBy">isReplacedBy</A></B></CODE>
<BR>
A related resource that supplants, displaces, or supersedes the described
resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#isRequiredBy">isRequiredBy</A></B></CODE>
<BR>
A related resource that requires the described resource to support its function,
delivery, or coherence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#issue">issue</A></B></CODE>
<BR>
Contains a pointer to the associated issue, such as is listed on the RDF Core
WG Tracking document.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#issued">issued</A></B></CODE>
<BR>
Date of formal issuance (e.g., publication) of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#issueNumber">issueNumber</A></B></CODE>
<BR>
A string valued property that gives a numeral (or some other quasi-numeric
string) associated with an issue.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#isTransactionDb">isTransactionDb</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#isVersionOf">isVersionOf</A></B></CODE>
<BR>
A related resource of which the described resource is a version, edition,
or adaptation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#item">item</A></B></CODE>
<BR>
RDF Property for the DAML item property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#items">items</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#KEY">KEY</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#label">label</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#label">label</A></B></CODE>
<BR>
Alias for rdfs:label in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#LABEL">LABEL</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#language">language</A></B></CODE>
<BR>
The representation language used by the ontology document</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#language">language</A></B></CODE>
<BR>
A language of the intellectual content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#language">language</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#language">language</A></B></CODE>
<BR>
A language of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#level">level</A></B></CODE>
<BR>
Indicates the conformance level of a document or test in the OWL test suite.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#license">license</A></B></CODE>
<BR>
A legal document giving official permission to do something with the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#link">link</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Locality">Locality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#LOGO">LOGO</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#longObjectLength">longObjectLength</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#lSetName">lSetName</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#lSetPSet">lSetPSet</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#lSetType">lSetType</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#MAILER">MAILER</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>LocationMappingVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/LocationMappingVocab.html#mapping">mapping</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#maxCardinality">maxCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#maxCardinality">maxCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#maxCardinality">maxCardinality</A></B></CODE>
<BR>
RDF Property for the DAML maxCardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#maxCardinalityQ">maxCardinalityQ</A></B></CODE>
<BR>
RDF Property for the DAML maxCardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#maxQualifiedCardinality">maxQualifiedCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#mediator">mediator</A></B></CODE>
<BR>
An entity that mediates access to the resource and for whom the resource is
intended or useful.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#medium">medium</A></B></CODE>
<BR>
The material or physical carrier of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#member">member</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#members">members</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#minCardinality">minCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#minCardinality">minCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#minCardinality">minCardinality</A></B></CODE>
<BR>
RDF Property for the DAML minCardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#minCardinalityQ">minCardinalityQ</A></B></CODE>
<BR>
RDF Property for the DAML minCardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#minQualifiedCardinality">minQualifiedCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#modified">modified</A></B></CODE>
<BR>
Date on which the resource was changed.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#N">N</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifest.html#name">name</A></B></CODE>
<BR>
Optional name of this entry</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#name">name</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>LocationMappingVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/LocationMappingVocab.html#name">name</A></B></CODE>
<BR>
Range is a STRING, not a URI, to allow for any symbols</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#NAME">NAME</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#nameP">nameP</A></B></CODE>
<BR>
Reasoner description property: name of the reasoner</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#NICKNAME">NICKNAME</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#NOTE">NOTE</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#object">object</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#onClass">onClass</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#onDataRange">onDataRange</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#onDatatype">onDatatype</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#oneOf">oneOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#oneOf">oneOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#oneOf">oneOf</A></B></CODE>
<BR>
RDF Property for the oneOf property on DAML class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#onProperties">onProperties</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#onProperty">onProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#onProperty">onProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#onProperty">onProperty</A></B></CODE>
<BR>
RDF Property for the DAML onProperty property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#ORG">ORG</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Orgname">Orgname</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Orgunit">Orgunit</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Other">Other</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLResults.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLResults.html#output">output</A></B></CODE>
<BR>
A web page presenting the output of the test run, including system-specific
additional details.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#outputDocument">outputDocument</A></B></CODE>
<BR>
A test case output document</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Pcode">Pcode</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#PHOTO">PHOTO</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Pobox">Pobox</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#predicate">predicate</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#prefix">prefix</A></B></CODE>
<BR>
The prefix string that is used when writing qnames in the ontology's namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>LocationMappingVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/LocationMappingVocab.html#prefix">prefix</A></B></CODE>
<BR>
Range is a STRING, not a URI, to allow for any symbols</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Prefix">Prefix</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#prefixURI">prefixURI</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#prefixValue">prefixValue</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#premiseDocument">premiseDocument</A></B></CODE>
<BR>
A premise document of an entailment.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#priorVersion">priorVersion</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#priorVersion">priorVersion</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#processImports">processImports</A></B></CODE>
<BR>
If true, this property denotes that the document manager should process the
imports closure of documents</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#PRODID">PRODID</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPderivationLogging">PROPderivationLogging</A></B></CODE>
<BR>
Property used to configure the derivation logging behaviour of a reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPenableCMPScan">PROPenableCMPScan</A></B></CODE>
<BR>
Property used to switch on/off scanning of data for container membership
properties in RDFS preprocessing.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPenableFunctorFiltering">PROPenableFunctorFiltering</A></B></CODE>
<BR>
Property used to switch on/off filtering of functors from returned results
in the generic rule engine.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPenableOWLTranslation">PROPenableOWLTranslation</A></B></CODE>
<BR>
Property used to switch on/off OWL schema translation on a generic rule reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPenableTGCCaching">PROPenableTGCCaching</A></B></CODE>
<BR>
Property used to switch on/off use of the dedicated subclass/subproperty
caching in a generic rule reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#propertyChainAxiom">propertyChainAxiom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#propertyDisjointWith">propertyDisjointWith</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPruleMode">PROPruleMode</A></B></CODE>
<BR>
Property used to set the mode of a generic rule reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPruleSet">PROPruleSet</A></B></CODE>
<BR>
Property used to attach a file a rules to a generic rule reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPsetRDFSLevel">PROPsetRDFSLevel</A></B></CODE>
<BR>
Property used to switch to different RDFS processing levles.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#PROPtraceOn">PROPtraceOn</A></B></CODE>
<BR>
Property used to configure the tracing behaviour of a reasoner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#provenance">provenance</A></B></CODE>
<BR>
A statement of any changes in ownership and custody of the resource since
its creation that are significant for its authenticity, integrity, and interpretation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#pSetName">pSetName</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#pSetTable">pSetTable</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#pSetType">pSetType</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#publicURI">publicURI</A></B></CODE>
<BR>
The public URI that is used to refer to the ontology document</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#publisher">publisher</A></B></CODE>
<BR>
An entity responsible for making the resource available</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#publisher">publisher</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#publisher">publisher</A></B></CODE>
<BR>
An entity responsible for making the resource available.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#qualifiedCardinality">qualifiedCardinality</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifestX.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifestX.html#querySyntax">querySyntax</A></B></CODE>
<BR>
Syntax of the query</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#range">range</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#range">range</A></B></CODE>
<BR>
Alias for rdfs:range in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#RB_VALIDATION">RB_VALIDATION</A></B></CODE>
<BR>
Property used to switch on validation in owl ruleset</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#RB_VALIDATION_REPORT">RB_VALIDATION_REPORT</A></B></CODE>
<BR>
Property used for validation reports in owl ruleset</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#references">references</A></B></CODE>
<BR>
A related resource that is referenced, cited, or otherwise pointed to by the
described resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Region">Region</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#reifTable">reifTable</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#relation">relation</A></B></CODE>
<BR>
A reference to a related resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#relation">relation</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#relation">relation</A></B></CODE>
<BR>
A related resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#replaces">replaces</A></B></CODE>
<BR>
A related resource that is supplanted, displaced, or superseded by the described
resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#requires">requires</A></B></CODE>
<BR>
A related resource that is required by the described resource to support its
function, delivery, or coherence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#rest">rest</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#rest">rest</A></B></CODE>
<BR>
RDF Property for the DAML rest property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifest.html#result">result</A></B></CODE>
<BR>
The test statusThe expected outcome</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResultSet.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ResultSet.html#resultVariable">resultVariable</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#REV">REV</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#rights">rights</A></B></CODE>
<BR>
Information about rights held in and over the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#rights">rights</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#rights">rights</A></B></CODE>
<BR>
Information about rights held in and over the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#rightsHolder">rightsHolder</A></B></CODE>
<BR>
A person or organization owning or managing rights over the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#ROLE">ROLE</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#ruleSet">ruleSet</A></B></CODE>
<BR>
Property of a GRR config with object a node with rule set properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#ruleSetURL">ruleSetURL</A></B></CODE>
<BR>
Property of a GRR config with object a resource who's URI is the URL
of a Jena rules text.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#sameAs">sameAs</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#sameAs">sameAs</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#sameClassAs">sameClassAs</A></B></CODE>
<BR>
RDF Property for the DAML sameClassAs property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#sameIndividualAs">sameIndividualAs</A></B></CODE>
<BR>
RDF Property for the DAML sameIndividualAs property on instances</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#samePropertyAs">samePropertyAs</A></B></CODE>
<BR>
RDF Property for the DAML samePropertyAs property on Properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#schemaURL">schemaURL</A></B></CODE>
<BR>
Property of a reasoner that specifies the URL of a schema to load.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#seeAlso">seeAlso</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#seeAlso">seeAlso</A></B></CODE>
<BR>
Alias for rdfs:seeAlso in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResultSet.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ResultSet.html#size">size</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#size">size</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResultSet.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ResultSet.html#solution">solution</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#someValuesFrom">someValuesFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#someValuesFrom">someValuesFrom</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#SORT_STRING">SORT_STRING</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#SOUND">SOUND</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#source">source</A></B></CODE>
<BR>
A reference to a resource from which the present resource is derived.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#source">source</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#source">source</A></B></CODE>
<BR>
A related resource from which the described resource is derived.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#SOURCE">SOURCE</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#sourceIndividual">sourceIndividual</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#spatial">spatial</A></B></CODE>
<BR>
Spatial characteristics of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#status">status</A></B></CODE>
<BR>
Indicates the status of the test within a process, such as the RDF Core WG
process.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#stmtTable">stmtTable</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Street">Street</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#subClassOf">subClassOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#subClassOf">subClassOf</A></B></CODE>
<BR>
Alias for rdfs:subClassOf in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#subject">subject</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#subject">subject</A></B></CODE>
<BR>
The topic of the content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#subject">subject</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#subject">subject</A></B></CODE>
<BR>
The topic of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFS.html#subPropertyOf">subPropertyOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#subPropertyOf">subPropertyOf</A></B></CODE>
<BR>
Alias for rdfs:subPropertyOf in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#Suffix">Suffix</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#supportedDatatype">supportedDatatype</A></B></CODE>
<BR>
The subject test is valid only when the object datatype is included in the
datatype theory.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#supportsP">supportsP</A></B></CODE>
<BR>
Reasoner description property: a schema property supported by the reasoner</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLResults.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLResults.html#syntacticLevelTestFrom">syntacticLevelTestFrom</A></B></CODE>
<BR>
Syntactic tests.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLResults.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLResults.html#system">system</A></B></CODE>
<BR>
The complete system instance on which the test was run, conceptually including
software and hardware components.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DB.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DB.html#tableNamePrefix">tableNamePrefix</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#tableOfContents">tableOfContents</A></B></CODE>
<BR>
A list of subunits of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#targetIndividual">targetIndividual</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#targetValue">targetValue</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#TEL">TEL</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#temporal">temporal</A></B></CODE>
<BR>
Temporal characteristics of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLResults.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLResults.html#test">test</A></B></CODE>
<BR>
The test in question, such as an otest:PositiveEntailmentTest.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>TestManifestX.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/TestManifestX.html#textIndex">textIndex</A></B></CODE>
<BR>
Whether to create a text index</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#textinput">textinput</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#title">title</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#title">title</A></B></CODE>
<BR>
A name given to the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#title">title</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#title">title</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#TITLE">TITLE</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#toClass">toClass</A></B></CODE>
<BR>
RDF Property for the DAML toClass property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#topDataProperty">topDataProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#topObjectProperty">topObjectProperty</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#type">type</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_11.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_11.html#type">type</A></B></CODE>
<BR>
The nature or genre of the content of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DC_10.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DC_10.html#type">type</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#type">type</A></B></CODE>
<BR>
The nature or genre of the resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#type">type</A></B></CODE>
<BR>
Alias for rdf:type in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#TZ">TZ</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>VCARD.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/VCARD.html#UID">UID</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#unionOf">unionOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#unionOf">unionOf</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#unionOf">unionOf</A></B></CODE>
<BR>
RDF Property for the unionOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RSS.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RSS.html#url">url</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWLTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWLTest.html#usedDatatype">usedDatatype</A></B></CODE>
<BR>
The object is a datatype that appears in one of the test files in the subject
test.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OntDocManagerVocab.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html#useDeclaredNsPrefixes">useDeclaredNsPrefixes</A></B></CODE>
<BR>
Boolean flag for whether new ontology models will include the pre-declared
namespace prefixes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DCTerms.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DCTerms.html#valid">valid</A></B></CODE>
<BR>
Date (often a range) of validity of a resource.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResultSet.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ResultSet.html#value">value</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#value">value</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#value">value</A></B></CODE>
<BR>
Alias for rdf:value in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ResultSet.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ResultSet.html#variable">variable</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#versionInfo">versionInfo</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL.html#versionInfo">versionInfo</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#versionInfo">versionInfo</A></B></CODE>
<BR>
RDF Property for the DAML versionInfo property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#versionIRI">versionIRI</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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>ReasonerVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html#versionP">versionP</A></B></CODE>
<BR>
Reasoner description property: version of the reasoner</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDFTest.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDFTest.html#warning">warning</A></B></CODE>
<BR>
Indicates that while the test should pass, it may generate a warning.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>OWL2.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/OWL2.html#withRestrictions">withRestrictions</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="../../../../../../../com/hp/hpl/jena/vocabulary/package-summary.html">com.hp.hpl.jena.vocabulary</A> that return <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#cardinality()">cardinality</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML cardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#cardinality()">cardinality</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML cardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#cardinalityQ()">cardinalityQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML cardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#cardinalityQ()">cardinalityQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML cardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#comment()">comment</A></B>()</CODE>
<BR>
Answer the alias for rdfs:comment in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#comment()">comment</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:comment in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#complementOf()">complementOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the complementOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#complementOf()">complementOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the complementOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#differentIndividualFrom()">differentIndividualFrom</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML differentIndvidualFrom property on instances</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#differentIndividualFrom()">differentIndividualFrom</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML differentIndvidualFrom property on instances</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#disjointUnionOf()">disjointUnionOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML disjointUnionOf property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#disjointUnionOf()">disjointUnionOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML disjointUnionOf property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#disjointWith()">disjointWith</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML disjointWith property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#disjointWith()">disjointWith</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML disjointWith property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#domain()">domain</A></B>()</CODE>
<BR>
Answer the alias for rdfs:domain in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#domain()">domain</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:domain in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#equivalentTo()">equivalentTo</A></B>()</CODE>
<BR>
Answer the RDF Property for the equivalentTo property on DAML values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#equivalentTo()">equivalentTo</A></B>()</CODE>
<BR>
Answer the RDF Property for the equivalentTo property on DAML values</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#first()">first</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML first property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#first()">first</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML first property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#hasClass()">hasClass</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML hasClass property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#hasClass()">hasClass</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML hasClass property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#hasClassQ()">hasClassQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML hasClassQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#hasClassQ()">hasClassQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML hasClassQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#hasValue()">hasValue</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML hasValue property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#hasValue()">hasValue</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML hasValue property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#imports()">imports</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML imports property on Ontologies</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#imports()">imports</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML imports property on Ontologies</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#intersectionOf()">intersectionOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the intersectionOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#intersectionOf()">intersectionOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the intersectionOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#inverseOf()">inverseOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML inverseOf property on Properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#inverseOf()">inverseOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML inverseOf property on Properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#isDefinedBy()">isDefinedBy</A></B>()</CODE>
<BR>
Answer the alias for rdfs:isDefinedBy in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#isDefinedBy()">isDefinedBy</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:isDefinedBy in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#item()">item</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML item property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#item()">item</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML item property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#label()">label</A></B>()</CODE>
<BR>
Answer the alias for rdfs:label in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#label()">label</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:label in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>RDF.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/RDF.html#li(int)">li</A></B>(int i)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#maxCardinality()">maxCardinality</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML maxCardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#maxCardinality()">maxCardinality</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML maxCardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#maxCardinalityQ()">maxCardinalityQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML maxCardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#maxCardinalityQ()">maxCardinalityQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML maxCardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#minCardinality()">minCardinality</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML minCardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#minCardinality()">minCardinality</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML minCardinality property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#minCardinalityQ()">minCardinalityQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML minCardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#minCardinalityQ()">minCardinalityQ</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML minCardinalityQ property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#oneOf()">oneOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the oneOf property on DAML class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#oneOf()">oneOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the oneOf property on DAML class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#onProperty()">onProperty</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML onProperty property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#onProperty()">onProperty</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML onProperty property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#range()">range</A></B>()</CODE>
<BR>
Answer the alias for rdfs:range in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#range()">range</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:range in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#rest()">rest</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML rest property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#rest()">rest</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML rest property on Lists</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#sameClassAs()">sameClassAs</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML sameClassAs property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#sameClassAs()">sameClassAs</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML sameClassAs property on Classes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#sameIndividualAs()">sameIndividualAs</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML sameIndividualAs property on instances</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#sameIndividualAs()">sameIndividualAs</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML sameIndividualAs property on instances</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#samePropertyAs()">samePropertyAs</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML samePropertyAs property on Properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#samePropertyAs()">samePropertyAs</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML samePropertyAs property on Properties</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#seeAlso()">seeAlso</A></B>()</CODE>
<BR>
Answer the alias for rdfs:seeAlso in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#seeAlso()">seeAlso</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:seeAlso in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#subClassOf()">subClassOf</A></B>()</CODE>
<BR>
Answer the alias for rdfs:subClassOf in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#subClassOf()">subClassOf</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:subClassOf in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#subPropertyOf()">subPropertyOf</A></B>()</CODE>
<BR>
Answer the alias for rdfs:subPropertyOf in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#subPropertyOf()">subPropertyOf</A></B>()</CODE>
<BR>
Answer the Alias for rdfs:subPropertyOf in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#toClass()">toClass</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML toClass property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#toClass()">toClass</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML toClass property on Restrictions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#type()">type</A></B>()</CODE>
<BR>
Answer the alias for rdf:type in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#type()">type</A></B>()</CODE>
<BR>
Answer the Alias for rdf:type in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#unionOf()">unionOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the unionOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#unionOf()">unionOf</A></B>()</CODE>
<BR>
Answer the RDF Property for the unionOf property on class expressions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#value()">value</A></B>()</CODE>
<BR>
Answer the alias for rdf:value in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#value()">value</A></B>()</CODE>
<BR>
Answer the Alias for rdf:value in daml namespace</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAML_OIL.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAML_OIL.html#versionInfo()">versionInfo</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML versionInfo property</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>DAMLVocabulary.</B><B><A HREF="../../../../../../../com/hp/hpl/jena/vocabulary/DAMLVocabulary.html#versionInfo()">versionInfo</A></B>()</CODE>
<BR>
Answer the RDF Property for the DAML versionInfo property</TD>
</TR>
</TABLE>
<P>
<A NAME="jena"><!-- --></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A> in <A HREF="../../../../../../../jena/package-summary.html">jena</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="../../../../../../../jena/package-summary.html">jena</A> that return <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model">Property</A></CODE></FONT></TD>
<TD><CODE><B>schemagen.OptionDefinition.</B><B><A HREF="../../../../../../../jena/schemagen.OptionDefinition.html#getDeclarationProperty()">getDeclarationProperty</A></B>()</CODE>
<BR>
Return the RDF property that is used when configuring this option
via a <A HREF="../../../../../../../com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model"><CODE>Model</CODE></A></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="../../../../../../../com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model"><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?com/hp/hpl/jena/rdf/model/\class-useProperty.html" target="_top"><B>FRAMES</B></A>
<A HREF="Property.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 ยฉ 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
</BODY>
</HTML>
| jianglili007/pretty-printer | Jenna-2.6.3/doc/javadoc/com/hp/hpl/jena/rdf/model/class-use/Property.html | HTML | apache-2.0 | 469,568 |
<!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="Steven Murawski" />
<meta name="twitter:title" content="Steven Murawski"/>
<meta itemprop="name" content="Steven Murawski"><meta property="og:description" content="I’m a Developer Advocate at Microsoft. Previously, I was a Principal Engineer at Chef.
Before that, I was a Site Reliability Engineer at Stack Overflow. I’m active in the Chef, PowerShell, WinOps, and DevOps communities.
I’m a maintainer for several open source projects, including Chef and Test-Kitchen." />
<meta name="twitter:description" content="I’m a Developer Advocate at Microsoft. Previously, I was a Principal Engineer at Chef.
Before that, I was a Site Reliability Engineer at Stack Overflow. I’m active in the Chef, PowerShell, WinOps, and DevOps communities.
I’m a maintainer for several open source projects, including Chef and Test-Kitchen." />
<meta itemprop="description" content="I’m a Developer Advocate at Microsoft. Previously, I was a Principal Engineer at Chef.
Before that, I was a Site Reliability Engineer at Stack Overflow. I’m active in the Chef, PowerShell, WinOps, and DevOps communities.
I’m a maintainer for several open source projects, including Chef and Test-Kitchen."><meta name="twitter:site" content="@devopsdays">
<meta property="og:type" content="speaker" />
<meta property="og:url" content="/events/2017-singapore/speakers/steven-murawski/" /><meta name="twitter:creator" content="@devopsdaysSG" /><meta name="twitter:label1" value="Event" />
<meta name="twitter:data1" value="devopsdays Singapore 2017" /><meta name="twitter:label2" value="Dates" />
<meta name="twitter:data2" value="October 25 - 26, 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="47">
<title>Steven Murawski - devopsdays Singapore 2017
</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-singapore" class="nav-link">Singapore</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-singapore/propose">propose</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-singapore/location">location</a>
</li><li class="nav-item active">
<a class="nav-link" href="https://ti.to/devopsdays-singapore/2017/">registration</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-singapore/program">program</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-singapore/speakers">speakers</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-singapore/sponsor">sponsor</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-singapore/contact">contact</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2017-singapore/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 offset-md-1">
<h2 class="speaker-page">Steven Murawski</h2>
</div>
</div>
<div class = "row">
<div class = "col-md-4 offset-md-1">
<span class="speaker-page content-text">
<p>I’m a Developer Advocate at Microsoft. Previously, I was a Principal Engineer at Chef.</p>
<p>Before that, I was a Site Reliability Engineer at Stack Overflow. I’m active in the Chef, PowerShell, WinOps, and DevOps communities.</p>
<p>I’m a maintainer for several open source projects, including Chef and Test-Kitchen.</p>
</span>
<div class="speaker-bio-talks">
<h3>Steven Murawski at Singapore 2017</h3>
<ul class="list-group">
<a href = "https://www.devopsdays.org/events/2017-singapore/program/steven-murawski/" class= "list-group-item list-group-item-action">Describing Your DevOps Journey with Story Mapping</a>
</ul>
</div>
</div>
<div class = "col-md-3 offset-md-1"><img src = "/events/2017-singapore/speakers/steven-murawski.jpg" class="speaker-page" alt="Steven Murawski"/><br /><a href = "https://twitter.com/StevenMurawski"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a></div>
</div>
<div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Platinum Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.microsoft.com/"><img src = "/img/sponsors/microsoft.png" alt = "Microsoft" title = "Microsoft" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4><a href = "/events/2017-singapore/sponsor" class="sponsor-cta"><i>Join as Gold Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.thoughtworks.com/"><img src = "/img/sponsors/thoughtworks-services.png" alt = "Thoughtworks" title = "Thoughtworks" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.ecs-digital.co.uk/"><img src = "/img/sponsors/ecs-digital.png" alt = "ecs-digital" title = "ecs-digital" 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 = "https://www.scalyr.com"><img src = "/img/sponsors/scalyr.png" alt = "Scalyr" title = "Scalyr" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4><a href = "/events/2017-singapore/sponsor" class="sponsor-cta"><i>Join as Silver Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://palo-it.com/"><img src = "/img/sponsors/palo-it.png" alt = "palo-it" title = "palo-it" 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><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4><a href = "/events/2017-singapore/sponsor" class="sponsor-cta"><i>Join as Community Sponsor!</i>
</a></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.meetup.com/Agile-Singapore/"><img src = "/img/sponsors/agile-singapore.png" alt = "Agile Singapore" title = "Agile Singapore" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.meetup.com/devops-singapore/"><img src = "/img/sponsors/singapore-devops-community.png" alt = "DevOps Community Singapore" title = "DevOps Community Singapore" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.meetup.com/DevSecOps-Singapore"><img src = "/img/sponsors/singapore-devsecops-community.png" alt = "DevSecOps Community Singapore" title = "DevSecOps Community Singapore" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.meetup.com/singasug/"><img src = "/img/sponsors/singapore-spring-community.png" alt = "Spring Community" title = "Spring Community" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://powershell.asia/"><img src = "/img/sponsors/powershell-conference-asia.png" alt = "PowerShell Conference Asia - Singapore" title = "PowerShell Conference Asia - Singapore" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.aspose.com/"><img src = "/img/sponsors/aspose.png" alt = "Aspose" title = "Aspose" class="img-fluid"></a>
</div></div><br />
</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: 'devopsdaysSG'}, "facebook", "linkedin"],
text: 'devopsdays Singapore - 2017',
showLabel: false,
showCount: false
});
});
</script>
</body>
</html>
| gomex/devopsdays-web | static/events/2017-singapore/speakers/steven-murawski/index.html | HTML | apache-2.0 | 16,541 |
<html><head><META http-equiv="content-type" content="text/html;charset=iso-8859-9"/><meta name="viewport" content="width=device-width, initial-scale=1"><title>ac</title> <link rel="stylesheet" href="css/jquery.mobile-1.2.0.css" /><style type="text/css">.content-primary {text-align: left;}#header h3 {text-align: left;}</style><script src="js/jquery.js"></script><script src="js/jquery.mobile-1.2.0.js"></script></head><body><div id="page1" data-role="page"><div id="header" data-position="fixed" data-role="header" data-theme="e"><h3><strong>EBU ALร MรรTEVLร
</strong></h3><a class="ui-btn-right" href="../index.html" data-role="button" data-icon="home">Geri</a></div><div data-role="content" align = "center"><div class="content-primary">Evliyanรฝn bรผyรผklerinden. Adรฝ, Hasan bin Ali bin Musa, kรผnyesi Ebu Ali'dir. Ebu Ali Katib,
Ebu Ya'kub Susi ve baรพka zatlardan ilim รถรฐrendi. Mรฝsรฝr'a on fersah mesafede bulunan
Mรผรพtevl kรถyรผndendir. 951 (H. 340) senesinde orada vefat etti.
Ebu Ali Mรผรพtevli (rahmetullahi aleyh), bir gece rรผyasรฝnda Peygamber efendimizi gรถrdรผ.
Buyurdu ki: "Ya Eba Ali! Seni, derviรพleri sever ve onlara meyleder gรถrรผrรผm." Ebu Ali"รyledir ya Resulallah!" dedi. "Seni, derviรพlerin mรผhim iรพlerini yerine getirmek รผzere vekil
kรฝldรฝm." buyurdu. Ebu Ali (rahmetullahi aleyh), bu vazifeyi ifa ederken, uygunsuz bir iรพ
yapmaktan ve yapamรฝyacaรฐรฝ bir iรพle karรพรฝlaรพmaktan korkup; "Ya Resulallah! Ben bu vazifeye
layรฝk mรฝyรฝm? Bu iรพ iรงin lazรฝm olan gรผnahtan korunma ve kifayet, yeterlilik รพartรฝ bende
mevcut mudur?" dedi. Peygamber efendimiz; "Gรผnahtan korunma ve kifayet รพartรฝyle..."
buyurdu. Ebu Ali; "Peki efendim." deyip sustu. Bundan sonra Allahรผ teala, Ebu Ali'ye mal
varlรฝรฐรฝ ihsan etti. Bu malรฝ ile derviรพlerin ihtiyaรงlarรฝnรฝ karรพรฝladรฝ. Arzularรฝnรฝ, isteklerini yerine
getirdi. Hiรงbirinin bir sรฝkรฝntรฝsรฝ olmamasรฝ iรงin รงok gayret ederdi. Onun bu hali aรงรฝรฐa รงรฝktรฝktan
sonra, derviรพler kendisine gelerek ihtiyaรงlarรฝnรฝ, sรฝkรฝntรฝlarรฝnรฝ arzederlerdi. Bazรฝlarรฝ onun
hakkรฝnda; "Derviรพlik, bir รพeye malik olmamak, baรพkalarรฝnรฝn ihtiyaรงlarรฝnรฝ temin etmek iรงin de
olsa, zenginlikten iyidir" dediler. Abdullah-i Ensari, "O, bu iรพi kendiliรฐinden istemedi.
Bilakis, Peygamber efendimiz tarafรฝndan vazifelendirildi. Sakรฝn gaflete dรผรพmeyesiniz ve
aldanmรฝyasรฝnรฝz" buyurdu.
1) Nefehatรผ'l-รns; s.196
2) Nefehat-รผl-รns Tercรผmesi.; s.250
3) Tabakat-รฝ Ensari; s.384
4) Sefinetรผ'l-Evliya; s.148
5) รslam Alimleri Ansiklopedisi; c.4, s.19
<br></div></body></html>
| relmas/velaye | www/sayfalar/550.html | HTML | apache-2.0 | 2,476 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>Credentials Cache API v2 Specification</TITLE>
</HEAD>
<BODY>
<H1>Credentials Cache API v2 Specification</H1>
<H3>This version of the API is deprecated. <BR>
Please refer to CCAPI version 3 or later for the current API.</H3>
<UL>
<LI><A HREF="#TypeDefinitions">Type Definitions</A>
<UL CLASS=small>
<LI><A HREF="#cc_int32">cc_int32 & cc_uint32</A>
<LI><A HREF="#cc_time_t">cc_time_t</A>
<LI><A HREF="#cc_nc_flags">cc_nc_flags</A>
<LI><A HREF="#typedefCC_Cred">cc_cred</A>
<LI><A HREF="#typedefCC_Data">cc_data</A>
<LI><A HREF="#typedefV4Cred_type">V4Cred_type</A>
<LI><A HREF="#enumStringToKey_Type">StringToKey_Type</A>
<LI><A HREF="#enumCc_cred_vers">cc_cred_vers</A>
<LI><A HREF="#unionCred_ptr_union">cred_ptr_union</A>
<LI><A HREF="#unionCred_union">cred_union</A>
<LI><A HREF="#typdefInfoNC">infoNC</A>
<LI><A HREF="#opaque_types">opaque types</A>
</UL>
<LI><A HREF="#ErrorCodeDefinitions">Error Code Definitions</A>
<LI><A HREF="#ImplementationNotes">Implementation Notes</A>
<LI><A HREF="#FunctionDefinitions">Function Definitions</A>
<UL>
<LI><A HREF="#MainCacheFunctions">Main Cache Functions</A>
<UL CLASS=small>
<LI><A HREF="#cc_initialize">cc_initialize</A>
<LI><A HREF="#cc_create">cc_create</A>
<LI><A HREF="#cc_open">cc_open</A>
<LI><A HREF="#cc_close">cc_close</A>
<LI><A HREF="#cc_destroy">cc_destroy</A>
<LI><A HREF="#cc_shutdown">cc_shutdown</A>
<LI><A HREF="#cc_initialize">cc_initialize</A>
<LI><A HREF="#cc_get_change_time">cc_get_change_time</A>
<LI><A HREF="#cc_get_NC_info">cc_get_NC_info</A>
<LI><A HREF="#cc_seq_fetch_NCs_begin">cc_seq_fetch_NCs_begin</A>
<LI><A HREF="#cc_seq_fetch_NCs_next">cc_seq_fetch_NCs_next</A>
<LI><A HREF="#cc_seq_fetch_NCs_end">cc_seq_fetch_NCs_end</A>
</UL>
<LI><A HREF="#NCFunctions">NC Functions</A>
<UL CLASS=small>
<LI><A HREF="#cc_get_name">cc_get_name</A>
<LI><A HREF="#cc_get_cred_version">cc_get_cred_version</A>
<LI><A HREF="#cc_get_principal">cc_get_principal</A>
<LI><A HREF="#cc_get_instance">cc_get_instance</A>
<LI><A HREF="#cc_remove_cred">cc_remove_cred</A>
<LI><A HREF="#cc_store">cc_store</A>
<LI><A HREF="#cc_get_instance">cc_get_instance</A>
<LI><A HREF="#cc_seq_fetch_creds_begin">cc_seq_fetch_creds_begin</A>
<LI><A HREF="#cc_seq_fetch_creds_next">cc_seq_fetch_creds_next</A>
<LI><A HREF="#cc_seq_fetch_creds_end">cc_seq_fetch_creds_end</A>
<LI><A HREF="#cc_lock_request">cc_lock_request</A>
</UL>
<LI><A HREF="#LiberationFunctions">Liberation Functions</A>
<UL CLASS=small>
<LI><A HREF="#cc_free_principal">cc_free_principal</A>
<LI><A HREF="#cc_free_name">cc_free_name</A>
<LI><A HREF="#cc_free_creds">cc_free_creds</A>
<LI><A HREF="#cc_free_NC_info">cc_free_NC_info</A>
</UL>
</UL>
<LI><A HREF="#RevisionNotes">Revision History/Notes</A>
<UL>
<LI><A HREF="#ChangesRev3">Changes made during revsion 3</A>
</UL>
<LI><A HREF="#FutureIdeas">Ideas for Future Versions</A>
<LI><A HREF="#Abstract">Abstract</A>
</UL>
<P>
<HR>
<A NAME="Abstract"></A>
<H2>Abstract</H2>
<P>This is the specification for an API which provides Credentials
Cache services for both
<A HREF="http://web.mit.edu/kerberos/www/">Kerberos V5</A> and V4.
The idea behind this API is that multiple Kerberos implementations
can share a single Credentials Cache, mediated by this API
specification. On the Microsoft Windows platform this will allow
single-signon, even when more than one Kerberos DLL is in use on a
particular system. Ideally, this problem could be solved by
standardizing the Kerberos V5 API library interface. However, the
Kerberos API is complicated enough that this would be hard to
accomplish. Standardizing the interface for credentials cache access
is much simpler. This API has also been adopted in the MIT Kerberos
for the Macintosh implementation.
<P>This specification has been revised to allow storage and
manipulation of both V4 and V5 tickets. A cache contains one or more
"Named Cache"s. It is assumed that V4 and V5 credentials would each
be stored in separate "Named Cache"s and not mixed in a single "Named
Cache".
<P>Below, "NC" refers to "Named Cache".<BR>
<P>
<HR>
<A NAME="RevisionNotes"></A>
<H2><B>Revision History/Notes</B></H2>
<H4>Original version (Draft Version 1)</H4>
<P>1/27/96 by
<A HREF="http://web.mit.edu/tytso/www/home.html">Theodore Ts'o</A>
<H4>Revision 2 (Draft Version 1)</H4>
<P>970628 by <A HREF="http://www.umich.edu/~sgr">Steve Rothwell</A>
for the V4Cache Team (Paul Hill, Jenny Khuon, Jean Luker, Dave
Detlefs, Allan Bjorklund, & Steve Rothwell)
<P><A NAME="ChangesRev3"></A>
<H4>Revision 3 (Draft Version 1)</H4>
<P>970725 by Steve Rothwell after initial implementation and alpha
release. The term "credentials cache" was previously used to mean
both "the main cache" and individual "named cache"s within the main
cache. I have started using the term "NC" for "named cache" to make
the distinction clearer and to reduce the overloading of the word
"cache".
<H5>Changes made for revision 3 of this API:</H5>
<UL>
<LI>Added cred version type to cc_create() & cc_open()
<LI>New functions
<UL>
<LI>cc_get_NC_info(), returns NC_info list for all NCs
<LI>cc_free_NC_info(), frees NC_info list
<LI>cc_get_cred_version(), returns version type of NC
<LI>cc_get_name(), returns name of NC
<LI>cc_free_name(), frees name aquired via cc_get_name()
<LI>cc_seq_fetch_NCs(), iterate over all NCs
</UL>
<LI>New return codes
<UL>
<LI>CC_BAD_PARM
<LI>CC_ERR_CACHE_ATTACH
<LI>CC_ERR_CACHE_RELEASE
<LI>CC_ERR_CACHE_FULL
<LI>CC_ERR_CRED_VERSION
</UL>
<LI>Modified functions
<UL>
<LI>cc_create(), cc_open(), pass version type of NC
<LI>cc_store(), cc_remove(), cc_
</UL>
<LI>New & Modified typedefs & data structures
<UL>
<LI>cc_cred_vers { CC_CRED_VUNKNOWN, CC_CRED_V4, CC_CRED_V5 }
<LI>cred_ptr_union : contains pointer to credentials (either V4
or V5)
<LI>cred_union : contains version type and cred_ptr_union
<LI>modified V4Cred_type
<LI>enum StringToKey_Type { STK_AFS or STK_DES }
<LI>copies of the maximum V4 string size indicators
KRB_PRINCIPAL_SZ, KRB_SERVICE_SZ, KRB_INSTANCE_SZ,
KRB_REALM_SZ, ADDR_SZ
</UL>
</UL>
<H4>Revision 4 (Draft Version 1)</H4>
<P>970908 by Steve Rothwell to incorporate changes initiated by Ted
Tso. Further changes are expected in the comments for cc_create() and
cc_get_change_time().
<H4>Revision 4a (Final Version 1)</H4>
<P>980603 by <A HREF="mailto:smcguire@mit.edu">Scott McGuire</A> to
correct typographical errors, HTML errors, and minor clarifications.
Final API Version 1 spec.
<H4>Revision 5 (Draft Version 2)</H4>
<P>990201 by <A HREF="mailto:smcguire@mit.edu">Scott McGuire</A>.
<UL>
<LI>Increased API version number to 2.
<LI>Added enum's defining version numbers.
<LI>Changes to cc_initialize() to specify how to deal with
different API version numbers.
<LI>Added description of cc_int32 and cc_uint32 types.
<LI>Change some cc_int32's to cc_uint32's.
<LI>Changed way cc_create() will behave when called on an existing
cache.
<LI>Replaced cc_seq_fetch_NCs() with cc_seq_fetch_NCs_begin(),
cc_seq_fetch_NCs_next(), and cc_seq_fetch_NCs_end();
<LI>Replaced cc_seq_fetch_creds() with cc_seq_fetch_creds_begin(),
cc_seq_fetch_creds_next(), and cc_seq_fetch_creds_end();
<LI>Replaced enum type references in structs and function
paramenters with cc_int32 references;
<LI>Replaced int type references in function parameters with
cc_int32;
<LI>Added return type of cc_int32 to all functions;
<LI>Removed #ifdef from cred_union structure;
<LI>Constant definitions and changes to V4Cred_type structure;
<LI>Removed incorrect const ccache_p * parameters from cc_store()
and cc_remove_cred();
<LI>Added CC_NOERROR and CC_BAD_PARM as possible return codes from
all functions (except no CC_BAD_PARM from cc_shutdown() );
<LI>Added CC_ERR_CRED_VERSION as possible return code from
cc_open() and cc_create();
<LI>Moved infoNC structure definition up to be with rest of
structure definitions;
<LI>Changed "struct _infoNC" to "infoNC" in parameter type
references.
<LI>cc_free_principal() and cc_free_name() now take char **
instead of char * for final parameter. (This change was made
between rev 4a and rev 5, but I'm re-emphasizing it here.)
<LI>Added Implementation Notes section with requirement that all
functions must be atomic and name requirements for Windows DLL's.
<LI>Renamed "the proposed changes to this API are" section to
"Ideas for Future Versions" -- but removed all items but one
because they'd all been done.
<LI>Removed most of the notes about differences with the Win NT/95
implementation of the API -- the differences have been reconciled.
<LI>Removed unnecessary and inconsistent italicizing.
</UL>
<H4>Revsion 5a (Final Version 2)</H4>
<P>990723 by <A HREF="mailto:smcguire@mit.edu">Scott McGuire</A>.
<UL>
<LI>cc_create(): Removed text about "expected" form of name.
Removed note about "the alpha version does not do this."
<LI>cc_destroy(): Clarified that you do not need to call
cc_close() on the cache_pointer after calling this function.
<LI>Removed note about Windows cc_get_instance() and
cc_set_instance() functions, they are no longer part of the
Windows code!
</UL>
<H2><A NAME="FutureIdeas"></A>Ideas for Future Versions</H2>
<UL>
<LI>Define Get/Set functions for all components of _cc_creds?
(This will allow future changes to the data structure to be
transparent to the caller. This also makes backward compatibility
much easier to maintain.)
</UL>
<P><!-- -----------------------------------------------------------------------------------><!-- type definitions --><!-- -----------------------------------------------------------------------------------><BR>
<HR>
<A NAME="TypeDefinitions"></A>
<H2>Type definitions</H2>
<PRE>// enums for API versions used in cc_initialize()
enum {
CC_API_VER_1 = 1,
CC_API_VER_2 = 2
};
<A NAME="cc_int32"></A>
// cc_int32 and cc_uint32 are not exactly defined in this API due
// to a lack of standard 32-bit integer size between platforms
// (although there is the C9X standard).
// However, we will place the following constraints:
//
// cc_int32 is a signed integer that is at least 32 bits wide.
// cc_uint32 is an unsigned integer that is at least 32 bits wide
<A NAME="cc_time_t"></A>
typedef cc_int32 cc_time_t; //see <A HREF="#cc_time_t_Note">notes below</A>
<A NAME="cc_nc_flags"></A>
typedef cc_uint32 cc_nc_flags;
<A NAME="opaque_types"></A>
typedef struct opaque_dll_control_block_type* apiCB;
typedef struct opaque_ccache_pointer_type* ccache_p;
typedef struct opaque_credential_iterator_type* ccache_cit;
// These really are intended to be opaque. All implementations of the cache API must have
// them but what they are is implementation specific. In the case of SGR's implementation,
// the cc_ctx returned available after a call to cc_initialize, is a CCache_ctx class object. The
// code that normally calls the cc_initialize function is straight C, which means the calling
// application doesn't have a chance in hell of manipulating this directly. The API is designed
// so that it does not have to. It does have to pass the pointer to the class around, one reason
// being so that the destructor can eventually be called.
<A NAME="typedefCC_Data"></A>
typedef struct _cc_data {
cc_uint32 type;
cc_uint32 length;
unsigned char* data;
} cc_data;
<A NAME="typedefCC_Cred"></A>
typedef struct _cc_creds {
char* client; /* client's principal identifier */
char* server; /* server's principal identifier */
cc_data keyblock; /* session encryption key info */
cc_time_t authtime;
cc_time_t starttime;
cc_time_t endtime;
cc_time_t renew_till;
cc_uint32 is_skey; /* true if ticket is encrypted in
another ticket's skey */
cc_uint32 ticket_flags; /* flags in ticket */
cc_data** addresses; /* addrs in ticket */
cc_data ticket; /* ticket string itself */
cc_data second_ticket; /* second ticket, if related to
ticket (via DUPLICATE-SKEY or
ENC-TKT-IN-SKEY) */
cc_data** authdata; /* authorization data */
} cc_creds;
// use an enumerated type so all callers infer the same meaning
// these values are what krbv4win uses internally.
<A NAME="enumStringToKey_Type"></A>
enum StringToKey_Type { STK_AFS = 0, STK_DES = 1 };
enum { MAX_V4_CRED_LEN = 1250 };
// V4 Credentials
<A NAME="typedefV4Cred_type"></A>
enum {
KRB_NAME_SZ = 40,
KRB_INSTANCE_SZ = 40,
KRB_REALM_SZ = 40
};
typedef struct _V4credential {
unsigned char kversion;
char principal[KRB_NAME_SZ+1];
char principal_instance[KRB_INSTANCE_SZ+1];
char service[KRB_NAME_SZ+1];
char service_instance[KRB_INSTANCE_SZ+1];
char realm[KRB_REALM_SZ+1];
unsigned char session_key[8];
cc_int32 kvno; // k95 used BYTE skvno
cc_int32 str_to_key; // k4 infers dynamically, k95 stores; of type enum StringToKey_Type
long issue_date; // k95 called this issue_time
cc_int32 lifetime; // k95 used LONG expiration_time
cc_uint32 address; // IP Address of local host as an unsigned 32-bit integer
cc_int32 ticket_sz; // k95 used BYTE, k4 ktext uses int to hold up to 1250
unsigned char ticket[MAX_V4_CRED_LEN];
unsigned long oops; // zero to catch runaways
} V4Cred_type;
<A NAME="enumCc_cred_vers"></A>
enum cc_cred_vers {
CC_CRED_VUNKNOWN = 0, // For validation
CC_CRED_V4 = 1,
CC_CRED_V5 = 2,
CC_CRED_VMAX = 3 // For validation
};
<A NAME="unionCred_ptr_union"></A>
typedef union cred_ptr_union_type {
V4Cred_type* pV4Cred;
cc_creds* pV5Cred;
} cred_ptr_union;
<A NAME="unionCred_union"></A>
typedef struct cred_union_type {
cc_int32 cred_type; // cc_cred_vers
<A HREF="#unionCred_ptr_union">cred_ptr_union</A> cred;
} cred_union;
<A NAME="typdefInfoNC"></A>
typedef struct _infoNC {
char* name;
char* principal;
cc_int32 vers; // cc_cred_vers
} infoNC;</PRE>
<H4>The cc_data structure</H4>
<P>The cc_data structure is used to store the following elements:
<UL>
<LI>keyblock
<LI>addresses
<LI>ticket (and second_ticket)
<LI>authorization data
</UL>
<P>For cc_creds.ticket and cc_creds.second_ticket, the cc_data.type
field MUST be zero. For the cc_creds.addresses, cc_creds.authdata,
and cc_data.keyblock, the cc_data.type field should be the address
type, authorization data type, and encryption type, as defined by the
Kerberos V5 protocol definition.
<H4><A NAME="cc_time_t_Note"></A>cc_time_t</H4>
<P>The cc_time_t fields are used to represent time. The time must be
stored as the number of seconds since midnight GMT on January 1,
1970.
<H4>Principal names</H4>
<P>Principal names are stored as C strings in this API. The C strings
may contain UTF-8 encoded strings for internationalization
purposes.<BR>
<HR>
<A NAME="ErrorCodeDefinitions"></A>
<H2>Error Codes Definition</H2>
<P><TABLE BORDER=1>
<TR>
<TD>
<P>0
</TD><TD>
<P>CC_NOERROR
</TD><TD>
<P>"Successful return"
</TD></TR>
<TR>
<TD>
<P>1
</TD><TD>
<P>CC_BADNAME
</TD><TD>
<P>"Bad credential cache name format"
</TD></TR>
<TR>
<TD>
<P>2
</TD><TD>
<P>CC_NOTFOUD
</TD><TD>
<P>"Matching credential not found"
</TD></TR>
<TR>
<TD>
<P>3
</TD><TD>
<P>CC_END
</TD><TD>
<P>"End of credential cache reached"
</TD></TR>
<TR>
<TD>
<P>4
</TD><TD>
<P>CC_IO
</TD><TD>
<P>"Credentials cache I/O operation failed"
</TD></TR>
<TR>
<TD>
<P>5
</TD><TD>
<P>CC_WRITE
</TD><TD>
<P>"Error writing to credentials cache file"
</TD></TR>
<TR>
<TD>
<P>6
</TD><TD>
<P>CC_NOMEM
</TD><TD>
<P>"No memory"
</TD></TR>
<TR>
<TD>
<P>7
</TD><TD>
<P>CC_FORMAT
</TD><TD>
<P>"Corrupted credentials cache"
</TD></TR>
<TR>
<TD>
<P>8
</TD><TD>
<P>CC_LOCKED
</TD><TD>
<P>"The credentials cache or NC is locked"
</TD></TR>
<TR>
<TD>
<P>9
</TD><TD>
<P>CC_BAD_API_VERSION
</TD><TD>
<P>"Unsupported API version"
</TD></TR>
<TR>
<TD>
<P>10
</TD><TD>
<P>CC_NO_EXIST
</TD><TD>
<P>"Credentials cache or NC does not exist"
</TD></TR>
<TR>
<TD>
<P>11
</TD><TD>
<P>CC_NOT_SUPP
</TD><TD>
<P>"Function not supported"
</TD></TR>
<TR>
<TD>
<P>12
</TD><TD>
<P>CC_BAD_PARM
</TD><TD>
<P>"Bad Paramter Passed"
</TD></TR>
<TR>
<TD>
<P>13
</TD><TD>
<P>CC_ERR_CACHE_ATTACH
</TD><TD>
<P>"Failed to attach cache"
</TD></TR>
<TR>
<TD>
<P>14
</TD><TD>
<P>CC_ERR_CACHE_RELEASE
</TD><TD>
<P>"Failed to release cache"
</TD></TR>
<TR>
<TD>
<P>15
</TD><TD>
<P>CC_ERR_CACHE_FULL
</TD><TD>
<P>"Cache FULL"
</TD></TR>
<TR>
<TD>
<P>16
</TD><TD>
<P>CC_ERR_CRED_VERSION
</TD><TD>
<P>"Wrong Cred Version"
</TD></TR>
</TABLE>
<P>
<HR>
<A NAME="ImplementationNotes"></A>
<H2>Implementation Notes</H2>
<H4>All functions are atomic</H4>
<P>All Credentials Cache API functions must be atomic.
<P><B>Windows</B>
<P>DLLs should be named KrbCC16.dll and KrbCC32.dll.
<P>
<HR>
<A NAME="FunctionDefinitions"></A>
<H2>Function definitions</H2>
<P><A NAME="MainCacheFunctions"></A>
<H3>Main Cache Functions</H3>
<P><!-- -----------------------------------------------------------------------------------><!-- cc_initialize --><!-- ----------------------------------------------------------------------------------->
<P><A NAME="cc_initialize"></A>
<H4>cc_initialize</H4>
<PRE>cc_int32 cc_initialize(apiCB** cc_ctx, cc_int32 api_version, cc_int32* api_supported, char** vendor)</PRE>
<P>This function performs any initialization required by the
<I>API</I>. It must be called before any other function in the
<I>API</I> is called. The cc_ctx returned by this function must be
passed to all other <I>API</I> functions as the first argument.
<P>The application must pass in the maximum version number of the API
it supports in the <B>api_version</B> parameter.
<P>If <B>api_supported</B> non-NULL, then cc_initialize will store
the maximum API version number supported by the library implementing
the API there.
<P>If the version requested by <B>api_version</B> is not equal to the
version supported by the library, CC_BAD_API_VERSION will be returned
as the error code (along with the version the library does support in
<B>api_supported</B>) and cc_initialize should not allocate any
memory.
<P>If the <B>vendor</B> is non-NULL, then cc_initialize will store a
pointer to a read/only C string which contains a string describing
the vendor which implemented the credentials cache <I>API</I>.
<P>Possible error codes: CC_NOERROR, CC_NOMEM, CC_BAD_API_VERSION,
CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_shutdown --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_shutdown"></A>
<H4>cc_shutdown</H4>
<PRE>cc_int32 cc_shutdown(apiCB** cc_ctx)</PRE>
<P>This function performs any cleanup required by the <I>API</I>.
cc_ctx will be NULL on return. The application program must call
cc_initialize() again before making any credentials cache <I>API</I>
calls.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_get_change_time --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_get_change_time"></A>
<H4>cc_get_change_time</H4>
<PRE>cc_int32 cc_get_change_time(apiCB* cc_ctx, cc_time_t* time)</PRE>
<P>This function returns the time of the most recent change for the
entire cache. There is ONE timestamp maintained for the entire cache.
By maintaining a local copy the caller can deduce whether "something
changed" or not.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_NOMEM,
CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_get_NC_info --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_get_NC_info"></A>
<H4>cc_get_NC_info</H4>
<PRE>cc_int32 cc_get_NC_info(apiCB* cc_ctx, infoNC*** ppNCi)</PRE>
<P>cc_get_NC_info() is a wrapper for cc_seq_fetch_NCs(),
cc_get_name() cc_get_cred_version(), and cc_get_principal(). It
returns all the information needed to uniquely identify each NC in
the cache (name and cred_version) and the associated principal.
Specifically it returns a null terminated list of pointers to infoNC
structs. Each infoNC struct contain a pointer to the NC's name, a
pointer to the the principal associated with the NC, and the version
number (as an enumerated type) of the credentials stored in this NC.
<P>The ppNCi (the entire data structure) aquired by this routine
should be freed with cc_free_NC_info().
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_NOMEM,
CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_open --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_open"></A>
<H4>cc_open</H4>
<PRE>cc_int32 cc_open(apiCB* cc_ctx, const char* name, cc_int32 cred_vers, cc_uint32 cc_flags,
ccache_p** ccache_pointer)</PRE>
<P>Opens an already exising NC identified by both <B>name</B>, and
<B>cred_vers</B>. It fills in the parameter **ccache_pointer with a
pointer to the NC.
<P>The list of cache names, principals, and credentials versions may
be retrieved via cc_seq_fetch_NCs(), cc_get_name(),
cc_get_cred_version(), & cc_get_principal() OR via
cc_get_NC_info().
<P>Possible error codes: CC_NOERROR, CC_BADNAME, CC_NO_EXIST,
CC_NOMEM, CC_ERR_CRED_VERSION, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_create --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_create"></A>
<H4>cc_create</H4>
<PRE>cc_int32 cc_create(apiCB* cc_ctx, const char* name, const char* principal,
cc_int32 cred_vers, cc_uint32 cc_flags, ccache_p** ccache_pointer)</PRE>
<P>Create a new NC. The NC is uniquely identified by the combination
of it's name and the "cc_creds_vers" (i.e. which credentials version
it holds). The principal given is also associated with the NC. A NULL
<B>name</B> is not allowed (and CC_BADNAME should be returned if one
is passed in). If <B>name</B> is non-null and there is already a NC
named <B>name</B>, all credentials in the cache are removed, and
handle for the existing cache is returned. If there is already a NC
named name, all existing handles for this cache remain valid. The NC
is created with a primary principal specified by <B>principal</B>.
<P><I>(Removed text about the "expected" form of the NC name.)</I>
<P>An NC is intended to hold credentials for a single principal in a
single realm, and for a single credentials version (i.e. V4 or V5).
The cache can contain credentials for other credential versions,
other realms, and even other principals, but each in a separate NC.
This rule will allow callers that can only handle a single principal
in a single realm to continue to work by dealing with only one NC.
Callers that can deal with multiple principals, multiple realms,
and/or multiple credentials versions can do so by dealing with
multiple NCs. By doing it this way, the callers that are able to
handle multiple principals, realms, and/or versions can do so without
interfering with "differently abled" code.
<P>The list of cache names, principals, & cred_versions may be
retrieved via cc_get_NC_info().
<P>Possible error codes: CC_NOERROR, CC_BADNAME, CC_BAD_PARM,
CC_NO_EXIST, CC_NOMEM, CC_ERR_CRED_VERSION
<P><!-- -----------------------------------------------------------------------------------><!-- cc_close --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_close"></A>
<H4>cc_close</H4>
<PRE>cc_int32 cc_close(apiCB* cc_ctx, ccache_p** ccache_pointer)</PRE>
<P>Close the NC. The <B>ccache_pointer</B> related memory is
deallocated, and ccache_pointer is set to NULL before being returned
to caller.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_destroy --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_destroy"></A>
<H4>cc_destroy</H4>
<PRE>cc_int32 cc_destroy(apiCB* cc_ctx, ccache_p** ccache_pointer)</PRE>
<P>Destroy the NC pointed to by <B>ccache_pointer</B>. The
<B>ccache_pointer</B> related memory is deallocated, and
ccache_pointer is set to NULL before being returned to caller. The
caller does not need to call cc_close() on the <B>cache_pointer</B>
afterwards.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_seq_fetch_NCs --><!-- -----------------------------------------------------------------------------------><BR>
<P><A NAME="cc_seq_fetch_NCs_begin"></A>
<H4>cc_seq_fetch_NCs_begin</H4>
<PRE>cc_int32 cc_seq_fetch_NCs_begin(apiCB* cc_ctx, ccache_cit** itNCs)</PRE>
<P>Used to allocate memory and initialize the iterator *itNCs. Use
cc_seq_fetch_NCs_end() to deallocate the memory used by *itNCs.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM,
CC_NOMEM
<H4><A NAME="cc_seq_fetch_NCs_next"></A></H4>
<H4>cc_seq_fetch_NCs_next</H4>
<PRE>cc_int32 cc_seq_fetch_NCs_next(apiCB* cc_ctx, ccache_p** ccache_pointer, ccache_cit* itNCs)</PRE>
<P>Used to sequentially open every NC in the cache.
<P>Ccache_pointer must be a pointer to a ccache_p*. The
ccache_pointer returned may be used to get information about the NC
by calling cc_get_name(), cc_get_cred_version(), and
cc_get_principal(). Ccache_pointer's returned must be freed via
cc_close() between calls to cc_seq_fetch_NCs_next().
<P>itNCs must be a pointer to a ccache_cit* variable provided by the
calling application and which is used by cc_seq_fetch_NCs_next() to
determine the next NC to return. It must have been initialized by
cc_seq_fetch_NCs_begin().
<P>If changes are made to the credentials cache while it iterator is
being used, it must return at least the intersection, and at most the
union, of the set of NC's that were in the cache when the iteration
began and the set of NC's that are in the cache when it ends.
<P>When the last NC in the sequence is returned, the return code from
cc_seq_fetch_NCs_next() will be CC_END.
<P>Possible error codes: CC_NOERROR, CC_END, CC_NO_EXIST.
CC_BAD_PARM, CC_NOMEM
<H4> </H4>
<H4><A NAME="cc_seq_fetch_NCs_end"></A></H4>
<H4>cc_seq_fetch_NCs_end</H4>
<PRE>cc_int32 cc_seq_fetch_NCs_end(apiCB* cc_ctx, ccache_cit** itNCs)</PRE>
<P>Deallocates the memory used by *itNCs, and sets *itNCs to NULL.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P>
<P><A NAME="NCFunctions"></A>
<H3>NC Functions</H3>
<P><!-- -----------------------------------------------------------------------------------><!-- cc_get_name --><!-- -----------------------------------------------------------------------------------><A NAME="cc_get_name"></A>
<H4>cc_get_name</H4>
<PRE>cc_int32 cc_get_name(apiCB* cc_ctx, const ccache_p* ccache_pointer, char** name)</PRE>
<P>cc_get_name() returns the name of the NC indicated by
ccache_pointer. The name can be used in cc_open() or cc_create(). The
combination of the name and the credentials version uniqeuly identify
an NC. The returned name should be freed via cc_free_name().
<P>Possible error codes: CC_NOERROR, CC_NOMEM, CC_NO_EXIST,
CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_get_cred_version --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_get_cred_version"></A>
<H4>cc_get_cred_version</H4>
<PRE>cc_int32 cc_get_cred_version(apiCB* cc_ctx, const ccache_p* ccache_pointer, cc_int32* cred_vers)</PRE>
<P>cc_get_cred_version() returns one of the enumerated type
cc_cred_vers in cred_vers. The expected values are CC_CRED_V4, or
CC_CRED_V5. The combination of the name and the credentials version
uniquely identify an NC.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_set_principal --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_set_principal"></A>
<H4>cc_set_principal</H4>
<PRE>cc_int32 cc_set_principal(apiCB* cc_ctx, const ccache_p* ccache_pointer, const cc_int32 cred_vers,
const char* principal)</PRE>
<P>Set the primary principal for the NC indicated by ccache_pointer.
This is the complement to cc_get_principal().
<P>cred_vers is used as a double check.
<P>principal points to a null terminated string that will be copied
into the NC. This new principal will be returned if you call
cc_get_principal() for this NC.
<P>Possible error codes: CC_NOERROR, CC_NOMEM, CC_NO_EXIST,
CC_ERR_CRED_VERSION, CC_BAD_PARM<BR>
<P><!-- -----------------------------------------------------------------------------------><!-- cc_get_principal --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_get_principal"></A>
<H4>cc_get_principal</H4>
<PRE>cc_int32 cc_get_principal(apiCB* cc_ctx, const ccache_p* ccache_pointer, char** principal)</PRE>
<P>Return the primary principal for the NC that was set via
cc_create() or cc_set_principal(). The returned principal should be
freed via cc_free_principal() .
<P>Possible error codes: CC_NOERROR, CC_NOMEM, CC_NO_EXIST,
CC_BAD_PARM<BR>
<P><!-- -----------------------------------------------------------------------------------><!-- cc_store --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_store"></A>
<H4>cc_store</H4>
<PRE>cc_int32 cc_store(apiCB* cc_ctx, ccache_p* ccache_pointer, const <A HREF="#unionCred_union">cred_union</A> cred)</PRE>
<P>Store (make a copy of) <B>cred</B> in the NC indicated by
<B>ccache_pointer</B>.
<P>A cred_union contains a cred_type indicator and a cred_ptr_union.
A cred_ptr_union can contain either a V4Cred_type pointer or a
cc_creds (V5 creds) pointer. Cred_type indicates which type of
pointer is in the cred_ptr_union. This also allows the <I>API</I> to
enforce the credentials version declared in cc_create() or cc_open().
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_ERR_CACHE_FULL,
CC_ERR_CRED_VERSION, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_remove_cred --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_remove_cred"></A>
<H4>cc_remove_cred</H4>
<PRE>cc_int32 cc_remove_cred(apiCB* cc_ctx, ccache_p* ccache_pointer, const <A HREF="#unionCred_union">cred_union</A> cred)</PRE>
<P>Removes the credential <B>cred</B> from <B>ccache_pointer</B>. The
credentials in the NC indicated by ccache_pointer are searched to
find a matching credential. If found, that credential is removed from
the NC. The cred parameter is not modified and should be freed via
cc_free_creds(). It is legitimate to call this function during a
sequential fetch, and the deletion of a credential already returned
by cc_seq_fetch_creds() should not disturb sequence of credentials
returned by cc_seq_fetch_creds().
<P>Use of cred_union is the same as is explained in cc_store().
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_NOTFOUND,
CC_ERR_CRED_VERSION, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_seq_fetch_creds --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_seq_fetch_creds_begin"></A>
<H4>cc_seq_fetch_creds_begin</H4>
<PRE>cc_int32 cc_seq_fetch_creds_begin(apiCB* cc_ctx, const ccache_p* ccache_pointer, ccache_cit** itCreds)</PRE>
<P>Allocates memory for and initializes *itCreds. This memory must be
deallocated using cc_seq_fetch_creds_end().
<P>Ccache_pointer must be a valid pointer to the NC containing the
creds to be returned by the iterator.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM,
CC_NOMEM
<P>
<P><A NAME="cc_seq_fetch_creds_next"></A>
<H4>cc_seq_fetch_creds_next</H4>
<PRE>cc_int32 cc_seq_fetch_creds_next(apiCB* cc_ctx, cred_union** cred, ccache_cit* itCreds)</PRE>
<P>cc_seq_fetch_creds_next() is used to sequentially read every set
of credentials in an NC. The NC has been indicated in the call to
cc_seq_fetch_creds_begin().
<P>itCreds must be a pointer to a ccache_cit* variable provided by
the calling application and which is used by
cc_seq_fetch_creds_next() to determine the next cached credential to
return. The ccache_cit* variable must be initialized by calling
cc_seq_fetch_creds_begin().
<P>The credentials are filled into the cred_union pointed to by
creds. Note that the cred_union contains elements which are
dynamically allocated, so must be freed using cc_free_creds() between
calls to cc_seq_fetch_creds_next().
<P>If changes are made to the NC while it iterator is being used, it
must return at least the intersection, and at most the union, of the
set of credentials that were in the NC when the iteration began and
the set of credentials that are in the NC when it ends.
<P>When the last credential in the sequence is returned, the return
code from cc_seq_fetch_creds_next() will be CC_END.
<P>Possible error codes: CC_NOERROR, CC_END, CC_NO_EXIST,
CC_BAD_PARM, CC_NOMEM
<P>
<P><A NAME="cc_seq_fetch_creds_end"></A>
<H4>cc_seq_fetch_creds_end</H4>
<PRE>cc_int32 cc_seq_fetch_creds_end(apiCB* cc_ctx, ccache_cit** itCreds)</PRE>
<P>Deallocates memory used by *itCreds and sets *itCreds to NULL.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_lock_request --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_lock_request"></A>
<H4>cc_lock_request</H4>
<PRE>cc_int32 cc_lock_request(apiCB* cc_ctx, const ccache_p* ccache_pointer, cc_int32 lock_type)</PRE>
<DL>
<DD>99/02/11 - smcguire
<DD><B>As of this date there is no locking in the Win NT/95
or Machintosh implementations. The description below may not be
completely accurate as to how this function should be
implemented.</B>
</DL>
<P>This function is currently NOT IMPLEMENTED. All functions attach
to the cache, take action, and detach from the cache before returning
to the caller.
<P>This function will lock or unlock the NC based on the argument
value of lock_type:
<PRE> CC_LOCK_UNLOCK 1 Unlock the NC
CC_LOCK_READER 2 Lock the NC for reading
CC_LOCK_WRITER 3 Lock the NC for writing
CC_LOCK_NOBLOCK 16 Don't block, but return an error code if
the request cannot be satisfied.
</PRE>
<P>Locking is done on a per-thread basis. At most one thread may have
the credentials locked for writing; if so, there must not be any
threads that have the credentials locked for reading.
<P>Multiple threads may have the cache locked for reading, as long as
there is not a writer lock asserted on the cache.
<P>If a thread has a cache locked for reading, that lock may be
upgraded to a writer lock by calling cc_lock_request() with a
lock_type of CC_LOCK_WRITER. If a thread has the cache locked for
reading or writing, a request to cc_lock_request() for a reader or
writer lock, respectively, is a no-op. If a thread does not have the
cache locked, and calls cc_lock_request() with a lock_type of
CC_LOCK_UNLOCK, this is also a no-op.
<P>A request for CC_LOCK_READER and CC_LOCK_WRITER may be made
non-blocking by logical or'ing the value CC_LOCK_NOBLOCK. In that
case, if it is not possible to satisfy the lock request, the error
CC_LOCKED will be returned.
<P>
<P><A NAME="LiberationFunctions"></A>
<H3>Liberation Functions</H3>
<P><!-- -----------------------------------------------------------------------------------><!-- cc_free_principal --><!-- -----------------------------------------------------------------------------------><A NAME="cc_free_principal"></A>
<H4>cc_free_principal</H4>
<PRE>cc_int32 cc_free_principal(apiCB* cc_ctx, char** principal)</PRE>
<P>This function frees the <B>principal</B> returned by
cc_get_principal() and sets *principal to NULL.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_free_name --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_free_name"></A>
<H4>cc_free_name</H4>
<PRE>cc_int32 cc_free_name(apiCB* cc_ctx, char** name)</PRE>
<P>This function frees the <B>name</B> returned by cc_get_name() and
sets *name to NULL.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_free_creds --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_free_creds"></A>
<H4>cc_free_creds</H4>
<PRE>cc_int32 cc_free_creds(apiCB* cc_ctx, cred_union** creds)</PRE>
<P>This function frees all storage associated with creds returned by
cc_seq_fetch_creds() and sets the creds pointer to NULL.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<P><!-- -----------------------------------------------------------------------------------><!-- cc_free_NC_info --><!-- -----------------------------------------------------------------------------------><BR>
<A NAME="cc_free_NC_info"></A>
<H4>cc_free_NC_info</H4>
<PRE>cc_int32 cc_free_NC_info(apiCB* cc_ctx, infoNC*** ppNCi)</PRE>
<P>This routine frees all storage aquired by cc_get_NC_info() and
sets ppNCi to NULL.
<P>Possible error codes: CC_NOERROR, CC_NO_EXIST, CC_BAD_PARM
<!-- Begin MIT-use only web reporting counter -->
<IMG SRC="http://counter.mit.edu/tally" WIDTH=1 HEIGHT=1 ALT="">
<!-- End MIT-use only web reporting counter -->
</BODY></HTML>
| drankye/kerb-token | krb5/doc/ccapi/ccache-api-v2.html | HTML | apache-2.0 | 47,119 |
<!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:33:07 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.mapreduce.QueueState (Apache Hadoop Main 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.mapreduce.QueueState (Apache Hadoop Main 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/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/mapreduce//class-useQueueState.html" target="_top"><B>FRAMES</B></A>
<A HREF="QueueState.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapreduce.QueueState</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/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapreduce"><B>org.apache.hadoop.mapreduce</B></A></TD>
<TD> </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/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</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">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> that return <A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</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/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A></CODE></FONT></TD>
<TD><CODE><B>QueueInfo.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/QueueInfo.html#getState()">getState</A></B>()</CODE>
<BR>
Return the queue state</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A></CODE></FONT></TD>
<TD><CODE><B>QueueState.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html#getState(java.lang.String)">getState</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> state)</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/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A></CODE></FONT></TD>
<TD><CODE><B>QueueState.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.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/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A>[]</CODE></FONT></TD>
<TD><CODE><B>QueueState.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.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">Methods in <A HREF="../../../../../org/apache/hadoop/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A></FONT></TH>
</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>QueueInfo.</B><B><A HREF="../../../../../org/apache/hadoop/mapreduce/QueueInfo.html#setState(org.apache.hadoop.mapreduce.QueueState)">setState</A></B>(<A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A> state)</CODE>
<BR>
Set the state of the queue</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/mapreduce/package-summary.html">org.apache.hadoop.mapreduce</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/mapreduce/QueueInfo.html#QueueInfo(java.lang.String, java.lang.String, org.apache.hadoop.mapreduce.QueueState, org.apache.hadoop.mapreduce.JobStatus[])">QueueInfo</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> queueName,
<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> schedulingInfo,
<A HREF="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce">QueueState</A> state,
<A HREF="../../../../../org/apache/hadoop/mapreduce/JobStatus.html" title="class in org.apache.hadoop.mapreduce">JobStatus</A>[] stats)</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="../../../../../org/apache/hadoop/mapreduce/QueueState.html" title="enum in org.apache.hadoop.mapreduce"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/mapreduce//class-useQueueState.html" target="_top"><B>FRAMES</B></A>
<A HREF="QueueState.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/api/org/apache/hadoop/mapreduce/class-use/QueueState.html | HTML | apache-2.0 | 12,513 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.8"/>
<title>RaftLib: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">RaftLib
 <span id="projectnumber">0.3a</span>
</div>
<div id="projectbrief">C++ Stream Processing Template Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Map Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_map.html">Map</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_map_base.html#a5c13af7e78a15b5ed5d75d3510d6d6a0">all_kernels</a></td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Allocate</b> (defined in <a class="el" href="class_map.html">Map</a>)</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_map.html#a169e829c0c306563ae4d65dd6942a595">checkEdges</a>(std::set< raft::kernel * > &source_k)</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_map.html#a9f7109dab0f62259c32cda1adcffac0f">exe</a>()</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_map_base.html#a2624d7b81f0078dcc78e524045403e28">join</a>(raft::kernel &a, const std::string name_a, PortInfo &a_info, raft::kernel &b, const std::string name_b, PortInfo &b_info)</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr><td class="entry"><a class="el" href="class_map_base.html#a3c19b3dfc24920ab1e122974c14b5144">link</a>(raft::kernel *a, raft::kernel *b)</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_map_base.html#a30191dc53dc7c6d41d26d19dc89e45d7">link</a>(raft::kernel *a, const std::string a_port, raft::kernel *b)</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_map_base.html#a48cac3062c39204e40fd9e485d0e2016">link</a>(raft::kernel *a, raft::kernel *b, const std::string b_port)</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_map_base.html#a0354443d03eb6c284a1b09972cc1c2c3">link</a>(raft::kernel *a, const std::string a_port, raft::kernel *b, const std::string b_port)</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="class_map.html#a0f5ad0fd4563497b4214038cbca8b582">Map</a>()</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_map_base.html#a5a923d5b3ececb0407aa934d967ab7b1">MapBase</a>()</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_map.html#abd9e37963ab76d16f8ad9c9c8b1314cf">printEdges</a>(std::set< raft::kernel * > &source_k)</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Schedule</b> (defined in <a class="el" href="class_map.html">Map</a>)</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr><td class="entry"><a class="el" href="class_map_base.html#a2719e87ad14fdfa7f415579d6c1f2531">source_kernels</a></td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_map.html#aa403fbe09394ccf39747588f5168e3b2">~Map</a>()</td><td class="entry"><a class="el" href="class_map.html">Map</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_map_base.html#a6c62d788746d2161264b84ba66efcfbe">~MapBase</a>()</td><td class="entry"><a class="el" href="class_map_base.html">MapBase</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Mar 19 2015 14:14:01 for RaftLib by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
| adishavit/RaftLib | docs/html/class_map-members.html | HTML | apache-2.0 | 8,711 |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>com.github.kvnxiao.kommandant.configurable - kommandant-configurable</title>
<link rel="stylesheet" href="..\..\style.css">
</HEAD>
<BODY>
<a href="../index.html">kommandant-configurable</a> / <a href=".">com.github.kvnxiao.kommandant.configurable</a><br/>
<br/>
<h2>Package com.github.kvnxiao.kommandant.configurable</h2>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<a href="-command-config/index.html">CommandConfig</a></td>
<td>
<code><span class="keyword">object </span><span class="identifier">CommandConfig</span></code>
<p>An object class containing default constants and methods for getting, loading, and saving command configs.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
| alphahelix00/Ordinator | docs/kommandant-configurable/kotlindoc/kommandant-configurable/com.github.kvnxiao.kommandant.configurable/index.html | HTML | apache-2.0 | 738 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TreeGrid Actions - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
</head>
<body>
<h2>TreeGrid Actions</h2>
<p>Click the buttons below to perform actions.</p>
<div style="margin:20px 0;">
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="collapseAll()">CollapseAll</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="expandAll()">ExpandAll</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="expandTo()">ExpandTo</a>
</div>
<table id="tg" class="easyui-treegrid" title="TreeGrid Actions" style="width:700px;height:250px"
data-options="
iconCls: 'icon-ok',
rownumbers: true,
animate: true,
collapsible: true,
fitColumns: true,
url: 'treegrid_data2.json',
method: 'get',
idField: 'id',
treeField: 'name'
">
<thead>
<tr>
<th data-options="field:'name',width:180">Task Name</th>
<th data-options="field:'persons',width:60,align:'right'">Persons</th>
<th data-options="field:'begin',width:80">Begin Date</th>
<th data-options="field:'end',width:80">End Date</th>
<th data-options="field:'progress',width:120,formatter:formatProgress">Progress</th>
</tr>
</thead>
</table>
<script type="text/javascript">
function formatProgress(value)
{
if (value)
{
var s = '<div style="width:100%;border:1px solid #ccc">' +
'<div style="width:' + value + '%;background:#cc0000;color:#fff">' + value + '%' + '</div>'
'</div>';
return s;
}
else
{
return '';
}
}
function collapseAll()
{
$('#tg').treegrid('collapseAll');
}
function expandAll()
{
$('#tg').treegrid('expandAll');
}
function expandTo()
{
$('#tg').treegrid('expandTo', 21).treegrid('select', 21);
}
</script>
</body>
</html> | tongange/SITC7 | sitc7/web/jsLib/easyui15/demo/treegrid/actions.html | HTML | apache-2.0 | 2,328 |
<?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>debugger (Kernel)</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/spec/runner/extensions/kernel.rb, line 4</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">debugger</span>(<span class="ruby-identifier">steps</span>=<span class="ruby-value">1</span>)
<span class="ruby-comment cmt"># If not then just comment and proceed</span>
<span class="ruby-identifier">$stderr</span>.<span class="ruby-identifier">puts</span> <span class="ruby-value str">"debugger statement ignored, use -u or --debugger option on rspec to enable debugging"</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> | turbine-rpowers/gocd-add-agent-sandbox-config | tools/jruby/lib/ruby/gems/1.8/doc/rspec-1.2.6/rdoc/classes/Kernel.src/M000486.html | HTML | apache-2.0 | 1,073 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<TITLE>
Browser View
</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>Browser View</H1>
<p>
The Browser View add-on adds the option to render HTML responses like a browser.
</p>
<p>
It can be selected via the Response tab toolbar.
</p>
</BODY>
</HTML>
| 0xkasun/security-tools | src/org/zaproxy/zap/extension/browserView/resources/help/contents/browserView.html | HTML | apache-2.0 | 390 |
<!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>JsDoc Reference - File Index</title>
<meta name="generator" content="JsDoc Toolkit" />
<style type="text/css">
/* default.css */
body
{
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
width: 800px;
}
.header
{
clear: both;
background-color: #ccc;
padding: 8px;
}
h1
{
font-size: 150%;
font-weight: bold;
padding: 0;
margin: 1em 0 0 .3em;
}
hr
{
border: none 0;
border-top: 1px solid #7F8FB1;
height: 1px;
}
pre.code
{
display: block;
padding: 8px;
border: 1px dashed #ccc;
}
#index
{
margin-top: 24px;
float: left;
width: 160px;
position: absolute;
left: 8px;
background-color: #F3F3F3;
padding: 8px;
}
#content
{
margin-left: 190px;
width: 600px;
}
.classList
{
list-style-type: none;
padding: 0;
margin: 0 0 0 8px;
font-family: arial, sans-serif;
font-size: 1em;
overflow: auto;
}
.classList li
{
padding: 0;
margin: 0 0 8px 0;
}
.summaryTable { width: 100%; }
h1.classTitle
{
font-size:170%;
line-height:130%;
}
h2 { font-size: 110%; }
caption, div.sectionTitle
{
background-color: #7F8FB1;
color: #fff;
font-size:130%;
text-align: left;
padding: 2px 6px 2px 6px;
border: 1px #7F8FB1 solid;
}
div.sectionTitle { margin-bottom: 8px; }
.summaryTable thead { display: none; }
.summaryTable td
{
vertical-align: top;
padding: 4px;
border-bottom: 1px #7F8FB1 solid;
border-right: 1px #7F8FB1 solid;
}
/*col#summaryAttributes {}*/
.summaryTable td.attributes
{
border-left: 1px #7F8FB1 solid;
width: 140px;
text-align: right;
}
td.attributes, .fixedFont
{
line-height: 15px;
color: #002EBE;
font-family: "Courier New",Courier,monospace;
font-size: 13px;
}
.summaryTable td.nameDescription
{
text-align: left;
font-size: 13px;
line-height: 15px;
}
.summaryTable td.nameDescription, .description
{
line-height: 15px;
padding: 4px;
padding-left: 4px;
}
.summaryTable { margin-bottom: 8px; }
ul.inheritsList
{
list-style: square;
margin-left: 20px;
padding-left: 0;
}
.detailList {
margin-left: 20px;
line-height: 15px;
}
.detailList dt { margin-left: 20px; }
.detailList .heading
{
font-weight: bold;
padding-bottom: 6px;
margin-left: 0;
}
.light, td.attributes, .light a:link, .light a:visited
{
color: #777;
font-style: italic;
}
.fineprint
{
text-align: right;
font-size: 10px;
}
</style>
</head>
<body>
<div id="header">
</div>
<div id="index">
<div align="center"><a href="index.html">Class Index</a>
| <a href="files.html">File Index</a></div>
<hr />
<h2>Classes</h2>
<ul class="classList">
<li><i><a href="symbols/_global_.html">_global_</a></i></li>
<li><a href="symbols/Guacamole.ArrayBufferReader.html">Guacamole.ArrayBufferReader</a></li>
<li><a href="symbols/Guacamole.ArrayBufferWriter.html">Guacamole.ArrayBufferWriter</a></li>
<li><a href="symbols/Guacamole.AudioChannel.html">Guacamole.AudioChannel</a></li>
<li><a href="symbols/Guacamole.AudioChannel.Packet.html">Guacamole.AudioChannel.Packet</a></li>
<li><a href="symbols/Guacamole.BlobReader.html">Guacamole.BlobReader</a></li>
<li><a href="symbols/Guacamole.ChainedTunnel.html">Guacamole.ChainedTunnel</a></li>
<li><a href="symbols/Guacamole.Client.html">Guacamole.Client</a></li>
<li><a href="symbols/Guacamole.Display.html">Guacamole.Display</a></li>
<li><a href="symbols/Guacamole.Display.VisibleLayer.html">Guacamole.Display.VisibleLayer</a></li>
<li><a href="symbols/Guacamole.HTTPTunnel.html">Guacamole.HTTPTunnel</a></li>
<li><a href="symbols/Guacamole.InputStream.html">Guacamole.InputStream</a></li>
<li><a href="symbols/Guacamole.IntegerPool.html">Guacamole.IntegerPool</a></li>
<li><a href="symbols/Guacamole.Keyboard.html">Guacamole.Keyboard</a></li>
<li><a href="symbols/Guacamole.Keyboard.ModifierState.html">Guacamole.Keyboard.ModifierState</a></li>
<li><a href="symbols/Guacamole.Layer.html">Guacamole.Layer</a></li>
<li><a href="symbols/Guacamole.Layer.Pixel.html">Guacamole.Layer.Pixel</a></li>
<li><a href="symbols/Guacamole.Mouse.html">Guacamole.Mouse</a></li>
<li><a href="symbols/Guacamole.Mouse.State.html">Guacamole.Mouse.State</a></li>
<li><a href="symbols/Guacamole.Mouse.Touchpad.html">Guacamole.Mouse.Touchpad</a></li>
<li><a href="symbols/Guacamole.Mouse.Touchscreen.html">Guacamole.Mouse.Touchscreen</a></li>
<li><a href="symbols/Guacamole.OnScreenKeyboard.html">Guacamole.OnScreenKeyboard</a></li>
<li><a href="symbols/Guacamole.OnScreenKeyboard.Key.html">Guacamole.OnScreenKeyboard.Key</a></li>
<li><a href="symbols/Guacamole.OnScreenKeyboard.Layout.html">Guacamole.OnScreenKeyboard.Layout</a></li>
<li><a href="symbols/Guacamole.OutputStream.html">Guacamole.OutputStream</a></li>
<li><a href="symbols/Guacamole.Parser.html">Guacamole.Parser</a></li>
<li><a href="symbols/Guacamole.StringReader.html">Guacamole.StringReader</a></li>
<li><a href="symbols/Guacamole.StringWriter.html">Guacamole.StringWriter</a></li>
<li><a href="symbols/Guacamole.Tunnel.html">Guacamole.Tunnel</a></li>
<li><a href="symbols/Guacamole.WebSocketTunnel.html">Guacamole.WebSocketTunnel</a></li>
</ul>
<hr />
</div>
<div id="content">
<h1 class="classTitle">File Index</h1>
<div>
<h2><a href="symbols/src/src_main_webapp_modules_ArrayBufferReader.js.html">src/main/webapp/modules/ArrayBufferReader.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_ArrayBufferWriter.js.html">src/main/webapp/modules/ArrayBufferWriter.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_AudioChannel.js.html">src/main/webapp/modules/AudioChannel.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_BlobReader.js.html">src/main/webapp/modules/BlobReader.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Client.js.html">src/main/webapp/modules/Client.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Display.js.html">src/main/webapp/modules/Display.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_InputStream.js.html">src/main/webapp/modules/InputStream.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_IntegerPool.js.html">src/main/webapp/modules/IntegerPool.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Keyboard.js.html">src/main/webapp/modules/Keyboard.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Layer.js.html">src/main/webapp/modules/Layer.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Mouse.js.html">src/main/webapp/modules/Mouse.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_OnScreenKeyboard.js.html">src/main/webapp/modules/OnScreenKeyboard.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_OutputStream.js.html">src/main/webapp/modules/OutputStream.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Parser.js.html">src/main/webapp/modules/Parser.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Status.js.html">src/main/webapp/modules/Status.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_StringReader.js.html">src/main/webapp/modules/StringReader.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_StringWriter.js.html">src/main/webapp/modules/StringWriter.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Tunnel.js.html">src/main/webapp/modules/Tunnel.js</a></h2>
<dl>
</dl>
</div>
<hr />
<div>
<h2><a href="symbols/src/src_main_webapp_modules_Version.js.html">src/main/webapp/modules/Version.js</a></h2>
<dl>
</dl>
</div>
<hr />
</div>
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Wed Jun 10 2015 21:35:44 GMT-0700 (PDT)
</div>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75289145-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html> | mike-jumper/incubator-guacamole-website | doc/0.9.7/guacamole-common-js/files.html | HTML | apache-2.0 | 10,035 |
<!-- File: /test/p/ConstJava.html# -->
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h1>ConstJava</h1>
<pre><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ConstJava</span></pre>
<table>
<tr>
<td><a href="#">p.ConstJava</a></td>
</tr>
</table>
<h2>Summary</h2>
<table>
<thead>
<tr>
<td>
<h3>Constants</h3>
</td>
</tr>
</thead>
<tbody>
<tr>
<td><span class="keyword">static</span> <span class="identifier">String</span></td>
<td>
<div><code><a href="#myStringConst%3Akotlin.String">myStringConst</a></code></div>
</td>
</tr>
<tr>
<td><span class="keyword">static</span> <span class="identifier">Int</span></td>
<td>
<div><code><a href="#myIntConst%3Akotlin.Int">myIntConst</a></code></div>
</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<td>
<h3>Constructors</h3>
</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<div><code><a href="#%3Cinit%3E%28%29"><init></a>()</code></div>
</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<td>
<h3>Properties</h3>
</td>
</tr>
</thead>
<tbody>
<tr>
<td><span class="keyword">static</span> <a href="#"><span class="identifier">ConstJava</span></a></td>
<td>
<div><code><a href="#myConstObjConst%3Ap.ConstJava">myConstObjConst</a></code></div>
</td>
</tr>
</tbody>
</table>
<h2>Constants</h2>
<div id="myStringConst:kotlin.String">
<h3>myStringConst</h3>
<pre><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">myStringConst</span><span class="symbol">: </span><span class="identifier">String</span></pre>
<pre>Value: <code>""</code></pre>
</div>
<div id="myIntConst:kotlin.Int">
<h3>myIntConst</h3>
<pre><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">myIntConst</span><span class="symbol">: </span><span class="identifier">Int</span></pre>
<pre>Value: <code>0</code></pre>
</div>
<h2>Constructors</h2>
<div id="<init>()">
<h3><init></h3>
<pre><span class="identifier">ConstJava</span><span class="symbol">(</span><span class="symbol">)</span></pre>
</div>
<h2>Properties</h2>
<div id="myConstObjConst:p.ConstJava">
<h3>myConstObjConst</h3>
<pre><span class="keyword">static</span> <span class="keyword">val </span><span class="identifier">myConstObjConst</span><span class="symbol">: </span><a href="#"><span class="identifier">ConstJava</span></a></pre>
</div>
</body>
</html>
| google/dokka | core/testdata/format/java-layout-html/ConstJava.html | HTML | apache-2.0 | 2,998 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Jan 06 21:14:27 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.glyptodon.guacamole.properties Class Hierarchy (guacamole-ext 0.9.4 API)</title>
<meta name="date" content="2015-01-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="org.glyptodon.guacamole.properties Class Hierarchy (guacamole-ext 0.9.4 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/glyptodon/guacamole/net/event/listener/package-tree.html">Prev</a></li>
<li><a href="../../../../org/glyptodon/guacamole/protocols/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/glyptodon/guacamole/properties/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.glyptodon.guacamole.properties</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
<ul>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/BooleanGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">BooleanGuacamoleProperty</span></a> (implements org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a><Type>)</li>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/FileGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">FileGuacamoleProperty</span></a> (implements org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a><Type>)</li>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleHome.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">GuacamoleHome</span></a></li>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperties.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">GuacamoleProperties</span></a></li>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/IntegerGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">IntegerGuacamoleProperty</span></a> (implements org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a><Type>)</li>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/LongGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">LongGuacamoleProperty</span></a> (implements org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a><Type>)</li>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/StringGuacamoleProperty.html" title="class in org.glyptodon.guacamole.properties"><span class="strong">StringGuacamoleProperty</span></a> (implements org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties">GuacamoleProperty</a><Type>)</li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.glyptodon.guacamole.properties.<a href="../../../../org/glyptodon/guacamole/properties/GuacamoleProperty.html" title="interface in org.glyptodon.guacamole.properties"><span class="strong">GuacamoleProperty</span></a><Type></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>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/glyptodon/guacamole/net/event/listener/package-tree.html">Prev</a></li>
<li><a href="../../../../org/glyptodon/guacamole/protocols/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/glyptodon/guacamole/properties/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75289145-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</body>
</html>
| mike-jumper/incubator-guacamole-website | doc/0.9.4/guacamole-ext/org/glyptodon/guacamole/properties/package-tree.html | HTML | apache-2.0 | 8,270 |
<!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:33:07 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.mapred.lib.aggregate.DoubleValueSum (Apache Hadoop Main 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.mapred.lib.aggregate.DoubleValueSum (Apache Hadoop Main 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/mapred/lib/aggregate/DoubleValueSum.html" title="class in org.apache.hadoop.mapred.lib.aggregate"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/mapred/lib/aggregate//class-useDoubleValueSum.html" target="_top"><B>FRAMES</B></A>
<A HREF="DoubleValueSum.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.mapred.lib.aggregate.DoubleValueSum</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapred.lib.aggregate.DoubleValueSum
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/mapred/lib/aggregate/DoubleValueSum.html" title="class in org.apache.hadoop.mapred.lib.aggregate"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/mapred/lib/aggregate//class-useDoubleValueSum.html" target="_top"><B>FRAMES</B></A>
<A HREF="DoubleValueSum.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>
| prabaprakash/Hadoop-2.5.1-Binary | share/doc/hadoop/api/org/apache/hadoop/mapred/lib/aggregate/class-use/DoubleValueSum.html | HTML | apache-2.0 | 6,392 |
<!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:33:05 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.io.ArrayFile (Apache Hadoop Main 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.io.ArrayFile (Apache Hadoop Main 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/io/ArrayFile.html" title="class in org.apache.hadoop.io"><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/io//class-useArrayFile.html" target="_top"><B>FRAMES</B></A>
<A HREF="ArrayFile.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.io.ArrayFile</B></H2>
</CENTER>
No usage of org.apache.hadoop.io.ArrayFile
<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/io/ArrayFile.html" title="class in org.apache.hadoop.io"><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/io//class-useArrayFile.html" target="_top"><B>FRAMES</B></A>
<A HREF="ArrayFile.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/api/org/apache/hadoop/io/class-use/ArrayFile.html | HTML | apache-2.0 | 6,060 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Thu Sep 29 16:37:40 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class energy.usef.cro.model.Aggregator (usef-root-pom 1.3.6 API)</title>
<meta name="date" content="2016-09-29">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class energy.usef.cro.model.Aggregator (usef-root-pom 1.3.6 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?energy/usef/cro/model/class-use/Aggregator.html" target="_top">Frames</a></li>
<li><a href="Aggregator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class energy.usef.cro.model.Aggregator" class="title">Uses of Class<br>energy.usef.cro.model.Aggregator</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#energy.usef.cro.model">energy.usef.cro.model</a></td>
<td class="colLast">
<div class="block">Model classes for the Common Reference Operator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#energy.usef.cro.repository">energy.usef.cro.repository</a></td>
<td class="colLast">
<div class="block">Repository classes for the Common Reference Operator.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#energy.usef.cro.service.business">energy.usef.cro.service.business</a></td>
<td class="colLast">
<div class="block">Business classes of the Common Reference Operator.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="energy.usef.cro.model">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a> in <a href="../../../../../energy/usef/cro/model/package-summary.html">energy.usef.cro.model</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../energy/usef/cro/model/package-summary.html">energy.usef.cro.model</a> that return <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</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="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></code></td>
<td class="colLast"><span class="typeNameLabel">Connection.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/model/Connection.html#getAggregator--">getAggregator</a></span>()</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../energy/usef/cro/model/package-summary.html">energy.usef.cro.model</a> with parameters of type <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Connection.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/model/Connection.html#setAggregator-energy.usef.cro.model.Aggregator-">setAggregator</a></span>(<a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a> aggregator)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="energy.usef.cro.repository">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a> in <a href="../../../../../energy/usef/cro/repository/package-summary.html">energy.usef.cro.repository</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../energy/usef/cro/repository/package-summary.html">energy.usef.cro.repository</a> that return <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</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="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></code></td>
<td class="colLast"><span class="typeNameLabel">AggregatorRepository.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/repository/AggregatorRepository.html#findByDomain-java.lang.String-">findByDomain</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> domain)</code>
<div class="block">Gets Aggregator entity by its domain.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../energy/usef/cro/repository/package-summary.html">energy.usef.cro.repository</a> that return types with arguments of type <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../energy/usef/cro/model/CongestionPoint.html" title="class in energy.usef.cro.model">CongestionPoint</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">CongestionPointRepository.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/repository/CongestionPointRepository.html#findAggregatorCountForCongestionPointsByDSO-java.lang.String-java.lang.String-">findAggregatorCountForCongestionPointsByDSO</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dsoDomain,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> entityAddress)</code>
<div class="block">Gets CongestionPoints related to a DSO, either all or for a specific entityAdress.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a>></code></td>
<td class="colLast"><span class="typeNameLabel">AggregatorRepository.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/repository/AggregatorRepository.html#findAll--">findAll</a></span>()</code>
<div class="block">Gets the entire list of <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model"><code>Aggregator</code></a> known objects by this Common Reference Oparetor.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="energy.usef.cro.service.business">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a> in <a href="../../../../../energy/usef/cro/service/business/package-summary.html">energy.usef.cro.service.business</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../energy/usef/cro/service/business/package-summary.html">energy.usef.cro.service.business</a> that return <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</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="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></code></td>
<td class="colLast"><span class="typeNameLabel">CommonReferenceUpdateBusinessService.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/service/business/CommonReferenceUpdateBusinessService.html#getAggregatorByDomain-java.lang.String-">getAggregatorByDomain</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> domain)</code>
<div class="block">Gets Aggregator entity by its domain.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../energy/usef/cro/service/business/package-summary.html">energy.usef.cro.service.business</a> that return types with arguments of type <a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../energy/usef/cro/model/CongestionPoint.html" title="class in energy.usef.cro.model">CongestionPoint</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Aggregator</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">CommonReferenceUpdateBusinessService.</span><code><span class="memberNameLink"><a href="../../../../../energy/usef/cro/service/business/CommonReferenceUpdateBusinessService.html#findCongestionPointsWithAggregatorsByDSO-java.lang.String-java.lang.String-">findCongestionPointsWithAggregatorsByDSO</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dsoDomain,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> entityAddress)</code>
<div class="block">Find the CongestionPoints and the linked Aggregators for a certain DSO, the specific entityAddress is optional.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../energy/usef/cro/model/Aggregator.html" title="class in energy.usef.cro.model">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?energy/usef/cro/model/class-use/Aggregator.html" target="_top">Frames</a></li>
<li><a href="Aggregator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
</body>
</html>
| USEF-Foundation/ri.usef.energy | usef-javadoc/energy/usef/cro/model/class-use/Aggregator.html | HTML | apache-2.0 | 16,763 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<title>AttributeType.Hierarchy (ARX Developer Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AttributeType.Hierarchy (ARX Developer Documentation)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AttributeType.Hierarchy.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/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deidentifier/arx/AttributeType.Hierarchy.html" target="_top">Frames</a></li>
<li><a href="AttributeType.Hierarchy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#fields_inherited_from_class_org.deidentifier.arx.AttributeType">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.deidentifier.arx</div>
<h2 title="Class AttributeType.Hierarchy" class="title">Class AttributeType.Hierarchy</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">org.deidentifier.arx.AttributeType</a></li>
<li>
<ul class="inheritance">
<li>org.deidentifier.arx.AttributeType.Hierarchy</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Cloneable</dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy.DefaultHierarchy</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a></dd>
</dl>
<hr>
<br>
<pre>public abstract static class <span class="strong">AttributeType.Hierarchy</span>
extends <a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a>
implements java.io.Serializable</pre>
<div class="block">This class implements a generalization hierarchy.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../serialized-form.html#org.deidentifier.arx.AttributeType.Hierarchy">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy.DefaultHierarchy</a></strong></code>
<div class="block">The default implementation of a generalization hierarchy.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_org.deidentifier.arx.AttributeType">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class org.deidentifier.arx.<a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a></h3>
<code><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a>, <a href="../../../org/deidentifier/arx/AttributeType.MicroAggregationFunction.html" title="class in org.deidentifier.arx">AttributeType.MicroAggregationFunction</a>, <a href="../../../org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html" title="class in org.deidentifier.arx">AttributeType.MicroAggregationFunctionDescription</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.deidentifier.arx.AttributeType">
<!-- -->
</a>
<h3>Fields inherited from class org.deidentifier.arx.<a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a></h3>
<code><a href="../../../org/deidentifier/arx/AttributeType.html#ATTR_TYPE_ID">ATTR_TYPE_ID</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#ATTR_TYPE_IS">ATTR_TYPE_IS</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#ATTR_TYPE_QI">ATTR_TYPE_QI</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#ATTR_TYPE_SE">ATTR_TYPE_SE</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#IDENTIFYING_ATTRIBUTE">IDENTIFYING_ATTRIBUTE</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#INSENSITIVE_ATTRIBUTE">INSENSITIVE_ATTRIBUTE</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#MASK">MASK</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#QUASI_IDENTIFYING_ATTRIBUTE">QUASI_IDENTIFYING_ATTRIBUTE</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#SENSITIVE_ATTRIBUTE">SENSITIVE_ATTRIBUTE</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#SHIFT">SHIFT</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#AttributeType.Hierarchy()">AttributeType.Hierarchy</a></strong>()</code>
<div class="block">Instantiates a new hierarchy.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#clone()">clone</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy.DefaultHierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create()">create</a></strong>()</code>
<div class="block">Creates a new default hierarchy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.File)">create</a></strong>(java.io.File file)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.File, char)">create</a></strong>(java.io.File file,
char delimiter)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.File, char, char)">create</a></strong>(java.io.File file,
char delimiter,
char quote)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.File, char, char, char)">create</a></strong>(java.io.File file,
char delimiter,
char quote,
char escape)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.File, char, char, char, char[])">create</a></strong>(java.io.File file,
char delimiter,
char quote,
char escape,
char[] linebreak)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.File, org.deidentifier.arx.io.CSVSyntax)">create</a></strong>(java.io.File file,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.InputStream)">create</a></strong>(java.io.InputStream stream)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.InputStream, char)">create</a></strong>(java.io.InputStream stream,
char delimiter)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.InputStream, char, char)">create</a></strong>(java.io.InputStream stream,
char delimiter,
char quote)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.InputStream, char, char, char)">create</a></strong>(java.io.InputStream stream,
char delimiter,
char quote,
char escape)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.InputStream, char, char, char, char[])">create</a></strong>(java.io.InputStream stream,
char delimiter,
char quote,
char escape,
char[] linebreak)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.io.InputStream, org.deidentifier.arx.io.CSVSyntax)">create</a></strong>(java.io.InputStream stream,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.util.Iterator)">create</a></strong>(java.util.Iterator<java.lang.String[]> iterator)</code>
<div class="block">Creates a new hierarchy from an iterator over tuples.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.util.List)">create</a></strong>(java.util.List<java.lang.String[]> list)</code>
<div class="block">Creates a new hierarchy from a list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.lang.String[][])">create</a></strong>(java.lang.String[][] array)</code>
<div class="block">Creates a new hierarchy from a two-dimensional string array.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.lang.String, char)">create</a></strong>(java.lang.String path,
char separator)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#create(java.lang.String, org.deidentifier.arx.io.CSVSyntax)">create</a></strong>(java.lang.String path,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)</code>
<div class="block">Creates a new hierarchy from a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract java.lang.String[][]</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#getHierarchy()">getHierarchy</a></strong>()</code>
<div class="block">Returns the hierarchy as a two-dimensional string array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.io.File)">save</a></strong>(java.io.File file)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.io.File, char)">save</a></strong>(java.io.File file,
char delimiter)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.io.File, org.deidentifier.arx.io.CSVSyntax)">save</a></strong>(java.io.File file,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.io.OutputStream)">save</a></strong>(java.io.OutputStream out)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.io.OutputStream, char)">save</a></strong>(java.io.OutputStream out,
char delimiter)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.io.OutputStream, org.deidentifier.arx.io.CSVSyntax)">save</a></strong>(java.io.OutputStream out,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.lang.String)">save</a></strong>(java.lang.String path)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.lang.String, char)">save</a></strong>(java.lang.String path,
char delimiter)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html#save(java.lang.String, org.deidentifier.arx.io.CSVSyntax)">save</a></strong>(java.lang.String path,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)</code>
<div class="block">Writes the hierarchy to a CSV file.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.deidentifier.arx.AttributeType">
<!-- -->
</a>
<h3>Methods inherited from class org.deidentifier.arx.<a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a></h3>
<code><a href="../../../org/deidentifier/arx/AttributeType.html#getType()">getType</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#listMicroAggregationFunctions()">listMicroAggregationFunctions</a>, <a href="../../../org/deidentifier/arx/AttributeType.html#toString()">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AttributeType.Hierarchy()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AttributeType.Hierarchy</h4>
<pre>public AttributeType.Hierarchy()</pre>
<div class="block">Instantiates a new hierarchy.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="create()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy.DefaultHierarchy</a> create()</pre>
<div class="block">Creates a new default hierarchy.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd></dl>
</li>
</ul>
<a name="create(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.File file)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.File, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.File file,
char delimiter)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - A file</dd><dd><code>delimiter</code> - The utilized separator character</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.File, char, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.File file,
char delimiter,
char quote)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd><dd><code>delimiter</code> - the delimiter</dd><dd><code>quote</code> - the quote</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.File, char, char, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.File file,
char delimiter,
char quote,
char escape)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd><dd><code>delimiter</code> - the delimiter</dd><dd><code>quote</code> - the quote</dd><dd><code>escape</code> - the escape</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.File, char, char, char, char[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.File file,
char delimiter,
char quote,
char escape,
char[] linebreak)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd><dd><code>delimiter</code> - the delimiter</dd><dd><code>quote</code> - the quote</dd><dd><code>escape</code> - the escape</dd><dd><code>linebreak</code> - the linebreak</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.File, org.deidentifier.arx.io.CSVSyntax)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.File file,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - </dd><dd><code>config</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="create(java.io.InputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.InputStream stream)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - the stream</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.InputStream, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.InputStream stream,
char delimiter)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - An input stream</dd><dd><code>delimiter</code> - The utilized separator character</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.InputStream, char, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.InputStream stream,
char delimiter,
char quote)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - the stream</dd><dd><code>delimiter</code> - the delimiter</dd><dd><code>quote</code> - the quote</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.InputStream, char, char, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.InputStream stream,
char delimiter,
char quote,
char escape)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - the stream</dd><dd><code>delimiter</code> - the delimiter</dd><dd><code>quote</code> - the quote</dd><dd><code>escape</code> - the escape</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.InputStream, char, char, char, char[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.InputStream stream,
char delimiter,
char quote,
char escape,
char[] linebreak)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - the stream</dd><dd><code>delimiter</code> - the delimiter</dd><dd><code>quote</code> - the quote</dd><dd><code>escape</code> - the escape</dd><dd><code>linebreak</code> - the linebreak</dd>
<dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.io.InputStream, org.deidentifier.arx.io.CSVSyntax)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.io.InputStream stream,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stream</code> - </dd><dd><code>config</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="create(java.util.Iterator)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.util.Iterator<java.lang.String[]> iterator)</pre>
<div class="block">Creates a new hierarchy from an iterator over tuples.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>iterator</code> - An iterator</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd></dl>
</li>
</ul>
<a name="create(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.util.List<java.lang.String[]> list)</pre>
<div class="block">Creates a new hierarchy from a list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>list</code> - The list</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd></dl>
</li>
</ul>
<a name="create(java.lang.String, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.lang.String path,
char separator)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - A path to the file</dd><dd><code>separator</code> - The utilized separator character</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="create(java.lang.String, org.deidentifier.arx.io.CSVSyntax)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.lang.String path,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)
throws java.io.IOException</pre>
<div class="block">Creates a new hierarchy from a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - </dd><dd><code>config</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="create(java.lang.String[][])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre>public static <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> create(java.lang.String[][] array)</pre>
<div class="block">Creates a new hierarchy from a two-dimensional string array.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>array</code> - The array</dd>
<dt><span class="strong">Returns:</span></dt><dd>A Hierarchy</dd></dl>
</li>
</ul>
<a name="clone()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public abstract <a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a> clone()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../org/deidentifier/arx/AttributeType.html#clone()">clone</a></code> in class <code><a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a></code></dd>
</dl>
</li>
</ul>
<a name="getHierarchy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHierarchy</h4>
<pre>public abstract java.lang.String[][] getHierarchy()</pre>
<div class="block">Returns the hierarchy as a two-dimensional string array.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the hierarchy</dd></dl>
</li>
</ul>
<a name="save(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.io.File file)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.io.File, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.io.File file,
char delimiter)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - A file</dd><dd><code>delimiter</code> - The utilized separator character</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.io.File, org.deidentifier.arx.io.CSVSyntax)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.io.File file,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - the file</dd><dd><code>config</code> - the config</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.io.OutputStream out)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the out</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.io.OutputStream, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.io.OutputStream out,
char delimiter)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - A output stream</dd><dd><code>delimiter</code> - The utilized separator character</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.io.OutputStream, org.deidentifier.arx.io.CSVSyntax)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.io.OutputStream out,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>out</code> - the out</dd><dd><code>config</code> - the config</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.lang.String path)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String, char)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.lang.String path,
char delimiter)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - A path</dd><dd><code>delimiter</code> - The utilized separator character</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</dd></dl>
</li>
</ul>
<a name="save(java.lang.String, org.deidentifier.arx.io.CSVSyntax)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>save</h4>
<pre>public void save(java.lang.String path,
<a href="../../../org/deidentifier/arx/io/CSVSyntax.html" title="class in org.deidentifier.arx.io">CSVSyntax</a> config)
throws java.io.IOException</pre>
<div class="block">Writes the hierarchy to a CSV file.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>path</code> - the path</dd><dd><code>config</code> - the config</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code> - Signals that an I/O exception has occurred.</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/AttributeType.Hierarchy.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/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deidentifier/arx/AttributeType.Hierarchy.html" target="_top">Frames</a></li>
<li><a href="AttributeType.Hierarchy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#fields_inherited_from_class_org.deidentifier.arx.AttributeType">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| bitraten/arx | doc/dev/org/deidentifier/arx/AttributeType.Hierarchy.html | HTML | apache-2.0 | 49,810 |
<table>
<tr>
<td>#</td>
<td ng-repeat="fieldDef in field.fields">{{fieldDef.label}}</td>
</tr>
<tr ng-repeat="stepField in step.fields">
<td>{{$index + 1}}</td>
<td ng-repeat="fieldDef in field.fields">{{stepField[fieldDef.name]}}</td>
</tr>
</table>
| brosander/kettle-vertx-webapp | src/app/partials/fields-edit.html | HTML | apache-2.0 | 275 |
<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>FilterIndexReader.GetFieldNames 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">FilterIndexReader.GetFieldNamesย Methodย </h1>
</div>
</div>
<div id="nstext">
<p>
</p>
<div class="syntax">publicย overrideย <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemCollectionsGenericICollection`1SystemString mscorlib Version=2000 Culture=neutral PublicKeyToken=b77a5c561934e089ClassTopic.htm">0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</a>ย GetFieldNames(<br />ย ย ย <a href="Lucene.Net.Index.IndexReader.FieldOption.html">FieldOption</a>ย <i>fieldNames</i><br />);</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Index.FilterIndexReader.html">FilterIndexReader 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="GetFieldNames method">
</param>
<param name="Keyword" value="GetFieldNames method, FilterIndexReader class">
</param>
<param name="Keyword" value="FilterIndexReader.GetFieldNames 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.FilterIndexReader.GetFieldNames.html | HTML | apache-2.0 | 2,122 |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class org.apache.sysds.lops.SortKeys.OperationTypes (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 Class org.apache.sysds.lops.SortKeys.OperationTypes (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><a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class org.apache.sysds.lops.SortKeys.OperationTypes" class="title">Uses of Class<br>org.apache.sysds.lops.SortKeys.OperationTypes</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</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.lops">org.apache.sysds.lops</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.sysds.lops">
<!-- -->
</a>
<h3>Uses of <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> in <a href="../package-summary.html">org.apache.sysds.lops</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.sysds.lops</a> that return <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortKeys.</span><code><span class="memberNameLink"><a href="../SortKeys.html#getOpType()">getOpType</a></span>()</code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortKeys.OperationTypes.</span><code><span class="memberNameLink"><a href="../SortKeys.OperationTypes.html#valueOf(java.lang.String)">valueOf</a></span>​(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a> name)</code></th>
<td class="colLast">
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>[]</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortKeys.OperationTypes.</span><code><span class="memberNameLink"><a href="../SortKeys.OperationTypes.html#values()">values</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.sysds.lops</a> with parameters of type <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortKeys.</span><code><span class="memberNameLink"><a href="../SortKeys.html#constructSortByValueLop(org.apache.sysds.lops.Lop,org.apache.sysds.lops.Lop,org.apache.sysds.lops.SortKeys.OperationTypes,org.apache.sysds.common.Types.DataType,org.apache.sysds.common.Types.ValueType,org.apache.sysds.common.Types.ExecType)">constructSortByValueLop</a></span>​(<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input1,
<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input2,
<a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> op,
<a href="../../common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a> dt,
<a href="../../common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a> vt,
<a href="../../common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a> et)</code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortKeys.</span><code><span class="memberNameLink"><a href="../SortKeys.html#constructSortByValueLop(org.apache.sysds.lops.Lop,org.apache.sysds.lops.SortKeys.OperationTypes,org.apache.sysds.common.Types.DataType,org.apache.sysds.common.Types.ValueType,org.apache.sysds.common.Types.ExecType)">constructSortByValueLop</a></span>​(<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input1,
<a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> op,
<a href="../../common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a> dt,
<a href="../../common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a> vt,
<a href="../../common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a> et)</code></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.apache.sysds.lops</a> with parameters of type <a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SortKeys.html#%3Cinit%3E(org.apache.sysds.lops.Lop,boolean,org.apache.sysds.lops.SortKeys.OperationTypes,org.apache.sysds.common.Types.DataType,org.apache.sysds.common.Types.ValueType,org.apache.sysds.common.Types.ExecType)">SortKeys</a></span>​(<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input,
boolean desc,
<a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> op,
<a href="../../common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a> dt,
<a href="../../common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a> vt,
<a href="../../common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a> et)</code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SortKeys.html#%3Cinit%3E(org.apache.sysds.lops.Lop,org.apache.sysds.lops.Lop,org.apache.sysds.lops.SortKeys.OperationTypes,org.apache.sysds.common.Types.DataType,org.apache.sysds.common.Types.ValueType,org.apache.sysds.common.Types.ExecType)">SortKeys</a></span>​(<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input1,
<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input2,
<a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> op,
<a href="../../common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a> dt,
<a href="../../common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a> vt,
<a href="../../common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a> et)</code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../SortKeys.html#%3Cinit%3E(org.apache.sysds.lops.Lop,org.apache.sysds.lops.SortKeys.OperationTypes,org.apache.sysds.common.Types.DataType,org.apache.sysds.common.Types.ValueType,org.apache.sysds.common.Types.ExecType)">SortKeys</a></span>​(<a href="../Lop.html" title="class in org.apache.sysds.lops">Lop</a> input,
<a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> op,
<a href="../../common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a> dt,
<a href="../../common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a> vt,
<a href="../../common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a> et)</code></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2021 <a href="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/lops/class-use/SortKeys.OperationTypes.html | HTML | apache-2.0 | 14,783 |
<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>RangeFilter 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">RangeFilterย Constructor</h1>
</div>
</div>
<div id="nstext">
<p> lowerTerm is null and includeLower is true (similar for upperTerm and includeUpper) </p>
<h4 class="dtH4">Overload List</h4>
<p> lowerTerm is null and includeLower is true (similar for upperTerm and includeUpper) </p>
<blockquote class="dtBlock">
<a href="Lucene.Net.Search.RangeFilterConstructor1.html">publicย RangeFilter(string,string,string,bool,bool);</a>
</blockquote>
<p> WARNING: Using this constructor and supplying a non-null value in the collator paramter will cause every single index Term in the Field referenced by lowerTerm and/or upperTerm to be examined. Depending on the number of index Terms in this Field, the operation could be very slow. </p>
<blockquote class="dtBlock">
<a href="Lucene.Net.Search.RangeFilterConstructor2.html">publicย RangeFilter(string,string,string,bool,bool,CompareInfo);</a>
</blockquote>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Search.RangeFilter.html">RangeFilter Class</a> | <a href="Lucene.Net.Search.html">Lucene.Net.Search Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="RangeFilter class, constructors">
</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.Search.RangeFilterConstructor.html | HTML | apache-2.0 | 2,358 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GLib Reference Manual: GDateTime</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GLib Reference Manual">
<link rel="up" href="glib-utilities.html" title="GLib Utilities">
<link rel="prev" href="glib-GTimeZone.html" title="GTimeZone">
<link rel="next" href="glib-Random-Numbers.html" title="Random Numbers">
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">ย ย <span class="dim">|</span>ย
<a href="#glib-GDateTime.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="glib-utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="glib-GTimeZone.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="glib-Random-Numbers.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="glib-GDateTime"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="glib-GDateTime.top_of_page"></a>GDateTime</span></h2>
<p>GDateTime โ a structure representing Date and Time</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="glib-GDateTime.functions"></a><h2>Functions</h2>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#G-TIME-SPAN-DAY:CAPS" title="G_TIME_SPAN_DAY">G_TIME_SPAN_DAY</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#G-TIME-SPAN-HOUR:CAPS" title="G_TIME_SPAN_HOUR">G_TIME_SPAN_HOUR</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#G-TIME-SPAN-MINUTE:CAPS" title="G_TIME_SPAN_MINUTE">G_TIME_SPAN_MINUTE</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#G-TIME-SPAN-SECOND:CAPS" title="G_TIME_SPAN_SECOND">G_TIME_SPAN_SECOND</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#G-TIME-SPAN-MILLISECOND:CAPS" title="G_TIME_SPAN_MILLISECOND">G_TIME_SPAN_MILLISECOND</a></td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()">g_date_time_unref</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-ref" title="g_date_time_refย ()">g_date_time_ref</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-now" title="g_date_time_new_nowย ()">g_date_time_new_now</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-now-local" title="g_date_time_new_now_localย ()">g_date_time_new_now_local</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-now-utc" title="g_date_time_new_now_utcย ()">g_date_time_new_now_utc</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-from-unix-local" title="g_date_time_new_from_unix_localย ()">g_date_time_new_from_unix_local</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-from-unix-utc" title="g_date_time_new_from_unix_utcย ()">g_date_time_new_from_unix_utc</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-from-timeval-local" title="g_date_time_new_from_timeval_localย ()">g_date_time_new_from_timeval_local</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-from-timeval-utc" title="g_date_time_new_from_timeval_utcย ()">g_date_time_new_from_timeval_utc</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new" title="g_date_time_newย ()">g_date_time_new</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-local" title="g_date_time_new_localย ()">g_date_time_new_local</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-new-utc" title="g_date_time_new_utcย ()">g_date_time_new_utc</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add" title="g_date_time_addย ()">g_date_time_add</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-years" title="g_date_time_add_yearsย ()">g_date_time_add_years</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-months" title="g_date_time_add_monthsย ()">g_date_time_add_months</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-weeks" title="g_date_time_add_weeksย ()">g_date_time_add_weeks</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-days" title="g_date_time_add_daysย ()">g_date_time_add_days</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-hours" title="g_date_time_add_hoursย ()">g_date_time_add_hours</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-minutes" title="g_date_time_add_minutesย ()">g_date_time_add_minutes</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-seconds" title="g_date_time_add_secondsย ()">g_date_time_add_seconds</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-add-full" title="g_date_time_add_fullย ()">g_date_time_add_full</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-compare" title="g_date_time_compareย ()">g_date_time_compare</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="returnvalue">GTimeSpan</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-difference" title="g_date_time_differenceย ()">g_date_time_difference</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-hash" title="g_date_time_hashย ()">g_date_time_hash</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-equal" title="g_date_time_equalย ()">g_date_time_equal</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-ymd" title="g_date_time_get_ymdย ()">g_date_time_get_ymd</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-year" title="g_date_time_get_yearย ()">g_date_time_get_year</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-month" title="g_date_time_get_monthย ()">g_date_time_get_month</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-day-of-month" title="g_date_time_get_day_of_monthย ()">g_date_time_get_day_of_month</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-week-numbering-year" title="g_date_time_get_week_numbering_yearย ()">g_date_time_get_week_numbering_year</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-week-of-year" title="g_date_time_get_week_of_yearย ()">g_date_time_get_week_of_year</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-day-of-week" title="g_date_time_get_day_of_weekย ()">g_date_time_get_day_of_week</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-day-of-year" title="g_date_time_get_day_of_yearย ()">g_date_time_get_day_of_year</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-hour" title="g_date_time_get_hourย ()">g_date_time_get_hour</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-minute" title="g_date_time_get_minuteย ()">g_date_time_get_minute</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-second" title="g_date_time_get_secondย ()">g_date_time_get_second</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-microsecond" title="g_date_time_get_microsecondย ()">g_date_time_get_microsecond</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="returnvalue">gdouble</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-seconds" title="g_date_time_get_secondsย ()">g_date_time_get_seconds</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="returnvalue">gint64</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-to-unix" title="g_date_time_to_unixย ()">g_date_time_to_unix</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-to-timeval" title="g_date_time_to_timevalย ()">g_date_time_to_timeval</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="returnvalue">GTimeSpan</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-utc-offset" title="g_date_time_get_utc_offsetย ()">g_date_time_get_utc_offset</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-get-timezone-abbreviation" title="g_date_time_get_timezone_abbreviationย ()">g_date_time_get_timezone_abbreviation</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-is-daylight-savings" title="g_date_time_is_daylight_savingsย ()">g_date_time_is_daylight_savings</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-to-timezone" title="g_date_time_to_timezoneย ()">g_date_time_to_timezone</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-to-local" title="g_date_time_to_localย ()">g_date_time_to_local</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-to-utc" title="g_date_time_to_utcย ()">g_date_time_to_utc</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a>ย *
</td>
<td class="function_name">
<a class="link" href="glib-GDateTime.html#g-date-time-format" title="g_date_time_formatย ()">g_date_time_format</a>ย <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="glib-GDateTime.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="typedef_keyword">typedef</td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan">GTimeSpan</a></td>
</tr>
<tr>
<td class="datatype_keyword">ย </td>
<td class="function_name"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime">GDateTime</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="glib-GDateTime.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include <glib.h>
</pre>
</div>
<div class="refsect1">
<a name="glib-GDateTime.description"></a><h2>Description</h2>
<p><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> is a structure that combines a Gregorian date and time
into a single structure. It provides many conversion and methods to
manipulate dates and times. Time precision is provided down to
microseconds and the time can range (proleptically) from 0001-01-01
00:00:00 to 9999-12-31 23:59:59.999999. <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> follows POSIX
time in the sense that it is oblivious to leap seconds.</p>
<p><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> is an immutable object; once it has been created it cannot
be modified further. All modifiers will create a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.
Nearly all such functions can fail due to the date or time going out
of range, in which case <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> will be returned.</p>
<p><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> is reference counted: the reference count is increased by calling
<a class="link" href="glib-GDateTime.html#g-date-time-ref" title="g_date_time_refย ()"><code class="function">g_date_time_ref()</code></a> and decreased by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>. When the
reference count drops to 0, the resources allocated by the <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>
structure are released.</p>
<p>Many parts of the API may produce non-obvious results. As an
example, adding two months to January 31st will yield March 31st
whereas adding one month and then one month again will yield either
March 28th or March 29th. Also note that adding 24 hours is not
always the same as adding one day (since days containing daylight
savings time transitions are either 23 or 25 hours in length).</p>
<p><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> is available since GLib 2.26.</p>
</div>
<div class="refsect1">
<a name="glib-GDateTime.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="G-TIME-SPAN-DAY:CAPS"></a><h3>G_TIME_SPAN_DAY</h3>
<pre class="programlisting">#define G_TIME_SPAN_DAY (G_GINT64_CONSTANT (86400000000))
</pre>
<p>Evaluates to a time span of one day.</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="G-TIME-SPAN-HOUR:CAPS"></a><h3>G_TIME_SPAN_HOUR</h3>
<pre class="programlisting">#define G_TIME_SPAN_HOUR (G_GINT64_CONSTANT (3600000000))
</pre>
<p>Evaluates to a time span of one hour.</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="G-TIME-SPAN-MINUTE:CAPS"></a><h3>G_TIME_SPAN_MINUTE</h3>
<pre class="programlisting">#define G_TIME_SPAN_MINUTE (G_GINT64_CONSTANT (60000000))
</pre>
<p>Evaluates to a time span of one minute.</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="G-TIME-SPAN-SECOND:CAPS"></a><h3>G_TIME_SPAN_SECOND</h3>
<pre class="programlisting">#define G_TIME_SPAN_SECOND (G_GINT64_CONSTANT (1000000))
</pre>
<p>Evaluates to a time span of one second.</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="G-TIME-SPAN-MILLISECOND:CAPS"></a><h3>G_TIME_SPAN_MILLISECOND</h3>
<pre class="programlisting">#define G_TIME_SPAN_MILLISECOND (G_GINT64_CONSTANT (1000))
</pre>
<p>Evaluates to a time span of one millisecond.</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-unref"></a><h3>g_date_time_unrefย ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
g_date_time_unref (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Atomically decrements the reference count of <em class="parameter"><code>datetime</code></em>
by one.</p>
<p>When the reference count reaches zero, the resources allocated by
<em class="parameter"><code>datetime</code></em>
are freed</p>
<div class="refsect3">
<a name="id-1.5.11.7.7.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-ref"></a><h3>g_date_time_refย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_ref (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Atomically increments the reference count of <em class="parameter"><code>datetime</code></em>
by one.</p>
<div class="refsect3">
<a name="id-1.5.11.7.8.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.8.6"></a><h4>Returns</h4>
<p> the <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> with the reference count increased</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-now"></a><h3>g_date_time_new_nowย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_now (<em class="parameter"><code><a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a> *tz</code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to this exact instant in the given
time zone <em class="parameter"><code>tz</code></em>
. The time is as accurate as the system allows, to a
maximum accuracy of 1 microsecond.</p>
<p>This function will always succeed unless the system clock is set to
truly insane values (or unless GLib is still being used after the
year 9999).</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.9.7"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>tz</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.9.8"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-now-local"></a><h3>g_date_time_new_now_localย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_now_local (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to this exact instant in the local
time zone.</p>
<p>This is equivalent to calling <a class="link" href="glib-GDateTime.html#g-date-time-new-now" title="g_date_time_new_nowย ()"><code class="function">g_date_time_new_now()</code></a> with the time
zone returned by <a class="link" href="glib-GTimeZone.html#g-time-zone-new-local" title="g_time_zone_new_localย ()"><code class="function">g_time_zone_new_local()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.10.6"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-now-utc"></a><h3>g_date_time_new_now_utcย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_now_utc (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to this exact instant in UTC.</p>
<p>This is equivalent to calling <a class="link" href="glib-GDateTime.html#g-date-time-new-now" title="g_date_time_new_nowย ()"><code class="function">g_date_time_new_now()</code></a> with the time
zone returned by <a class="link" href="glib-GTimeZone.html#g-time-zone-new-utc" title="g_time_zone_new_utcย ()"><code class="function">g_time_zone_new_utc()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.11.6"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-from-unix-local"></a><h3>g_date_time_new_from_unix_localย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_from_unix_local (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> t</code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given Unix time <em class="parameter"><code>t</code></em>
in the
local time zone.</p>
<p>Unix time is the number of seconds that have elapsed since 1970-01-01
00:00:00 UTC, regardless of the local time offset.</p>
<p>This call can fail (returning <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>) if <em class="parameter"><code>t</code></em>
represents a time outside
of the supported range of <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.12.8"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>t</p></td>
<td class="parameter_description"><p>the Unix time</p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.12.9"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-from-unix-utc"></a><h3>g_date_time_new_from_unix_utcย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_from_unix_utc (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="type">gint64</span></a> t</code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given Unix time <em class="parameter"><code>t</code></em>
in UTC.</p>
<p>Unix time is the number of seconds that have elapsed since 1970-01-01
00:00:00 UTC.</p>
<p>This call can fail (returning <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>) if <em class="parameter"><code>t</code></em>
represents a time outside
of the supported range of <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.13.8"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>t</p></td>
<td class="parameter_description"><p>the Unix time</p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.13.9"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-from-timeval-local"></a><h3>g_date_time_new_from_timeval_localย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_from_timeval_local (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> *tv</code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> <em class="parameter"><code>tv</code></em>
in the
local time zone.</p>
<p>The time contained in a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> is always stored in the form of
seconds elapsed since 1970-01-01 00:00:00 UTC, regardless of the
local time offset.</p>
<p>This call can fail (returning <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>) if <em class="parameter"><code>tv</code></em>
represents a time outside
of the supported range of <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.14.8"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>tv</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.14.9"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-from-timeval-utc"></a><h3>g_date_time_new_from_timeval_utcย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_from_timeval_utc (<em class="parameter"><code>const <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> *tv</code></em>);</pre>
<p>Creates a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> <em class="parameter"><code>tv</code></em>
in UTC.</p>
<p>The time contained in a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> is always stored in the form of
seconds elapsed since 1970-01-01 00:00:00 UTC.</p>
<p>This call can fail (returning <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>) if <em class="parameter"><code>tv</code></em>
represents a time outside
of the supported range of <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.15.8"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>tv</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.15.9"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new"></a><h3>g_date_time_newย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new (<em class="parameter"><code><a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a> *tz</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> year</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> month</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> day</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> hour</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> minute</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> seconds</code></em>);</pre>
<p>Creates a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given date and time in
the time zone <em class="parameter"><code>tz</code></em>
.</p>
<p>The <em class="parameter"><code>year</code></em>
must be between 1 and 9999, <em class="parameter"><code>month</code></em>
between 1 and 12 and <em class="parameter"><code>day</code></em>
between 1 and 28, 29, 30 or 31 depending on the month and the year.</p>
<p><em class="parameter"><code>hour</code></em>
must be between 0 and 23 and <em class="parameter"><code>minute</code></em>
must be between 0 and 59.</p>
<p><em class="parameter"><code>seconds</code></em>
must be at least 0.0 and must be strictly less than 60.0.
It will be rounded down to the nearest microsecond.</p>
<p>If the given time is not representable in the given time zone (for
example, 02:30 on March 14th 2010 in Toronto, due to daylight savings
time) then the time will be rounded up to the nearest existing time
(in this case, 03:00). If this matters to you then you should verify
the return value for containing the same as the numbers you gave.</p>
<p>In the case that the given time is ambiguous in the given time zone
(for example, 01:30 on November 7th 2010 in Toronto, due to daylight
savings time) then the time falling within standard (ie:
non-daylight) time is taken.</p>
<p>It not considered a programmer error for the values to this function
to be out of range, but in the case that they are, the function will
return <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.16.12"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>tz</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>year</p></td>
<td class="parameter_description"><p>the year component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>month</p></td>
<td class="parameter_description"><p>the month component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>day</p></td>
<td class="parameter_description"><p>the day component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>hour</p></td>
<td class="parameter_description"><p>the hour component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>minute</p></td>
<td class="parameter_description"><p>the minute component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>seconds</p></td>
<td class="parameter_description"><p>the number of seconds past the minute</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.16.13"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-local"></a><h3>g_date_time_new_localย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_local (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> year</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> month</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> day</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> hour</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> minute</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> seconds</code></em>);</pre>
<p>Creates a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given date and time in
the local time zone.</p>
<p>This call is equivalent to calling <a class="link" href="glib-GDateTime.html#g-date-time-new" title="g_date_time_newย ()"><code class="function">g_date_time_new()</code></a> with the time
zone returned by <a class="link" href="glib-GTimeZone.html#g-time-zone-new-local" title="g_time_zone_new_localย ()"><code class="function">g_time_zone_new_local()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.17.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>year</p></td>
<td class="parameter_description"><p>the year component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>month</p></td>
<td class="parameter_description"><p>the month component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>day</p></td>
<td class="parameter_description"><p>the day component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>hour</p></td>
<td class="parameter_description"><p>the hour component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>minute</p></td>
<td class="parameter_description"><p>the minute component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>seconds</p></td>
<td class="parameter_description"><p>the number of seconds past the minute</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.17.7"></a><h4>Returns</h4>
<p> a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-new-utc"></a><h3>g_date_time_new_utcย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_new_utc (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> year</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> month</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> day</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> hour</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> minute</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> seconds</code></em>);</pre>
<p>Creates a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the given date and time in
UTC.</p>
<p>This call is equivalent to calling <a class="link" href="glib-GDateTime.html#g-date-time-new" title="g_date_time_newย ()"><code class="function">g_date_time_new()</code></a> with the time
zone returned by <a class="link" href="glib-GTimeZone.html#g-time-zone-new-utc" title="g_time_zone_new_utcย ()"><code class="function">g_time_zone_new_utc()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.18.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>year</p></td>
<td class="parameter_description"><p>the year component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>month</p></td>
<td class="parameter_description"><p>the month component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>day</p></td>
<td class="parameter_description"><p>the day component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>hour</p></td>
<td class="parameter_description"><p>the hour component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>minute</p></td>
<td class="parameter_description"><p>the minute component of the date</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>seconds</p></td>
<td class="parameter_description"><p>the number of seconds past the minute</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.18.7"></a><h4>Returns</h4>
<p> a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add"></a><h3>g_date_time_addย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="type">GTimeSpan</span></a> timespan</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified timespan to the copy.</p>
<div class="refsect3">
<a name="id-1.5.11.7.19.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>timespan</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="type">GTimeSpan</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.19.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-years"></a><h3>g_date_time_add_yearsย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_years (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> years</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified number of years to the
copy. Add negative values to subtract years.</p>
<div class="refsect3">
<a name="id-1.5.11.7.20.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>years</p></td>
<td class="parameter_description"><p>the number of years</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.20.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-months"></a><h3>g_date_time_add_monthsย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_months (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> months</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified number of months to the
copy. Add negative values to subtract months.</p>
<div class="refsect3">
<a name="id-1.5.11.7.21.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>months</p></td>
<td class="parameter_description"><p>the number of months</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.21.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-weeks"></a><h3>g_date_time_add_weeksย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_weeks (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> weeks</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified number of weeks to the
copy. Add negative values to subtract weeks.</p>
<div class="refsect3">
<a name="id-1.5.11.7.22.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>weeks</p></td>
<td class="parameter_description"><p>the number of weeks</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.22.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-days"></a><h3>g_date_time_add_daysย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_days (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> days</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified number of days to the
copy. Add negative values to subtract days.</p>
<div class="refsect3">
<a name="id-1.5.11.7.23.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>days</p></td>
<td class="parameter_description"><p>the number of days</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.23.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-hours"></a><h3>g_date_time_add_hoursย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_hours (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> hours</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified number of hours.
Add negative values to subtract hours.</p>
<div class="refsect3">
<a name="id-1.5.11.7.24.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>hours</p></td>
<td class="parameter_description"><p>the number of hours to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.24.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-minutes"></a><h3>g_date_time_add_minutesย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_minutes (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> minutes</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
adding the specified number of minutes.
Add negative values to subtract minutes.</p>
<div class="refsect3">
<a name="id-1.5.11.7.25.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>minutes</p></td>
<td class="parameter_description"><p>the number of minutes to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.25.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-seconds"></a><h3>g_date_time_add_secondsย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_seconds (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> seconds</code></em>);</pre>
<p>Creates a copy of <em class="parameter"><code>datetime</code></em>
and adds the specified number of seconds.
Add negative values to subtract seconds.</p>
<div class="refsect3">
<a name="id-1.5.11.7.26.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>seconds</p></td>
<td class="parameter_description"><p>the number of seconds to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.26.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> which should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-add-full"></a><h3>g_date_time_add_fullย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_add_full (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> years</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> months</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> days</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> hours</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> minutes</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="type">gdouble</span></a> seconds</code></em>);</pre>
<p>Creates a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> adding the specified values to the current date and
time in <em class="parameter"><code>datetime</code></em>
. Add negative values to subtract.</p>
<div class="refsect3">
<a name="id-1.5.11.7.27.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>years</p></td>
<td class="parameter_description"><p>the number of years to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>months</p></td>
<td class="parameter_description"><p>the number of months to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>days</p></td>
<td class="parameter_description"><p>the number of days to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>hours</p></td>
<td class="parameter_description"><p>the number of hours to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>minutes</p></td>
<td class="parameter_description"><p>the number of minutes to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>seconds</p></td>
<td class="parameter_description"><p>the number of seconds to add</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.27.6"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> that should be freed with
<a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-compare"></a><h3>g_date_time_compareย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_compare (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> dt1</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> dt2</code></em>);</pre>
<p>A comparison function for <a href="glib-GDateTime.html#GDateTime"><span class="type">GDateTimes</span></a> that is suitable
as a <a class="link" href="glib-Doubly-Linked-Lists.html#GCompareFunc" title="GCompareFuncย ()"><span class="type">GCompareFunc</span></a>. Both <a href="glib-GDateTime.html#GDateTime"><span class="type">GDateTimes</span></a> must be non-<a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.28.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>dt1</p></td>
<td class="parameter_description"><p>first <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> to compare</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>dt2</p></td>
<td class="parameter_description"><p>second <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> to compare</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.28.6"></a><h4>Returns</h4>
<p> -1, 0 or 1 if <em class="parameter"><code>dt1</code></em>
is less than, equal to or greater
than <em class="parameter"><code>dt2</code></em>
.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-difference"></a><h3>g_date_time_differenceย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="returnvalue">GTimeSpan</span></a>
g_date_time_difference (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *end</code></em>,
<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *begin</code></em>);</pre>
<p>Calculates the difference in time between <em class="parameter"><code>end</code></em>
and <em class="parameter"><code>begin</code></em>
. The
<a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="type">GTimeSpan</span></a> that is returned is effectively <em class="parameter"><code>end</code></em>
- <em class="parameter"><code>begin</code></em>
(ie:
positive if the first parameter is larger).</p>
<div class="refsect3">
<a name="id-1.5.11.7.29.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>end</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>begin</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.29.6"></a><h4>Returns</h4>
<p> the difference between the two <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, as a time
span expressed in microseconds.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-hash"></a><h3>g_date_time_hashย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="returnvalue">guint</span></a>
g_date_time_hash (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> datetime</code></em>);</pre>
<p>Hashes <em class="parameter"><code>datetime</code></em>
into a <a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a>, suitable for use within <a class="link" href="glib-Hash-Tables.html#GHashTable" title="GHashTable"><span class="type">GHashTable</span></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.30.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.30.6"></a><h4>Returns</h4>
<p> a <a class="link" href="glib-Basic-Types.html#guint" title="guint"><span class="type">guint</span></a> containing the hash</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-equal"></a><h3>g_date_time_equalย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
g_date_time_equal (<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> dt1</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gconstpointer" title="gconstpointer"><span class="type">gconstpointer</span></a> dt2</code></em>);</pre>
<p>Checks to see if <em class="parameter"><code>dt1</code></em>
and <em class="parameter"><code>dt2</code></em>
are equal.</p>
<p>Equal here means that they represent the same moment after converting
them to the same time zone.</p>
<div class="refsect3">
<a name="id-1.5.11.7.31.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>dt1</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>dt2</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.31.7"></a><h4>Returns</h4>
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if <em class="parameter"><code>dt1</code></em>
and <em class="parameter"><code>dt2</code></em>
are equal</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-ymd"></a><h3>g_date_time_get_ymdย ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
g_date_time_get_ymd (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> *year</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> *month</code></em>,
<em class="parameter"><code><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="type">gint</span></a> *day</code></em>);</pre>
<p>Retrieves the Gregorian day, month, and year of a given <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.32.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>.</p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>year</p></td>
<td class="parameter_description"><p> the return location for the gregorian year, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>month</p></td>
<td class="parameter_description"><p> the return location for the month of the year, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>day</p></td>
<td class="parameter_description"><p> the return location for the day of the month, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-year"></a><h3>g_date_time_get_yearย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_year (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the year represented by <em class="parameter"><code>datetime</code></em>
in the Gregorian calendar.</p>
<div class="refsect3">
<a name="id-1.5.11.7.33.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>A <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.33.6"></a><h4>Returns</h4>
<p> the year represented by <em class="parameter"><code>datetime</code></em>
</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-month"></a><h3>g_date_time_get_monthย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_month (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the month of the year represented by <em class="parameter"><code>datetime</code></em>
in the Gregorian
calendar.</p>
<div class="refsect3">
<a name="id-1.5.11.7.34.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.34.6"></a><h4>Returns</h4>
<p> the month represented by <em class="parameter"><code>datetime</code></em>
</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-day-of-month"></a><h3>g_date_time_get_day_of_monthย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_day_of_month (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the day of the month represented by <em class="parameter"><code>datetime</code></em>
in the gregorian
calendar.</p>
<div class="refsect3">
<a name="id-1.5.11.7.35.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.35.6"></a><h4>Returns</h4>
<p> the day of the month</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-week-numbering-year"></a><h3>g_date_time_get_week_numbering_yearย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_week_numbering_year (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Returns the ISO 8601 week-numbering year in which the week containing
<em class="parameter"><code>datetime</code></em>
falls.</p>
<p>This function, taken together with <a class="link" href="glib-GDateTime.html#g-date-time-get-week-of-year" title="g_date_time_get_week_of_yearย ()"><code class="function">g_date_time_get_week_of_year()</code></a> and
<a class="link" href="glib-GDateTime.html#g-date-time-get-day-of-week" title="g_date_time_get_day_of_weekย ()"><code class="function">g_date_time_get_day_of_week()</code></a> can be used to determine the full ISO
week date on which <em class="parameter"><code>datetime</code></em>
falls.</p>
<p>This is usually equal to the normal Gregorian year (as returned by
<a class="link" href="glib-GDateTime.html#g-date-time-get-year" title="g_date_time_get_yearย ()"><code class="function">g_date_time_get_year()</code></a>), except as detailed below:</p>
<p>For Thursday, the week-numbering year is always equal to the usual
calendar year. For other days, the number is such that every day
within a complete week (Monday to Sunday) is contained within the
same week-numbering year.</p>
<p>For Monday, Tuesday and Wednesday occurring near the end of the year,
this may mean that the week-numbering year is one greater than the
calendar year (so that these days have the same week-numbering year
as the Thursday occurring early in the next year).</p>
<p>For Friday, Saturaday and Sunday occurring near the start of the year,
this may mean that the week-numbering year is one less than the
calendar year (so that these days have the same week-numbering year
as the Thursday occurring late in the previous year).</p>
<p>An equivalent description is that the week-numbering year is equal to
the calendar year containing the majority of the days in the current
week (Monday to Sunday).</p>
<p>Note that January 1 0001 in the proleptic Gregorian calendar is a
Monday, so this function never returns 0.</p>
<div class="refsect3">
<a name="id-1.5.11.7.36.12"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.36.13"></a><h4>Returns</h4>
<p> the ISO 8601 week-numbering year for <em class="parameter"><code>datetime</code></em>
</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-week-of-year"></a><h3>g_date_time_get_week_of_yearย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_week_of_year (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Returns the ISO 8601 week number for the week containing <em class="parameter"><code>datetime</code></em>
.
The ISO 8601 week number is the same for every day of the week (from
Moday through Sunday). That can produce some unusual results
(described below).</p>
<p>The first week of the year is week 1. This is the week that contains
the first Thursday of the year. Equivalently, this is the first week
that has more than 4 of its days falling within the calendar year.</p>
<p>The value 0 is never returned by this function. Days contained
within a year but occurring before the first ISO 8601 week of that
year are considered as being contained in the last week of the
previous year. Similarly, the final days of a calendar year may be
considered as being part of the first ISO 8601 week of the next year
if 4 or more days of that week are contained within the new year.</p>
<div class="refsect3">
<a name="id-1.5.11.7.37.7"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.37.8"></a><h4>Returns</h4>
<p> the ISO 8601 week number for <em class="parameter"><code>datetime</code></em>
.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-day-of-week"></a><h3>g_date_time_get_day_of_weekย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_day_of_week (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the ISO 8601 day of the week on which <em class="parameter"><code>datetime</code></em>
falls (1 is
Monday, 2 is Tuesday... 7 is Sunday).</p>
<div class="refsect3">
<a name="id-1.5.11.7.38.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.38.6"></a><h4>Returns</h4>
<p> the day of the week</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-day-of-year"></a><h3>g_date_time_get_day_of_yearย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_day_of_year (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the day of the year represented by <em class="parameter"><code>datetime</code></em>
in the Gregorian
calendar.</p>
<div class="refsect3">
<a name="id-1.5.11.7.39.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.39.6"></a><h4>Returns</h4>
<p> the day of the year</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-hour"></a><h3>g_date_time_get_hourย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_hour (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the hour of the day represented by <em class="parameter"><code>datetime</code></em>
</p>
<div class="refsect3">
<a name="id-1.5.11.7.40.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.40.6"></a><h4>Returns</h4>
<p> the hour of the day</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-minute"></a><h3>g_date_time_get_minuteย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_minute (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the minute of the hour represented by <em class="parameter"><code>datetime</code></em>
</p>
<div class="refsect3">
<a name="id-1.5.11.7.41.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.41.6"></a><h4>Returns</h4>
<p> the minute of the hour</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-second"></a><h3>g_date_time_get_secondย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_second (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the second of the minute represented by <em class="parameter"><code>datetime</code></em>
</p>
<div class="refsect3">
<a name="id-1.5.11.7.42.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.42.6"></a><h4>Returns</h4>
<p> the second represented by <em class="parameter"><code>datetime</code></em>
</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-microsecond"></a><h3>g_date_time_get_microsecondย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint" title="gint"><span class="returnvalue">gint</span></a>
g_date_time_get_microsecond (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the microsecond of the date represented by <em class="parameter"><code>datetime</code></em>
</p>
<div class="refsect3">
<a name="id-1.5.11.7.43.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.43.6"></a><h4>Returns</h4>
<p> the microsecond of the second</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-seconds"></a><h3>g_date_time_get_secondsย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gdouble" title="gdouble"><span class="returnvalue">gdouble</span></a>
g_date_time_get_seconds (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Retrieves the number of seconds since the start of the last minute,
including the fractional part.</p>
<div class="refsect3">
<a name="id-1.5.11.7.44.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.44.6"></a><h4>Returns</h4>
<p> the number of seconds</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-to-unix"></a><h3>g_date_time_to_unixย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gint64" title="gint64"><span class="returnvalue">gint64</span></a>
g_date_time_to_unix (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Gives the Unix time corresponding to <em class="parameter"><code>datetime</code></em>
, rounding down to the
nearest second.</p>
<p>Unix time is the number of seconds that have elapsed since 1970-01-01
00:00:00 UTC, regardless of the time zone associated with <em class="parameter"><code>datetime</code></em>
.</p>
<div class="refsect3">
<a name="id-1.5.11.7.45.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.45.7"></a><h4>Returns</h4>
<p> the Unix time corresponding to <em class="parameter"><code>datetime</code></em>
</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-to-timeval"></a><h3>g_date_time_to_timevalย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
g_date_time_to_timeval (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> *tv</code></em>);</pre>
<p>Stores the instant in time that <em class="parameter"><code>datetime</code></em>
represents into <em class="parameter"><code>tv</code></em>
.</p>
<p>The time contained in a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> is always stored in the form of
seconds elapsed since 1970-01-01 00:00:00 UTC, regardless of the time
zone associated with <em class="parameter"><code>datetime</code></em>
.</p>
<p>On systems where 'long' is 32bit (ie: all 32bit systems and all
Windows systems), a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> is incapable of storing the entire
range of values that <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> is capable of expressing. On those
systems, this function returns <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a> to indicate that the time is
out of range.</p>
<p>On systems where 'long' is 64bit, this function never fails.</p>
<div class="refsect3">
<a name="id-1.5.11.7.46.8"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>tv</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-Date-and-Time-Functions.html#GTimeVal" title="struct GTimeVal"><span class="type">GTimeVal</span></a> to modify</p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.46.9"></a><h4>Returns</h4>
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if successful, else <a class="link" href="glib-Standard-Macros.html#FALSE:CAPS" title="FALSE"><code class="literal">FALSE</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-utc-offset"></a><h3>g_date_time_get_utc_offsetย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GTimeSpan" title="GTimeSpan"><span class="returnvalue">GTimeSpan</span></a>
g_date_time_get_utc_offset (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Determines the offset to UTC in effect at the time and in the time
zone of <em class="parameter"><code>datetime</code></em>
.</p>
<p>The offset is the number of microseconds that you add to UTC time to
arrive at local time for the time zone (ie: negative numbers for time
zones west of GMT, positive numbers for east).</p>
<p>If <em class="parameter"><code>datetime</code></em>
represents UTC time, then the offset is always zero.</p>
<div class="refsect3">
<a name="id-1.5.11.7.47.7"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.47.8"></a><h4>Returns</h4>
<p> the number of microseconds that should be added to UTC to
get the local time</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-get-timezone-abbreviation"></a><h3>g_date_time_get_timezone_abbreviationย ()</h3>
<pre class="programlisting">const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a>ย *
g_date_time_get_timezone_abbreviation (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Determines the time zone abbreviation to be used at the time and in
the time zone of <em class="parameter"><code>datetime</code></em>
.</p>
<p>For example, in Toronto this is currently "EST" during the winter
months and "EDT" during the summer months when daylight savings
time is in effect.</p>
<div class="refsect3">
<a name="id-1.5.11.7.48.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.48.7"></a><h4>Returns</h4>
<p> the time zone abbreviation. The returned
string is owned by the <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> and it should not be
modified or freed. </p>
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-is-daylight-savings"></a><h3>g_date_time_is_daylight_savingsย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gboolean" title="gboolean"><span class="returnvalue">gboolean</span></a>
g_date_time_is_daylight_savings (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Determines if daylight savings time is in effect at the time and in
the time zone of <em class="parameter"><code>datetime</code></em>
.</p>
<div class="refsect3">
<a name="id-1.5.11.7.49.5"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.49.6"></a><h4>Returns</h4>
<p> <a class="link" href="glib-Standard-Macros.html#TRUE:CAPS" title="TRUE"><code class="literal">TRUE</code></a> if daylight savings time is in effect</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-to-timezone"></a><h3>g_date_time_to_timezoneย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_to_timezone (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code><a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a> *tz</code></em>);</pre>
<p>Create a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the same instant in time as
<em class="parameter"><code>datetime</code></em>
, but in the time zone <em class="parameter"><code>tz</code></em>
.</p>
<p>This call can fail in the case that the time goes out of bounds. For
example, converting 0001-01-01 00:00:00 UTC to a time zone west of
Greenwich will fail (due to the year 0 being out of range).</p>
<p>You should release the return value by calling <a class="link" href="glib-GDateTime.html#g-date-time-unref" title="g_date_time_unrefย ()"><code class="function">g_date_time_unref()</code></a>
when you are done with it.</p>
<div class="refsect3">
<a name="id-1.5.11.7.50.7"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>tz</p></td>
<td class="parameter_description"><p>the new <a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.50.8"></a><h4>Returns</h4>
<p> a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a>, or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-to-local"></a><h3>g_date_time_to_localย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_to_local (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Creates a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the same instant in time as
<em class="parameter"><code>datetime</code></em>
, but in the local time zone.</p>
<p>This call is equivalent to calling <a class="link" href="glib-GDateTime.html#g-date-time-to-timezone" title="g_date_time_to_timezoneย ()"><code class="function">g_date_time_to_timezone()</code></a> with the
time zone returned by <a class="link" href="glib-GTimeZone.html#g-time-zone-new-local" title="g_time_zone_new_localย ()"><code class="function">g_time_zone_new_local()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.51.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.51.7"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-to-utc"></a><h3>g_date_time_to_utcย ()</h3>
<pre class="programlisting"><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="returnvalue">GDateTime</span></a>ย *
g_date_time_to_utc (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>);</pre>
<p>Creates a new <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> corresponding to the same instant in time as
<em class="parameter"><code>datetime</code></em>
, but in UTC.</p>
<p>This call is equivalent to calling <a class="link" href="glib-GDateTime.html#g-date-time-to-timezone" title="g_date_time_to_timezoneย ()"><code class="function">g_date_time_to_timezone()</code></a> with the
time zone returned by <a class="link" href="glib-GTimeZone.html#g-time-zone-new-utc" title="g_time_zone_new_utcย ()"><code class="function">g_time_zone_new_utc()</code></a>.</p>
<div class="refsect3">
<a name="id-1.5.11.7.52.6"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>a <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.52.7"></a><h4>Returns</h4>
<p> the newly created <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="g-date-time-format"></a><h3>g_date_time_formatย ()</h3>
<pre class="programlisting"><a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="returnvalue">gchar</span></a>ย *
g_date_time_format (<em class="parameter"><code><a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a> *datetime</code></em>,
<em class="parameter"><code>const <a class="link" href="glib-Basic-Types.html#gchar" title="gchar"><span class="type">gchar</span></a> *format</code></em>);</pre>
<p>Creates a newly allocated string representing the requested <em class="parameter"><code>format</code></em>
.</p>
<p>The format strings understood by this function are a subset of the
<code class="function">strftime()</code> format language as specified by C99. The %D, %U and %W
conversions are not supported, nor is the 'E' modifier. The GNU
extensions %k, %l, %s and %P are supported, however, as are the
'0', '_' and '-' modifiers.</p>
<p>In contrast to <code class="function">strftime()</code>, this function always produces a UTF-8
string, regardless of the current locale. Note that the rendering of
many formats is locale-dependent and may not match the <code class="function">strftime()</code>
output exactly.</p>
<p>The following format specifiers are supported:</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>%a: the abbreviated weekday name according to the current locale</p></li>
<li class="listitem"><p>%A: the full weekday name according to the current locale</p></li>
<li class="listitem"><p>%b: the abbreviated month name according to the current locale</p></li>
<li class="listitem"><p>%B: the full month name according to the current locale</p></li>
<li class="listitem"><p>%c: the preferred date and time rpresentation for the current locale</p></li>
<li class="listitem"><p>%C: the century number (year/100) as a 2-digit integer (00-99)</p></li>
<li class="listitem"><p>%d: the day of the month as a decimal number (range 01 to 31)</p></li>
<li class="listitem"><p>%e: the day of the month as a decimal number (range 1 to 31)</p></li>
<li class="listitem"><p>%F: equivalent to <code class="literal">%Y-%m-%d</code> (the ISO 8601 date format)</p></li>
<li class="listitem"><p>%g: the last two digits of the ISO 8601 week-based year as a
decimal number (00-99). This works well with %V and %u.</p></li>
<li class="listitem"><p>%G: the ISO 8601 week-based year as a decimal number. This works
well with %V and %u.</p></li>
<li class="listitem"><p>%h: equivalent to %b</p></li>
<li class="listitem"><p>%H: the hour as a decimal number using a 24-hour clock (range 00 to 23)</p></li>
<li class="listitem"><p>%I: the hour as a decimal number using a 12-hour clock (range 01 to 12)</p></li>
<li class="listitem"><p>%j: the day of the year as a decimal number (range 001 to 366)</p></li>
<li class="listitem"><p>%k: the hour (24-hour clock) as a decimal number (range 0 to 23);
single digits are preceded by a blank</p></li>
<li class="listitem"><p>%l: the hour (12-hour clock) as a decimal number (range 1 to 12);
single digits are preceded by a blank</p></li>
<li class="listitem"><p>%m: the month as a decimal number (range 01 to 12)</p></li>
<li class="listitem"><p>%M: the minute as a decimal number (range 00 to 59)</p></li>
<li class="listitem"><p>%p: either "AM" or "PM" according to the given time value, or the
corresponding strings for the current locale. Noon is treated as
"PM" and midnight as "AM".</p></li>
<li class="listitem"><p>%P: like %p but lowercase: "am" or "pm" or a corresponding string for
the current locale</p></li>
<li class="listitem"><p>%r: the time in a.m. or p.m. notation</p></li>
<li class="listitem"><p>%R: the time in 24-hour notation (%H:%M)</p></li>
<li class="listitem"><p>%s: the number of seconds since the Epoch, that is, since 1970-01-01
00:00:00 UTC</p></li>
<li class="listitem"><p>%S: the second as a decimal number (range 00 to 60)</p></li>
<li class="listitem"><p>%t: a tab character</p></li>
<li class="listitem"><p>%T: the time in 24-hour notation with seconds (%H:%M:%S)</p></li>
<li class="listitem"><p>%u: the ISO 8601 standard day of the week as a decimal, range 1 to 7,
Monday being 1. This works well with %G and %V.</p></li>
<li class="listitem"><p>%V: the ISO 8601 standard week number of the current year as a decimal
number, range 01 to 53, where week 1 is the first week that has at
least 4 days in the new year. See <a class="link" href="glib-GDateTime.html#g-date-time-get-week-of-year" title="g_date_time_get_week_of_yearย ()"><code class="function">g_date_time_get_week_of_year()</code></a>.
This works well with %G and %u.</p></li>
<li class="listitem"><p>%w: the day of the week as a decimal, range 0 to 6, Sunday being 0.
This is not the ISO 8601 standard format -- use %u instead.</p></li>
<li class="listitem"><p>%x: the preferred date representation for the current locale without
the time</p></li>
<li class="listitem"><p>%X: the preferred time representation for the current locale without
the date</p></li>
<li class="listitem"><p>%y: the year as a decimal number without the century</p></li>
<li class="listitem"><p>%Y: the year as a decimal number including the century</p></li>
<li class="listitem"><p>%z: the time zone as an offset from UTC (+hhmm)</p></li>
<li class="listitem"><p>%:z: the time zone as an offset from UTC (+hh:mm).
This is a gnulib <code class="function">strftime()</code> extension. Since: 2.38</p></li>
<li class="listitem"><p>%::z: the time zone as an offset from UTC (+hh:mm:ss). This is a
gnulib <code class="function">strftime()</code> extension. Since: 2.38</p></li>
<li class="listitem"><p>%:::z: the time zone as an offset from UTC, with : to necessary
precision (e.g., -04, +05:30). This is a gnulib <code class="function">strftime()</code> extension. Since: 2.38</p></li>
<li class="listitem"><p>%Z: the time zone or name or abbreviation</p></li>
<li class="listitem"><p>%%: a literal % character</p></li>
</ul></div>
<p>Some conversion specifications can be modified by preceding the
conversion specifier by one or more modifier characters. The
following modifiers are supported for many of the numeric
conversions:</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>O: Use alternative numeric symbols, if the current locale supports those.</p></li>
<li class="listitem"><p>_: Pad a numeric result with spaces. This overrides the default padding
for the specifier.</p></li>
<li class="listitem"><p>-: Do not pad a numeric result. This overrides the default padding
for the specifier.</p></li>
<li class="listitem"><p>0: Pad a numeric result with zeros. This overrides the default padding
for the specifier.</p></li>
</ul></div>
<div class="refsect3">
<a name="id-1.5.11.7.53.11"></a><h4>Parameters</h4>
<div class="informaltable"><table width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>datetime</p></td>
<td class="parameter_description"><p>A <a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
<tr>
<td class="parameter_name"><p>format</p></td>
<td class="parameter_description"><p>a valid UTF-8 string, containing the format for the
<a class="link" href="glib-GDateTime.html#GDateTime" title="GDateTime"><span class="type">GDateTime</span></a></p></td>
<td class="parameter_annotations">ย </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="id-1.5.11.7.53.12"></a><h4>Returns</h4>
<p> a newly allocated string formatted to the requested format
or <a class="link" href="glib-Standard-Macros.html#NULL:CAPS" title="NULL"><code class="literal">NULL</code></a> in the case that there was an error. The string
should be freed with <a class="link" href="glib-Memory-Allocation.html#g-free" title="g_freeย ()"><code class="function">g_free()</code></a>.</p>
<p></p>
</div>
<p class="since">Since 2.26</p>
</div>
</div>
<div class="refsect1">
<a name="glib-GDateTime.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GTimeSpan"></a><h3>GTimeSpan</h3>
<pre class="programlisting">typedef gint64 GTimeSpan;
</pre>
<p>A value representing an interval of time, in microseconds.</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2">
<a name="GDateTime"></a><h3>GDateTime</h3>
<pre class="programlisting">typedef struct _GDateTime GDateTime;</pre>
<p><code class="literal">GDateTime</code> is an opaque structure whose members
cannot be accessed directly.</p>
<p class="since">Since 2.26</p>
</div>
</div>
<div class="refsect1">
<a name="glib-GDateTime.see-also"></a><h2>See Also</h2>
<p><a class="link" href="glib-GTimeZone.html#GTimeZone" title="GTimeZone"><span class="type">GTimeZone</span></a></p>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.21.1</div>
</body>
</html> | zhongliangkang/twemproxy41 | migrate/glib/docs/reference/glib/html/glib-GDateTime.html | HTML | apache-2.0 | 128,832 |
<!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:17 GMT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.taverna.scufl2.xml.ObjectFactory (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.ObjectFactory (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/ObjectFactory.html" title="class in org.apache.taverna.scufl2.xml">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/class-use/ObjectFactory.html" target="_top">Frames</a></li>
<li><a href="ObjectFactory.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.ObjectFactory" class="title">Uses of Class<br>org.apache.taverna.scufl2.xml.ObjectFactory</h2>
</div>
<div class="classUseContainer">No usage of org.apache.taverna.scufl2.xml.ObjectFactory</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/ObjectFactory.html" title="class in org.apache.taverna.scufl2.xml">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/class-use/ObjectFactory.html" target="_top">Frames</a></li>
<li><a href="ObjectFactory.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/class-use/ObjectFactory.html | HTML | apache-2.0 | 4,870 |
<!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.6"/>
<title>Hardware Locality (hwloc): hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s Struct 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="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Hardware Locality (hwloc)
 <span id="projectnumber">1.9</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00051.html">hwloc_topology_diff_u</a></li><li class="navelem"><a class="el" href="a00046.html">hwloc_topology_diff_obj_attr_s</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="a00058_source.html">diff.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a70a118ad288bd98f18c8ce6dc52e2d10"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a00096.html#ga4b86adb00c8b2d09ebc4ef8f3bfd92b2">hwloc_topology_diff_type_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#a70a118ad288bd98f18c8ce6dc52e2d10">type</a></td></tr>
<tr class="separator:a70a118ad288bd98f18c8ce6dc52e2d10"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acb9170a8eb3392656d70f7f3ef3e3eed"><td class="memItemLeft" align="right" valign="top">union <a class="el" href="a00051.html">hwloc_topology_diff_u</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#acb9170a8eb3392656d70f7f3ef3e3eed">next</a></td></tr>
<tr class="separator:acb9170a8eb3392656d70f7f3ef3e3eed"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa28a121d9e158b1e610fb844ae1c8824"><td class="memItemLeft" align="right" valign="top">unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#aa28a121d9e158b1e610fb844ae1c8824">obj_depth</a></td></tr>
<tr class="separator:aa28a121d9e158b1e610fb844ae1c8824"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb9f4d414470b6670cde8d90759a6c1c"><td class="memItemLeft" align="right" valign="top">unsigned </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#adb9f4d414470b6670cde8d90759a6c1c">obj_index</a></td></tr>
<tr class="separator:adb9f4d414470b6670cde8d90759a6c1c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a91f0645f9062e892652357cd141c8ebb"><td class="memItemLeft" align="right" valign="top">union <br class="typebreak"/>
<a class="el" href="a00048.html">hwloc_topology_diff_obj_attr_u</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#a91f0645f9062e892652357cd141c8ebb">diff</a></td></tr>
<tr class="separator:a91f0645f9062e892652357cd141c8ebb"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="a91f0645f9062e892652357cd141c8ebb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">union <a class="el" href="a00048.html">hwloc_topology_diff_obj_attr_u</a> hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s::diff</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="acb9170a8eb3392656d70f7f3ef3e3eed"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">union <a class="el" href="a00051.html">hwloc_topology_diff_u</a>* hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s::next</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="aa28a121d9e158b1e610fb844ae1c8824"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s::obj_depth</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="adb9f4d414470b6670cde8d90759a6c1c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s::obj_index</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a70a118ad288bd98f18c8ce6dc52e2d10"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="a00096.html#ga4b86adb00c8b2d09ebc4ef8f3bfd92b2">hwloc_topology_diff_type_t</a> hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s::type</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="a00058_source.html">diff.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Mar 26 2014 11:09:48 for Hardware Locality (hwloc) by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
| sungeunchoi/chapel | third-party/hwloc/hwloc-1.9/doc/doxygen-doc/html/a00046.html | HTML | apache-2.0 | 6,908 |
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>EMDUR</title>
</head>
<body>
<h1>Login incorreto, <a href="javascript:history.back(-1)">tente novamente!</a></h1>
<br/>
</body>
</html>
| luizgustavocosta/EmdurWebApp | web/WEB-INF/loginError.html | HTML | apache-2.0 | 391 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Doc-O-Matic" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="default.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '!!CLASSES_Lightstreamer_DotNet_Client.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<div class="Element731">
<div class="Element730">
<a href="#" onclick="ToggleAllElements('436C6173736573,4E616D657370616365,4C696E6B73', 'linkToggleAllElements', 'imgToggleAllElements', 'Collapse All', 'Expand All');"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="imgToggleAllElements"></a><a href="#" id="linkToggleAllElements" onclick="ToggleAllElements('436C6173736573,4E616D657370616365,4C696E6B73', 'linkToggleAllElements', 'imgToggleAllElements', 'Collapse All', 'Expand All');">Collapse All</a></div>
</div>
<div class="Element92">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="33%">
<div class="Element1">
Lightstreamer Silverlight Client 1.3</div>
</td><td width="34%">
<div class="Element2">
<a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div>
</td><td width="33%">
<div class="Element90">
<a href="Lightstreamer_DotNet_Client.html" target="topic"><img src="btn_prev_black.gif" border="0" alt="Previous" title="Previous" onmouseover="switchImage(this, 'btn_prev_black_hover.gif');" onmouseout="switchImage(this, 'btn_prev_black.gif');"></a><a href="Lightstreamer_DotNet_Client.html" target="topic"><img src="btn_up_black.gif" border="0" alt="Up" title="Up" onmouseover="switchImage(this, 'btn_up_black_hover.gif');" onmouseout="switchImage(this, 'btn_up_black.gif');"></a><a href="Lightstreamer_DotNet_Client_ClientException.html" target="topic"><img src="btn_next_black.gif" border="0" alt="Next" title="Next" onmouseover="switchImage(this, 'btn_next_black_hover.gif');" onmouseout="switchImage(this, 'btn_next_black.gif');"></a></div>
</td></tr></table><div class="Element5">
Classes</div>
<div class="Element7">
<a href="_!!CLASSES_Lightstreamer_DotNet_Client_14_Classes.html" target="topic">Classes</a> <a href="Lightstreamer_DotNet_Client.html" target="topic">Lightstreamer.DotNet.Client Namespace</a> <a href="_!!CLASSES_Lightstreamer_DotNet_Client_14_Legend.html" target="topic">Legend</a></div>
</div>
</div>
<!-- End Page Header -->
<!-- Begin Client Area -->
<div class="Element720" id="areascroll">
<div class="Element721">
<!-- Begin Page Content -->
<div class="Element58">
<a name="53756D6D617279"></a><div class="Element11">
<div class="Element10">
<p class="Element10">
The following table lists classes in this documentation.</p></div>
</div>
<a name="436C6173736573"></a><div class="Element14">
<a onclick="toggleVisibilityStored('436C6173736573');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img436C6173736573">Classes</a></div>
<div id="div436C6173736573">
<div class="Element11">
<div class="Element10">
<div class="Element212">
<div class="TableDiv">
<table cellspacing="0" class="Table0">
<tr>
<td class="Element200" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element201">
</div></td><td class="Element200" valign="top" width="30%">
<div class="Element201">
Name </div></td><td class="Element204" valign="top" width="60%">
<div class="Element205">
Description </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ClientException.html" target="topic">ClientException</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Base class for all exceptions directly thrown by library methods. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionConstraints.html" target="topic">ConnectionConstraints</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Collects the constraints to be applied on the overall data flow from the Connection. They can only be used in order to restrict the constraints set by Lightstreamer Server Metadata Adapter.<br>Currently, only a constraint on the bandwidth is supported.<br> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ConnectionInfo.html" target="topic">ConnectionInfo</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Collects the parameters related to a connection request to Lightstreamer server. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_ExtendedTableInfo.html" target="topic">ExtendedTableInfo</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Contains the specification of a table to be subscribed to Lightstreamer Server. All the items and fields in the table are supplied. <a href="Lightstreamer_DotNet_Client_ExtendedTableInfo_Group.html" target="topic">Group</a> and <a href="Lightstreamer_DotNet_Client_ExtendedTableInfo_Schema.html" target="topic">Schema</a> names to be sent to the Server are made by space separated concatenations of item and field names. This name convention is suitable for a Metadata Adapter derived from LiteralBasedProvider or equivalent to it. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_LSClient.html" target="topic">LSClient</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Encapsulates a single connector to Lightstreamer Server. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_MessageInfo.html" target="topic">MessageInfo</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
A message object that will be sent to a Lightstreamer Server through a call to LSClient.SendMessage The class contains the message string, the sequence to which such message is associated and a timeout to wait before the server declares lost the previous message in sequence. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_PushConnException.html" target="topic">PushConnException</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Thrown when the connection to Lightstreamer Server cannot be established or in case of abnormal connection termination. It can be received both in a synchronous and an asynchronous way. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_PushServerException.html" target="topic">PushServerException</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Thrown in case of an unexpected answer or error condition received from Lightstreamer Server. A detailed error code is supplied, to support automatic recovery actions. It can be received both in a synchronous and an asynchronous way. In normal operation, this exception should never be received. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_PushUserException.html" target="topic">PushUserException</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Thrown in case the Server refuses to satisfy a request because of the constraints imposed by the Metadata Adapter or by Server configuration. A detailed error code is supplied. Both the error code and the message are received from the Server. In particular:<br>- A positive error code is issued by the Server after checking the request against the constraints imposed by the Metadata Adapter or by its own configuration. See the text protocol documentation for a reference of the error codes that can be issued in response to stream/poll requests.<br>- A zero or negative error code is issued... <a href="Lightstreamer_DotNet_Client_PushUserException.html" target="topic">more</a> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_SimpleTableInfo.html" target="topic">SimpleTableInfo</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Contains the specification of a table to be subscribed to Lightstreamer Server. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_SubscrException.html" target="topic">SubscrException</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Thrown if a subscription or unsubscription specification is not correct or the request cannot be executed for some reason. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_class.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_SubscribedTableKey.html" target="topic">SubscribedTableKey</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Key object to be used to unsubscribe tables. </div></td></tr></table></div></div>
</div>
</div>
</div>
<a name="4E616D657370616365"></a><div class="Element14">
<a onclick="toggleVisibilityStored('4E616D657370616365');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img4E616D657370616365">Namespace</a></div>
<div id="div4E616D657370616365">
<div class="Element11">
<div class="Element10">
<p class="Element10">
<a href="Lightstreamer_DotNet_Client.html" target="topic">Lightstreamer.DotNet.Client Namespace</a></p></div>
</div>
</div>
<a name="4C696E6B73"></a><div class="Element14">
<a onclick="toggleVisibilityStored('4C696E6B73');" class="a_Element14"><img src="btn_collapse_2.gif" border="0" alt="" title="" id="img4C696E6B73">Links</a></div>
<div id="div4C696E6B73">
<div class="Element11">
<div class="Element10">
<a href="_!!CLASSES_Lightstreamer_DotNet_Client_14_Classes.html" target="topic">Classes</a>, <a href="Lightstreamer_DotNet_Client.html" target="topic">Lightstreamer.DotNet.Client Namespace</a>, <a href="_!!CLASSES_Lightstreamer_DotNet_Client_14_Legend.html" target="topic">Legend</a></div>
</div>
</div>
</div>
<!-- End Page Content -->
<!-- Begin Page Footer -->
<div class="Element93">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="100%">
<div class="Element3">
<a href="http://www.lightstreamer.com/" target="_blank">Copyright (C) 2004-2011 Weswit s.r.l.</a></div>
</td></tr><tr><td width="100%">
<div class="Element4">
<a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div>
</td></tr></table></div>
<!-- End Page Footer -->
</div>
</div>
<!-- End Client Area -->
</body></html> | cityindex-attic/CIAPI.CS | src/packages/Lightstreamer 4.2 Client/sdk_client_silverlight/doc/API-reference/!!CLASSES_Lightstreamer_DotNet_Client.html | HTML | apache-2.0 | 14,381 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Thu Sep 29 16:37:39 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class energy.usef.agr.workflow.plan.connection.profile.AgrCreateUdiCoordinator (usef-root-pom 1.3.6 API)</title>
<meta name="date" content="2016-09-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class energy.usef.agr.workflow.plan.connection.profile.AgrCreateUdiCoordinator (usef-root-pom 1.3.6 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../energy/usef/agr/workflow/plan/connection/profile/AgrCreateUdiCoordinator.html" title="class in energy.usef.agr.workflow.plan.connection.profile">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?energy/usef/agr/workflow/plan/connection/profile/class-use/AgrCreateUdiCoordinator.html" target="_top">Frames</a></li>
<li><a href="AgrCreateUdiCoordinator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class energy.usef.agr.workflow.plan.connection.profile.AgrCreateUdiCoordinator" class="title">Uses of Class<br>energy.usef.agr.workflow.plan.connection.profile.AgrCreateUdiCoordinator</h2>
</div>
<div class="classUseContainer">No usage of energy.usef.agr.workflow.plan.connection.profile.AgrCreateUdiCoordinator</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../energy/usef/agr/workflow/plan/connection/profile/AgrCreateUdiCoordinator.html" title="class in energy.usef.agr.workflow.plan.connection.profile">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?energy/usef/agr/workflow/plan/connection/profile/class-use/AgrCreateUdiCoordinator.html" target="_top">Frames</a></li>
<li><a href="AgrCreateUdiCoordinator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016. All rights reserved.</small></p>
</body>
</html>
| USEF-Foundation/ri.usef.energy | usef-javadoc/energy/usef/agr/workflow/plan/connection/profile/class-use/AgrCreateUdiCoordinator.html | HTML | apache-2.0 | 5,228 |
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<div class="x_panel">
<div class="x_title">
<ol class="breadcrumb pull-left">
<li><a ng-click="navigateToPath('/cdns')">CDNs</a></li>
<li><a ng-click="navigateToPath('/cdns/' + cdn.id)">{{cdn.name}}</a></li>
<li><a ng-click="navigateToPath('/cdns/' + cdn.id + '/federations')">Federations</a></li>
<li><a ng-click="navigateToPath('/cdns/' + cdn.id + '/federations/' + federation.id)">{{federation.cname}}</a></li>
<li class="active">Users</li>
</ol>
<div class="pull-right">
<button class="btn btn-primary" title="Link Users to Federation" ng-click="selectUsers()"><i class="fa fa-link"></i></button>
<button class="btn btn-default" title="Refresh" ng-click="refresh()"><i class="fa fa-refresh"></i></button>
</div>
<div class="clearfix"></div>
</div>
<div class="x_content">
<br>
<table id="federationUsersTable" class="table responsive-utilities jambo_table">
<thead>
<tr class="headings">
<th>Full Name</th>
<th>Username</th>
<th>Email</th>
<th>Company</th>
<th>Role</th>
<th></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="user in ::users">
<td>{{::user.fullName}}</td>
<td>{{::user.username}}</td>
<td>{{::user.email}}</td>
<td>{{::user.company}}</td>
<td>{{::user.role}}</td>
<td><button type="button" class="btn btn-link" title="Unlink User from Federation" ng-click="confirmRemoveUser(user)"><i class="fa fa-chain-broken"></i></button></td>
</tr>
</tbody>
</table>
</div>
</div>
| alficles/incubator-trafficcontrol | traffic_portal/app/src/common/modules/table/cdnFederationUsers/table.cdnFederationUsers.tpl.html | HTML | apache-2.0 | 2,604 |
<div ng-form class="table-responsive" ng-class="{'pi-page-submitted':$parent.$parent.submitAttempt}">
<table class="table table-hover">
<colgroup>
<col
ng-if="!data.rowStemHide"
></col>
<col
ng-repeat="column in columns"
ng-style="column.css"
></col>
</colgroup>
<thead ng-if="!data.columnStemHide">
<tr>
<th
ng-style="allCss(data.columnStemCss,column.stemCss, data.rowStemCss)"
ng-if="!data.rowStemHide"
></th>
<th
ng-repeat="column in columns"
ng-bind-html="column.stem"
ng-style="allCss(data.columnStemCss,column.stemCss)"
></th>
</tr>
</thead>
<tbody>
<tr
ng-repeat="row in rows"
quest-multi-grid-row="row"
quest-multi-grid-data="data"
ng-model="$parent.$parent.current.questions[row.name]"
></tr>
</tbody>
</table>
<div pi-quest-validation="form.$error.required">{{data.errorMsg.required || "Please respond to this question"}}</div>
<div pi-quest-validation="form.$error.pattern">{{data.errorMsg.pattern || "wrong pattern!"}}</div>
</div>
| minnojs/minno-quest | src/js/quest/directives/multiGrid/multiGrid.html | HTML | apache-2.0 | 1,053 |
{% extends 'admin/master.html' %}
{% block body %}
<p>Hello world</p>
{% endblock %} | CMPUT404W16/social-dist | fbook/templates/admin/index.html | HTML | apache-2.0 | 87 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_23) on Fri Nov 23 14:03:50 GMT 2012 -->
<TITLE>
Uses of Class org.apache.nutch.microformats.reltag.RelTagIndexingFilter (apache-nutch 1.6 API)
</TITLE>
<META NAME="date" CONTENT="2012-11-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.nutch.microformats.reltag.RelTagIndexingFilter (apache-nutch 1.6 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/nutch/microformats/reltag/RelTagIndexingFilter.html" title="class in org.apache.nutch.microformats.reltag"><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/nutch/microformats/reltag//class-useRelTagIndexingFilter.html" target="_top"><B>FRAMES</B></A>
<A HREF="RelTagIndexingFilter.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.nutch.microformats.reltag.RelTagIndexingFilter</B></H2>
</CENTER>
No usage of org.apache.nutch.microformats.reltag.RelTagIndexingFilter
<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/nutch/microformats/reltag/RelTagIndexingFilter.html" title="class in org.apache.nutch.microformats.reltag"><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/nutch/microformats/reltag//class-useRelTagIndexingFilter.html" target="_top"><B>FRAMES</B></A>
<A HREF="RelTagIndexingFilter.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 © 2012 The Apache Software Foundation
</BODY>
</HTML>
| yahoo/anthelion | docs/api/org/apache/nutch/microformats/reltag/class-use/RelTagIndexingFilter.html | HTML | apache-2.0 | 6,243 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>DigestFlags Structure Reference</title>
<link rel="stylesheet" type="text/css" href="../../../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../../../css/highlight.css" />
<meta charset='utf-8'>
<script src="../../../js/jquery.min.js" defer></script>
<script src="../../../js/jazzy.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Struct/DigestFlags" class="dashAnchor"></a>
<a title="DigestFlags Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">Appudo Docs</a></p>
<p class="header-right"><a href="https://www.github.com/Appudo"><img src="../../../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../../index.html">Appudo Reference</a>
<img id="carat" src="../../../img/carat.png" />
DigestFlags Structure 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/Async.html">Async</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/FileItemList.html">FileItemList</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/HTTPClient.html">HTTPClient</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/HTTPClient/HTTPVersion.html">โ HTTPVersion</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/ManagedCharBuffer.html">ManagedCharBuffer</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/SQLQry.html">SQLQry</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/TimedArray.html">TimedArray</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/TimedArray/TimedArrayError.html">โ TimedArrayError</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/UserAsync.html">UserAsync</a>
</li>
<li class="nav-group-task">
<a href="../../Classes/UserList.html">UserList</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../../Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../../Enums/ControlResult.html">ControlResult</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo14ErrorEventTypeO">ErrorEventType</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo15HTTPRequestTypeO">HTTPRequestType</a>
</li>
<li class="nav-group-task">
<a href="../../Enums/InetAddr.html">InetAddr</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo12InetAddrTypeO">InetAddrType</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo19InternalAppudoErrorO">InternalAppudoError</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo25InternalHTTPRequestStatusO">InternalHTTPRequestStatus</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo4LangO">Lang</a>
</li>
<li class="nav-group-task">
<a href="../../Enums.html#/s:9libappudo8LinkTypeO">LinkType</a>
</li>
<li class="nav-group-task">
<a href="../../Enums/UploadResult.html">UploadResult</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/Date.html">Date</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../../Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo2lnopxSgAA10AsyncValueVyACGlF"><!(_:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo2lnoixSgAA10AsyncErrorVz_AA0C5ValueVyACGtlF"><!(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo2lqopSbyycF"><?(_:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo2qgoiSbAA10AsyncValueVyxGz_yAA0C0CctAA0C7ReverseRzlF">?>(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo2qgoiSbAA10AsyncValueVyxGz_yyctAA0C7ReverseRzlF">?>(_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo12AlphasortASCs5Int32VAA13_UserListItemV1a_AF1btF">AlphasortASC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo12AlphasortASCs5Int32VAA8FileItemV1a_AF1btF">AlphasortASC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo12AlphasortDSCs5Int32VAA13_UserListItemV1a_AF1btF">AlphasortDSC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo12AlphasortDSCs5Int32VAA8FileItemV1a_AF1btF">AlphasortDSC(a:b:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo13appudo_assertySbyXK_SSyXKs12StaticStringVSutF">appudo_assert(_:_:_:_:)</a>
</li>
<li class="nav-group-task">
<a href="../../Functions.html#/s:9libappudo4sendyypd_tF">send(_:)</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.html#/s:9libappudo15DataWriteSourceP">DataWriteSource</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/FastCodable.html">FastCodable</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/FileLockable.html">FileLockable</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/FileSeekable.html">FileSeekable</a>
</li>
<li class="nav-group-task">
<a href="../../Protocols/FileSendSource.html">FileSendSource</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../../Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../../Structs/ACME.html">ACME</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/ACME/RequestFlags.html">โ RequestFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/AccountID.html">AccountID</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/AppudoError.html">AppudoError</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/AsyncError.html">AsyncError</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo10AsyncTimerV">AsyncTimer</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/AsyncValue.html">AsyncValue</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Base64.html">Base64</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/BaseMenuItem.html">BaseMenuItem</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/CHASH.html">CHASH</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/CHASH/DigestFlags.html">โ DigestFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/CHASH/Item.html">โ Item</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Cert.html">Cert</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Cert/CertFlags.html">โ CertFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/CertID.html">CertID</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/CharBufferData.html">CharBufferData</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/ControlData.html">ControlData</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/ControlInfo.html">ControlInfo</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo3DirV">Dir</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Disk.html">Disk</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo8DiskStatV">DiskStat</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo6DomainV">Domain</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/ErrorEvent.html">ErrorEvent</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo5EventV">Event</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileItem.html">FileItem</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileItem/Flag.html">โ Flag</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileItem/RenameFlags.html">โ RenameFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileItem/MKPathFlags.html">โ MKPathFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileItem/Mode.html">โ Mode</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileItem/AccessMode.html">โ AccessMode</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileSeekFlag.html">FileSeekFlag</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/FileStat.html">FileStat</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo8FileViewV">FileView</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Group.html">Group</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/GroupID.html">GroupID</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo9GroupInfoV">GroupInfo</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/HMAC.html">HMAC</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/HMAC/DigestFlags.html">โ DigestFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/HMAC/Item.html">โ Item</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/HTTPRequestStatus.html">HTTPRequestStatus</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Hex.html">Hex</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Link.html">Link</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Mail.html">Mail</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Mail.html#/s:9libappudo4MailV8AuthTypeO">โ AuthType</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo6MemVarV">MemVar</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Memory.html">Memory</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/PDF.html">PDF</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/PDF/PDFCreateFlags.html">โ PDFCreateFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/PDF.html#/s:9libappudo3PDFV13PDFSignDigestO">โ PDFSignDigest</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/PDF/PDFSignFlags.html">โ PDFSignFlags</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo4PageV">Page</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Proc.html">Proc</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Rand.html">Rand</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo4RoleV">Role</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Run.html">Run</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/RunID.html">RunID</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/SQLQryErrCode.html">SQLQryErrCode</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/SQLQryValue.html">SQLQryValue</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo7SettingV">Setting</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/SettingVar.html">SettingVar</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Socket.html">Socket</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/StaticDomain.html">StaticDomain</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/System.html">System</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/Timer.html">Timer</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/URL.html">URL</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/User.html">User</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/UserID.html">UserID</a>
</li>
<li class="nav-group-task">
<a href="../../Structs.html#/s:9libappudo8UserInfoV">UserInfo</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/UserListItem.html">UserListItem</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/WatchEvent.html">WatchEvent</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/WatchFlag.html">WatchFlag</a>
</li>
<li class="nav-group-task">
<a href="../../Structs/zBase32.html">zBase32</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>DigestFlags</h1>
<div class="declaration">
<div class="language">
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">struct</span> <span class="kt">DigestFlags</span> <span class="p">:</span> <span class="kt">OptionSet</span></code></pre>
</div>
</div>
<p>TODO</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV8rawValues5Int32Vvp"></a>
<a name="//apple_ref/swift/Property/rawValue" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV8rawValues5Int32Vvp">rawValue</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>TODO</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">rawValue</span><span class="p">:</span> <span class="kt">Int32</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsVAEs5Int32V8rawValue_tcfc"></a>
<a name="//apple_ref/swift/Method/init(rawValue:)" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsVAEs5Int32V8rawValue_tcfc">init(rawValue:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>TODO</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span><span class="nv">rawValue</span><span class="p">:</span> <span class="kt">Int32</span><span class="p">)</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV3MD5AEvpZ"></a>
<a name="//apple_ref/swift/Variable/MD5" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV3MD5AEvpZ">MD5</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Default is MD5.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">MD5</span><span class="p">:</span> <span class="kt"><a href="../../Structs/HMAC.html">HMAC</a></span><span class="o">.</span><span class="kt">DigestFlags</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV4SHA1AEvpZ"></a>
<a name="//apple_ref/swift/Variable/SHA1" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV4SHA1AEvpZ">SHA1</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SHA1.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">SHA1</span><span class="p">:</span> <span class="kt"><a href="../../Structs/HMAC.html">HMAC</a></span><span class="o">.</span><span class="kt">DigestFlags</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV6SHA224AEvpZ"></a>
<a name="//apple_ref/swift/Variable/SHA224" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV6SHA224AEvpZ">SHA224</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SHA224.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">SHA224</span><span class="p">:</span> <span class="kt"><a href="../../Structs/HMAC.html">HMAC</a></span><span class="o">.</span><span class="kt">DigestFlags</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV6SHA256AEvpZ"></a>
<a name="//apple_ref/swift/Variable/SHA256" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV6SHA256AEvpZ">SHA256</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SHA256.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">SHA256</span><span class="p">:</span> <span class="kt"><a href="../../Structs/HMAC.html">HMAC</a></span><span class="o">.</span><span class="kt">DigestFlags</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV6SHA384AEvpZ"></a>
<a name="//apple_ref/swift/Variable/SHA384" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV6SHA384AEvpZ">SHA384</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SHA384.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">SHA384</span><span class="p">:</span> <span class="kt"><a href="../../Structs/HMAC.html">HMAC</a></span><span class="o">.</span><span class="kt">DigestFlags</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV6SHA512AEvpZ"></a>
<a name="//apple_ref/swift/Variable/SHA512" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV6SHA512AEvpZ">SHA512</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>SHA512.</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">static</span> <span class="k">let</span> <span class="nv">SHA512</span><span class="p">:</span> <span class="kt"><a href="../../Structs/HMAC.html">HMAC</a></span><span class="o">.</span><span class="kt">DigestFlags</span></code></pre>
</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:9libappudo4HMACV11DigestFlagsV3hasSbAEF"></a>
<a name="//apple_ref/swift/Method/has(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:9libappudo4HMACV11DigestFlagsV3hasSbAEF">has(_:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>TODO</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">has</span><span class="p">(</span><span class="n">_</span> <span class="nv">f</span><span class="p">:</span> <span class="kt">DigestFlags</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Bool</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2018 <a class="link" href="" target="_blank" rel="external">source@appudo.com</a>. All rights reserved. (Last updated: 2018-07-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy โชโซ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
| Appudo/Appudo.github.io | static/dashs/www.appudo.com/d/pub/api/docs_1.3.1/docsets/Appudo.docset/Contents/Resources/Documents/Structs/HMAC/DigestFlags.html | HTML | apache-2.0 | 31,197 |
<!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:24 EST 2014 -->
<title>CompactionMetadata.CompactionMetadataSerializer (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="CompactionMetadata.CompactionMetadataSerializer (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CompactionMetadata.CompactionMetadataSerializer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html" target="_top">Frames</a></li>
<li><a href="CompactionMetadata.CompactionMetadataSerializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.io.sstable.metadata</div>
<h2 title="Class CompactionMetadata.CompactionMetadataSerializer" class="title">Class CompactionMetadata.CompactionMetadataSerializer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.io.sstable.metadata.CompactionMetadata.CompactionMetadataSerializer</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata">IMetadataComponentSerializer</a><<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="strong">CompactionMetadata.CompactionMetadataSerializer</span>
extends java.lang.Object
implements <a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata">IMetadataComponentSerializer</a><<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a>></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html#CompactionMetadata.CompactionMetadataSerializer()">CompactionMetadata.CompactionMetadataSerializer</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html#deserialize(org.apache.cassandra.io.sstable.Descriptor.Version,%20java.io.DataInput)">deserialize</a></strong>(<a href="../../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version,
java.io.DataInput in)</code>
<div class="block">Deserialize metadata component from given input.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html#serialize(org.apache.cassandra.io.sstable.metadata.CompactionMetadata,%20org.apache.cassandra.io.util.DataOutputPlus)">serialize</a></strong>(<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a> component,
<a href="../../../../../../org/apache/cassandra/io/util/DataOutputPlus.html" title="interface in org.apache.cassandra.io.util">DataOutputPlus</a> out)</code>
<div class="block">Serialize metadata component to given output.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html#serializedSize(org.apache.cassandra.io.sstable.metadata.CompactionMetadata)">serializedSize</a></strong>(<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a> component)</code>
<div class="block">Calculate and return serialized size.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CompactionMetadata.CompactionMetadataSerializer()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CompactionMetadata.CompactionMetadataSerializer</h4>
<pre>public CompactionMetadata.CompactionMetadataSerializer()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="serializedSize(org.apache.cassandra.io.sstable.metadata.CompactionMetadata)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializedSize</h4>
<pre>public int serializedSize(<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a> component)
throws java.io.IOException</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html#serializedSize(T)">IMetadataComponentSerializer</a></code></strong></div>
<div class="block">Calculate and return serialized size.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html#serializedSize(T)">serializedSize</a></code> in interface <code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata">IMetadataComponentSerializer</a><<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a>></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>component</code> - MetadataComponent to calculate serialized size</dd>
<dt><span class="strong">Returns:</span></dt><dd>serialized size of this component</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="serialize(org.apache.cassandra.io.sstable.metadata.CompactionMetadata, org.apache.cassandra.io.util.DataOutputPlus)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public void serialize(<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a> component,
<a href="../../../../../../org/apache/cassandra/io/util/DataOutputPlus.html" title="interface in org.apache.cassandra.io.util">DataOutputPlus</a> out)
throws java.io.IOException</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html#serialize(T,%20org.apache.cassandra.io.util.DataOutputPlus)">IMetadataComponentSerializer</a></code></strong></div>
<div class="block">Serialize metadata component to given output.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html#serialize(T,%20org.apache.cassandra.io.util.DataOutputPlus)">serialize</a></code> in interface <code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata">IMetadataComponentSerializer</a><<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a>></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>component</code> - MetadataComponent to serialize</dd><dd><code>out</code> - serialize destination</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="deserialize(org.apache.cassandra.io.sstable.Descriptor.Version, java.io.DataInput)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>deserialize</h4>
<pre>public <a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a> deserialize(<a href="../../../../../../org/apache/cassandra/io/sstable/Descriptor.Version.html" title="class in org.apache.cassandra.io.sstable">Descriptor.Version</a> version,
java.io.DataInput in)
throws java.io.IOException</pre>
<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html#deserialize(org.apache.cassandra.io.sstable.Descriptor.Version,%20java.io.DataInput)">IMetadataComponentSerializer</a></code></strong></div>
<div class="block">Deserialize metadata component from given input.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html#deserialize(org.apache.cassandra.io.sstable.Descriptor.Version,%20java.io.DataInput)">deserialize</a></code> in interface <code><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata">IMetadataComponentSerializer</a><<a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata">CompactionMetadata</a>></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>version</code> - serialize version</dd><dd><code>in</code> - deserialize source</dd>
<dt><span class="strong">Returns:</span></dt><dd>Deserialized component</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CompactionMetadata.CompactionMetadataSerializer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/CompactionMetadata.html" title="class in org.apache.cassandra.io.sstable.metadata"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/cassandra/io/sstable/metadata/IMetadataComponentSerializer.html" title="interface in org.apache.cassandra.io.sstable.metadata"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html" target="_top">Frames</a></li>
<li><a href="CompactionMetadata.CompactionMetadataSerializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>
| anuragkapur/cassandra-2.1.2-ak-skynet | apache-cassandra-2.1.2/javadoc/org/apache/cassandra/io/sstable/metadata/CompactionMetadata.CompactionMetadataSerializer.html | HTML | apache-2.0 | 17,940 |
<p>
Due to an error handling problem in the authentication mechanism, it is possible to authenticate as the 'webgoat' user without entering a password. Try to login as the webgoat user without specifying a password.</p>
<hr>
<!--LoginForm-->
<div class="row">
<div class="col-sm-offset-2 col-sm-5">
<h4>Sign In</h4>
</div>
</div>
<form class="form-horizontal" role="form" method="POST">
<div class="form-group">
<label for="username" class="col-sm-2 control-label">UserName:</label>
<div class="col-sm-5">
<input type="text" class="form-control" name="username" id="username" placeholder="User Name">
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-2 control-label">Password:</label>
<div class="col-sm-5">
<input type="password" class="form-control" name="password" id="password" placeholder="Password">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-5">
<input type="submit" name="submit" value="Login" class="btn btn-default">
</div>
</div>
</form>
| shivamdixit/WebGoatPHP | challenges/single/FailOpenAuthentication/content.html | HTML | apache-2.0 | 1,147 |
<!DOCTYPE html>
<html>
<head>
<title>=^.^=</title>
<link rel="stylesheet" type="text/css" href="/css/main.css" >
<script data-main="app.js" src="/js/lib/require.js"></script>
<script>
require.config({
baseUrl: "/audioSketches/weddingBells/",
paths: {
"Womb" : "/js/Wombs/Womb",
"Utils" : "/js/Wombs/Utils",
"Being" : "/js/Wombs/Being",
"Species" : "/js/Wombs/Species",
"Shaders" : "/js/Wombs/Utils/Shaders",
"Components" : "/js/Wombs/Components",
"lib" : "/js/lib",
}
});
</script>
</head>
<body background="#000" >
</body>
</html>
| passiweinberger/passiweinberger.github.io | fun/wombs/audioSketches/weddingBells/index.html | HTML | apache-2.0 | 842 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!-- Common Lisp HyperSpec (TM), version 3.0 generated by kmp on Thu, 2-May-1996 10:21am EDT -->
<HTML>
<HEAD>
<TITLE>CLHS: Index - C</TITLE>
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="The Harlequin Group Limited">
<LINK REL=TOP HREF="../FrontMatter/index.html">
<LINK REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal">
<LINK REL=DISCLAIMER HREF="../FrontMatter/About-HyperSpec.html#Disclaimer">
<LINK REL=PREV HREF="../FrontMatter/Master-Index-B.html">
<LINK REL=UP HREF="../FrontMatter/Master-Index.html">
<LINK REL=NEXT HREF="../FrontMatter/Master-Index-D.html">
</HEAD>
<BODY BGCOLOR="#c0c0c0">
<H1><A REV=MADE HREF="http://www.harlequin.com/"><IMG ALT="[HARLEQUIN]" SRC="../Graphics/Harlequin-Small.gif" ALIGN=Bottom></A><A REL=TOP HREF="../FrontMatter/index.html"><IMG ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/HyperSpec-Small.gif" ALIGN=Bottom></A> <A REL=PREV HREF="../FrontMatter/Master-Index-B.html"><IMG ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="../FrontMatter/Master-Index.html"><IMG ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="../FrontMatter/Master-Index-D.html"><IMG ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
<HR>
<H2>Index - C</H2>
<PRE>
<B>C (format directive)</B>
<A HREF="../Body/sec_22-3-1-1.html">Tilde C: Character</A>
<B>C (sharpsign reader macro)</B>
<A HREF="../Body/sec_2-4-8-11.html">Sharpsign C</A>
<B>CAAAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CAAADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CAAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CAADAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CAADDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CAADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CADAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CADADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CADAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CADDAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CADDDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CADDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>cadr</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>call</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CALL-ARGUMENTS-LIMIT</B>
<A HREF="../Body/convar_call-a_uments-limit.html">Constant Variable CALL-ARGUMENTS-LIMIT</A>
<B>CALL-METHOD</B>
<A HREF="../Body/locmac_call-m__make-method.html">Local Macro CALL-METHOD, MAKE-METHOD</A>
<B>CALL-NEXT-METHOD</B>
<A HREF="../Body/locfun_call-next-method.html">Local Function CALL-NEXT-METHOD</A>
<B>captured initialization form</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>car</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>case</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CASE</B>
<A HREF="../Body/mac_casecm_ccasecm_ecase.html">Macro CASE, CCASE, ECASE</A>
<B>case in symbol names</B>
<A HREF="../Body/sec_1-4-1-4-1.html">Case in Symbols</A>
<B>case sensitivity mode</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>catch</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CATCH</B>
<A HREF="../Body/speope_catch.html">Special Operator CATCH</A>
<B>catch tag</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CCASE</B>
<A HREF="../Body/mac_casecm_ccasecm_ecase.html">Macro CASE, CCASE, ECASE</A>
<B>CDAAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDAADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDADAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDADDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDDAAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDDADR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDDAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDDDAR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDDDDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CDDDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>cddr</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CDDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>cdr</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CDR</B>
<A HREF="../Body/acc_carcm_cdr_darcm_cddddr.html">Accessor CAR, CDR, CAAR, CADR, CDAR, CDDR, CAAAR, CAADR, CADAR, CADDR, CDAAR, CDADR, CDDAR, CDDDR, CAAAAR, CAAADR, CAADAR, CAADDR, CADAAR, CADADR, CADDAR, CADDDR, CDAAAR, CDAADR, CDADAR, CDADDR, CDDAAR, CDDADR, CDDDAR, CDDDDR</A>
<B>CEILING</B>
<A HREF="../Body/fun_floorcm_f_undcm_fround.html">Function FLOOR, FFLOOR, CEILING, FCEILING, TRUNCATE, FTRUNCATE, ROUND, FROUND</A>
<B>cell</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CELL-ERROR</B>
<A HREF="../Body/contyp_cell-error.html">Condition Type CELL-ERROR</A>
<B>CELL-ERROR-NAME</B>
<A HREF="../Body/fun_cell-error-name.html">Function CELL-ERROR-NAME</A>
<B>CERROR</B>
<A HREF="../Body/fun_cerror.html">Function CERROR</A>
<B>CHANGE-CLASS</B>
<A HREF="../Body/stagenfun_change-class.html">Standard Generic Function CHANGE-CLASS</A>
<B>CHAR</B>
<A HREF="../Body/acc_charcm_schar.html">Accessor CHAR, SCHAR</A>
<B>char-bit</B>
<A HREF="../Body/sec_a-1-3.html">Removed Operators</A>
<B>char-bits</B>
<A HREF="../Body/sec_a-1-3.html">Removed Operators</A>
<B>char-bits-limit</B>
<A HREF="../Body/sec_a-1-5.html">Removed Variables</A>
<B>CHAR-CODE</B>
<A HREF="../Body/fun_char-code.html">Function CHAR-CODE</A>
<B>CHAR-CODE-LIMIT</B>
<A HREF="../Body/convar_char-code-limit.html">Constant Variable CHAR-CODE-LIMIT</A>
<B>char-control-bit</B>
<A HREF="../Body/sec_a-1-5.html">Removed Variables</A>
<B>CHAR-DOWNCASE</B>
<A HREF="../Body/fun_char-upca_har-downcase.html">Function CHAR-UPCASE, CHAR-DOWNCASE</A>
<B>CHAR-EQUAL</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>char-font</B>
<A HREF="../Body/sec_a-1-3.html">Removed Operators</A>
<B>char-font-limit</B>
<A HREF="../Body/sec_a-1-5.html">Removed Variables</A>
<B>CHAR-GREATERP</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>char-hyper-bit</B>
<A HREF="../Body/sec_a-1-5.html">Removed Variables</A>
<B>CHAR-INT</B>
<A HREF="../Body/fun_char-int.html">Function CHAR-INT</A>
<B>CHAR-LESSP</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>char-meta-bit</B>
<A HREF="../Body/sec_a-1-5.html">Removed Variables</A>
<B>CHAR-NAME</B>
<A HREF="../Body/fun_char-name.html">Function CHAR-NAME</A>
<B>CHAR-NOT-EQUAL</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR-NOT-GREATERP</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR-NOT-LESSP</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>char-super-bit</B>
<A HREF="../Body/sec_a-1-5.html">Removed Variables</A>
<B>CHAR-UPCASE</B>
<A HREF="../Body/fun_char-upca_har-downcase.html">Function CHAR-UPCASE, CHAR-DOWNCASE</A>
<B>CHAR/=</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR<</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR<=</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR=</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR></B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHAR>=</B>
<A HREF="../Body/fun_chareqcm__ar-not-lessp.html">Function CHAR=, CHAR/=, CHAR<, CHAR>, CHAR<=, CHAR>=, CHAR-EQUAL, CHAR-NOT-EQUAL, CHAR-LESSP, CHAR-GREATERP, CHAR-NOT-GREATERP, CHAR-NOT-LESSP</A>
<B>CHARACTER</B>
<A HREF="../Body/syscla_character.html">System Class CHARACTER</A>
<A HREF="../Body/fun_character.html">Function CHARACTER</A>
<B>character</B>
<A HREF="../Body/sec_2-4-8-1.html">Sharpsign Backslash</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>character code</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>character designator</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CHARACTERP</B>
<A HREF="../Body/fun_characterp.html">Function CHARACTERP</A>
<B>CHECK-TYPE</B>
<A HREF="../Body/mac_check-type.html">Macro CHECK-TYPE</A>
<B>circular</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>circular list</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>Circumflex (format directive)</B>
<A HREF="../Body/sec_22-3-9-2.html">Tilde Circumflex: Escape Upward</A>
<B>CIS</B>
<A HREF="../Body/fun_cis.html">Function CIS</A>
<B>CL</B>
<A HREF="../Body/sec_11-1-2-1.html">The COMMON-LISP Package</A>
<B>CL-USER</B>
<A HREF="../Body/sec_11-1-2-2.html">The COMMON-LISP-USER Package</A>
<B>class</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CLASS</B>
<A HREF="../Body/syscla_class.html">System Class CLASS</A>
<B>class designator</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>class precedence list</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CLASS-NAME</B>
<A HREF="../Body/stagenfun_class-name.html">Standard Generic Function CLASS-NAME</A>
<B>CLASS-OF</B>
<A HREF="../Body/fun_class-of.html">Function CLASS-OF</A>
<B>CLEAR-INPUT</B>
<A HREF="../Body/fun_clear-input.html">Function CLEAR-INPUT</A>
<B>CLEAR-OUTPUT</B>
<A HREF="../Body/fun_finish-ou_clear-output.html">Function FINISH-OUTPUT, FORCE-OUTPUT, CLEAR-OUTPUT</A>
<B>close</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CLOSE</B>
<A HREF="../Body/fun_close.html">Function CLOSE</A>
<B>closed</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>closure</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CLRHASH</B>
<A HREF="../Body/fun_clrhash.html">Function CLRHASH</A>
<B>coalesce</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>code</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>code-char</B>
<A HREF="../Body/sec_a-1-4.html">Removed Argument Conventions</A>
<B>CODE-CHAR</B>
<A HREF="../Body/fun_code-char.html">Function CODE-CHAR</A>
<B>coerce</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COERCE</B>
<A HREF="../Body/fun_coerce.html">Function COERCE</A>
<B>colon</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>Colon (sharpsign reader macro)</B>
<A HREF="../Body/sec_2-4-8-5.html">Sharpsign Colon</A>
<B>comma</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>Comma (reader macro)</B>
<A HREF="../Body/sec_2-4-7.html">Comma</A>
<B>comment</B>
<A HREF="../Body/sec_2-4-4.html">Semicolon</A>
<A HREF="../Body/sec_2-4-8-19.html">Sharpsign Vertical-Bar</A>
<B>COMMON-LISP</B>
<A HREF="../Body/sec_1-9.html">Symbols in the COMMON-LISP Package</A>
<A HREF="../Body/sec_11-1-2-1.html">The COMMON-LISP Package</A>
<B>COMMON-LISP-USER</B>
<A HREF="../Body/sec_11-1-2-2.html">The COMMON-LISP-USER Package</A>
<B>commonp</B>
<A HREF="../Body/sec_a-1-3.html">Removed Operators</A>
<B>compilation</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compilation environment</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compilation unit</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COMPILE</B>
<A HREF="../Body/fun_compile.html">Function COMPILE</A>
<B>compile</B>
<A HREF="../Body/sec_3-2-2-2.html">Minimal Compilation</A>
<A HREF="../Body/speope_eval-when.html">Special Operator EVAL-WHEN</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compile time</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COMPILE-FILE</B>
<A HREF="../Body/fun_compile-file.html">Function COMPILE-FILE</A>
<B>compile-file</B>
<A HREF="../Body/sec_3-2-2-2.html">Minimal Compilation</A>
<B>COMPILE-FILE-PATHNAME</B>
<A HREF="../Body/fun_compile-file-pathname.html">Function COMPILE-FILE-PATHNAME</A>
<B>compile-time definition</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiled code</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiled file</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiled function</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COMPILED-FUNCTION</B>
<A HREF="../Body/typ_compiled-function.html">Type COMPILED-FUNCTION</A>
<B>COMPILED-FUNCTION-P</B>
<A HREF="../Body/fun_compiled-function-p.html">Function COMPILED-FUNCTION-P</A>
<B>compiler</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiler macro</B>
<A HREF="../Body/sec_3-2-2-2.html">Minimal Compilation</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiler macro expansion</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiler macro form</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compiler macro function</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COMPILER-MACRO-FUNCTION</B>
<A HREF="../Body/acc_compiler-_cro-function.html">Accessor COMPILER-MACRO-FUNCTION</A>
<B>COMPLEMENT</B>
<A HREF="../Body/fun_complement.html">Function COMPLEMENT</A>
<B>COMPLEX</B>
<A HREF="../Body/syscla_complex.html">System Class COMPLEX</A>
<A HREF="../Body/fun_complex.html">Function COMPLEX</A>
<B>complex</B>
<A HREF="../Body/sec_2-4-8-11.html">Sharpsign C</A>
<A HREF="../Body/sec_22-1-3-1-4.html">Printing Complexes</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>complex float</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>complex part type</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>complex rational</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>complex single float</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COMPLEXP</B>
<A HREF="../Body/fun_complexp.html">Function COMPLEXP</A>
<B>composite stream</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compound form</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>compound type specifier</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COMPUTE-APPLICABLE-METHODS</B>
<A HREF="../Body/stagenfun_com_able-methods.html">Standard Generic Function COMPUTE-APPLICABLE-METHODS</A>
<B>COMPUTE-RESTARTS</B>
<A HREF="../Body/fun_compute-restarts.html">Function COMPUTE-RESTARTS</A>
<B>CONCATENATE</B>
<A HREF="../Body/fun_concatenate.html">Function CONCATENATE</A>
<B>concatenated stream</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CONCATENATED-STREAM</B>
<A HREF="../Body/syscla_concatenated-stream.html">System Class CONCATENATED-STREAM</A>
<B>CONCATENATED-STREAM-STREAMS</B>
<A HREF="../Body/fun_concatena_ream-streams.html">Function CONCATENATED-STREAM-STREAMS</A>
<B>COND</B>
<A HREF="../Body/mac_cond.html">Macro COND</A>
<B>condition</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CONDITION</B>
<A HREF="../Body/contyp_condition.html">Condition Type CONDITION</A>
<B>condition designator</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>condition handler</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>condition reporter</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>conditional newline</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>conformance</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>conforming code</B>
<A HREF="../Body/sec_1-5-2.html">Conforming Programs</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>conforming implementation</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>conforming processor</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>conforming program</B>
<A HREF="../Body/sec_1-5-2.html">Conforming Programs</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>congruent</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CONJUGATE</B>
<A HREF="../Body/fun_conjugate.html">Function CONJUGATE</A>
<B>CONS</B>
<A HREF="../Body/syscla_cons.html">System Class CONS</A>
<A HREF="../Body/fun_cons.html">Function CONS</A>
<B>cons</B>
<A HREF="../Body/sec_2-4-6.html">Backquote</A>
<A HREF="../Body/sec_2-4-7.html">Comma</A>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>consequences</B>
<A HREF="../Body/sec_1-4-2.html">Error Terminology</A>
<B>CONSP</B>
<A HREF="../Body/fun_consp.html">Function CONSP</A>
<B>constant</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>constant form</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>constant object</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>constant variable</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CONSTANTLY</B>
<A HREF="../Body/fun_constantly.html">Function CONSTANTLY</A>
<B>CONSTANTP</B>
<A HREF="../Body/fun_constantp.html">Function CONSTANTP</A>
<B>constituent</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>constituent trait</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>constructed stream</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>contagion</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>continuable</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>continue</B>
<A HREF="../Body/fun_abortcm_c_cm_use-value.html">Function ABORT, CONTINUE, MUFFLE-WARNING, STORE-VALUE, USE-VALUE</A>
<B>CONTINUE</B>
<A HREF="../Body/res_continue.html">Restart CONTINUE</A>
<A HREF="../Body/fun_abortcm_c_cm_use-value.html">Function ABORT, CONTINUE, MUFFLE-WARNING, STORE-VALUE, USE-VALUE</A>
<B>control form</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>CONTROL-ERROR</B>
<A HREF="../Body/contyp_control-error.html">Condition Type CONTROL-ERROR</A>
<B>copy</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COPY-ALIST</B>
<A HREF="../Body/fun_copy-alist.html">Function COPY-ALIST</A>
<B>COPY-LIST</B>
<A HREF="../Body/fun_copy-list.html">Function COPY-LIST</A>
<B>COPY-PPRINT-DISPATCH</B>
<A HREF="../Body/fun_copy-pprint-dispatch.html">Function COPY-PPRINT-DISPATCH</A>
<B>COPY-READTABLE</B>
<A HREF="../Body/fun_copy-readtable.html">Function COPY-READTABLE</A>
<B>COPY-SEQ</B>
<A HREF="../Body/fun_copy-seq.html">Function COPY-SEQ</A>
<B>COPY-STRUCTURE</B>
<A HREF="../Body/fun_copy-structure.html">Function COPY-STRUCTURE</A>
<B>COPY-SYMBOL</B>
<A HREF="../Body/fun_copy-symbol.html">Function COPY-SYMBOL</A>
<B>COPY-TREE</B>
<A HREF="../Body/fun_copy-tree.html">Function COPY-TREE</A>
<B>correctable</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>COS</B>
<A HREF="../Body/fun_sincm_coscm_tan.html">Function SIN, COS, TAN</A>
<B>COSH</B>
<A HREF="../Body/fun_sinhcm_co_coshcm_atanh.html">Function SINH, COSH, TANH, ASINH, ACOSH, ATANH</A>
<B>COUNT</B>
<A HREF="../Body/fun_countcm_c_count-if-not.html">Function COUNT, COUNT-IF, COUNT-IF-NOT</A>
<B>COUNT-IF</B>
<A HREF="../Body/fun_countcm_c_count-if-not.html">Function COUNT, COUNT-IF, COUNT-IF-NOT</A>
<B>COUNT-IF-NOT</B>
<A HREF="../Body/fun_countcm_c_count-if-not.html">Function COUNT, COUNT-IF, COUNT-IF-NOT</A>
<B>CTYPECASE</B>
<A HREF="../Body/mac_typecasec_cm_etypecase.html">Macro TYPECASE, CTYPECASE, ETYPECASE</A>
<B>current input base</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>current logical block</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>current output base</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>current package</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>current pprint dispatch table</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>current random state</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
<B>current readtable</B>
<A HREF="../Body/glo_c.html">Glossary Section ``C''</A>
</PRE>
<HR>
<A REL=NAVIGATOR HREF="../FrontMatter/Starting-Points.html"><IMG ALT="[Starting Points]" SRC="../Graphics/Starting-Points.gif" ALIGN=Bottom></A><A REL=TOC HREF="../FrontMatter/Chapter-Index.html"><IMG ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Master-Index.html"><IMG ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Symbol-Index.html"><IMG ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/sec_26-1.html"><IMG ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Issues/Issues-Categorized.html"><IMG ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
<A REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal"><I>Copyright 1996, The Harlequin Group Limited. All Rights Reserved.</I></A><P>
</BODY>
</HTML>
| jasom/eclipse-lisp | doc/alu/HyperSpec/FrontMatter/Master-Index-C.html | HTML | bsd-2-clause | 29,716 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!-- Common Lisp HyperSpec (TM), version 3.0 generated by kmp on Thu, 2-May-1996 10:21am EDT -->
<HTML>
<HEAD>
<TITLE>CLHS: Issue GENTEMP-BAD-IDEA Writeup</TITLE>
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="The Harlequin Group Limited">
<LINK REL=TOP HREF="../FrontMatter/index.html">
<LINK REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal">
<LINK REL=DISCLAIMER HREF="../FrontMatter/About-HyperSpec.html#Disclaimer">
<LINK REL=PREV HREF="../Issues/iss182-writeup.html">
<LINK REL=UP HREF="../Issues/iss183.html">
<LINK REL=NEXT HREF="../Issues/iss184-writeup.html">
</HEAD>
<BODY BGCOLOR="#c0c0c0">
<H1><A REV=MADE HREF="http://www.harlequin.com/"><IMG ALT="[HARLEQUIN]" SRC="../Graphics/Harlequin-Small.gif" ALIGN=Bottom></A><A REL=TOP HREF="../FrontMatter/index.html"><IMG ALT="[Common Lisp HyperSpec (TM)]" SRC="../Graphics/HyperSpec-Small.gif" ALIGN=Bottom></A> <A REL=PREV HREF="../Issues/iss182-writeup.html"><IMG ALT="[Previous]" SRC="../Graphics/Prev.gif" ALIGN=Bottom></A><A REL=UP HREF="../Issues/iss183.html"><IMG ALT="[Up]" SRC="../Graphics/Up.gif" ALIGN=Bottom></A><A REL=NEXT HREF="../Issues/iss184-writeup.html"><IMG ALT="[Next]" SRC="../Graphics/Next.gif" ALIGN=Bottom></A></H1>
<HR>
<H2>Issue GENTEMP-BAD-IDEA Writeup</H2>
<PRE><B>Issue:</B> <A HREF="iss183.html">GENTEMP-BAD-IDEA</A><P>
<B>Forum:</B> X3J13 Letter Ballot<P>
<B>References:</B> <A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A> (X3J13/92-102 pp10-10..11)<P>
<B>Category:</B> CHANGE<P>
<B>Edit history:</B> 04-Jun-93, Version 1 by Pitman<P>
<B>Status:</B> Proposal DEPRECATE passed 9-2 on letter ballot 93-302.<P>
<P>
<B>Problem Description:<P>
</B><P>
<A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A> is an `attractive nuisance.' Pitman and many others believe that<P>
<A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A> should NEVER be used.<P>
<P>
Its effects are hard to depend on because they differ from session to<P>
session.<P>
<P>
Its description gives the impression that the symbol it creates is<P>
unique, but it is easy to establish innocent-looking patterns of data<P>
flow (when multiple sessions are involved) where the same supposedly<P>
unique symbol is created for conflicting uses.<P>
<P>
<B>Proposal (GENTEMP-BAD-IDEA:DEPRECATE):<P>
</B><P>
Deprecate the function <A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A>.<P>
<P>
<B>Proposal (GENTEMP-BAD-IDEA:REMOVE):<P>
</B><P>
Remove the function <A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A> from the language.<P>
<P>
<B>Test Case:<P>
</B><P>
None.<P>
<P>
<B>Rationale:<P>
</B><P>
The potential bad effects of <A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A> are large, and there is no real<P>
benfit. Anyone who really needs this could write it trivially given<P>
the primitives already in the language.<P>
<P>
<B>Current Practice:<P>
</B><P>
Presumably all implementations <A REL=DEFINITION HREF="../Body/fun_providecm_require.html#provide"><B>provide</B></A> it.<P>
<P>
<B>Cost to Implementors:<P>
</B><P>
Very small.<P>
<P>
<B>Cost to Users:<P>
</B><P>
Small. (In the worst case, users will have to write a one-liner<P>
to patch over it if they really need it.)<P>
<P>
<B>Cost of Non-Adoption:<P>
</B><P>
Users might think this function was more useful than it was, and might<P>
fall into some of its traps.<P>
<P>
<B>Benefits:<P>
</B><P>
Language is one page shorter.<P>
<P>
<B>Editorial Impact:<P>
</B><P>
A small, well-isolated change, plus a quick sweep of the sources<P>
to make sure there are no stray references.<P>
<P>
<B>Aesthetics:<P>
</B><P>
<A REL=DEFINITION HREF="../Body/fun_gentemp.html#gentemp"><B>GENTEMP</B></A> is not aesthetic.<P>
<P>
<B>Discussion:<P>
</B><P>
This is in response to Pitman's comment #19, first Public Review.<P>
Pitman supports the proposal.<P>
<P>
</PRE>
<HR>
<A REL=NAVIGATOR HREF="../FrontMatter/Starting-Points.html"><IMG ALT="[Starting Points]" SRC="../Graphics/Starting-Points.gif" ALIGN=Bottom></A><A REL=TOC HREF="../FrontMatter/Chapter-Index.html"><IMG ALT="[Contents]" SRC="../Graphics/Contents.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Master-Index.html"><IMG ALT="[Index]" SRC="../Graphics/Index.gif" ALIGN=Bottom></A><A REL=INDEX HREF="../FrontMatter/Symbol-Index.html"><IMG ALT="[Symbols]" SRC="../Graphics/Symbols.gif" ALIGN=Bottom></A><A REL=GLOSSARY HREF="../Body/sec_26-1.html"><IMG ALT="[Glossary]" SRC="../Graphics/Glossary.gif" ALIGN=Bottom></A><A HREF="../Issues/Issues-Categorized.html"><IMG ALT="[Issues]" SRC="../Graphics/Issues.gif" ALIGN=Bottom></A><BR>
<A REL=COPYRIGHT HREF="../FrontMatter/About-HyperSpec.html#Legal"><I>Copyright 1996, The Harlequin Group Limited. All Rights Reserved.</I></A><P>
</BODY>
</HTML>
| jasom/eclipse-lisp | doc/alu/HyperSpec/Issues/iss183-writeup.html | HTML | bsd-2-clause | 5,019 |
<!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.Enums.Gui.QTabWidget</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
><SCRIPT TYPE="text/javascript"
>window.onload = function () {setSynopsis("mini_Qtc-Enums-Gui-QTabWidget.html")};</SCRIPT
></HEAD
><BODY
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="topbar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><IMG SRC="haskell_icon.gif" WIDTH="16" HEIGHT="16" ALT=" "
></TD
><TD CLASS="title"
></TD
><TD CLASS="topbut"
><A HREF="index.html"
>Contents</A
></TD
><TD CLASS="topbut"
><A HREF="doc-index.html"
>Index</A
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="modulebar"
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD
><FONT SIZE="6"
>Qtc.Enums.Gui.QTabWidget</FONT
></TD
></TR
></TABLE
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="section1"
>Documentation</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A NAME="t:QTabWidgetTabPosition"
><A NAME="t%3AQTabWidgetTabPosition"
></A
></A
><B
>QTabWidgetTabPosition</B
> = <A HREF="Qtc-Enums-Base.html#t%3AQEnum"
>QEnum</A
> (CQTabWidgetTabPosition Int)</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:eNorth"
><A NAME="v%3AeNorth"
></A
></A
><B
>eNorth</B
> :: <A HREF="Qtc-Enums-Gui-QTabWidget.html#t%3AQTabWidgetTabPosition"
>QTabWidgetTabPosition</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:eSouth"
><A NAME="v%3AeSouth"
></A
></A
><B
>eSouth</B
> :: <A HREF="Qtc-Enums-Gui-QTabWidget.html#t%3AQTabWidgetTabPosition"
>QTabWidgetTabPosition</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:eWest"
><A NAME="v%3AeWest"
></A
></A
><B
>eWest</B
> :: <A HREF="Qtc-Enums-Gui-QTabWidget.html#t%3AQTabWidgetTabPosition"
>QTabWidgetTabPosition</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:eEast"
><A NAME="v%3AeEast"
></A
></A
><B
>eEast</B
> :: <A HREF="Qtc-Enums-Gui-QTabWidget.html#t%3AQTabWidgetTabPosition"
>QTabWidgetTabPosition</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A NAME="t:TabShape"
><A NAME="t%3ATabShape"
></A
></A
><B
>TabShape</B
> = <A HREF="Qtc-Enums-Base.html#t%3AQEnum"
>QEnum</A
> (CTabShape Int)</TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:eRounded"
><A NAME="v%3AeRounded"
></A
></A
><B
>eRounded</B
> :: <A HREF="Qtc-Enums-Gui-QTabWidget.html#t%3ATabShape"
>TabShape</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="decl"
><A NAME="v:eTriangular"
><A NAME="v%3AeTriangular"
></A
></A
><B
>eTriangular</B
> :: <A HREF="Qtc-Enums-Gui-QTabWidget.html#t%3ATabShape"
>TabShape</A
></TD
></TR
><TR
><TD CLASS="s15"
></TD
></TR
><TR
><TD CLASS="botbar"
>Produced by <A HREF="http://www.haskell.org/haddock/"
>Haddock</A
> version 2.4.2</TD
></TR
></TABLE
></BODY
></HTML
>
| uduki/hsQt | doc/apiGuide/Qtc-Enums-Gui-QTabWidget.html | HTML | bsd-2-clause | 3,342 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GZlibCompressor</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="GIO Reference Manual">
<link rel="up" href="conversion.html" title="Data conversion">
<link rel="prev" href="GCharsetConverter.html" title="GCharsetConverter">
<link rel="next" href="GZlibDecompressor.html" title="GZlibDecompressor">
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="GCharsetConverter.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="conversion.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GIO Reference Manual</th>
<td><a accesskey="n" href="GZlibDecompressor.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GZlibCompressor.synopsis" class="shortcut">Top</a>
ย |ย
<a href="#GZlibCompressor.description" class="shortcut">Description</a>
ย |ย
<a href="#GZlibCompressor.object-hierarchy" class="shortcut">Object Hierarchy</a>
ย |ย
<a href="#GZlibCompressor.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
ย |ย
<a href="#GZlibCompressor.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry" title="GZlibCompressor">
<a name="GZlibCompressor"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GZlibCompressor.top_of_page"></a>GZlibCompressor</span></h2>
<p>GZlibCompressor โ Zlib compressor</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="GZlibCompressor.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <gio/gio.h>
<a class="link" href="GZlibCompressor.html#GZlibCompressor-struct" title="GZlibCompressor">GZlibCompressor</a>;
enum <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat">GZlibCompressorFormat</a>;
<a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="returnvalue">GZlibCompressor</span></a> * <a class="link" href="GZlibCompressor.html#g-zlib-compressor-new" title="g_zlib_compressor_new ()">g_zlib_compressor_new</a> (<em class="parameter"><code><a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> format</code></em>,
<em class="parameter"><code><span class="type">int</span> level</code></em>);
<a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GZlibCompressor.html#g-zlib-compressor-get-file-info" title="g_zlib_compressor_get_file_info ()">g_zlib_compressor_get_file_info</a> (<em class="parameter"><code><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> *compressor</code></em>);
<span class="returnvalue">void</span> <a class="link" href="GZlibCompressor.html#g-zlib-compressor-set-file-info" title="g_zlib_compressor_set_file_info ()">g_zlib_compressor_set_file_info</a> (<em class="parameter"><code><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> *compressor</code></em>,
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *file_info</code></em>);
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="GZlibCompressor.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----GZlibCompressor
</pre>
</div>
<div class="refsect1" title="Implemented Interfaces">
<a name="GZlibCompressor.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GZlibCompressor implements
<a class="link" href="GConverter.html" title="GConverter">GConverter</a>.</p>
</div>
<div class="refsect1" title="Properties">
<a name="GZlibCompressor.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GZlibCompressor.html#GZlibCompressor--file-info" title='The "file-info" property'>file-info</a>" <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>* : Read / Write
"<a class="link" href="GZlibCompressor.html#GZlibCompressor--format" title='The "format" property'>format</a>" <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> : Read / Write / Construct Only
"<a class="link" href="GZlibCompressor.html#GZlibCompressor--level" title='The "level" property'>level</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1" title="Description">
<a name="GZlibCompressor.description"></a><h2>Description</h2>
<p>
<a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> is an implementation of <a class="link" href="GConverter.html" title="GConverter"><span class="type">GConverter</span></a> that
compresses data using zlib.
</p>
</div>
<div class="refsect1" title="Details">
<a name="GZlibCompressor.details"></a><h2>Details</h2>
<div class="refsect2" title="GZlibCompressor">
<a name="GZlibCompressor-struct"></a><h3>GZlibCompressor</h3>
<pre class="programlisting">typedef struct _GZlibCompressor GZlibCompressor;</pre>
<p>
Zlib decompression
</p>
</div>
<hr>
<div class="refsect2" title="enum GZlibCompressorFormat">
<a name="GZlibCompressorFormat"></a><h3>enum GZlibCompressorFormat</h3>
<pre class="programlisting">typedef enum {
G_ZLIB_COMPRESSOR_FORMAT_ZLIB,
G_ZLIB_COMPRESSOR_FORMAT_GZIP,
G_ZLIB_COMPRESSOR_FORMAT_RAW
} GZlibCompressorFormat;
</pre>
<p>
Used to select the type of data format to use for <a class="link" href="GZlibDecompressor.html" title="GZlibDecompressor"><span class="type">GZlibDecompressor</span></a>
and <a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><a name="G-ZLIB-COMPRESSOR-FORMAT-ZLIB:CAPS"></a><span class="term"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_ZLIB</code></span></p></td>
<td>deflate compression with zlib header
</td>
</tr>
<tr>
<td><p><a name="G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS"></a><span class="term"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_GZIP</code></span></p></td>
<td>gzip file format
</td>
</tr>
<tr>
<td><p><a name="G-ZLIB-COMPRESSOR-FORMAT-RAW:CAPS"></a><span class="term"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_RAW</code></span></p></td>
<td>deflate compression with no header
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.24</p>
</div>
<hr>
<div class="refsect2" title="g_zlib_compressor_new ()">
<a name="g-zlib-compressor-new"></a><h3>g_zlib_compressor_new ()</h3>
<pre class="programlisting"><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="returnvalue">GZlibCompressor</span></a> * g_zlib_compressor_new (<em class="parameter"><code><a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> format</code></em>,
<em class="parameter"><code><span class="type">int</span> level</code></em>);</pre>
<p>
Creates a new <a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>format</code></em>ย :</span></p></td>
<td>The format to use for the compressed data
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>level</code></em>ย :</span></p></td>
<td>compression level (0-9), -1 for default
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>ย :</span></p></td>
<td> a new <a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.24</p>
</div>
<hr>
<div class="refsect2" title="g_zlib_compressor_get_file_info ()">
<a name="g-zlib-compressor-get-file-info"></a><h3>g_zlib_compressor_get_file_info ()</h3>
<pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_zlib_compressor_get_file_info (<em class="parameter"><code><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> *compressor</code></em>);</pre>
<p>
Returns the <a class="link" href="GZlibCompressor.html#GZlibCompressor--file-info" title='The "file-info" property'><span class="type">"file-info"</span></a> property.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>compressor</code></em>ย :</span></p></td>
<td>a <a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>ย :</span></p></td>
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2" title="g_zlib_compressor_set_file_info ()">
<a name="g-zlib-compressor-set-file-info"></a><h3>g_zlib_compressor_set_file_info ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> g_zlib_compressor_set_file_info (<em class="parameter"><code><a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a> *compressor</code></em>,
<em class="parameter"><code><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> *file_info</code></em>);</pre>
<p>
Sets <em class="parameter"><code>file_info</code></em> in <em class="parameter"><code>compressor</code></em>. If non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, and <em class="parameter"><code>compressor</code></em>'s
<a class="link" href="GZlibCompressor.html#GZlibCompressor--format" title='The "format" property'><span class="type">"format"</span></a> property is <a class="link" href="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_GZIP</code></a>,
it will be used to set the file name and modification time in
the GZIP header of the compressed data.
</p>
<p>
Note: it is an error to call this function while a compression is in
progress; it may only be called immediately after creation of <em class="parameter"><code>compressor</code></em>,
or after resetting it with <a class="link" href="GConverter.html#g-converter-reset" title="g_converter_reset ()"><code class="function">g_converter_reset()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>compressor</code></em>ย :</span></p></td>
<td>a <a class="link" href="GZlibCompressor.html" title="GZlibCompressor"><span class="type">GZlibCompressor</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>file_info</code></em>ย :</span></p></td>
<td> a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 2.26</p>
</div>
</div>
<div class="refsect1" title="Property Details">
<a name="GZlibCompressor.property-details"></a><h2>Property Details</h2>
<div class="refsect2" title='The "file-info" property'>
<a name="GZlibCompressor--file-info"></a><h3>The <code class="literal">"file-info"</code> property</h3>
<pre class="programlisting"> "file-info" <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>* : Read / Write</pre>
<p>
If set to a non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> object, and <a class="link" href="GZlibCompressor.html#GZlibCompressor--format" title='The "format" property'><span class="type">"format"</span></a> is
<a class="link" href="GZlibCompressor.html#G-ZLIB-COMPRESSOR-FORMAT-GZIP:CAPS"><code class="literal">G_ZLIB_COMPRESSOR_FORMAT_GZIP</code></a>, the compressor will write the file name
and modification time from the file info to the the GZIP header.
</p>
<p class="since">Since 2.26</p>
</div>
<hr>
<div class="refsect2" title='The "format" property'>
<a name="GZlibCompressor--format"></a><h3>The <code class="literal">"format"</code> property</h3>
<pre class="programlisting"> "format" <a class="link" href="GZlibCompressor.html#GZlibCompressorFormat" title="enum GZlibCompressorFormat"><span class="type">GZlibCompressorFormat</span></a> : Read / Write / Construct Only</pre>
<p>The format of the compressed data.</p>
<p>Default value: G_ZLIB_COMPRESSOR_FORMAT_ZLIB</p>
</div>
<hr>
<div class="refsect2" title='The "level" property'>
<a name="GZlibCompressor--level"></a><h3>The <code class="literal">"level"</code> property</h3>
<pre class="programlisting"> "level" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write / Construct Only</pre>
<p>The level of compression from 0 (no compression) to 9 (most compression), -1 for the default level.</p>
<p>Allowed values: [G_MAXULONG,9]</p>
<p>Default value: -1</p>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.15</div>
</body>
</html> | yleydier/gtkmm2_msvc14 | gtk-bundle/share/gtk-doc/html/gio/GZlibCompressor.html | HTML | bsd-2-clause | 15,945 |
<!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: libpmemobj++/container/array.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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="dir_78fd0ef1c12e2c4e76100e472fbc448e.html">libpmemobj++</a></li><li class="navelem"><a class="el" href="dir_83ecae25392e6e33dc533801e27668b5.html">container</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">array.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="array_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright 2018-2019, Intel Corporation</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Redistribution and use in source and binary forms, with or without</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * modification, are permitted provided that the following conditions</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * are met:</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * * Redistributions of source code must retain the above copyright</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * notice, this list of conditions and the following disclaimer.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * * Redistributions in binary form must reproduce the above copyright</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * notice, this list of conditions and the following disclaimer in</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * the documentation and/or other materials provided with the</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * distribution.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * * Neither the name of the copyright holder nor the names of its</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * contributors may be used to endorse or promote products derived</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * from this software without specific prior written permission.</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment"> * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment"> * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment"> * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment"> * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="comment"> * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"> * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment"> * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="preprocessor">#ifndef LIBPMEMOBJ_CPP_ARRAY_HPP</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#define LIBPMEMOBJ_CPP_ARRAY_HPP</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#include <algorithm></span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#include <functional></span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="preprocessor">#include <<a class="code" href="contiguous__iterator_8hpp.html">libpmemobj++/container/detail/contiguous_iterator.hpp</a>></span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#include <<a class="code" href="common_8hpp.html">libpmemobj++/detail/common.hpp</a>></span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="preprocessor">#include <<a class="code" href="persistent__ptr_8hpp.html">libpmemobj++/persistent_ptr.hpp</a>></span></div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor">#include <<a class="code" href="pext_8hpp.html">libpmemobj++/pext.hpp</a>></span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#include <<a class="code" href="slice_8hpp.html">libpmemobj++/slice.hpp</a>></span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#include <<a class="code" href="transaction_8hpp.html">libpmemobj++/transaction.hpp</a>></span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#include <libpmemobj/base.h></span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">namespace </span><a class="code" href="namespacepmem.html">pmem</a></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> {</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="keyword">namespace </span>obj</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> {</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html"> 74</a></span> <span class="keyword">struct </span><a class="code" href="structpmem_1_1obj_1_1array.html">array</a> {</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> Y, std::<span class="keywordtype">size_t</span> M></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">struct </span>standard_array_traits {</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  <span class="keyword">using</span> type = Y[N];</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  };</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  </div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="comment">/* zero-sized array support */</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> Y></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="keyword">struct </span>standard_array_traits<Y, 0> {</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">struct </span>_alignment_struct {</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  Y _data[1];</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  };</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keyword">struct </span>alignas(_alignment_struct) type {</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">char</span> _data[<span class="keyword">sizeof</span>(_alignment_struct)];</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  };</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  };</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="comment">/* Member types */</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keyword">using</span> value_type = T;</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="keyword">using</span> pointer = value_type *;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">using</span> const_pointer = <span class="keyword">const</span> value_type *;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="keyword">using</span> reference = value_type &;</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  <span class="keyword">using</span> const_reference = <span class="keyword">const</span> value_type &;</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  <span class="keyword">using</span> <a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">iterator</a> = <a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">pmem::detail::basic_contiguous_iterator<T></a>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="keyword">using</span> const_iterator = const_pointer;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keyword">using</span> size_type = std::size_t;</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keyword">using</span> difference_type = std::ptrdiff_t;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">using</span> reverse_iterator = std::reverse_iterator<iterator>;</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keyword">using</span> const_reverse_iterator = std::reverse_iterator<const_iterator>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keyword">using</span> <a class="code" href="structpmem_1_1detail_1_1range__snapshotting__iterator.html">range_snapshotting_iterator</a> =</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <a class="code" href="structpmem_1_1detail_1_1range__snapshotting__iterator.html">pmem::detail::range_snapshotting_iterator<T></a>;</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="comment">/* Underlying array */</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keyword">typename</span> standard_array_traits<T, N>::type _data;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ae68e0913a1aaa4c3600d4779075d7e58"> 114</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ae68e0913a1aaa4c3600d4779075d7e58">array</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  </div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a6ea6956f3f31833a4a2974668de7a2d8"> 119</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a6ea6956f3f31833a4a2974668de7a2d8">array</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &) = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  </div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a2eb0cc0fb29cddf94ac9e335b2fd9ce2"> 127</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a2eb0cc0fb29cddf94ac9e335b2fd9ce2">array</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &&) = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &</div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a8fc9a5a1a84cf1fe2b03fa5faed70365"> 140</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a8fc9a5a1a84cf1fe2b03fa5faed70365">operator=</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &other)</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  {</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="comment">/*</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> <span class="comment"> * _get_pool should be called before self assignment check to</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span> <span class="comment"> * maintain the same behaviour for all arguments.</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keyword">auto</span> pop = <a class="code" href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522">_get_pool</a>();</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> == &other)</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <a class="code" href="classpmem_1_1obj_1_1transaction.html#aae32a7ede01bfcf20672433263267387">transaction::run</a>(pop, [&] {</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  detail::conditional_add_to_tx(</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  <span class="keyword">this</span>, 1, POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  std::copy(other.<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>(), other.<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>(), <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>());</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  });</div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  </div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  }</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &</div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a426b848717acf59ee40470444233e84a"> 171</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a426b848717acf59ee40470444233e84a">operator=</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &&other)</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  {</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="comment">/*</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <span class="comment"> * _get_pool should be called before self assignment check to</span></div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> <span class="comment"> * maintain the same behaviour for all arguments.</span></div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <span class="keyword">auto</span> pop = <a class="code" href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522">_get_pool</a>();</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  </div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> == &other)</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  </div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <a class="code" href="classpmem_1_1obj_1_1transaction.html#aae32a7ede01bfcf20672433263267387">transaction::run</a>(pop, [&] {</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  detail::conditional_add_to_tx(</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <span class="keyword">this</span>, 1, POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  detail::conditional_add_to_tx(</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  &other, 1, POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  std::move(other._get_data(), other._get_data() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>(),</div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>());</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  });</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  </div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keywordflow">return</span> *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  }</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  </div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  reference</div>
<div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a091273c3ae45017f89fdcc663dab9672"> 202</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a091273c3ae45017f89fdcc663dab9672">at</a>(size_type n)</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  {</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keywordflow">if</span> (n >= N)</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::at"</span>);</div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  </div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  detail::conditional_add_to_tx(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + n, 1,</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  </div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[n];</div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  }</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  </div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  const_reference</div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a280a5721b30e3aa58f1eee8c16121cca"> 219</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a280a5721b30e3aa58f1eee8c16121cca">at</a>(size_type n)<span class="keyword"> const</span></div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <span class="keywordflow">if</span> (n >= N)</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::at"</span>);</div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  </div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[n];</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  }</div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  </div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  const_reference</div>
<div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ab9dda2ebf8db9e533241bed222d127c2"> 233</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ab9dda2ebf8db9e533241bed222d127c2">const_at</a>(size_type n)<span class="keyword"> const</span></div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="keywordflow">if</span> (n >= N)</div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::const_at"</span>);</div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>  </div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[n];</div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>  }</div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>  </div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a716e4393bb517a71a115bd1443952e83"> 248</a></span>  reference <a class="code" href="structpmem_1_1obj_1_1array.html#a716e4393bb517a71a115bd1443952e83">operator[]</a>(size_type n)</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  {</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  detail::conditional_add_to_tx(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + n, 1,</div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>  POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  </div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[n];</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>  }</div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  </div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#aedd225328f3237f90131447698567d12"> 260</a></span>  const_reference <a class="code" href="structpmem_1_1obj_1_1array.html#aedd225328f3237f90131447698567d12">operator[]</a>(size_type n)<span class="keyword"> const</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[n];</div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  }</div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  </div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>  T *</div>
<div class="line"><a name="l00273"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a86fd99b97b691ea80224d7aff535003b"> 273</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a86fd99b97b691ea80224d7aff535003b">data</a>()</div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  {</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  detail::conditional_add_to_tx(<span class="keyword">this</span>, 1,</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>();</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  }</div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  </div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>  <span class="keyword">const</span> T *</div>
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a5661322c5c8cabb758b1dbe2c6a8825f"> 284</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a5661322c5c8cabb758b1dbe2c6a8825f">data</a>() const noexcept</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>  {</div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>();</div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>  }</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>  </div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>  <span class="keyword">const</span> T *</div>
<div class="line"><a name="l00293"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ae4aecb064fd60523a48df60e0ead6e1b"> 293</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ae4aecb064fd60523a48df60e0ead6e1b">cdata</a>() const noexcept</div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  {</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>();</div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>  }</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>  </div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  iterator</div>
<div class="line"><a name="l00305"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191"> 305</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191">begin</a>()</div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>  {</div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">iterator</a>(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>());</div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>  }</div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>  </div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  iterator</div>
<div class="line"><a name="l00317"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99"> 317</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99">end</a>()</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  {</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">iterator</a>(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>());</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>  }</div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  </div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  const_iterator</div>
<div class="line"><a name="l00326"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ad038fb9bf58aa8824da4135b89cf145e"> 326</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ad038fb9bf58aa8824da4135b89cf145e">begin</a>() const noexcept</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  {</div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>  <span class="keywordflow">return</span> const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>());</div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  }</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  </div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>  const_iterator</div>
<div class="line"><a name="l00335"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d"> 335</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>() const noexcept</div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>  {</div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>  <span class="keywordflow">return</span> const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>());</div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  }</div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  </div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  const_iterator</div>
<div class="line"><a name="l00344"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a338c84c89d32745f3289a0249c0ffb51"> 344</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a338c84c89d32745f3289a0249c0ffb51">end</a>() const noexcept</div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>  {</div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  <span class="keywordflow">return</span> const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>());</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  }</div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  </div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  const_iterator</div>
<div class="line"><a name="l00353"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af"> 353</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>() const noexcept</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>  {</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordflow">return</span> const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>());</div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  }</div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  </div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  reverse_iterator</div>
<div class="line"><a name="l00365"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c"> 365</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c">rbegin</a>()</div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  {</div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>  <span class="keywordflow">return</span> reverse_iterator(<a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">iterator</a>(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>()));</div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  }</div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>  </div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>  reverse_iterator</div>
<div class="line"><a name="l00377"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0"> 377</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0">rend</a>()</div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>  {</div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  <span class="keywordflow">return</span> reverse_iterator(<a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">iterator</a>(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()));</div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>  }</div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>  </div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>  const_reverse_iterator</div>
<div class="line"><a name="l00386"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a78181ae853b67bbd8436ecb74cd513b8"> 386</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a78181ae853b67bbd8436ecb74cd513b8">rbegin</a>() const noexcept</div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>  {</div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>  <span class="keywordflow">return</span> const_reverse_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>());</div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>  }</div>
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>  </div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>  const_reverse_iterator</div>
<div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a935f0fb3f623918c6888f6a0c9876b69"> 395</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a935f0fb3f623918c6888f6a0c9876b69">crbegin</a>() const noexcept</div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>  {</div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>  <span class="keywordflow">return</span> const_reverse_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>());</div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>  }</div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>  </div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>  const_reverse_iterator</div>
<div class="line"><a name="l00404"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a54fdf805cfc3587aac23fb6d81332f41"> 404</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a54fdf805cfc3587aac23fb6d81332f41">rend</a>() const noexcept</div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>  {</div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>  <span class="keywordflow">return</span> const_reverse_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>());</div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>  }</div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>  </div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>  const_reverse_iterator</div>
<div class="line"><a name="l00413"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a32a84cb93bc35f9a89bd944ed31ced0e"> 413</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a32a84cb93bc35f9a89bd944ed31ced0e">crend</a>() const noexcept</div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>  {</div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>  <span class="keywordflow">return</span> const_reverse_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>());</div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>  }</div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>  </div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>  reference</div>
<div class="line"><a name="l00425"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ad173e1452d51044f06fa5401415c6d99"> 425</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ad173e1452d51044f06fa5401415c6d99">front</a>()</div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>  {</div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>  detail::conditional_add_to_tx(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>(), 1,</div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>  POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[0];</div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>  }</div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>  </div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>  reference</div>
<div class="line"><a name="l00439"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ac8322020fe280ee7f2d0740e01f3ff3f"> 439</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac8322020fe280ee7f2d0740e01f3ff3f">back</a>()</div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>  {</div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>  detail::conditional_add_to_tx(&<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[<a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>() - 1], 1,</div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>  POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[<a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>() - 1];</div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>  }</div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>  </div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>  const_reference</div>
<div class="line"><a name="l00450"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a24edebbab9f23040672bc77f54e0f7a8"> 450</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a24edebbab9f23040672bc77f54e0f7a8">front</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[0];</div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>  }</div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>  </div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>  const_reference</div>
<div class="line"><a name="l00459"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#aca1f5fa3388f1ac5330ff60dc7b18b37"> 459</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#aca1f5fa3388f1ac5330ff60dc7b18b37">cfront</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[0];</div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>  }</div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>  </div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>  const_reference</div>
<div class="line"><a name="l00468"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ac1956e5c2bfa1853a74fa096950c9b9c"> 468</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac1956e5c2bfa1853a74fa096950c9b9c">back</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[<a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>() - 1];</div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>  }</div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>  </div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>  const_reference</div>
<div class="line"><a name="l00477"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ac67bb83968cbc9695a089395e7fc9704"> 477</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac67bb83968cbc9695a089395e7fc9704">cback</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()[<a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>() - 1];</div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>  }</div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>  </div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>  <a class="code" href="classpmem_1_1obj_1_1slice.html">slice<pointer></a></div>
<div class="line"><a name="l00494"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ab82172c2ff69aef8927b633af3e275f2"> 494</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ab82172c2ff69aef8927b633af3e275f2">range</a>(size_type start, size_type n)</div>
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>  {</div>
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>  <span class="keywordflow">if</span> (start + n > N)</div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::range"</span>);</div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>  </div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>  detail::conditional_add_to_tx(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start, n,</div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>  POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span>  </div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>  <span class="keywordflow">return</span> {<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start, <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start + n};</div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>  }</div>
<div class="line"><a name="l00504"></a><span class="lineno"> 504</span>  </div>
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>  <a class="code" href="classpmem_1_1obj_1_1slice.html">slice<range_snapshotting_iterator></a></div>
<div class="line"><a name="l00522"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a110da3eea10dd1f29cfc162f227e7cd0"> 522</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a110da3eea10dd1f29cfc162f227e7cd0">range</a>(size_type start, size_type n, size_type snapshot_size)</div>
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>  {</div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>  <span class="keywordflow">if</span> (start + n > N)</div>
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::range"</span>);</div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>  </div>
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span>  <span class="keywordflow">if</span> (snapshot_size > n)</div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>  snapshot_size = n;</div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>  </div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>  <span class="keywordflow">return</span> {<a class="code" href="structpmem_1_1detail_1_1range__snapshotting__iterator.html">range_snapshotting_iterator</a>(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start,</div>
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start, n,</div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>  snapshot_size),</div>
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>  <a class="code" href="structpmem_1_1detail_1_1range__snapshotting__iterator.html">range_snapshotting_iterator</a>(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start + n,</div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start, n,</div>
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>  snapshot_size)};</div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>  }</div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>  </div>
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>  <a class="code" href="classpmem_1_1obj_1_1slice.html">slice<const_iterator></a></div>
<div class="line"><a name="l00550"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#af8956b8c3f016a309b5394f691a768fb"> 550</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#af8956b8c3f016a309b5394f691a768fb">range</a>(size_type start, size_type n)<span class="keyword"> const</span></div>
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>  <span class="keywordflow">if</span> (start + n > N)</div>
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::range"</span>);</div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>  </div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>  <span class="keywordflow">return</span> {const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start),</div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>  const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start + n)};</div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>  }</div>
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>  </div>
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>  <a class="code" href="classpmem_1_1obj_1_1slice.html">slice<const_iterator></a></div>
<div class="line"><a name="l00571"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a18013082cf8f420cda84e42bd1606314"> 571</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a18013082cf8f420cda84e42bd1606314">crange</a>(size_type start, size_type n)<span class="keyword"> const</span></div>
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>  <span class="keywordflow">if</span> (start + n > N)</div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>  <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">"array::crange"</span>);</div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>  </div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>  <span class="keywordflow">return</span> {const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start),</div>
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span>  const_iterator(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + start + n)};</div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>  }</div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>  </div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>  constexpr size_type</div>
<div class="line"><a name="l00584"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849"> 584</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>() const noexcept</div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>  {</div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>  <span class="keywordflow">return</span> N;</div>
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span>  }</div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>  </div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>  constexpr size_type</div>
<div class="line"><a name="l00593"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a130cc73738078f0b54300f71e3660b87"> 593</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a130cc73738078f0b54300f71e3660b87">max_size</a>() const noexcept</div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>  {</div>
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>  <span class="keywordflow">return</span> N;</div>
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>  }</div>
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>  </div>
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>  constexpr <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00602"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ad79315fa20aa86352ac45920107ab0fe"> 602</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ad79315fa20aa86352ac45920107ab0fe">empty</a>() const noexcept</div>
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>  {</div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>() == 0;</div>
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>  }</div>
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>  </div>
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span>  <span class="keywordtype">void</span></div>
<div class="line"><a name="l00615"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a1707720aa273a00f5565b088905bf3a9"> 615</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a1707720aa273a00f5565b088905bf3a9">fill</a>(const_reference value)</div>
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>  {</div>
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>  <span class="keyword">auto</span> pop = <a class="code" href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522">_get_pool</a>();</div>
<div class="line"><a name="l00618"></a><span class="lineno"> 618</span>  </div>
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>  <a class="code" href="classpmem_1_1obj_1_1transaction.html#aae32a7ede01bfcf20672433263267387">transaction::run</a>(pop, [&] {</div>
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>  detail::conditional_add_to_tx(</div>
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>  <span class="keyword">this</span>, 1, POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>  std::fill(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>(), <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>(), value);</div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>  });</div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>  }</div>
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>  </div>
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>  <span class="keyword">template</span> <std::<span class="keywordtype">size_t</span> Size = N></div>
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>  <span class="keyword">typename</span> std::enable_if<Size != 0>::type</div>
<div class="line"><a name="l00635"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ac541423b874157227808aa80afc9d56b"> 635</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac541423b874157227808aa80afc9d56b">swap</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &other)</div>
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>  {</div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>  <span class="comment">/*</span></div>
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span> <span class="comment"> * _get_pool should be called before self assignment check to</span></div>
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span> <span class="comment"> * maintain the same behaviour for all arguments.</span></div>
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>  <span class="keyword">auto</span> pop = <a class="code" href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522">_get_pool</a>();</div>
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>  </div>
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>  <span class="keywordflow">if</span> (<span class="keyword">this</span> == &other)</div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>  <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>  </div>
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>  <a class="code" href="classpmem_1_1obj_1_1transaction.html#aae32a7ede01bfcf20672433263267387">transaction::run</a>(pop, [&] {</div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>  detail::conditional_add_to_tx(</div>
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span>  <span class="keyword">this</span>, 1, POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>  detail::conditional_add_to_tx(</div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>  &other, 1, POBJ_XADD_ASSUME_INITIALIZED);</div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>  </div>
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>  std::swap_ranges(<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>(), <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>() + <a class="code" href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">size</a>(),</div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>  other.<a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>());</div>
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>  });</div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>  }</div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>  </div>
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>  <span class="keyword">template</span> <std::<span class="keywordtype">size_t</span> Size = N></div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>  <span class="keyword">typename</span> std::enable_if<Size == 0>::type</div>
<div class="line"><a name="l00662"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#af2226f3aa46f77947790082510e94cdc"> 662</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#af2226f3aa46f77947790082510e94cdc">swap</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">array</a> &other)</div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>  {</div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>  static_assert(!std::is_const<T>::value,</div>
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>  <span class="stringliteral">"cannot swap zero-sized array of type 'const T'"</span>);</div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>  }</div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>  </div>
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>  <span class="keyword">template</span> <std::<span class="keywordtype">size_t</span> Size = N></div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>  <span class="keyword">typename</span> std::enable_if<Size != 0, T *>::type</div>
<div class="line"><a name="l00674"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d"> 674</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">_get_data</a>()</div>
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>  {</div>
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>  <span class="keywordflow">return</span> this->_data;</div>
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>  }</div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>  </div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>  <span class="keyword">template</span> <std::<span class="keywordtype">size_t</span> Size = N></div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>  <span class="keyword">typename</span> std::enable_if<Size != 0, const T *>::type</div>
<div class="line"><a name="l00684"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#ae3f0ea4f6ad32b8ff9f398a1a024559d"> 684</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#ae3f0ea4f6ad32b8ff9f398a1a024559d">_get_data</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>  <span class="keywordflow">return</span> this->_data;</div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>  }</div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>  </div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>  <span class="keyword">template</span> <std::<span class="keywordtype">size_t</span> Size = N></div>
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span>  <span class="keyword">typename</span> std::enable_if<Size == 0, T *>::type</div>
<div class="line"><a name="l00695"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a00e7780c3f208f0b75dc8940f9024817"> 695</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a00e7780c3f208f0b75dc8940f9024817">_get_data</a>()</div>
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span>  {</div>
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span>T *<span class="keyword">></span>(&this->_data);</div>
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>  }</div>
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>  </div>
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span>  <span class="keyword">template</span> <std::<span class="keywordtype">size_t</span> Size = N></div>
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span>  <span class="keyword">typename</span> std::enable_if<Size == 0, const T *>::type</div>
<div class="line"><a name="l00705"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a430fbdd78f7d968cf1f204aca12d1950"> 705</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a430fbdd78f7d968cf1f204aca12d1950">_get_data</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span><span class="keyword">const </span>T *<span class="keyword">></span>(&this->_data);</div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>  }</div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>  </div>
<div class="line"><a name="l00715"></a><span class="lineno"> 715</span>  <a class="code" href="classpmem_1_1obj_1_1pool__base.html">pool_base</a></div>
<div class="line"><a name="l00716"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522"> 716</a></span>  <a class="code" href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522">_get_pool</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00717"></a><span class="lineno"> 717</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00718"></a><span class="lineno"> 718</span>  <span class="keyword">auto</span> pop = pmemobj_pool_by_ptr(<span class="keyword">this</span>);</div>
<div class="line"><a name="l00719"></a><span class="lineno"> 719</span>  <span class="keywordflow">if</span> (pop == <span class="keyword">nullptr</span>)</div>
<div class="line"><a name="l00720"></a><span class="lineno"> 720</span>  <span class="keywordflow">throw</span> <a class="code" href="classpmem_1_1pool__error.html">pmem::pool_error</a>(</div>
<div class="line"><a name="l00721"></a><span class="lineno"> 721</span>  <span class="stringliteral">"Object outside of pmemobj pool."</span>);</div>
<div class="line"><a name="l00722"></a><span class="lineno"> 722</span>  </div>
<div class="line"><a name="l00723"></a><span class="lineno"> 723</span>  <span class="keywordflow">return</span> <a class="code" href="classpmem_1_1obj_1_1pool__base.html">pool_base</a>(pop);</div>
<div class="line"><a name="l00724"></a><span class="lineno"> 724</span>  }</div>
<div class="line"><a name="l00725"></a><span class="lineno"> 725</span> };</div>
<div class="line"><a name="l00726"></a><span class="lineno"> 726</span>  </div>
<div class="line"><a name="l00730"></a><span class="lineno"> 730</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00731"></a><span class="lineno"> 731</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00732"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#aac08cf50c8772b14d24d58987550ff44"> 732</a></span> <a class="code" href="namespacepmem_1_1obj.html#ad052dc252e327efbe5f17be6e840935d">operator==</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &lhs, <span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &rhs)</div>
<div class="line"><a name="l00733"></a><span class="lineno"> 733</span> {</div>
<div class="line"><a name="l00734"></a><span class="lineno"> 734</span>  <span class="keywordflow">return</span> std::equal(lhs.<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>(), lhs.<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>(), rhs.<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>());</div>
<div class="line"><a name="l00735"></a><span class="lineno"> 735</span> }</div>
<div class="line"><a name="l00736"></a><span class="lineno"> 736</span>  </div>
<div class="line"><a name="l00740"></a><span class="lineno"> 740</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00741"></a><span class="lineno"> 741</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00742"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a7a8fe61f5f4e399c0643640d9de2608d"> 742</a></span> <a class="code" href="namespacepmem_1_1obj.html#a641fa4c058284070e8b9c2c273b4ced3">operator!=</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &lhs, <span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &rhs)</div>
<div class="line"><a name="l00743"></a><span class="lineno"> 743</span> {</div>
<div class="line"><a name="l00744"></a><span class="lineno"> 744</span>  <span class="keywordflow">return</span> !(lhs == rhs);</div>
<div class="line"><a name="l00745"></a><span class="lineno"> 745</span> }</div>
<div class="line"><a name="l00746"></a><span class="lineno"> 746</span>  </div>
<div class="line"><a name="l00750"></a><span class="lineno"> 750</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00751"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a32224cd97024c3031b0751af854ddd9c"> 751</a></span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00752"></a><span class="lineno"> 752</span> <a class="code" href="namespacepmem_1_1obj.html#a32224cd97024c3031b0751af854ddd9c">operator<</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &lhs, <span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &rhs)</div>
<div class="line"><a name="l00753"></a><span class="lineno"> 753</span> {</div>
<div class="line"><a name="l00754"></a><span class="lineno"> 754</span>  <span class="keywordflow">return</span> std::lexicographical_compare(lhs.<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>(), lhs.<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>(),</div>
<div class="line"><a name="l00755"></a><span class="lineno"> 755</span>  rhs.<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>(), rhs.<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>());</div>
<div class="line"><a name="l00756"></a><span class="lineno"> 756</span> }</div>
<div class="line"><a name="l00757"></a><span class="lineno"> 757</span>  </div>
<div class="line"><a name="l00761"></a><span class="lineno"> 761</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00762"></a><span class="lineno"> 762</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00763"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#ad501de98b6764d3ff1e877c5d9291ad8"> 763</a></span> <a class="code" href="namespacepmem_1_1obj.html#ad501de98b6764d3ff1e877c5d9291ad8">operator></a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &lhs, <span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &rhs)</div>
<div class="line"><a name="l00764"></a><span class="lineno"> 764</span> {</div>
<div class="line"><a name="l00765"></a><span class="lineno"> 765</span>  <span class="keywordflow">return</span> rhs < lhs;</div>
<div class="line"><a name="l00766"></a><span class="lineno"> 766</span> }</div>
<div class="line"><a name="l00767"></a><span class="lineno"> 767</span>  </div>
<div class="line"><a name="l00771"></a><span class="lineno"> 771</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00772"></a><span class="lineno"> 772</span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00773"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a5034348e46ff8ebddb366634118bd6b5"> 773</a></span> <a class="code" href="namespacepmem_1_1obj.html#a5034348e46ff8ebddb366634118bd6b5">operator>=</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &lhs, <span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &rhs)</div>
<div class="line"><a name="l00774"></a><span class="lineno"> 774</span> {</div>
<div class="line"><a name="l00775"></a><span class="lineno"> 775</span>  <span class="keywordflow">return</span> !(lhs < rhs);</div>
<div class="line"><a name="l00776"></a><span class="lineno"> 776</span> }</div>
<div class="line"><a name="l00777"></a><span class="lineno"> 777</span>  </div>
<div class="line"><a name="l00781"></a><span class="lineno"> 781</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00782"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a0d2c5f33d7ca7366bc34eef6d4a22039"> 782</a></span> <span class="keyword">inline</span> <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00783"></a><span class="lineno"> 783</span> <a class="code" href="namespacepmem_1_1obj.html#a0d2c5f33d7ca7366bc34eef6d4a22039">operator<=</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &lhs, <span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">array<T, N></a> &rhs)</div>
<div class="line"><a name="l00784"></a><span class="lineno"> 784</span> {</div>
<div class="line"><a name="l00785"></a><span class="lineno"> 785</span>  <span class="keywordflow">return</span> !(lhs > rhs);</div>
<div class="line"><a name="l00786"></a><span class="lineno"> 786</span> }</div>
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span>  </div>
<div class="line"><a name="l00791"></a><span class="lineno"> 791</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00792"></a><span class="lineno"> 792</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_iterator</div>
<div class="line"><a name="l00793"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a5fd06001cc9db20b93349064c3ef9062"> 793</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00794"></a><span class="lineno"> 794</span> {</div>
<div class="line"><a name="l00795"></a><span class="lineno"> 795</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">cbegin</a>();</div>
<div class="line"><a name="l00796"></a><span class="lineno"> 796</span> }</div>
<div class="line"><a name="l00797"></a><span class="lineno"> 797</span>  </div>
<div class="line"><a name="l00801"></a><span class="lineno"> 801</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00802"></a><span class="lineno"> 802</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_iterator</div>
<div class="line"><a name="l00803"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#aedf7cd43eb534c9b5760f018d726a132"> 803</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00804"></a><span class="lineno"> 804</span> {</div>
<div class="line"><a name="l00805"></a><span class="lineno"> 805</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">cend</a>();</div>
<div class="line"><a name="l00806"></a><span class="lineno"> 806</span> }</div>
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span>  </div>
<div class="line"><a name="l00811"></a><span class="lineno"> 811</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00812"></a><span class="lineno"> 812</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_reverse_iterator</div>
<div class="line"><a name="l00813"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a6fd534d44eedaf5e8d85524dd65193e1"> 813</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a935f0fb3f623918c6888f6a0c9876b69">crbegin</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00814"></a><span class="lineno"> 814</span> {</div>
<div class="line"><a name="l00815"></a><span class="lineno"> 815</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a935f0fb3f623918c6888f6a0c9876b69">crbegin</a>();</div>
<div class="line"><a name="l00816"></a><span class="lineno"> 816</span> }</div>
<div class="line"><a name="l00817"></a><span class="lineno"> 817</span>  </div>
<div class="line"><a name="l00821"></a><span class="lineno"> 821</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00822"></a><span class="lineno"> 822</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_reverse_iterator</div>
<div class="line"><a name="l00823"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a67ead02f7b910ae03948365676f92a02"> 823</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a32a84cb93bc35f9a89bd944ed31ced0e">crend</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00824"></a><span class="lineno"> 824</span> {</div>
<div class="line"><a name="l00825"></a><span class="lineno"> 825</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a32a84cb93bc35f9a89bd944ed31ced0e">crend</a>();</div>
<div class="line"><a name="l00826"></a><span class="lineno"> 826</span> }</div>
<div class="line"><a name="l00827"></a><span class="lineno"> 827</span>  </div>
<div class="line"><a name="l00831"></a><span class="lineno"> 831</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00832"></a><span class="lineno"> 832</span> <span class="keyword">typename</span> <a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">pmem::obj::array<T, N>::iterator</a></div>
<div class="line"><a name="l00833"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#af7b865184397a869c6c3961222774c35"> 833</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191">begin</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00834"></a><span class="lineno"> 834</span> {</div>
<div class="line"><a name="l00835"></a><span class="lineno"> 835</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191">begin</a>();</div>
<div class="line"><a name="l00836"></a><span class="lineno"> 836</span> }</div>
<div class="line"><a name="l00837"></a><span class="lineno"> 837</span>  </div>
<div class="line"><a name="l00841"></a><span class="lineno"> 841</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00842"></a><span class="lineno"> 842</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_iterator</div>
<div class="line"><a name="l00843"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#ab5567bc686fa11774603c27a816fccd8"> 843</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191">begin</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00844"></a><span class="lineno"> 844</span> {</div>
<div class="line"><a name="l00845"></a><span class="lineno"> 845</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191">begin</a>();</div>
<div class="line"><a name="l00846"></a><span class="lineno"> 846</span> }</div>
<div class="line"><a name="l00847"></a><span class="lineno"> 847</span>  </div>
<div class="line"><a name="l00851"></a><span class="lineno"> 851</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00852"></a><span class="lineno"> 852</span> <span class="keyword">typename</span> <a class="code" href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">pmem::obj::array<T, N>::iterator</a></div>
<div class="line"><a name="l00853"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a8c9a19e08dff0b1cba582993afd16b83"> 853</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99">end</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00854"></a><span class="lineno"> 854</span> {</div>
<div class="line"><a name="l00855"></a><span class="lineno"> 855</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99">end</a>();</div>
<div class="line"><a name="l00856"></a><span class="lineno"> 856</span> }</div>
<div class="line"><a name="l00857"></a><span class="lineno"> 857</span>  </div>
<div class="line"><a name="l00861"></a><span class="lineno"> 861</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00862"></a><span class="lineno"> 862</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_iterator</div>
<div class="line"><a name="l00863"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a058a2cefe2a5b3488476d1180eea7e7c"> 863</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99">end</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00864"></a><span class="lineno"> 864</span> {</div>
<div class="line"><a name="l00865"></a><span class="lineno"> 865</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99">end</a>();</div>
<div class="line"><a name="l00866"></a><span class="lineno"> 866</span> }</div>
<div class="line"><a name="l00867"></a><span class="lineno"> 867</span>  </div>
<div class="line"><a name="l00871"></a><span class="lineno"> 871</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00872"></a><span class="lineno"> 872</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::reverse_iterator</div>
<div class="line"><a name="l00873"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a292785df0f9b6877dd20b9794c83b7e4"> 873</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c">rbegin</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00874"></a><span class="lineno"> 874</span> {</div>
<div class="line"><a name="l00875"></a><span class="lineno"> 875</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c">rbegin</a>();</div>
<div class="line"><a name="l00876"></a><span class="lineno"> 876</span> }</div>
<div class="line"><a name="l00877"></a><span class="lineno"> 877</span>  </div>
<div class="line"><a name="l00881"></a><span class="lineno"> 881</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00882"></a><span class="lineno"> 882</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_reverse_iterator</div>
<div class="line"><a name="l00883"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a58c54b7cf593489018de3f219043c897"> 883</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c">rbegin</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00884"></a><span class="lineno"> 884</span> {</div>
<div class="line"><a name="l00885"></a><span class="lineno"> 885</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c">rbegin</a>();</div>
<div class="line"><a name="l00886"></a><span class="lineno"> 886</span> }</div>
<div class="line"><a name="l00887"></a><span class="lineno"> 887</span>  </div>
<div class="line"><a name="l00891"></a><span class="lineno"> 891</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00892"></a><span class="lineno"> 892</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::reverse_iterator</div>
<div class="line"><a name="l00893"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#aec2a3a635eec0365bb9e007e178f77da"> 893</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0">rend</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00894"></a><span class="lineno"> 894</span> {</div>
<div class="line"><a name="l00895"></a><span class="lineno"> 895</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0">rend</a>();</div>
<div class="line"><a name="l00896"></a><span class="lineno"> 896</span> }</div>
<div class="line"><a name="l00897"></a><span class="lineno"> 897</span>  </div>
<div class="line"><a name="l00901"></a><span class="lineno"> 901</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, std::<span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00902"></a><span class="lineno"> 902</span> <span class="keyword">typename</span> pmem::obj::array<T, N>::const_reverse_iterator</div>
<div class="line"><a name="l00903"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a625151123a73e7fbb8ed00defc20f0d2"> 903</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0">rend</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00904"></a><span class="lineno"> 904</span> {</div>
<div class="line"><a name="l00905"></a><span class="lineno"> 905</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0">rend</a>();</div>
<div class="line"><a name="l00906"></a><span class="lineno"> 906</span> }</div>
<div class="line"><a name="l00907"></a><span class="lineno"> 907</span>  </div>
<div class="line"><a name="l00911"></a><span class="lineno"> 911</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, <span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00912"></a><span class="lineno"> 912</span> <span class="keyword">inline</span> <span class="keywordtype">void</span></div>
<div class="line"><a name="l00913"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#af36a1b526d5d5c81d35f02557c3b8e24"> 913</a></span> <a class="code" href="structpmem_1_1obj_1_1array.html#ac541423b874157227808aa80afc9d56b">swap</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &lhs, <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &rhs)</div>
<div class="line"><a name="l00914"></a><span class="lineno"> 914</span> {</div>
<div class="line"><a name="l00915"></a><span class="lineno"> 915</span>  lhs.<a class="code" href="structpmem_1_1obj_1_1array.html#ac541423b874157227808aa80afc9d56b">swap</a>(rhs);</div>
<div class="line"><a name="l00916"></a><span class="lineno"> 916</span> }</div>
<div class="line"><a name="l00917"></a><span class="lineno"> 917</span>  </div>
<div class="line"><a name="l00921"></a><span class="lineno"> 921</span> <span class="keyword">template</span> <<span class="keywordtype">size_t</span> I, <span class="keyword">typename</span> T, <span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00922"></a><span class="lineno"> 922</span> T &</div>
<div class="line"><a name="l00923"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#aa33ff9be3b0cc1bce22b7524b9252077"> 923</a></span> <a class="code" href="namespacepmem_1_1obj.html#aa33ff9be3b0cc1bce22b7524b9252077">get</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a)</div>
<div class="line"><a name="l00924"></a><span class="lineno"> 924</span> {</div>
<div class="line"><a name="l00925"></a><span class="lineno"> 925</span>  static_assert(I < N,</div>
<div class="line"><a name="l00926"></a><span class="lineno"> 926</span>  <span class="stringliteral">"Index out of bounds in std::get<> (pmem::obj::array)"</span>);</div>
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span>  <span class="keywordflow">return</span> a.<a class="code" href="structpmem_1_1obj_1_1array.html#a091273c3ae45017f89fdcc663dab9672">at</a>(I);</div>
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span> }</div>
<div class="line"><a name="l00929"></a><span class="lineno"> 929</span>  </div>
<div class="line"><a name="l00933"></a><span class="lineno"> 933</span> <span class="keyword">template</span> <<span class="keywordtype">size_t</span> I, <span class="keyword">typename</span> T, <span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00934"></a><span class="lineno"> 934</span> T &&</div>
<div class="line"><a name="l00935"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a42ebb82db8ea2b7b0a49473a7f1be1a9"> 935</a></span> <a class="code" href="namespacepmem_1_1obj.html#aa33ff9be3b0cc1bce22b7524b9252077">get</a>(<a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &&a)</div>
<div class="line"><a name="l00936"></a><span class="lineno"> 936</span> {</div>
<div class="line"><a name="l00937"></a><span class="lineno"> 937</span>  static_assert(I < N,</div>
<div class="line"><a name="l00938"></a><span class="lineno"> 938</span>  <span class="stringliteral">"Index out of bounds in std::get<> (pmem::obj::array)"</span>);</div>
<div class="line"><a name="l00939"></a><span class="lineno"> 939</span>  <span class="keywordflow">return</span> std::move(a.at(I));</div>
<div class="line"><a name="l00940"></a><span class="lineno"> 940</span> }</div>
<div class="line"><a name="l00941"></a><span class="lineno"> 941</span>  </div>
<div class="line"><a name="l00945"></a><span class="lineno"> 945</span> <span class="keyword">template</span> <<span class="keywordtype">size_t</span> I, <span class="keyword">typename</span> T, <span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00946"></a><span class="lineno"> 946</span> <span class="keyword">const</span> T &</div>
<div class="line"><a name="l00947"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#ad1916fc624ea2edbab5b2371dd4b8e07"> 947</a></span> <a class="code" href="namespacepmem_1_1obj.html#aa33ff9be3b0cc1bce22b7524b9252077">get</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &a) noexcept</div>
<div class="line"><a name="l00948"></a><span class="lineno"> 948</span> {</div>
<div class="line"><a name="l00949"></a><span class="lineno"> 949</span>  static_assert(I < N,</div>
<div class="line"><a name="l00950"></a><span class="lineno"> 950</span>  <span class="stringliteral">"Index out of bounds in std::get<> (pmem::obj::array)"</span>);</div>
<div class="line"><a name="l00951"></a><span class="lineno"> 951</span>  <span class="keywordflow">return</span> a.at(I);</div>
<div class="line"><a name="l00952"></a><span class="lineno"> 952</span> }</div>
<div class="line"><a name="l00953"></a><span class="lineno"> 953</span>  </div>
<div class="line"><a name="l00957"></a><span class="lineno"> 957</span> <span class="keyword">template</span> <<span class="keywordtype">size_t</span> I, <span class="keyword">typename</span> T, <span class="keywordtype">size_t</span> N></div>
<div class="line"><a name="l00958"></a><span class="lineno"> 958</span> <span class="keyword">const</span> T &&</div>
<div class="line"><a name="l00959"></a><span class="lineno"><a class="line" href="namespacepmem_1_1obj.html#a610a8e6300edb2dae899a7b5c36aef6b"> 959</a></span> <a class="code" href="namespacepmem_1_1obj.html#aa33ff9be3b0cc1bce22b7524b9252077">get</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1array.html">pmem::obj::array<T, N></a> &&a) noexcept</div>
<div class="line"><a name="l00960"></a><span class="lineno"> 960</span> {</div>
<div class="line"><a name="l00961"></a><span class="lineno"> 961</span>  static_assert(I < N,</div>
<div class="line"><a name="l00962"></a><span class="lineno"> 962</span>  <span class="stringliteral">"Index out of bounds in std::get<> (pmem::obj::array)"</span>);</div>
<div class="line"><a name="l00963"></a><span class="lineno"> 963</span>  <span class="keywordflow">return</span> std::move(a.at(I));</div>
<div class="line"><a name="l00964"></a><span class="lineno"> 964</span> }</div>
<div class="line"><a name="l00965"></a><span class="lineno"> 965</span>  </div>
<div class="line"><a name="l00966"></a><span class="lineno"> 966</span> } <span class="comment">/* namespace obj */</span></div>
<div class="line"><a name="l00967"></a><span class="lineno"> 967</span>  </div>
<div class="line"><a name="l00968"></a><span class="lineno"> 968</span> } <span class="comment">/* namespace pmem */</span></div>
<div class="line"><a name="l00969"></a><span class="lineno"> 969</span>  </div>
<div class="line"><a name="l00970"></a><span class="lineno"> 970</span> <span class="preprocessor">#endif </span><span class="comment">/* LIBPMEMOBJ_CPP_ARRAY_HPP */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a78181ae853b67bbd8436ecb74cd513b8"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a78181ae853b67bbd8436ecb74cd513b8">pmem::obj::array::rbegin</a></div><div class="ttdeci">const_reverse_iterator rbegin() const noexcept</div><div class="ttdoc">Returns a const reverse iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:386</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_aedd225328f3237f90131447698567d12"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#aedd225328f3237f90131447698567d12">pmem::obj::array::operator[]</a></div><div class="ttdeci">const_reference operator[](size_type n) const</div><div class="ttdoc">Access element at specific index.</div><div class="ttdef"><b>Definition:</b> array.hpp:260</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a130cc73738078f0b54300f71e3660b87"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a130cc73738078f0b54300f71e3660b87">pmem::obj::array::max_size</a></div><div class="ttdeci">constexpr size_type max_size() const noexcept</div><div class="ttdoc">Returns the maximum size of the array.</div><div class="ttdef"><b>Definition:</b> array.hpp:593</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ac1956e5c2bfa1853a74fa096950c9b9c"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ac1956e5c2bfa1853a74fa096950c9b9c">pmem::obj::array::back</a></div><div class="ttdeci">const_reference back() const</div><div class="ttdoc">Access the last element.</div><div class="ttdef"><b>Definition:</b> array.hpp:468</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_af8956b8c3f016a309b5394f691a768fb"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#af8956b8c3f016a309b5394f691a768fb">pmem::obj::array::range</a></div><div class="ttdeci">slice< const_iterator > range(size_type start, size_type n) const</div><div class="ttdoc">Returns const slice.</div><div class="ttdef"><b>Definition:</b> array.hpp:550</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a716e4393bb517a71a115bd1443952e83"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a716e4393bb517a71a115bd1443952e83">pmem::obj::array::operator[]</a></div><div class="ttdeci">reference operator[](size_type n)</div><div class="ttdoc">Access element at specific index and add it to a transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:248</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a2eb0cc0fb29cddf94ac9e335b2fd9ce2"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a2eb0cc0fb29cddf94ac9e335b2fd9ce2">pmem::obj::array::array</a></div><div class="ttdeci">array(array &&)=default</div><div class="ttdoc">Defaulted move constructor.</div></div>
<div class="ttc" id="aclasspmem_1_1pool__error_html"><div class="ttname"><a href="classpmem_1_1pool__error.html">pmem::pool_error</a></div><div class="ttdoc">Custom pool error class.</div><div class="ttdef"><b>Definition:</b> pexceptions.hpp:74</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ac8322020fe280ee7f2d0740e01f3ff3f"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ac8322020fe280ee7f2d0740e01f3ff3f">pmem::obj::array::back</a></div><div class="ttdeci">reference back()</div><div class="ttdoc">Access the last element and add this element to a transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:439</div></div>
<div class="ttc" id="anamespacepmem_html"><div class="ttname"><a href="namespacepmem.html">pmem</a></div><div class="ttdoc">Persistent memory namespace.</div><div class="ttdef"><b>Definition:</b> allocation_flag.hpp:44</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a110da3eea10dd1f29cfc162f227e7cd0"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a110da3eea10dd1f29cfc162f227e7cd0">pmem::obj::array::range</a></div><div class="ttdeci">slice< range_snapshotting_iterator > range(size_type start, size_type n, size_type snapshot_size)</div><div class="ttdoc">Returns slice.</div><div class="ttdef"><b>Definition:</b> array.hpp:522</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ae4aecb064fd60523a48df60e0ead6e1b"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ae4aecb064fd60523a48df60e0ead6e1b">pmem::obj::array::cdata</a></div><div class="ttdeci">const T * cdata() const noexcept</div><div class="ttdoc">Returns const raw pointer to the underlying data.</div><div class="ttdef"><b>Definition:</b> array.hpp:293</div></div>
<div class="ttc" id="acommon_8hpp_html"><div class="ttname"><a href="common_8hpp.html">common.hpp</a></div><div class="ttdoc">Commonly used functionality.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_acaf04c0662f3650186fa5fdca513d66d"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#acaf04c0662f3650186fa5fdca513d66d">pmem::obj::array::cbegin</a></div><div class="ttdeci">const_iterator cbegin() const noexcept</div><div class="ttdoc">Returns const iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:335</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_ad501de98b6764d3ff1e877c5d9291ad8"><div class="ttname"><a href="namespacepmem_1_1obj.html#ad501de98b6764d3ff1e877c5d9291ad8">pmem::obj::operator></a></div><div class="ttdeci">bool operator>(const array< T, N > &lhs, const array< T, N > &rhs)</div><div class="ttdoc">Non-member greater than operator.</div><div class="ttdef"><b>Definition:</b> array.hpp:763</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a935f0fb3f623918c6888f6a0c9876b69"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a935f0fb3f623918c6888f6a0c9876b69">pmem::obj::array::crbegin</a></div><div class="ttdeci">const_reverse_iterator crbegin() const noexcept</div><div class="ttdoc">Returns a const reverse iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:395</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ad038fb9bf58aa8824da4135b89cf145e"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ad038fb9bf58aa8824da4135b89cf145e">pmem::obj::array::begin</a></div><div class="ttdeci">const_iterator begin() const noexcept</div><div class="ttdoc">Returns const iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:326</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a00e7780c3f208f0b75dc8940f9024817"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a00e7780c3f208f0b75dc8940f9024817">pmem::obj::array::_get_data</a></div><div class="ttdeci">std::enable_if< Size==0, T * >::type _get_data()</div><div class="ttdoc">Support for zero sized array.</div><div class="ttdef"><b>Definition:</b> array.hpp:695</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_a5034348e46ff8ebddb366634118bd6b5"><div class="ttname"><a href="namespacepmem_1_1obj.html#a5034348e46ff8ebddb366634118bd6b5">pmem::obj::operator>=</a></div><div class="ttdeci">bool operator>=(const array< T, N > &lhs, const array< T, N > &rhs)</div><div class="ttdoc">Non-member greater or equal operator.</div><div class="ttdef"><b>Definition:</b> array.hpp:773</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a1707720aa273a00f5565b088905bf3a9"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a1707720aa273a00f5565b088905bf3a9">pmem::obj::array::fill</a></div><div class="ttdeci">void fill(const_reference value)</div><div class="ttdoc">Fills array with specified value inside internal transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:615</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a600917986d56914a0038238dcb176522"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a600917986d56914a0038238dcb176522">pmem::obj::array::_get_pool</a></div><div class="ttdeci">pool_base _get_pool() const</div><div class="ttdoc">Check whether object is on pmem and return pool_base instance.</div><div class="ttdef"><b>Definition:</b> array.hpp:716</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_ad052dc252e327efbe5f17be6e840935d"><div class="ttname"><a href="namespacepmem_1_1obj.html#ad052dc252e327efbe5f17be6e840935d">pmem::obj::operator==</a></div><div class="ttdeci">bool operator==(standard_alloc_policy< T > const &, standard_alloc_policy< T2 > const &)</div><div class="ttdoc">Determines if memory from another allocator can be deallocated from this one.</div><div class="ttdef"><b>Definition:</b> allocator.hpp:402</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ac0ae0a3c1478a2efdb8de297c21bf65d"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ac0ae0a3c1478a2efdb8de297c21bf65d">pmem::obj::array::_get_data</a></div><div class="ttdeci">std::enable_if< Size !=0, T * >::type _get_data()</div><div class="ttdoc">Support for non-zero sized array.</div><div class="ttdef"><b>Definition:</b> array.hpp:674</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ac87ec25db6ebc63fd3c0326d1a6716af"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ac87ec25db6ebc63fd3c0326d1a6716af">pmem::obj::array::cend</a></div><div class="ttdeci">const_iterator cend() const noexcept</div><div class="ttdoc">Returns a const iterator to the end.</div><div class="ttdef"><b>Definition:</b> array.hpp:353</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a8fc9a5a1a84cf1fe2b03fa5faed70365"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a8fc9a5a1a84cf1fe2b03fa5faed70365">pmem::obj::array::operator=</a></div><div class="ttdeci">array & operator=(const array &other)</div><div class="ttdoc">Copy assignment operator - perform assignment from other pmem::obj::array.</div><div class="ttdef"><b>Definition:</b> array.hpp:140</div></div>
<div class="ttc" id="aslice_8hpp_html"><div class="ttname"><a href="slice_8hpp.html">slice.hpp</a></div><div class="ttdoc">Interface to access sequence of objects.</div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1transaction_html_aae32a7ede01bfcf20672433263267387"><div class="ttname"><a href="classpmem_1_1obj_1_1transaction.html#aae32a7ede01bfcf20672433263267387">pmem::obj::transaction::run</a></div><div class="ttdeci">static void run(pool_base &pool, std::function< void()> tx, Locks &... locks)</div><div class="ttdoc">Execute a closure-like transaction and lock locks.</div><div class="ttdef"><b>Definition:</b> transaction.hpp:422</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a280a5721b30e3aa58f1eee8c16121cca"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a280a5721b30e3aa58f1eee8c16121cca">pmem::obj::array::at</a></div><div class="ttdeci">const_reference at(size_type n) const</div><div class="ttdoc">Access element at specific index.</div><div class="ttdef"><b>Definition:</b> array.hpp:219</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_aca1f5fa3388f1ac5330ff60dc7b18b37"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#aca1f5fa3388f1ac5330ff60dc7b18b37">pmem::obj::array::cfront</a></div><div class="ttdeci">const_reference cfront() const</div><div class="ttdoc">Access the first element.</div><div class="ttdef"><b>Definition:</b> array.hpp:459</div></div>
<div class="ttc" id="astructpmem_1_1detail_1_1basic__contiguous__iterator_html"><div class="ttname"><a href="structpmem_1_1detail_1_1basic__contiguous__iterator.html">pmem::detail::basic_contiguous_iterator</a></div><div class="ttdoc">Default non-const iterator which adds element to a transaction on every access.</div><div class="ttdef"><b>Definition:</b> contiguous_iterator.hpp:360</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_a641fa4c058284070e8b9c2c273b4ced3"><div class="ttname"><a href="namespacepmem_1_1obj.html#a641fa4c058284070e8b9c2c273b4ced3">pmem::obj::operator!=</a></div><div class="ttdeci">bool operator!=(const allocator< T, P, Tr > &lhs, const OtherAllocator &rhs)</div><div class="ttdoc">Determines if memory from another allocator can be deallocated from this one.</div><div class="ttdef"><b>Definition:</b> allocator.hpp:518</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a5661322c5c8cabb758b1dbe2c6a8825f"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a5661322c5c8cabb758b1dbe2c6a8825f">pmem::obj::array::data</a></div><div class="ttdeci">const T * data() const noexcept</div><div class="ttdoc">Returns const raw pointer to the underlying data.</div><div class="ttdef"><b>Definition:</b> array.hpp:284</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ac541423b874157227808aa80afc9d56b"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ac541423b874157227808aa80afc9d56b">pmem::obj::array::swap</a></div><div class="ttdeci">std::enable_if< Size !=0 >::type swap(array &other)</div><div class="ttdoc">Swaps content with other array's content inside internal transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:635</div></div>
<div class="ttc" id="acontiguous__iterator_8hpp_html"><div class="ttname"><a href="contiguous__iterator_8hpp.html">contiguous_iterator.hpp</a></div><div class="ttdoc">Iterators for contiguous persistent containers.</div></div>
<div class="ttc" id="atransaction_8hpp_html"><div class="ttname"><a href="transaction_8hpp.html">transaction.hpp</a></div><div class="ttdoc">C++ pmemobj transactions.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a25481b8f6dcda7d5570fe8b0d3c28191"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a25481b8f6dcda7d5570fe8b0d3c28191">pmem::obj::array::begin</a></div><div class="ttdeci">iterator begin()</div><div class="ttdoc">Returns an iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:305</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a86fd99b97b691ea80224d7aff535003b"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a86fd99b97b691ea80224d7aff535003b">pmem::obj::array::data</a></div><div class="ttdeci">T * data()</div><div class="ttdoc">Returns raw pointer to the underlying data and adds entire array to a transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:273</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a426b848717acf59ee40470444233e84a"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a426b848717acf59ee40470444233e84a">pmem::obj::array::operator=</a></div><div class="ttdeci">array & operator=(array &&other)</div><div class="ttdoc">Move assignment operator - perform move assignment from other pmem::obj::array.</div><div class="ttdef"><b>Definition:</b> array.hpp:171</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a24edebbab9f23040672bc77f54e0f7a8"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a24edebbab9f23040672bc77f54e0f7a8">pmem::obj::array::front</a></div><div class="ttdeci">const_reference front() const</div><div class="ttdoc">Access the first element.</div><div class="ttdef"><b>Definition:</b> array.hpp:450</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_a32224cd97024c3031b0751af854ddd9c"><div class="ttname"><a href="namespacepmem_1_1obj.html#a32224cd97024c3031b0751af854ddd9c">pmem::obj::operator<</a></div><div class="ttdeci">bool operator<(const array< T, N > &lhs, const array< T, N > &rhs)</div><div class="ttdoc">Non-member less than operator.</div><div class="ttdef"><b>Definition:</b> array.hpp:752</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ad79315fa20aa86352ac45920107ab0fe"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ad79315fa20aa86352ac45920107ab0fe">pmem::obj::array::empty</a></div><div class="ttdeci">constexpr bool empty() const noexcept</div><div class="ttdoc">Checks whether array is empty.</div><div class="ttdef"><b>Definition:</b> array.hpp:602</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a055d6eaf7970468b686fce336d833a5c"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a055d6eaf7970468b686fce336d833a5c">pmem::obj::array::rbegin</a></div><div class="ttdeci">reverse_iterator rbegin()</div><div class="ttdoc">Returns a reverse iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:365</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a091273c3ae45017f89fdcc663dab9672"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a091273c3ae45017f89fdcc663dab9672">pmem::obj::array::at</a></div><div class="ttdeci">reference at(size_type n)</div><div class="ttdoc">Access element at specific index and add it to a transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:202</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_aa33ff9be3b0cc1bce22b7524b9252077"><div class="ttname"><a href="namespacepmem_1_1obj.html#aa33ff9be3b0cc1bce22b7524b9252077">pmem::obj::get</a></div><div class="ttdeci">T & get(pmem::obj::array< T, N > &a)</div><div class="ttdoc">Non-member get function.</div><div class="ttdef"><b>Definition:</b> array.hpp:923</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a32a84cb93bc35f9a89bd944ed31ced0e"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a32a84cb93bc35f9a89bd944ed31ced0e">pmem::obj::array::crend</a></div><div class="ttdeci">const_reverse_iterator crend() const noexcept</div><div class="ttdoc">Returns a const reverse iterator to the beginning.</div><div class="ttdef"><b>Definition:</b> array.hpp:413</div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1slice_html"><div class="ttname"><a href="classpmem_1_1obj_1_1slice.html">pmem::obj::slice</a></div><div class="ttdoc">pmem::obj::slice - provides interface to access sequence of objects.</div><div class="ttdef"><b>Definition:</b> slice.hpp:56</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ab9dda2ebf8db9e533241bed222d127c2"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ab9dda2ebf8db9e533241bed222d127c2">pmem::obj::array::const_at</a></div><div class="ttdeci">const_reference const_at(size_type n) const</div><div class="ttdoc">Access element at specific index.</div><div class="ttdef"><b>Definition:</b> array.hpp:233</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ac67bb83968cbc9695a089395e7fc9704"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ac67bb83968cbc9695a089395e7fc9704">pmem::obj::array::cback</a></div><div class="ttdeci">const_reference cback() const</div><div class="ttdoc">Access the last element.</div><div class="ttdef"><b>Definition:</b> array.hpp:477</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_a0d2c5f33d7ca7366bc34eef6d4a22039"><div class="ttname"><a href="namespacepmem_1_1obj.html#a0d2c5f33d7ca7366bc34eef6d4a22039">pmem::obj::operator<=</a></div><div class="ttdeci">bool operator<=(const array< T, N > &lhs, const array< T, N > &rhs)</div><div class="ttdoc">Non-member less or equal operator.</div><div class="ttdef"><b>Definition:</b> array.hpp:783</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a338c84c89d32745f3289a0249c0ffb51"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a338c84c89d32745f3289a0249c0ffb51">pmem::obj::array::end</a></div><div class="ttdeci">const_iterator end() const noexcept</div><div class="ttdoc">Returns a const iterator to the end.</div><div class="ttdef"><b>Definition:</b> array.hpp:344</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html">pmem::obj::array</a></div><div class="ttdoc">pmem::obj::array - persistent container with std::array compatible interface.</div><div class="ttdef"><b>Definition:</b> array.hpp:74</div></div>
<div class="ttc" id="apext_8hpp_html"><div class="ttname"><a href="pext_8hpp.html">pext.hpp</a></div><div class="ttdoc">Convenience extensions for the resides on pmem property template.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ae68e0913a1aaa4c3600d4779075d7e58"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ae68e0913a1aaa4c3600d4779075d7e58">pmem::obj::array::array</a></div><div class="ttdeci">array()=default</div><div class="ttdoc">Defaulted constructor.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ab82172c2ff69aef8927b633af3e275f2"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ab82172c2ff69aef8927b633af3e275f2">pmem::obj::array::range</a></div><div class="ttdeci">slice< pointer > range(size_type start, size_type n)</div><div class="ttdoc">Returns slice and snapshots requested range.</div><div class="ttdef"><b>Definition:</b> array.hpp:494</div></div>
<div class="ttc" id="astructpmem_1_1detail_1_1range__snapshotting__iterator_html"><div class="ttname"><a href="structpmem_1_1detail_1_1range__snapshotting__iterator.html">pmem::detail::range_snapshotting_iterator</a></div><div class="ttdoc">Non-const iterator which adds elements to a transaction in a bulk.</div><div class="ttdef"><b>Definition:</b> contiguous_iterator.hpp:221</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ae3f0ea4f6ad32b8ff9f398a1a024559d"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ae3f0ea4f6ad32b8ff9f398a1a024559d">pmem::obj::array::_get_data</a></div><div class="ttdeci">std::enable_if< Size !=0, const T * >::type _get_data() const</div><div class="ttdoc">Support for non-zero sized array.</div><div class="ttdef"><b>Definition:</b> array.hpp:684</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a18013082cf8f420cda84e42bd1606314"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a18013082cf8f420cda84e42bd1606314">pmem::obj::array::crange</a></div><div class="ttdeci">slice< const_iterator > crange(size_type start, size_type n) const</div><div class="ttdoc">Returns const slice.</div><div class="ttdef"><b>Definition:</b> array.hpp:571</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a430fbdd78f7d968cf1f204aca12d1950"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a430fbdd78f7d968cf1f204aca12d1950">pmem::obj::array::_get_data</a></div><div class="ttdeci">std::enable_if< Size==0, const T * >::type _get_data() const</div><div class="ttdoc">Support for zero sized array.</div><div class="ttdef"><b>Definition:</b> array.hpp:705</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a54fdf805cfc3587aac23fb6d81332f41"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a54fdf805cfc3587aac23fb6d81332f41">pmem::obj::array::rend</a></div><div class="ttdeci">const_reverse_iterator rend() const noexcept</div><div class="ttdoc">Returns a const reverse iterator to the end.</div><div class="ttdef"><b>Definition:</b> array.hpp:404</div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1pool__base_html"><div class="ttname"><a href="classpmem_1_1obj_1_1pool__base.html">pmem::obj::pool_base</a></div><div class="ttdoc">The non-template pool base class.</div><div class="ttdef"><b>Definition:</b> pool.hpp:75</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_affb6e5f6089b57122988394e601647a0"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#affb6e5f6089b57122988394e601647a0">pmem::obj::array::rend</a></div><div class="ttdeci">reverse_iterator rend()</div><div class="ttdoc">Returns a reverse iterator to the end.</div><div class="ttdef"><b>Definition:</b> array.hpp:377</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a6ea6956f3f31833a4a2974668de7a2d8"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a6ea6956f3f31833a4a2974668de7a2d8">pmem::obj::array::array</a></div><div class="ttdeci">array(const array &)=default</div><div class="ttdoc">Defaulted copy constructor.</div></div>
<div class="ttc" id="apersistent__ptr_8hpp_html"><div class="ttname"><a href="persistent__ptr_8hpp.html">persistent_ptr.hpp</a></div><div class="ttdoc">Persistent smart pointer.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_ad173e1452d51044f06fa5401415c6d99"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#ad173e1452d51044f06fa5401415c6d99">pmem::obj::array::front</a></div><div class="ttdeci">reference front()</div><div class="ttdoc">Access the first element and add this element to a transaction.</div><div class="ttdef"><b>Definition:</b> array.hpp:425</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_a27dce51fb43ebc8d6a39d9f13c803f99"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#a27dce51fb43ebc8d6a39d9f13c803f99">pmem::obj::array::end</a></div><div class="ttdeci">iterator end()</div><div class="ttdoc">Returns an iterator to the end.</div><div class="ttdef"><b>Definition:</b> array.hpp:317</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_af2226f3aa46f77947790082510e94cdc"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#af2226f3aa46f77947790082510e94cdc">pmem::obj::array::swap</a></div><div class="ttdeci">std::enable_if< Size==0 >::type swap(array &other)</div><div class="ttdoc">Swap for zero-sized array.</div><div class="ttdef"><b>Definition:</b> array.hpp:662</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1array_html_aeb2d70d6f848b5e193c73ca8249bc849"><div class="ttname"><a href="structpmem_1_1obj_1_1array.html#aeb2d70d6f848b5e193c73ca8249bc849">pmem::obj::array::size</a></div><div class="ttdeci">constexpr size_type size() const noexcept</div><div class="ttdoc">Returns size of the array.</div><div class="ttdef"><b>Definition:</b> array.hpp:584</div></div>
<!-- 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/array_8hpp_source.html | HTML | bsd-3-clause | 137,155 |
{% load i18n %}
{% load url from future %}{% spaceless %}
<div class="plugin plugin-blog">
<h3>{% trans "Categories" %}</h3>
<ul class="blog-categories">
{% for category in categories %}
<li><a href="{% url 'djangocms_blog:posts-category' category=category.slug %}" class="blog-categories-{{ category.count }}">
{{ category.name }}
<span>(
{% if category.count > 0 %}
{% blocktrans count articles=category.count %}1 article{% plural %}{{ articles }} articles{% endblocktrans %}
{% else %}{% trans "0 articles" %}{% endif %}
)</span>
</a></li>
{% empty %}
<li class="blog-empty"><p>{% trans "No categories found." %}</p></li>
{% endfor %}
</ul>
</div>
{% endspaceless %} | creimers/djangocms-blog | djangocms_blog/templates/djangocms_blog/plugins/categories.html | HTML | bsd-3-clause | 849 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PMDK C++ bindings: libpmemobj++/experimental/atomic_persistent_aware_ptr.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</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.13.0-git107.g7e59f08f</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.9.1 -->
<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','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('atomic__persistent__aware__ptr_8hpp_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">atomic_persistent_aware_ptr.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="atomic__persistent__aware__ptr_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// SPDX-License-Identifier: BSD-3-Clause</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/* Copyright 2021, Intel Corporation */</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>  </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#ifndef LIBPMEMOBJ_CPP_ATOMIC_PERSISTENT_AWARE_PTR_HPP</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#define LIBPMEMOBJ_CPP_ATOMIC_PERSISTENT_AWARE_PTR_HPP</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>  </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <<a class="code" href="atomic__backoff_8hpp.html">libpmemobj++/detail/atomic_backoff.hpp</a>></span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include <<a class="code" href="common_8hpp.html">libpmemobj++/detail/common.hpp</a>></span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include <<a class="code" href="self__relative__ptr__base__impl_8hpp.html">libpmemobj++/detail/self_relative_ptr_base_impl.hpp</a>></span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <<a class="code" href="atomic__self__relative__ptr_8hpp.html">libpmemobj++/experimental/atomic_self_relative_ptr.hpp</a>></span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include <<a class="code" href="self__relative__ptr_8hpp.html">libpmemobj++/experimental/self_relative_ptr.hpp</a>></span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <<a class="code" href="transaction_8hpp.html">libpmemobj++/transaction.hpp</a>></span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#include <<a class="code" href="utils_8hpp.html">libpmemobj++/utils.hpp</a>></span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include <atomic></span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">namespace </span><a class="code" href="namespacepmem.html">pmem</a></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> {</div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">namespace </span>obj</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> {</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span>experimental</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> {</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T, <span class="keyword">typename</span> ReadOptimized></div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html"> 43</a></span> <span class="keyword">struct </span><a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">atomic_persistent_aware_ptr</a> {</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keyword">using</span> <a class="code" href="classpmem_1_1detail_1_1self__relative__ptr__base__impl.html">ptr_type</a> = <a class="code" href="classpmem_1_1detail_1_1self__relative__ptr__base__impl.html">pmem::detail::self_relative_ptr_base_impl</a><</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  std::atomic<std::ptrdiff_t>>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keyword">using</span> <a class="code" href="classpmem_1_1detail_1_1self__relative__accessor.html">accessor</a> = <a class="code" href="classpmem_1_1detail_1_1self__relative__accessor.html">pmem::detail::self_relative_accessor</a><</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  std::atomic<std::ptrdiff_t>>;</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  </div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">static</span> constexpr uintptr_t IS_DIRTY = 1;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keyword">using</span> <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">this_type</a> = <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">atomic_persistent_aware_ptr</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <span class="keyword">using</span> <a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a> = <a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">pmem::obj::experimental::self_relative_ptr<T></a>;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="keyword">using</span> difference_type = <span class="keyword">typename</span> <a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html#ac51ab4e13db7e2fb4e9ffae1cc49ca78">value_type::difference_type</a>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  constexpr <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">atomic_persistent_aware_ptr</a>() noexcept = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#ae7a74fca9c9835d0e4b415a728f7bc28"> 68</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#ae7a74fca9c9835d0e4b415a728f7bc28">atomic_persistent_aware_ptr</a>(<a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a> value) : ptr()</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  {</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aa7a0bb53a3285f124152a1460af21794">store</a>(value);</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  }</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#ad0cb7dbd573cf826fc7293ad3527ab52"> 76</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#ad0cb7dbd573cf826fc7293ad3527ab52">atomic_persistent_aware_ptr</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">atomic_persistent_aware_ptr</a> &) =</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> OPT = ReadOptimized></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <span class="keyword">typename</span> std::enable_if<std::is_same<OPT, std::true_type>::value>::type</div>
<div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aa7a0bb53a3285f124152a1460af21794"> 87</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aa7a0bb53a3285f124152a1460af21794">store</a>(<a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a> desired,</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  std::memory_order order = std::memory_order_seq_cst) noexcept</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  {</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keyword">auto</span> dirty_desired = mark_dirty(desired);</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  ptr.store(dirty_desired, order);</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <a class="code" href="namespacepmem_1_1obj.html#ac392b8f634101ffeebb3c6838ebe3f8a">pool_by_vptr</a>(<span class="keyword">this</span>).<a class="code" href="classpmem_1_1obj_1_1pool__base.html#a689c84a97250a514c1fee892c38dfefe">persist</a>(&ptr, <span class="keyword">sizeof</span>(ptr));</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  ptr.compare_exchange_strong(dirty_desired, clear_dirty(desired),</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  order);</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <span class="comment">/* Flushing is not necessary for correctness, it's enough that</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> <span class="comment"> * dirty_desired is persistent */</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> <span class="preprocessor">#if LIBPMEMOBJ_CPP_VG_PMEMCHECK_ENABLED</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  VALGRIND_PMC_DO_FLUSH(&ptr, <span class="keyword">sizeof</span>(ptr));</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  }</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> OPT = ReadOptimized></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keyword">typename</span> std::enable_if<!std::is_same<OPT, std::true_type>::value>::type</div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a730a3385343d83138049627b2c1cb4fd"> 110</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a730a3385343d83138049627b2c1cb4fd">store</a>(<a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a> desired,</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  std::memory_order order = std::memory_order_seq_cst) noexcept</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>  {</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  ptr.store(mark_dirty(desired), order);</div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>  }</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>  </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> OPT = ReadOptimized></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keyword">typename</span> std::enable_if<std::is_same<OPT, std::true_type>::value,</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  value_type>::type</div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a24ae2fa1f4d984c7f733e981aa6323a0"> 124</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a24ae2fa1f4d984c7f733e981aa6323a0">load</a>(std::memory_order order = std::memory_order_seq_cst) noexcept</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  {</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="comment">/* This load relies on the store function to clear the dirty</span></div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="comment"> * flag. For correctness though, it flushes the dirty ptr and</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span> <span class="comment"> * returns the clear ptr for now. */</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <span class="keyword">auto</span> val = ptr.load(order);</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keywordflow">if</span> (is_dirty(val)) {</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>  <a class="code" href="namespacepmem_1_1obj.html#ac392b8f634101ffeebb3c6838ebe3f8a">pool_by_vptr</a>(<span class="keyword">this</span>).<a class="code" href="classpmem_1_1obj_1_1pool__base.html#a689c84a97250a514c1fee892c38dfefe">persist</a>(&ptr, <span class="keyword">sizeof</span>(ptr));</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  }</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <span class="keywordflow">return</span> clear_dirty(val);</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  }</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  </div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> OPT = ReadOptimized></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keyword">typename</span> std::enable_if<!std::is_same<OPT, std::true_type>::value,</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  value_type>::type</div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a5f47de9474b4ddc29dc29bd0e29658ef"> 144</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a5f47de9474b4ddc29dc29bd0e29658ef">load</a>(std::memory_order order = std::memory_order_seq_cst) noexcept</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  {</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="comment">/* It flushes the ptr with the dirty flag - clears the flag</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="comment"> * using CAS after flush. If CAS failed it simply returns the</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> <span class="comment"> * old clear ptr and relies on a later load to clear the dirty</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> <span class="comment"> * flag. */</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keyword">auto</span> val = ptr.load(order);</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordflow">if</span> (is_dirty(val)) {</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <a class="code" href="namespacepmem_1_1obj.html#ac392b8f634101ffeebb3c6838ebe3f8a">pool_by_vptr</a>(<span class="keyword">this</span>).<a class="code" href="classpmem_1_1obj_1_1pool__base.html#a689c84a97250a514c1fee892c38dfefe">persist</a>(&ptr, <span class="keyword">sizeof</span>(ptr));</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  <span class="keyword">auto</span> clear_val = clear_dirty(val);</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  ptr.compare_exchange_strong(val, clear_val, order);</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> <span class="preprocessor">#if LIBPMEMOBJ_CPP_VG_PMEMCHECK_ENABLED</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  VALGRIND_PMC_DO_FLUSH(&ptr, <span class="keyword">sizeof</span>(ptr));</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="keywordflow">return</span> clear_val;</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  }</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="keywordflow">return</span> clear_dirty(val);</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  }</div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  </div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  is_lock_free() const noexcept</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  {</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="keywordflow">return</span> ptr.is_lock_free();</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  }</div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  </div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <span class="comment">/*</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span> <span class="comment"> * Operators</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  </div>
<div class="line"><a name="l00176"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a31f0956e1af1ccd9d0c3eb80052f8701"> 176</a></span>  <span class="keyword">operator</span> <a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a>() const noexcept</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  {</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="keywordflow">return</span> <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a24ae2fa1f4d984c7f733e981aa6323a0">load</a>();</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  }</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  </div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  value_type</div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aac861c25545de6a80e36a3a5b2b35f34"> 188</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aac861c25545de6a80e36a3a5b2b35f34">operator=</a>(<a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a> desired) noexcept</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  {</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aa7a0bb53a3285f124152a1460af21794">store</a>(desired);</div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keywordflow">return</span> desired;</div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  }</div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  </div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">atomic_persistent_aware_ptr</a> &</div>
<div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a3f1cb2bf6f6e9a885a32f77af7845809"> 198</a></span>  <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a3f1cb2bf6f6e9a885a32f77af7845809">operator=</a>(<span class="keyword">const</span> <a class="code" href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">atomic_persistent_aware_ptr</a> &) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>  <a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a></div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  mark_dirty(<a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a> ptr)<span class="keyword"> const</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keyword">auto</span> dirty_ptr =</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keyword">reinterpret_cast<</span>uintptr_t<span class="keyword">></span>(ptr.<a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html#a9c550851f90b7139e588445913fdfb48">get</a>()) | IS_DIRTY;</div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>  <span class="keywordflow">return</span> <a class="code" href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">value_type</a>{<span class="keyword">reinterpret_cast<</span>T *<span class="keyword">></span>(dirty_ptr)};</div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  }</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  </div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>  value_type</div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  clear_dirty(value_type ptr)<span class="keyword"> const</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  <span class="keyword">auto</span> clear_ptr =</div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  <span class="keyword">reinterpret_cast<</span>uintptr_t<span class="keyword">></span>(ptr.get()) & ~IS_DIRTY;</div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  <span class="keywordflow">return</span> value_type{<span class="keyword">reinterpret_cast<</span>T *<span class="keyword">></span>(clear_ptr)};</div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  }</div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>  </div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  <span class="keywordtype">bool</span></div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  is_dirty(value_type ptr)<span class="keyword"> const</span></div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span>uintptr_t<span class="keyword">></span>(ptr.get()) & IS_DIRTY;</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  }</div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>  </div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>  std::atomic<self_relative_ptr<T>> ptr;</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span> };</div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span> } <span class="comment">// namespace experimental</span></div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span> } <span class="comment">// namespace obj</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span> } <span class="comment">// namespace pmem</span></div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  </div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span> <span class="preprocessor">#endif </span><span class="comment">// LIBPMEMOBJ_CPP_ATOMIC_PERSISTENT_AWARE_PTR_HPP</span></div>
<div class="ttc" id="aatomic__backoff_8hpp_html"><div class="ttname"><a href="atomic__backoff_8hpp.html">atomic_backoff.hpp</a></div><div class="ttdoc">Atomic backoff, for time delay.</div></div>
<div class="ttc" id="aatomic__self__relative__ptr_8hpp_html"><div class="ttname"><a href="atomic__self__relative__ptr_8hpp.html">atomic_self_relative_ptr.hpp</a></div><div class="ttdoc">Atomic specialization for self_relative_ptr.</div></div>
<div class="ttc" id="aclasspmem_1_1detail_1_1self__relative__accessor_html"><div class="ttname"><a href="classpmem_1_1detail_1_1self__relative__accessor.html">pmem::detail::self_relative_accessor</a></div><div class="ttdoc">Static class accessor to self_relative_ptr_base.</div><div class="ttdef"><b>Definition:</b> self_relative_ptr_base_impl.hpp:296</div></div>
<div class="ttc" id="aclasspmem_1_1detail_1_1self__relative__ptr__base__impl_html"><div class="ttname"><a href="classpmem_1_1detail_1_1self__relative__ptr__base__impl.html">pmem::detail::self_relative_ptr_base_impl< std::atomic< std::ptrdiff_t > ></a></div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1experimental_1_1self__relative__ptr_html"><div class="ttname"><a href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html">pmem::obj::experimental::self_relative_ptr</a></div><div class="ttdoc">Persistent self-relative pointer class.</div><div class="ttdef"><b>Definition:</b> self_relative_ptr.hpp:82</div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1experimental_1_1self__relative__ptr_html_a9c550851f90b7139e588445913fdfb48"><div class="ttname"><a href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html#a9c550851f90b7139e588445913fdfb48">pmem::obj::experimental::self_relative_ptr::get</a></div><div class="ttdeci">element_type * get() const noexcept</div><div class="ttdoc">Get the direct pointer.</div><div class="ttdef"><b>Definition:</b> self_relative_ptr.hpp:197</div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1experimental_1_1self__relative__ptr_html_ac51ab4e13db7e2fb4e9ffae1cc49ca78"><div class="ttname"><a href="classpmem_1_1obj_1_1experimental_1_1self__relative__ptr.html#ac51ab4e13db7e2fb4e9ffae1cc49ca78">pmem::obj::experimental::self_relative_ptr::difference_type</a></div><div class="ttdeci">typename base_type::difference_type difference_type</div><div class="ttdoc">The self_relative_ptr difference type.</div><div class="ttdef"><b>Definition:</b> self_relative_ptr.hpp:100</div></div>
<div class="ttc" id="aclasspmem_1_1obj_1_1pool__base_html_a689c84a97250a514c1fee892c38dfefe"><div class="ttname"><a href="classpmem_1_1obj_1_1pool__base.html#a689c84a97250a514c1fee892c38dfefe">pmem::obj::pool_base::persist</a></div><div class="ttdeci">void persist(const void *addr, size_t len) noexcept</div><div class="ttdoc">Performs persist operation on a given chunk of memory.</div><div class="ttdef"><b>Definition:</b> pool.hpp:280</div></div>
<div class="ttc" id="acommon_8hpp_html"><div class="ttname"><a href="common_8hpp.html">common.hpp</a></div><div class="ttdoc">Commonly used functionality.</div></div>
<div class="ttc" id="anamespacepmem_1_1obj_html_ac392b8f634101ffeebb3c6838ebe3f8a"><div class="ttname"><a href="namespacepmem_1_1obj.html#ac392b8f634101ffeebb3c6838ebe3f8a">pmem::obj::pool_by_vptr</a></div><div class="ttdeci">pool_base pool_by_vptr(const T *that)</div><div class="ttdoc">Retrieve pool handle for the given pointer.</div><div class="ttdef"><b>Definition:</b> utils.hpp:32</div></div>
<div class="ttc" id="anamespacepmem_html"><div class="ttname"><a href="namespacepmem.html">pmem</a></div><div class="ttdoc">Persistent memory namespace.</div><div class="ttdef"><b>Definition:</b> allocation_flag.hpp:15</div></div>
<div class="ttc" id="aself__relative__ptr_8hpp_html"><div class="ttname"><a href="self__relative__ptr_8hpp.html">self_relative_ptr.hpp</a></div><div class="ttdoc">Persistent self-relative smart pointer.</div></div>
<div class="ttc" id="aself__relative__ptr__base__impl_8hpp_html"><div class="ttname"><a href="self__relative__ptr__base__impl_8hpp.html">self_relative_ptr_base_impl.hpp</a></div><div class="ttdoc">Base class for self_relative_ptr.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html">pmem::obj::experimental::atomic_persistent_aware_ptr</a></div><div class="ttdoc">Atomic specialization of a persistent ptr (self_relative_ptr) that manages its persistence by itself.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:43</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_a24ae2fa1f4d984c7f733e981aa6323a0"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a24ae2fa1f4d984c7f733e981aa6323a0">pmem::obj::experimental::atomic_persistent_aware_ptr::load</a></div><div class="ttdeci">std::enable_if< std::is_same< OPT, std::true_type >::value, value_type >::type load(std::memory_order order=std::memory_order_seq_cst) noexcept</div><div class="ttdoc">Read-optimized load.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:124</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_a3f1cb2bf6f6e9a885a32f77af7845809"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a3f1cb2bf6f6e9a885a32f77af7845809">pmem::obj::experimental::atomic_persistent_aware_ptr::operator=</a></div><div class="ttdeci">atomic_persistent_aware_ptr & operator=(const atomic_persistent_aware_ptr &)=delete</div><div class="ttdoc">Deleted assignment operator.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_a5f47de9474b4ddc29dc29bd0e29658ef"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a5f47de9474b4ddc29dc29bd0e29658ef">pmem::obj::experimental::atomic_persistent_aware_ptr::load</a></div><div class="ttdeci">std::enable_if<!std::is_same< OPT, std::true_type >::value, value_type >::type load(std::memory_order order=std::memory_order_seq_cst) noexcept</div><div class="ttdoc">Write-optimized load flushes the data.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:144</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_a730a3385343d83138049627b2c1cb4fd"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#a730a3385343d83138049627b2c1cb4fd">pmem::obj::experimental::atomic_persistent_aware_ptr::store</a></div><div class="ttdeci">std::enable_if<!std::is_same< OPT, std::true_type >::value >::type store(value_type desired, std::memory_order order=std::memory_order_seq_cst) noexcept</div><div class="ttdoc">Write-optimized store relies on a consequent load to do the flush.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:110</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_aa7a0bb53a3285f124152a1460af21794"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aa7a0bb53a3285f124152a1460af21794">pmem::obj::experimental::atomic_persistent_aware_ptr::store</a></div><div class="ttdeci">std::enable_if< std::is_same< OPT, std::true_type >::value >::type store(value_type desired, std::memory_order order=std::memory_order_seq_cst) noexcept</div><div class="ttdoc">Read-optimized store does the flush already in the store function.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:87</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_aac861c25545de6a80e36a3a5b2b35f34"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#aac861c25545de6a80e36a3a5b2b35f34">pmem::obj::experimental::atomic_persistent_aware_ptr::operator=</a></div><div class="ttdeci">value_type operator=(value_type desired) noexcept</div><div class="ttdoc">Assignment operator.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:188</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_ad0cb7dbd573cf826fc7293ad3527ab52"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#ad0cb7dbd573cf826fc7293ad3527ab52">pmem::obj::experimental::atomic_persistent_aware_ptr::atomic_persistent_aware_ptr</a></div><div class="ttdeci">atomic_persistent_aware_ptr(const atomic_persistent_aware_ptr &)=delete</div><div class="ttdoc">Deleted copy constructor.</div></div>
<div class="ttc" id="astructpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr_html_ae7a74fca9c9835d0e4b415a728f7bc28"><div class="ttname"><a href="structpmem_1_1obj_1_1experimental_1_1atomic__persistent__aware__ptr.html#ae7a74fca9c9835d0e4b415a728f7bc28">pmem::obj::experimental::atomic_persistent_aware_ptr::atomic_persistent_aware_ptr</a></div><div class="ttdeci">atomic_persistent_aware_ptr(value_type value)</div><div class="ttdoc">Constructors.</div><div class="ttdef"><b>Definition:</b> atomic_persistent_aware_ptr.hpp:68</div></div>
<div class="ttc" id="atransaction_8hpp_html"><div class="ttname"><a href="transaction_8hpp.html">transaction.hpp</a></div><div class="ttdoc">C++ pmemobj transactions.</div></div>
<div class="ttc" id="autils_8hpp_html"><div class="ttname"><a href="utils_8hpp.html">utils.hpp</a></div><div class="ttdoc">Libpmemobj C++ utils.</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5ded00d85304e80433f58d5c7677c64a.html">libpmemobj++</a></li><li class="navelem"><a class="el" href="dir_18e96e04981a13b2de061b2ad92c1356.html">experimental</a></li><li class="navelem"><a class="el" href="atomic__persistent__aware__ptr_8hpp.html">atomic_persistent_aware_ptr.hpp</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
</ul>
</div>
</body>
</html>
| pbalcer/pbalcer.github.io | content/libpmemobj-cpp/master/doxygen/atomic__persistent__aware__ptr_8hpp_source.html | HTML | bsd-3-clause | 42,685 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Main Page</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindexHL" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>Main Page </h1>
<p>
Click the tabs above for information about the<ul>
<li><a href="./modules.html">Modules</a> (groups of functionality) implemented by the library</li><li><a href="./annotated.html">Classes</a> provided by the library</li><li><a href="./files.html">Files</a> constituting the library.</li></ul>
Please note that significant part of TBB functionality is implemented in the form of template functions, descriptions of which are not accessible on the <a href="./annotated.html">Classes</a> tab. Use <a href="./modules.html">Modules</a> or <a href="./namespacemembers.html">Namespace/Namespace Members</a> tabs to find them.<p>
Additional pieces of information can be found here<ul>
<li>concepts</li></ul>
<hr>
<p></p>
Copyright © 2005-2008 Intel Corporation. All Rights Reserved.
<p></p>
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
| relokin/parsec | pkgs/libs/tbblib/src/doc/html/index.html | HTML | bsd-3-clause | 1,940 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2002-1 (1.68)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>11.4 G83 Cycle</TITLE>
<META NAME="description" CONTENT="11.4 G83 Cycle">
<META NAME="keywords" CONTENT="Handbook">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="Handbook.css">
<LINK REL="next" HREF="node72.html">
<LINK REL="previous" HREF="node70.html">
<LINK REL="up" HREF="node66.html">
<LINK REL="next" HREF="node72.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1396"
HREF="node72.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
<A NAME="tex2html1390"
HREF="node66.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html1384"
HREF="node70.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html1392"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<A NAME="tex2html1394"
HREF="node140.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html1397"
HREF="node72.html">11.5 G84 Cycle</A>
<B> Up:</B> <A NAME="tex2html1391"
HREF="node66.html">11. Canned Cycles</A>
<B> Previous:</B> <A NAME="tex2html1385"
HREF="node70.html">11.3 G82 Cycle</A>
<B> <A NAME="tex2html1393"
HREF="node1.html">Contents</A></B>
<B> <A NAME="tex2html1395"
HREF="node140.html">Index</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION04240000000000000000">
11.4 G83 Cycle</A>
</H1>
<P>
The G83<A NAME="2304"></A> cycle is intended for deep drilling or milling
with chip breaking. The dwell in this cycle causes any long stringers
(which are common when drilling in aluminum) to be cut off. This cycle
takes a Q value which represents a "delta" increment
along the Z-axis. Machinists often refer to this as peck drilling.
<P>
0. Preliminary motion, as described above.
<P>
1. Move the Z-axis only at the current feed rate downward by delta
or to the Z position, whichever is less deep.
<P>
2. Dwell for 0.25 second.
<P>
3. Retract at traverse rate to clear Z
<P>
4. Repeat steps 1 - 3 until the Z position is reached.
<P>
5. Retract the Z-axis at traverse rate to clear Z.
<P>
<BR><HR>
<ADDRESS>
root
2003-05-26
</ADDRESS>
</BODY>
</HTML>
| parhansson/KMotionX | KMotion/Help/GCodeScreen/EMC_Handbook/node71.html | HTML | bsd-3-clause | 3,016 |
This package contains classes that draw graphic
primitives. | NCIP/webgenome | tags/WEBGENOME_R3.2_6MAR2009_BUILD1/java/core/src/org/rti/webgenome/graphics/primitive/package.html | HTML | bsd-3-clause | 59 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>makeCartSphere :: Functions (k-Wave)</title>
<link rel="stylesheet" href="docstyle.css" type="text/css">
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#e7ebf7">
<tr>
<td valign="baseline">
<b>k-Wave Toolbox</b>
</td>
<td valign="baseline" align="right">
<a href="makeCartCircle.html"><img src="images/b_prev.gif" border="0" align="bottom" alt="Previous"></a> <a href="makeCircle.html"><img src="images/b_next.gif" border="0" align="bottom" alt="Next"></a>
</td>
</tr>
</table>
<a name="top_of_page"></a>
<h1 class="reftitle">makeCartSphere</h1>
<p class="purpose">Create a 3D Cartesian sphere</p>
<h2>Syntax</h2>
<pre class="programlisting">
sphere = makeCartSphere(radius, num_points)
sphere = makeCartSphere(radius, num_points, center_pos)
sphere = makeCartSphere(radius, num_points, center_pos, plot_sphere)
</pre>
<h2>Description</h2>
<p><code>makeCartSphere</code> creates a 3 x <code>num_points</code> array of the Cartesian coordinates of points evenly distributed over a sphere using the Golden Section Spiral method. The function is based on code by Patric Boucher and Henry Bland on <a href="http://www.xsi-blog.com">http://www.xsi-blog.com</a>. The 3D plot that is displayed after calling <code>makeCartSphere(10, 500, [0,0,0], true)</code> is given below.
<img src="images/makeCartSphere_image_01.png" height="420" width="561">
<h2>Inputs</h2>
<table cellspacing="0" class="body" cellpadding="4" border="0">
<tr valign="top">
<td width = "150"><p><code>radius</code></p></td>
<td><p>sphere radius [m]</p></td>
</tr>
<tr valign="top">
<td width = "150"><p><code>num_points</code></p></td>
<td><p>number of points on the sphere</p></td>
</tr>
</table>
<h2>Optional Inputs</h2>
<table cellspacing="0" class="body" cellpadding="4" border="0">
<tr valign="top">
<td width = "150"><p><code>center_pos</code></p></td>
<td><p>[x, y, z] position of the circle center [m] (default = [0, 0, 0])</p></td>
</tr>
<tr valign="top">
<td width = "150"><p><code>plot_sphere</code></p></td>
<td><p>Boolean controlling whether the Cartesian coordinates are plotted using <code><a href="matlab: doc plot3">plot3</a></code> (default = false)</p></td>
</tr>
</table>
<h2>Outputs</h2>
<table cellspacing="0" class="body" cellpadding="4" border="0">
<tr valign="top">
<td width = "150"><p><code>sphere</code></p></td>
<td><p>3 x <code>num_points</code> array matrix of Cartesian points</p></td>
</tr>
</table>
<h2>Examples</h2>
<ul>
<li><a href="example_pr_3D_tr_spherical_sensor.html">3D Time Reversal For A Spherical Sensor</a></li>
</ul>
<h2>See Also</h2>
<code><a href="cart2grid.html">cart2grid</a></code>, <code><a href="makeCartCircle.html">makeCartCircle</a></code>, <code><a href="makeSphere.html">makeSphere</a></code>
<p></p>
<table class="nav" summary="Navigation aid" border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#e7ebf7">
<tr valign="top">
<td align="left" width="20"><a href="makeCartCircle.html"><img src="images/b_prev.gif" border="0" align="bottom" alt="Previous"></a> </td>
<td align="left">makeCartCircle</td>
<td> </td>
<td align="right">makeCircle</td>
<td align="right" width="20"><a href="makeCircle.html"><img src="images/b_next.gif" border="0" align="bottom" alt="Next"></a></td>
</tr>
</table>
<br>
<p class="copy">© 2009-2014 Bradley Treeby and Ben Cox.</p>
</body></html> | rjdang/matlab-libs | k-wave-toolbox-version-1.1.1/k-Wave/helpfiles/makeCartSphere.html | HTML | bsd-3-clause | 3,901 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}{% endblock %}</title>
<meta name="description" content="">
<meta name="author" content="Fulfil.IO Inc.">
{% block stylesheets %}
{% if report.extension == 'html' %}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
{% else %}
<!-- Local copy of Latest compiled and minified CSS -->
<link rel="stylesheet" href="{{ 'report_html_accounts/reports/css/bootstrap/css/bootstrap.min.css'|modulepath }}">
<link rel="stylesheet" href="{{ 'report_html_accounts/reports/css/font-awesome/css/font-awesome.min.css'|modulepath }}">
{% endif %}
{% endblock stylesheets %}
{% block custom_style %}
<style type="text/css">
hr {
border-top: 1px solid #000;
}
.h3 {
font-size: 16px;
}
body {
font-family: 'Ariel';
font-size: 10px;
}
.page-break {
padding-top: 10px;
page-break-before: always;
}
.top20 {
padding-top: 20px;
}
tbody tr {
page-break-inside: avoid;
}
table.no-border td {
border: 0px !important;
}
</style>
{% endblock custom_style %}
</head>
<body>
{% block body %}
{% block main scoped %}
<div class="container-fluid {% if not first %}page-break{% endif %}">
<div class="row">
<div class="col-xs-6">
{% block company_header scoped %}
{% include header %}
{% endblock company_header %}
</div>
<div class="col-xs-6">
{% block report_header scoped %}
{% endblock report_header %}
</div>
</div>
<div class="row">
<div class="col-xs-12">
{% block report_body scoped %}
{% endblock report_body %}
</div>
</div>
</div>
{% endblock main %}
{% endblock body %}
</body>
</html>
| prakashpp/trytond-report-html-accounts | reports/base.html | HTML | bsd-3-clause | 2,112 |
<!--
Calculating collapsed borders for big tables is expensive, so we cache them and recalculate when needed.
Here we:
1. Remove DIV text, this requests layout for DIV, but only simplified layout for TABLE;
2. Change cell border color, expect that cache is invalidated and paint produces expected image.
-->
<html>
<head>
<title></title>
<link rel="stylesheet" href="resources/cached.css">
</head>
<body>
<table style="border-collapse:collapse; border:2px solid blue; position: relative;">
<tr>
<td style="border:4px solid lime" id="foo"/>
<td style="border:1px solid black"/>
<div id="blockDiv"></div>
</tr>
</table>
</body>
</html>
| danakj/chromium | third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.html | HTML | bsd-3-clause | 754 |
<?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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FusionCharts ASP Class API - Creating Stacked Chart </title>
<link rel="stylesheet" href="../../assets/ui/css/style.css" type="text/css" />
<script type="text/javascript" src="../../assets/prettify/prettify.js"></script>
<link rel="stylesheet" type="text/css" href="../../assets/prettify/prettify.css" />
<script type="text/javascript" src="../../assets/ui/js/jquery.min.js" ></script>
<style type="text/css">
<!--
div.WebHelpPopupMenu { position:absolute;
left:0px;
top:0px;
z-index:4;
visibility:hidden; }
a.whtbtnhide, a.whtbtnshow, a.whtbtnhidenav , a.whtbtnshownav { border-bottom:none !important; }
-->
</style>
<script type="text/javascript" language="javascript1.2" src="../../assets/ui/js/whmsg.js"></script>
<script type="text/javascript" language="javascript" src="../../assets/ui/js/whver.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../assets/ui/js/whproxy.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../assets/ui/js/whutils.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../assets/ui/js/whlang.js"></script>
<script type="text/javascript" language="javascript1.2" src="../../assets/ui/js/whtopic.js"></script>
<script type="text/javascript" src="../../assets/ui/js/lib.js"></script>
</head>
<body>
<!-- breadcrumb starts here -->
<div id="breadcrumb"></div>
<script type="text/javascript">
document.write( addFCBreadcrumb( [ "Home|../../Introduction/Overview.html", "Guide for web developers", "FusionCharts ASP Class|Overview.html", "Creating Stacked chart" ] ) );
</script>
<!-- breadcrumb ends here -->
<table width="98%" border="0" cellspacing="0" cellpadding="3" align="center">
<tr>
<td class="pageHeader">Creating Stacked Chart </td>
</tr>
<tr>
<td valign="top" class="text">
<p>FusionCharts XT offers Stacked Chart – a type of multi-series chart where multiple datasets are stacked one above the other. Have a look at the image below to have an idea how a Stacked Chart looks like:</p>
<img src="../Images/ClassImages/ClassStacked.jpg" class="imageBorder" />
<p class="highlightBlock" ><strong>Before you go further with this page, we recommend you to please see the previous pages <a href="FirstChart.html">Creating First Chart</a> and <a href="MultiSeriesChart.html">Creating Multi-series chart</a> as we start off from concepts explained in that page. </strong></p>
<p>The process of generating Stacked chart is same as multi-series chart. The only difference is here we need to specify a different chart type. Open and modify the multi-series chart you have created in the previous page like this:</p></td>
</tr>
<tr>
<td valign="top"><pre class="prettyprint code_container"><%@LANGUAGE="VBSCRIPT"%>
<%
<span class="codeComment">'Include FusionCharts ASP Class</span>
%>
<!--#include file="../Class/FusionCharts_Gen.asp"-->
<%
dim FC
<span class="codeComment"> 'Create FusionCharts ASP class object</span>
set FC = new FusionCharts
<span class="codeComment"> 'Set chart type to <strong>Stacked Column2D chart</strong></span>
Call FC.setChartType("<strong>StackedColumn3D</strong>")
... </pre>
</td>
</tr>
<tr>
<td valign="top" class="text"><p>As you can see, while creating the chart object, we have only changed the chart type to <span class="codeInline">stackedColumn3D</span> </p>
<pre class="prettyprint code_container">FC = new FusionCharts
Call FC.setChartType("<strong>StackedColumn3D</strong>")</pre>
<br />
</span>This is the trick. You can see that, instead of a multiseries chart, we render a stacked chart. </p>
<p class="highlightBlock">Please go through <a href="Functions.html">FusionCharts ASP Class API Reference</a> section to know more about the functions used in the above code. </p>
<p class="text">Here comes the output:</p>
<img src="../Images/ClassImages/ClassStacked.jpg" class="imageBorder" /></td>
</tr>
</table>
<!-- footer links starts-->
<div id="fcfooter"></div>
<script type="text/javascript">
document.getElementById("fcfooter").innerHTML = addFCFooter("Creating Multi-Series Chart|MultiSeriesChart.html","Creating Combination chart|CombinationChart.html");
</script>
<!-- footer links ends -->
<script type="text/javascript" language="javascript1.2">//<![CDATA[
<!--
highlightSearch();
//-->
//]]></script>
</body>
</html>
| TechFor/agile | library/FusionCharts_XT_Evaluation/Contents/guide-for-web-developers/fusioncharts-asp-class/StackedChart.html | HTML | bsd-3-clause | 4,960 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Layout | @phosphor/widgets</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">@phosphor/widgets</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="layout.html">Layout</a>
</li>
</ul>
<h1>Class Layout</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>An abstract base class for creating Phosphor layouts.
The namespace for the <code>Layout</code> class statics.</p>
</div>
<h4 id="notes">Notes</h4>
<p>A layout is used to add widgets to a parent and to arrange those
widgets within the parent's DOM node.</p>
<p>This class implements the base functionality which is required of
nearly all layouts. It must be subclassed in order to be useful.</p>
<p>Notably, this class does not define a uniform interface for adding
widgets to the layout. A subclass should define that API in a way
which is meaningful for its intended use.</p>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">Layout</span>
<ul class="tsd-hierarchy">
<li>
<a href="panellayout.html" class="tsd-signature-type">PanelLayout</a>
</li>
<li>
<a href="docklayout.html" class="tsd-signature-type">DockLayout</a>
</li>
<li>
<a href="gridlayout.html" class="tsd-signature-type">GridLayout</a>
</li>
<li>
<a href="singletonlayout.html" class="tsd-signature-type">SingletonLayout</a>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3>Implements</h3>
<ul class="tsd-hierarchy">
<li><span class="tsd-signature-type">IIterable</span><span class="tsd-signature-symbol"><</span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol">></span></li>
<li><span class="tsd-signature-type">IDisposable</span></li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Interfaces</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-interface tsd-parent-kind-class"><a href="../interfaces/layout.ioptions.html" class="tsd-kind-icon">IOptions</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Type aliases</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-type-alias tsd-parent-kind-class tsd-is-static"><a href="layout.html#fitpolicy" class="tsd-kind-icon">Fit<wbr>Policy</a></li>
<li class="tsd-kind-type-alias tsd-parent-kind-class tsd-is-static"><a href="layout.html#horizontalalignment" class="tsd-kind-icon">Horizontal<wbr>Alignment</a></li>
<li class="tsd-kind-type-alias tsd-parent-kind-class tsd-is-static"><a href="layout.html#verticalalignment" class="tsd-kind-icon">Vertical<wbr>Alignment</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="layout.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-private tsd-is-private-protected">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="layout.html#_disposed" class="tsd-kind-icon">_disposed</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="layout.html#_fitpolicy" class="tsd-kind-icon">_fit<wbr>Policy</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="layout.html#_parent" class="tsd-kind-icon">_parent</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Accessors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-accessor tsd-parent-kind-class"><a href="layout.html#fitpolicy-1" class="tsd-kind-icon">fit<wbr>Policy</a></li>
<li class="tsd-kind-get-signature tsd-parent-kind-class"><a href="layout.html#isdisposed" class="tsd-kind-icon">is<wbr>Disposed</a></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><a href="layout.html#parent" class="tsd-kind-icon">parent</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="layout.html#dispose" class="tsd-kind-icon">dispose</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#init" class="tsd-kind-icon">init</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="layout.html#iter" class="tsd-kind-icon">iter</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onafterattach" class="tsd-kind-icon">on<wbr>After<wbr>Attach</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onafterdetach" class="tsd-kind-icon">on<wbr>After<wbr>Detach</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onafterhide" class="tsd-kind-icon">on<wbr>After<wbr>Hide</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onaftershow" class="tsd-kind-icon">on<wbr>After<wbr>Show</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onbeforeattach" class="tsd-kind-icon">on<wbr>Before<wbr>Attach</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onbeforedetach" class="tsd-kind-icon">on<wbr>Before<wbr>Detach</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onbeforehide" class="tsd-kind-icon">on<wbr>Before<wbr>Hide</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onbeforeshow" class="tsd-kind-icon">on<wbr>Before<wbr>Show</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onchildhidden" class="tsd-kind-icon">on<wbr>Child<wbr>Hidden</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onchildremoved" class="tsd-kind-icon">on<wbr>Child<wbr>Removed</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onchildshown" class="tsd-kind-icon">on<wbr>Child<wbr>Shown</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onfitrequest" class="tsd-kind-icon">on<wbr>Fit<wbr>Request</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onresize" class="tsd-kind-icon">on<wbr>Resize</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a href="layout.html#onupdaterequest" class="tsd-kind-icon">on<wbr>Update<wbr>Request</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="layout.html#processparentmessage" class="tsd-kind-icon">process<wbr>Parent<wbr>Message</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="layout.html#removewidget" class="tsd-kind-icon">remove<wbr>Widget</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="layout.html#gethorizontalalignment" class="tsd-kind-icon">get<wbr>Horizontal<wbr>Alignment</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="layout.html#getverticalalignment" class="tsd-kind-icon">get<wbr>Vertical<wbr>Alignment</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="layout.html#sethorizontalalignment" class="tsd-kind-icon">set<wbr>Horizontal<wbr>Alignment</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="layout.html#setverticalalignment" class="tsd-kind-icon">set<wbr>Vertical<wbr>Alignment</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Type aliases</h2>
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-class tsd-is-static">
<a name="fitpolicy" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> Fit<wbr>Policy</h3>
<div class="tsd-signature tsd-kind-icon">Fit<wbr>Policy<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"set-no-constraint"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"set-min-size"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L491">layout.ts:491</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A type alias for the layout fit policy.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The fit policy controls the computed size constraints which are
applied to the parent widget by the layout.</p>
<p>Some layout implementations may ignore the fit policy.</p>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-class tsd-is-static">
<a name="horizontalalignment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> Horizontal<wbr>Alignment</h3>
<div class="tsd-signature tsd-kind-icon">Horizontal<wbr>Alignment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"left"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"center"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"right"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L520">layout.ts:520</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A type alias for the horizontal alignment of a widget.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-class tsd-is-static">
<a name="verticalalignment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> Vertical<wbr>Alignment</h3>
<div class="tsd-signature tsd-kind-icon">Vertical<wbr>Alignment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"top"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"center"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"bottom"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L526">layout.ts:526</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A type alias for the vertical alignment of a widget.</p>
</div>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">new <wbr>Layout<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/layout.ioptions.html" class="tsd-signature-type">IOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="layout.html" class="tsd-signature-type">Layout</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L52">layout.ts:52</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Construct a new layout.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> options: <a href="../interfaces/layout.ioptions.html" class="tsd-signature-type">IOptions</a><span class="tsd-signature-symbol"> = {}</span></h5>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The options for initializing the layout.</p>
</div>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="layout.html" class="tsd-signature-type">Layout</a></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-private tsd-is-private-protected">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_disposed" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _disposed</h3>
<div class="tsd-signature tsd-kind-icon">_disposed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L470">layout.ts:470</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_fitpolicy" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _fit<wbr>Policy</h3>
<div class="tsd-signature tsd-kind-icon">_fit<wbr>Policy<span class="tsd-signature-symbol">:</span> <a href="layout.html#fitpolicy" class="tsd-signature-type">FitPolicy</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L471">layout.ts:471</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_parent" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _parent</h3>
<div class="tsd-signature tsd-kind-icon">_parent<span class="tsd-signature-symbol">:</span> <a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> = null</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L472">layout.ts:472</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Accessors</h2>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class">
<a name="fitpolicy-1" class="tsd-anchor"></a>
<h3>fit<wbr>Policy</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> fitPolicy<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="layout.html#fitpolicy" class="tsd-signature-type">FitPolicy</a></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> fitPolicy<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="layout.html#fitpolicy" class="tsd-signature-type">FitPolicy</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L123">layout.ts:123</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Get the fit policy for the layout.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The fit policy controls the computed size constraints which are
applied to the parent widget by the layout.</p>
<p>Some layout implementations may ignore the fit policy.</p>
</div>
<h4 class="tsd-returns-title">Returns <a href="layout.html#fitpolicy" class="tsd-signature-type">FitPolicy</a></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L139">layout.ts:139</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the fit policy for the layout.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The fit policy controls the computed size constraints which are
applied to the parent widget by the layout.</p>
<p>Some layout implementations may ignore the fit policy.</p>
<p>Changing the fit policy will clear the current size constraint
for the parent widget and then re-fit the parent.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>value: <a href="layout.html#fitpolicy" class="tsd-signature-type">FitPolicy</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class">
<a name="isdisposed" class="tsd-anchor"></a>
<h3>is<wbr>Disposed</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> isDisposed<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L82">layout.ts:82</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Test whether the layout is disposed.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class">
<a name="parent" class="tsd-anchor"></a>
<h3>parent</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> parent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> parent<span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L89">layout.ts:89</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Get the parent widget of the layout.</p>
</div>
<h4 id="notes">Notes</h4>
<p>This is set automatically when installing the layout on the parent
widget. The parent widget should not be set directly by user code.</p>
</div>
<h4 class="tsd-returns-title">Returns <a href="widget.html" class="tsd-signature-type">Widget</a>
<span class="tsd-signature-symbol"> | </span>
<span class="tsd-signature-type">null</span>
</h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L100">layout.ts:100</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the parent widget of the layout.</p>
</div>
<h4 id="notes">Notes</h4>
<p>This is set automatically when installing the layout on the parent
widget. The parent widget should not be set directly by user code.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>value: <a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="dispose" class="tsd-anchor"></a>
<h3>dispose</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L72">layout.ts:72</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Dispose of the resources held by the layout.</p>
</div>
<h4 id="notes">Notes</h4>
<p>This should be reimplemented to clear and dispose of the widgets.</p>
<p>All reimplementations should call the superclass method.</p>
<p>This method is called automatically when the parent is disposed.</p>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="init" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> init</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">init<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L254">layout.ts:254</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Perform layout initialization which requires the parent widget.</p>
</div>
<h4 id="notes">Notes</h4>
<p>This method is invoked immediately after the layout is installed
on the parent widget.</p>
<p>The default implementation reparents all of the widgets to the
layout parent widget.</p>
<p>Subclasses should reimplement this method and attach the child
widget nodes to the parent widget's node.</p>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="iter" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagAbstract">Abstract</span> iter</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">iter<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IIterator</span><span class="tsd-signature-symbol"><</span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L167">layout.ts:167</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Create an iterator over the widgets in the layout.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">IIterator</span><span class="tsd-signature-symbol"><</span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol">></span></h4>
<p>A new iterator over the widgets in the layout.</p>
<h4 id="notes">Notes</h4>
<p>This abstract method must be implemented by a subclass.</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onafterattach" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>After<wbr>Attach</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>After<wbr>Attach<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L324">layout.ts:324</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on an <code>'after-attach'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message
to all widgets. It assumes all widget nodes are attached to the
parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onafterdetach" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>After<wbr>Detach</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>After<wbr>Detach<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L356">layout.ts:356</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on an <code>'after-detach'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message
to all widgets. It assumes all widget nodes are attached to the
parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onafterhide" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>After<wbr>Hide</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>After<wbr>Hide<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L426">layout.ts:426</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on an <code>'after-hide'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message to
all non-hidden widgets. It assumes all widget nodes are attached
to the parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onaftershow" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>After<wbr>Show</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>After<wbr>Show<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L390">layout.ts:390</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on an <code>'after-show'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message to
all non-hidden widgets. It assumes all widget nodes are attached
to the parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onbeforeattach" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Before<wbr>Attach</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Before<wbr>Attach<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L308">layout.ts:308</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'before-attach'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message
to all widgets. It assumes all widget nodes are attached to the
parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onbeforedetach" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Before<wbr>Detach</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Before<wbr>Detach<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L340">layout.ts:340</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'before-detach'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message
to all widgets. It assumes all widget nodes are attached to the
parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onbeforehide" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Before<wbr>Hide</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Before<wbr>Hide<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L408">layout.ts:408</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'before-hide'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message to
all non-hidden widgets. It assumes all widget nodes are attached
to the parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onbeforeshow" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Before<wbr>Show</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Before<wbr>Show<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L372">layout.ts:372</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'before-show'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this method forwards the message to
all non-hidden widgets. It assumes all widget nodes are attached
to the parent widget node.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onchildhidden" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Child<wbr>Hidden</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Child<wbr>Hidden<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><a href="widget.childmessage.html" class="tsd-signature-type">ChildMessage</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L468">layout.ts:468</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'child-hidden'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this handler is a no-op.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <a href="widget.childmessage.html" class="tsd-signature-type">ChildMessage</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onchildremoved" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Child<wbr>Removed</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Child<wbr>Removed<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><a href="widget.childmessage.html" class="tsd-signature-type">ChildMessage</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L442">layout.ts:442</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'child-removed'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>This will remove the child widget from the layout.</p>
<p>Subclasses should <strong>not</strong> typically reimplement this method.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <a href="widget.childmessage.html" class="tsd-signature-type">ChildMessage</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onchildshown" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Child<wbr>Shown</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Child<wbr>Shown<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><a href="widget.childmessage.html" class="tsd-signature-type">ChildMessage</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L460">layout.ts:460</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'child-shown'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this handler is a no-op.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <a href="widget.childmessage.html" class="tsd-signature-type">ChildMessage</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onfitrequest" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Fit<wbr>Request</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Fit<wbr>Request<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L452">layout.ts:452</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'fit-request'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The default implementation of this handler is a no-op.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onresize" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Resize</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Resize<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><a href="widget.resizemessage.html" class="tsd-signature-type">ResizeMessage</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L273">layout.ts:273</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on a <code>'resize'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The layout should ensure that its widgets are resized according
to the specified layout space, and that they are sent a <code>'resize'</code>
message if appropriate.</p>
<p>The default implementation of this method sends an <code>UnknownSize</code>
resize message to all widgets.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <a href="widget.resizemessage.html" class="tsd-signature-type">ResizeMessage</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a name="onupdaterequest" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> on<wbr>Update<wbr>Request</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">on<wbr>Update<wbr>Request<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L292">layout.ts:292</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A message handler invoked on an <code>'update-request'</code> message.</p>
</div>
<h4 id="notes">Notes</h4>
<p>The layout should ensure that its widgets are resized according
to the available layout space, and that they are sent a <code>'resize'</code>
message if appropriate.</p>
<p>The default implementation of this method sends an <code>UnknownSize</code>
resize message to all widgets.</p>
<p>This may be reimplemented by subclasses as needed.</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="processparentmessage" class="tsd-anchor"></a>
<h3>process<wbr>Parent<wbr>Message</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">process<wbr>Parent<wbr>Message<span class="tsd-signature-symbol">(</span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Message</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L194">layout.ts:194</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Process a message sent to the parent widget.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>msg: <span class="tsd-signature-type">Message</span></h5>
<div class="tsd-comment tsd-typography">
<p>The message sent to the parent widget.</p>
<h4 id="notes">Notes</h4>
<p>This method is called by the parent widget to process a message.</p>
<p>Subclasses may reimplement this method as needed.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="removewidget" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagAbstract">Abstract</span> remove<wbr>Widget</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">remove<wbr>Widget<span class="tsd-signature-symbol">(</span>widget<span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L182">layout.ts:182</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Remove a widget from the layout.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>widget: <a href="widget.html" class="tsd-signature-type">Widget</a></h5>
<div class="tsd-comment tsd-typography">
<p>The widget to remove from the layout.</p>
<h4 id="notes">Notes</h4>
<p>A widget is automatically removed from the layout when its <code>parent</code>
is set to <code>null</code>. This method should only be invoked directly when
removing a widget from a layout which has yet to be installed on a
parent widget.</p>
<p>This method should <em>not</em> modify the widget's <code>parent</code>.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="gethorizontalalignment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Horizontal<wbr>Alignment</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">get<wbr>Horizontal<wbr>Alignment<span class="tsd-signature-symbol">(</span>widget<span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="layout.html#horizontalalignment" class="tsd-signature-type">HorizontalAlignment</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L546">layout.ts:546</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Get the horizontal alignment for a widget.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>widget: <a href="widget.html" class="tsd-signature-type">Widget</a></h5>
<div class="tsd-comment tsd-typography">
<p>The widget of interest.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="layout.html#horizontalalignment" class="tsd-signature-type">HorizontalAlignment</a></h4>
<p>The horizontal alignment for the widget.</p>
<h4 id="notes">Notes</h4>
<p>If the layout width allocated to a widget is larger than its max
width, the horizontal alignment controls how the widget is placed
within the extra horizontal space.</p>
<p>If the allocated width is less than the widget's max width, the
horizontal alignment has no effect.</p>
<p>Some layout implementations may ignore horizontal alignment.</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="getverticalalignment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Vertical<wbr>Alignment</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">get<wbr>Vertical<wbr>Alignment<span class="tsd-signature-symbol">(</span>widget<span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="layout.html#verticalalignment" class="tsd-signature-type">VerticalAlignment</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L594">layout.ts:594</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Get the vertical alignment for a widget.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>widget: <a href="widget.html" class="tsd-signature-type">Widget</a></h5>
<div class="tsd-comment tsd-typography">
<p>The widget of interest.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="layout.html#verticalalignment" class="tsd-signature-type">VerticalAlignment</a></h4>
<p>The vertical alignment for the widget.</p>
<h4 id="notes">Notes</h4>
<p>If the layout height allocated to a widget is larger than its max
height, the vertical alignment controls how the widget is placed
within the extra vertical space.</p>
<p>If the allocated height is less than the widget's max height, the
vertical alignment has no effect.</p>
<p>Some layout implementations may ignore vertical alignment.</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="sethorizontalalignment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> set<wbr>Horizontal<wbr>Alignment</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">set<wbr>Horizontal<wbr>Alignment<span class="tsd-signature-symbol">(</span>widget<span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a>, value<span class="tsd-signature-symbol">: </span><a href="layout.html#horizontalalignment" class="tsd-signature-type">HorizontalAlignment</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L572">layout.ts:572</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the horizontal alignment for a widget.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>widget: <a href="widget.html" class="tsd-signature-type">Widget</a></h5>
<div class="tsd-comment tsd-typography">
<p>The widget of interest.</p>
</div>
</li>
<li>
<h5>value: <a href="layout.html#horizontalalignment" class="tsd-signature-type">HorizontalAlignment</a></h5>
<div class="tsd-comment tsd-typography">
<p>The value for the horizontal alignment.</p>
<h4 id="notes">Notes</h4>
<p>If the layout width allocated to a widget is larger than its max
width, the horizontal alignment controls how the widget is placed
within the extra horizontal space.</p>
<p>If the allocated width is less than the widget's max width, the
horizontal alignment has no effect.</p>
<p>Some layout implementations may ignore horizontal alignment.</p>
<p>Changing the horizontal alignment will post an <code>update-request</code>
message to widget's parent, provided the parent has a layout
installed.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="setverticalalignment" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> set<wbr>Vertical<wbr>Alignment</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">set<wbr>Vertical<wbr>Alignment<span class="tsd-signature-symbol">(</span>widget<span class="tsd-signature-symbol">: </span><a href="widget.html" class="tsd-signature-type">Widget</a>, value<span class="tsd-signature-symbol">: </span><a href="layout.html#verticalalignment" class="tsd-signature-type">VerticalAlignment</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/8fee9108/packages/widgets/src/layout.ts#L620">layout.ts:620</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the vertical alignment for a widget.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>widget: <a href="widget.html" class="tsd-signature-type">Widget</a></h5>
<div class="tsd-comment tsd-typography">
<p>The widget of interest.</p>
</div>
</li>
<li>
<h5>value: <a href="layout.html#verticalalignment" class="tsd-signature-type">VerticalAlignment</a></h5>
<div class="tsd-comment tsd-typography">
<p>The value for the vertical alignment.</p>
<h4 id="notes">Notes</h4>
<p>If the layout height allocated to a widget is larger than its max
height, the vertical alignment controls how the widget is placed
within the extra vertical space.</p>
<p>If the allocated height is less than the widget's max height, the
vertical alignment has no effect.</p>
<p>Some layout implementations may ignore vertical alignment.</p>
<p>Changing the horizontal alignment will post an <code>update-request</code>
message to widget's parent, provided the parent has a layout
installed.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class">
<a href="boxlayout.html" class="tsd-kind-icon">Box<wbr>Layout</a>
</li>
<li class=" tsd-kind-class">
<a href="boxpanel.html" class="tsd-kind-icon">Box<wbr>Panel</a>
</li>
<li class=" tsd-kind-class">
<a href="boxsizer.html" class="tsd-kind-icon">Box<wbr>Sizer</a>
</li>
<li class=" tsd-kind-class">
<a href="commandpalette.html" class="tsd-kind-icon">Command<wbr>Palette</a>
</li>
<li class=" tsd-kind-class">
<a href="contextmenu.html" class="tsd-kind-icon">Context<wbr>Menu</a>
</li>
<li class=" tsd-kind-class">
<a href="docklayout.html" class="tsd-kind-icon">Dock<wbr>Layout</a>
</li>
<li class=" tsd-kind-class">
<a href="dockpanel.html" class="tsd-kind-icon">Dock<wbr>Panel</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<a href="focustracker.html" class="tsd-kind-icon">Focus<wbr>Tracker</a>
</li>
<li class=" tsd-kind-class">
<a href="gridlayout.html" class="tsd-kind-icon">Grid<wbr>Layout</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class">
<a href="layout.html" class="tsd-kind-icon">Layout</a>
<ul>
<li class=" tsd-kind-interface tsd-parent-kind-class">
<a href="../interfaces/layout.ioptions.html" class="tsd-kind-icon">IOptions</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-class tsd-is-static">
<a href="layout.html#fitpolicy" class="tsd-kind-icon">Fit<wbr>Policy</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-class tsd-is-static">
<a href="layout.html#horizontalalignment" class="tsd-kind-icon">Horizontal<wbr>Alignment</a>
</li>
<li class=" tsd-kind-type-alias tsd-parent-kind-class tsd-is-static">
<a href="layout.html#verticalalignment" class="tsd-kind-icon">Vertical<wbr>Alignment</a>
</li>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="layout.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="layout.html#_disposed" class="tsd-kind-icon">_disposed</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="layout.html#_fitpolicy" class="tsd-kind-icon">_fit<wbr>Policy</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="layout.html#_parent" class="tsd-kind-icon">_parent</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class">
<a href="layout.html#fitpolicy-1" class="tsd-kind-icon">fit<wbr>Policy</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layout.html#isdisposed" class="tsd-kind-icon">is<wbr>Disposed</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class">
<a href="layout.html#parent" class="tsd-kind-icon">parent</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="layout.html#dispose" class="tsd-kind-icon">dispose</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#init" class="tsd-kind-icon">init</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="layout.html#iter" class="tsd-kind-icon">iter</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onafterattach" class="tsd-kind-icon">on<wbr>After<wbr>Attach</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onafterdetach" class="tsd-kind-icon">on<wbr>After<wbr>Detach</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onafterhide" class="tsd-kind-icon">on<wbr>After<wbr>Hide</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onaftershow" class="tsd-kind-icon">on<wbr>After<wbr>Show</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onbeforeattach" class="tsd-kind-icon">on<wbr>Before<wbr>Attach</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onbeforedetach" class="tsd-kind-icon">on<wbr>Before<wbr>Detach</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onbeforehide" class="tsd-kind-icon">on<wbr>Before<wbr>Hide</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onbeforeshow" class="tsd-kind-icon">on<wbr>Before<wbr>Show</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onchildhidden" class="tsd-kind-icon">on<wbr>Child<wbr>Hidden</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onchildremoved" class="tsd-kind-icon">on<wbr>Child<wbr>Removed</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onchildshown" class="tsd-kind-icon">on<wbr>Child<wbr>Shown</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onfitrequest" class="tsd-kind-icon">on<wbr>Fit<wbr>Request</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onresize" class="tsd-kind-icon">on<wbr>Resize</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-protected">
<a href="layout.html#onupdaterequest" class="tsd-kind-icon">on<wbr>Update<wbr>Request</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="layout.html#processparentmessage" class="tsd-kind-icon">process<wbr>Parent<wbr>Message</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="layout.html#removewidget" class="tsd-kind-icon">remove<wbr>Widget</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="layout.html#gethorizontalalignment" class="tsd-kind-icon">get<wbr>Horizontal<wbr>Alignment</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="layout.html#getverticalalignment" class="tsd-kind-icon">get<wbr>Vertical<wbr>Alignment</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="layout.html#sethorizontalalignment" class="tsd-kind-icon">set<wbr>Horizontal<wbr>Alignment</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="layout.html#setverticalalignment" class="tsd-kind-icon">set<wbr>Vertical<wbr>Alignment</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-class">
<a href="layoutitem.html" class="tsd-kind-icon">Layout<wbr>Item</a>
</li>
<li class=" tsd-kind-class">
<a href="menu.html" class="tsd-kind-icon">Menu</a>
</li>
<li class=" tsd-kind-class">
<a href="menubar.html" class="tsd-kind-icon">Menu<wbr>Bar</a>
</li>
<li class=" tsd-kind-class">
<a href="panel.html" class="tsd-kind-icon">Panel</a>
</li>
<li class=" tsd-kind-class">
<a href="panellayout.html" class="tsd-kind-icon">Panel<wbr>Layout</a>
</li>
<li class=" tsd-kind-class">
<a href="scrollbar.html" class="tsd-kind-icon">Scroll<wbr>Bar</a>
</li>
<li class=" tsd-kind-class">
<a href="singletonlayout.html" class="tsd-kind-icon">Singleton<wbr>Layout</a>
</li>
<li class=" tsd-kind-class">
<a href="splitlayout.html" class="tsd-kind-icon">Split<wbr>Layout</a>
</li>
<li class=" tsd-kind-class">
<a href="splitpanel.html" class="tsd-kind-icon">Split<wbr>Panel</a>
</li>
<li class=" tsd-kind-class">
<a href="stackedlayout.html" class="tsd-kind-icon">Stacked<wbr>Layout</a>
</li>
<li class=" tsd-kind-class">
<a href="stackedpanel.html" class="tsd-kind-icon">Stacked<wbr>Panel</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<a href="tabbar.html" class="tsd-kind-icon">Tab<wbr>Bar</a>
</li>
<li class=" tsd-kind-class">
<a href="tabpanel.html" class="tsd-kind-icon">Tab<wbr>Panel</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<a href="title.html" class="tsd-kind-icon">Title</a>
</li>
<li class=" tsd-kind-class">
<a href="widget.html" class="tsd-kind-icon">Widget</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | phosphorjs/phosphor | docs/api/widgets/classes/layout.html | HTML | bsd-3-clause | 82,056 |
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }} | {{ settings_site_title }} Dictionary Administration {% endblock %}
{% block branding %}
<h1 id="site-name">{{ settings_site_title }} Dictionary Administration</h1>
{% endblock %}
{% block nav-global %}{% endblock %}
| Signbank/BSL-signbank | templates/admin/base_site.html | HTML | bsd-3-clause | 298 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.news.NewsResults.summary_revisions — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.news.NewsResults.data_revisions" href="statsmodels.tsa.statespace.news.NewsResults.data_revisions.html" />
<link rel="prev" title="statsmodels.tsa.statespace.news.NewsResults.summary_news" href="statsmodels.tsa.statespace.news.NewsResults.summary_news.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.news.NewsResults.summary_revisions" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.news.NewsResults.summary_revisions </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.news.NewsResults.html" class="md-tabs__link">statsmodels.tsa.statespace.news.NewsResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.news.NewsResults.summary_revisions.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-tsa-statespace-news-newsresults-summary-revisions">
<h1 id="generated-statsmodels-tsa-statespace-news-newsresults-summary-revisions--page-root">statsmodels.tsa.statespace.news.NewsResults.summary_revisions<a class="headerlink" href="#generated-statsmodels-tsa-statespace-news-newsresults-summary-revisions--page-root" title="Permalink to this headline">ยถ</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.tsa.statespace.news.NewsResults.summary_revisions">
<span class="sig-prename descclassname"><span class="pre">NewsResults.</span></span><span class="sig-name descname"><span class="pre">summary_revisions</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sparsify</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">True</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/statespace/news.html#NewsResults.summary_revisions"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.tsa.statespace.news.NewsResults.summary_revisions" title="Permalink to this definition">ยถ</a></dt>
<dd><p>Create summary table showing revisions to the previous resultsโ data</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>sparsify</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.10)"><span class="xref std std-ref">bool</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">default</span></code> <a class="reference external" href="https://docs.python.org/3/library/constants.html#True" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">True</span></code></a></span></dt><dd><p>Set to False for the table to include every one of the multiindex
keys at each row.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl>
<dt><strong>revisions_table</strong><span class="classifier"><code class="xref py py-obj docutils literal notranslate"><span class="pre">SimpleTable</span></code></span></dt><dd><p>Table showing revisions to the previous resultsโ data. Columns are:</p>
<ul class="simple">
<li><p><cite>revision date</cite> : date associated with a revised data point</p></li>
<li><p><cite>revised variable</cite> : variable that was revised at <cite>revision date</cite></p></li>
<li><p><cite>observed (prev)</cite> : the observed value prior to the revision</p></li>
<li><p><cite>revised</cite> : the new value after the revision</p></li>
</ul>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.news.NewsResults.summary_news.html" title="statsmodels.tsa.statespace.news.NewsResults.summary_news"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.news.NewsResults.summary_news </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.news.NewsResults.data_revisions.html" title="statsmodels.tsa.statespace.news.NewsResults.data_revisions"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.news.NewsResults.data_revisions </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/generated/statsmodels.tsa.statespace.news.NewsResults.summary_revisions.html | HTML | bsd-3-clause | 19,853 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>SHTOOLS - Spherical harmonic transformations</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../CSS/sh.css">
<link rel="icon" type="image/vnd.microsoft.icon" href="../Figures/favicon.ico">
</head>
<body>
<div class="main">
<p class="centeredimage"><img src="../Figures/logo.jpg" width=694 height=115 alt="SHTOOLS --- Tools for working with spherical harmonics"></p>
<table class="menu">
<tbody>
<tr>
<td><a href="http://www.ipgp.jussieu.fr/~wieczor/SHTOOLS/SHTOOLS.html">HOME</a></td>
<td><a href="../download.html">DOWNLOAD</a></td>
<td class="selected"><a href="../documentation.html">DOCUMENTATION</a></td>
<td><a href="http://groups.google.com/group/SHTOOLS">FORUM</a></td>
<td><a href="../faq.html">FAQ</a> </td>
</tr>
</tbody>
</table>
<p class="dir">
> <a href="../../SHTOOLS.html" class="dir">Home</a> > <a href="../documentation.html" class="dir">Documentation</a> > <a href="../transformations.html" class="dir">Spherical Harmonic Transformations</a></p>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
<B>SHEXPANDGLQ(1)</B> SHTOOLS 2.6 <B>SHEXPANDGLQ(1)</B>
</PRE>
<H2 class="man">SHExpandGLQ</H2 class="man"><PRE>
SHExpandGLQ - Expand a 2D grid sampled on the Gauss-Legendre quadrature
nodes into spherical harmonics.
</PRE>
<H2 class="man">SYNOPSIS</H2 class="man"><PRE>
SUBROUTINE SHExpandGLQ ( CILM, LMAX, GRIDGLQ, W, PLX, ZERO, NORM,
CSPHASE, LMAX_CALC )
REAL*8 CILM(2, LMAX+1, LMAX+1) <B>or</B>
CILM(2, LMAX_CALC+1, LMAX_CALC+1),
GRIDGLQ(LMAX+1, 2*LMAX+1), W(LMAX+1)
INTEGER LMAX
REAL*8, OPTIONAL PLX(LMAX+1, (LMAX+1)*(LMAX+2)/2), ZERO(LMAX+1)
INTEGER, OPTIONAL NORM, CSPHASE, LMAX_CALC
</PRE>
<H2 class="man">DESCRIPTION</H2 class="man"><PRE>
<B>SHExpandGLQ</B> will expand a 2-dimensional grid of data sampled on the
Gauss-Legendre quadrature nodes into spherical harmonics. This is the
inverse of the routine <B>MakeGridGLQ</B>. The latitudinal nodes of the input
grid correspond to the zeros of the Legendre polynomial of degree
LMAX+1, and the longitudinal nodes are equally spaced with an interval
of 360/(2*LMAX+1) degrees. It is implicitly assumed that the function
is bandlimited to degree LMAX. If the optional parameter LMAX_CALC is
specified, the spherical harmonic coefficients will be calculated up to
this degree, instead of LMAX.
The employed spherical harmonic normalization and Condon-Shortley phase
convention can be set by the optional arguments NORM and CSPHASE; if
not set, the default is to use geodesy 4-pi normalized harmonics that
exclude the Condon-Shortley phase of (-1)^m.
The spherical harmonic transformation can be speeded up by precomputing
the Legendre functions on the Gauss-Legendre quadrature nodes in the
routine <B>PreCompute</B>. However, given that this array contains on the
order of LMAX**3 entries, this is only feasible for moderate values of
LMAX.
</PRE>
<H2 class="man">ARGUMENTS</H2 class="man"><PRE>
CILM (output) REAL*8, DIMENSION (2, LMAX+1, LMAX+1) <B>or</B>
(2, LMAX_CALC+1, LMAX_CALC+1)
The real spherical harmonic coefficients of the function.
The coefficients C1lm and C2lm refer to the "cosine" (Clm)
and "sine" (Slm) coefficients, respectively, with Clm =
CILM(1, l+1, m+1) and Slm = CILM(2, l+1, m+1).
Alternatively, C1lm and C2lm correspond to the positive and
negative order coefficients, respectively.
LMAX (input) INTEGER
The spherical harmonic bandwidth of the grid. If LMAX_CALC
is not specified, this also corresponds to the maximum
spherical harmonic degree of the coefficients CILM.
GRIDGLQ (input) REAL*8, DIMENSION(LMAX+1, 2*LMAX+1)
A 2D grid of data sampled on the Gauss-Legendre quadrature
nodes. The latitudinal nodes correspond to the zeros of the
Legendre polynomial of degree LMAX+1, and the longitudinal
nodes are equally spaced with an interval of 360/(2*LMAX+1)
degrees. See also <B>GLQGridCoord</B>.
W (input) REAL*8, DIMENSION (LMAX+1)
The Gauss-Legendre quadrature weights used in the
integration over latitude. These are obtained from a call to
<B>PreCompute</B>.
PLX (input) REAL*8, OPTIONAL, DIMENSION (LMAX+1,
(LMAX+1)*(LMAX+2)/2)
An array of the associated Legendre functions calculated at
the Gauss-Legendre quadrature nodes. These are determined
from a call to <B>PreCompute</B>. Either PLX or ZERO must be
present, but not both.
ZERO (input) REAL*8, OPTIONAL, DIMENSION (LMAX+1)
The nodes used in the Gauss-Legendre quadrature over
latitude, calculated by a call to <B>PreCompute</B>. Either PLX or
ZERO must be present, but not both.
NORM (input) INTEGER, OPTIONAL
1 (default) = Geodesy 4-pi normalized harmonics; 2 = Schmidt
semi-normalized harmonics; 3 = unnormalized harmonics; 4 =
orthonormal harmonics.
CSPHASE (input) INTEGER, OPTIONAL
1 (default) = do not apply the Condon-Shortley phase factor
to the associated Legendre functions; -1 = append the
Condon-Shortley phase factor of (-1)^m to the associated
Legendre functions.
LMAX_CALC (input) INTEGER, OPTIONAL
The maximum spherical harmonic degree calculated in the
spherical harmonic expansion.
</PRE>
<H2 class="man">NOTES</H2 class="man"><PRE>
The normalized legendre functions are calculated in this routine using
the scaling algorithm of Holmes and Featherstone (2002), which are
accurate to about degree 2800. In contrast, the unnormalized functions
are only accurate to about degree 15. This routine takes into account
the symmetry of the associated Legendre functions about the equator in
order to reduce computational time.
</PRE>
<H2 class="man">SEE ALSO</H2 class="man"><PRE>
<B>makegridglq(1)</B>, <B>glqgridcoord(1)</B>, <B>precompute(1)</B>, <B>shexpanddh(1)</B>,
<B>makegriddh(1)</B>, <B>shexpandlsq(1)</B>
<http://www.ipgp.jussieu.fr/~wieczor/SHTOOLS/SHTOOLS.html>
</PRE>
<H2 class="man">REFERENCES</H2 class="man"><PRE>
Holmes, S. A., and W. E. Featherstone, A unified approach to the
Clenshaw summation and the recursive computation of very high degree
and order normalised associated Legendre functions, <B>J.</B> <B>Geodesy</B>, 76,
279- 299, 2002.
</PRE>
<H2 class="man">COPYRIGHT AND LICENSE</H2 class="man"><PRE>
Copyright 2005-2008 by Mark Wieczorek <wieczor@ipgp.fr>.
This is free software; you can distribute and modify it under the terms
of the revised BSD license.
SHTOOLS 2.6 2009-08-18 <B>SHEXPANDGLQ(1)</B>
</PRE>
<p class="dir">
> <a href="../../SHTOOLS.html" class="dir">Home</a> > <a href="../documentation.html" class="dir">Documentation</a> > <a href="../transformations.html" class="dir">Spherical Harmonic Transformations</a></p>
<table class="footer2" summary = "Mark Wieczorek">
<tbody>
<tr>
<td class="c1"><a href="http://www.cnrs.fr/">Centre National de la Recherche Scientifique</a></td>
<td class="c2"><a href="http://www.ipgp.jussieu.fr/">Institut de Physique du Globe de Paris</a></td>
<td class="c3">© 2011 <a href="http://www.ipgp.jussieu.fr/~wieczor">Mark Wieczorek</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
| pletnes/SHTOOLS | www/man/shexpandglq.html | HTML | bsd-3-clause | 8,423 |
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Color Admin | Login Page</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<!-- ================== BEGIN BASE CSS STYLE ================== -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link href="assets/plugins/jquery-ui-1.10.4/themes/base/minified/jquery-ui.min.css" rel="stylesheet" />
<link href="assets/plugins/bootstrap-3.2.0/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/plugins/font-awesome-4.2.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="assets/css/animate.min.css" rel="stylesheet" />
<link href="assets/css/style.min.css" rel="stylesheet" />
<link href="assets/css/style-responsive.min.css" rel="stylesheet" />
<link href="assets/css/theme/default.css" rel="stylesheet" id="theme" />
<!-- ================== END BASE CSS STYLE ================== -->
</head>
<body>
<!-- begin #page-loader -->
<div id="page-loader" class="fade in"><span class="spinner"></span></div>
<!-- end #page-loader -->
<!-- begin #page-container -->
<div id="page-container" class="fade">
<!-- begin login -->
<div class="login bg-black animated fadeInDown">
<!-- begin brand -->
<div class="login-header">
<div class="brand">
<span class="logo"></span> Color Admin
<small>responsive bootstrap 3 admin template</small>
</div>
<div class="icon">
<i class="fa fa-sign-in"></i>
</div>
</div>
<!-- end brand -->
<div class="login-content">
<form action="index.html" method="POST" class="margin-bottom-0">
<div class="form-group m-b-20">
<input type="text" class="form-control input-lg" placeholder="Email Address" />
</div>
<div class="form-group m-b-20">
<input type="text" class="form-control input-lg" placeholder="Password" />
</div>
<div class="checkbox m-b-20">
<label>
<input type="checkbox" /> Remember Me
</label>
</div>
<div class="login-buttons">
<button type="submit" class="btn btn-success btn-block btn-lg">Sign me in</button>
</div>
</form>
</div>
</div>
<!-- end login -->
<!-- begin theme-panel -->
<div class="theme-panel">
<a href="javascript:;" data-click="theme-panel-expand" class="theme-collapse-btn"><i class="fa fa-cog"></i></a>
<div class="theme-panel-content">
<h5 class="m-t-0">Color Theme</h5>
<ul class="theme-list clearfix">
<li class="active"><a href="javascript:;" class="bg-green" data-theme="default" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Default"> </a></li>
<li><a href="javascript:;" class="bg-red" data-theme="red" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Red"> </a></li>
<li><a href="javascript:;" class="bg-blue" data-theme="blue" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Blue"> </a></li>
<li><a href="javascript:;" class="bg-purple" data-theme="purple" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Purple"> </a></li>
<li><a href="javascript:;" class="bg-orange" data-theme="orange" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Orange"> </a></li>
<li><a href="javascript:;" class="bg-black" data-theme="black" data-click="theme-selector" data-toggle="tooltip" data-trigger="hover" data-container="body" data-title="Black"> </a></li>
</ul>
<div class="divider"></div>
<div class="row m-t-10">
<div class="col-md-5 control-label double-line">Header Styling</div>
<div class="col-md-7">
<select name="header-styling" class="form-control input-sm">
<option value="1">default</option>
<option value="2">inverse</option>
</select>
</div>
</div>
<div class="row m-t-10">
<div class="col-md-5 control-label">Header</div>
<div class="col-md-7">
<select name="header-fixed" class="form-control input-sm">
<option value="1">fixed</option>
<option value="2">default</option>
</select>
</div>
</div>
<div class="row m-t-10">
<div class="col-md-5 control-label double-line">Sidebar Styling</div>
<div class="col-md-7">
<select name="sidebar-styling" class="form-control input-sm">
<option value="1">default</option>
<option value="2">grid</option>
</select>
</div>
</div>
<div class="row m-t-10">
<div class="col-md-5 control-label">Sidebar</div>
<div class="col-md-7">
<select name="sidebar-fixed" class="form-control input-sm">
<option value="1">fixed</option>
<option value="2">default</option>
</select>
</div>
</div>
</div>
</div>
<!-- end theme-panel -->
</div>
<!-- end page container -->
<!-- ================== BEGIN BASE JS ================== -->
<script src="assets/plugins/jquery-1.8.2/jquery-1.8.2.min.js"></script>
<script src="assets/plugins/jquery-ui-1.10.4/ui/minified/jquery-ui.min.js"></script>
<script src="assets/plugins/bootstrap-3.2.0/js/bootstrap.min.js"></script>
<!--[if lt IE 9]>
<script src="assets/crossbrowserjs/html5shiv.js"></script>
<script src="assets/crossbrowserjs/respond.min.js"></script>
<script src="assets/crossbrowserjs/excanvas.min.js"></script>
<![endif]-->
<script src="assets/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<script src="assets/plugins/jquery-cookie/jquery.cookie.js"></script>
<!-- ================== END BASE JS ================== -->
<!-- ================== BEGIN PAGE LEVEL JS ================== -->
<script src="assets/js/apps.min.js"></script>
<!-- ================== END PAGE LEVEL JS ================== -->
<script>
$(document).ready(function() {
App.init();
});
</script>
</body>
</html>
| Mirocow/mastaki | color_admin_v1.4/admin/template_content/login.html | HTML | bsd-3-clause | 7,477 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>GroupFactory</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<h1 class="toc">Module GroupFactory</h1>
<hr />
<h2 class="toc">Classes</h2>
<a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupChangeFactory-class.html"
>GroupChangeFactory</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupConversionException-class.html"
>GroupConversionException</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupCreationException-class.html"
>GroupCreationException</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupException-class.html"
>GroupException</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupFactory-class.html"
>GroupFactory</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupFieldIncorrectException-class.html"
>GroupFieldIncorrectException</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupFieldRequiredException-class.html"
>GroupFieldRequiredException</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory.GroupResolutionFactory-class.html"
>GroupResolutionFactory</a><br /> <h2 class="toc">Functions</h2>
<a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory-module.html#test"
>test</a><br /> <h2 class="toc">Variables</h2>
<a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory-module.html#ET"
>ET</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory-module.html#TP"
>TP</a><br /> <a target="mainFrame" href="QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory-module.html#aimslog"
>aimslog</a><br /><hr />
<span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
| linz/QGIS-AIMS-Plugin | doc/Aims-Plugin_Doc/toc-QGIS-AIMS-Plugin.AIMSDataManager.GroupFactory-module.html | HTML | bsd-3-clause | 2,726 |
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<?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 lang="en-us" xml:lang="en-us">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta name="copyright" content="(C) Copyright 2005" />
<meta name="DC.rights.owner" content="(C) Copyright 2005" />
<meta content="public" name="security" />
<meta content="index,follow" name="Robots" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta content="concept" name="DC.Type" />
<meta name="DC.Title" content="Statistics-based versus hard-wired selectivity" />
<meta content="Selectivity, how it is determined" name="DC.subject" />
<meta content="Selectivity, how it is determined" name="keywords" />
<meta scheme="URI" name="DC.Relation" content="ctunstats18908.html" />
<meta scheme="URI" name="DC.Relation" content="ctunstats57793.html" />
<meta scheme="URI" name="DC.Relation" content="ctunstats60669.html" />
<meta scheme="URI" name="DC.Relation" content="ctunstats849251.html" />
<meta scheme="URI" name="DC.Relation" content="ctunstats46438.html" />
<meta scheme="URI" name="DC.Relation" content="ctunstats72938.html" />
<meta scheme="URI" name="DC.Relation" content="ctunstats52657.html" />
<meta content="XHTML" name="DC.Format" />
<meta content="ctunstats849203" name="DC.Identifier" />
<meta content="en-us" name="DC.Language" />
<link href="commonltr.css" type="text/css" rel="stylesheet" />
<title>Statistics-based versus hard-wired selectivity</title>
</head>
<body id="ctunstats849203"><a name="ctunstats849203"><!-- --></a>
<h1 class="topictitle1">Statistics-based versus hard-wired selectivity</h1>
<div>
<p><span>Derby</span> determines the selectivity for a WHERE clause in one of two
ways.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="ctunstats72938.html">Selectivity from cardinality statistics</a></strong><br />
</li>
<li class="ulchildlink"><strong><a href="ctunstats52657.html">Selectivity from hard-wired assumptions</a></strong><br />
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="ctunstats18908.html" title="">Selectivity and cardinality statistics</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="ctunstats57793.html" title="">Determinations of rows scanned from disk for a table scan</a></div>
<div><a href="ctunstats60669.html" title="">Estimations of rows scanned from disk for an index scan</a></div>
<div><a href="ctunstats849251.html" title="">What are cardinality statistics?</a></div>
<div><a href="ctunstats46438.html" title="">Working with cardinality statistics</a></div>
</div>
</div>
</body>
</html> | armoredsoftware/protocol | measurer/hotspot-measurer/jdk1.6.0_45/db/docs/html/tuning/ctunstats849203.html | HTML | bsd-3-clause | 3,833 |
<!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:13 EST 2011 -->
<TITLE>
Uses of Class gov.nih.nci.cabig.caaers.service.synchronizer.ReportDefinitionSynchronizer
</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.synchronizer.ReportDefinitionSynchronizer";
}
</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/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer"><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/synchronizer/class-use/ReportDefinitionSynchronizer.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReportDefinitionSynchronizer.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.synchronizer.ReportDefinitionSynchronizer</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/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer">ReportDefinitionSynchronizer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nih.nci.cabig.caaers.web.rule.notification"><B>gov.nih.nci.cabig.caaers.web.rule.notification</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nih.nci.cabig.caaers.web.rule.notification"><!-- --></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/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer">ReportDefinitionSynchronizer</A> in <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/package-summary.html">gov.nih.nci.cabig.caaers.web.rule.notification</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="../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/package-summary.html">gov.nih.nci.cabig.caaers.web.rule.notification</A> declared as <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/service/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer">ReportDefinitionSynchronizer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/service/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer">ReportDefinitionSynchronizer</A></CODE></FONT></TD>
<TD><CODE><B>ListNotificationController.</B><B><A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/ListNotificationController.html#reportDefinitionSynchronizer">reportDefinitionSynchronizer</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="../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/package-summary.html">gov.nih.nci.cabig.caaers.web.rule.notification</A> with parameters of type <A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/service/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer">ReportDefinitionSynchronizer</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>ListNotificationController.</B><B><A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/web/rule/notification/ListNotificationController.html#setReportDefinitionSynchronizer(gov.nih.nci.cabig.caaers.service.synchronizer.ReportDefinitionSynchronizer)">setReportDefinitionSynchronizer</A></B>(<A HREF="../../../../../../../../gov/nih/nci/cabig/caaers/service/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer">ReportDefinitionSynchronizer</A> reportDefinitionSynchronizer)</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/synchronizer/ReportDefinitionSynchronizer.html" title="class in gov.nih.nci.cabig.caaers.service.synchronizer"><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/synchronizer/class-use/ReportDefinitionSynchronizer.html" target="_top"><B>FRAMES</B></A>
<A HREF="ReportDefinitionSynchronizer.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>
| NCIP/caaers | caAERS/software/docs/gov/nih/nci/cabig/caaers/service/synchronizer/class-use/ReportDefinitionSynchronizer.html | HTML | bsd-3-clause | 10,334 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.tsa.statespace.varmax.VARMAX.initialize_known — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/stylesheets/deprecation.css">
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/material.css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.tsa.statespace.varmax.VARMAX.initialize_statespace" href="statsmodels.tsa.statespace.varmax.VARMAX.initialize_statespace.html" />
<link rel="prev" title="statsmodels.tsa.statespace.varmax.VARMAX.initialize_approximate_diffuse" href="statsmodels.tsa.statespace.varmax.VARMAX.initialize_approximate_diffuse.html" />
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.tsa.statespace.varmax.VARMAX.initialize_known" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.13.2</span>
<span class="md-header-nav__topic"> statsmodels.tsa.statespace.varmax.VARMAX.initialize_known </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="get" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../../versions-v2.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../statespace.html" class="md-tabs__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a></li>
<li class="md-tabs__item"><a href="statsmodels.tsa.statespace.varmax.VARMAX.html" class="md-tabs__link">statsmodels.tsa.statespace.varmax.VARMAX</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.13.2</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a>
</li>
<li class="md-nav__item">
<a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a>
</li>
<li class="md-nav__item">
<a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.statespace.varmax.VARMAX.initialize_known.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<section id="statsmodels-tsa-statespace-varmax-varmax-initialize-known">
<h1 id="generated-statsmodels-tsa-statespace-varmax-varmax-initialize-known--page-root">statsmodels.tsa.statespace.varmax.VARMAX.initialize_known<a class="headerlink" href="#generated-statsmodels-tsa-statespace-varmax-varmax-initialize-known--page-root" title="Permalink to this headline">ยถ</a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="statsmodels.tsa.statespace.varmax.VARMAX.initialize_known">
<span class="sig-prename descclassname"><span class="pre">VARMAX.</span></span><span class="sig-name descname"><span class="pre">initialize_known</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">initial_state</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">initial_state_cov</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.statespace.varmax.VARMAX.initialize_known" title="Permalink to this definition">ยถ</a></dt>
<dd><p>Initialize known</p>
</dd></dl>
</section>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.tsa.statespace.varmax.VARMAX.initialize_approximate_diffuse.html" title="statsmodels.tsa.statespace.varmax.VARMAX.initialize_approximate_diffuse"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.statespace.varmax.VARMAX.initialize_approximate_diffuse </span>
</div>
</a>
<a href="statsmodels.tsa.statespace.varmax.VARMAX.initialize_statespace.html" title="statsmodels.tsa.statespace.varmax.VARMAX.initialize_statespace"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.tsa.statespace.varmax.VARMAX.initialize_statespace </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 08, 2022.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> | statsmodels/statsmodels.github.io | v0.13.2/generated/statsmodels.tsa.statespace.varmax.VARMAX.initialize_known.html | HTML | bsd-3-clause | 18,074 |
<HTML>
<BODY>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
<B><A HREF="GETSOCKNAME.html">GETSOCKNAME(2)</A></B> FreeBSD System Calls Manual <B><A HREF="GETSOCKNAME.html">GETSOCKNAME(2)</A></B>
</PRE>
<H2>NAME</H2><PRE>
<B>getsockname</B> - get socket name
</PRE>
<H2>SYNOPSIS</H2><PRE>
<B>#include</B> <B><sys/types.h></B>
<B>#include</B> <B><sys/socket.h></B>
<I>int</I>
<B>getsockname</B>(<I>int</I> <I>s</I>, <I>struct</I> <I>sockaddr</I> <I>*name</I>, <I>int</I> <I>*namelen</I>)
</PRE>
<H2>DESCRIPTION</H2><PRE>
<B>Getsockname</B>() returns the current <I>name</I> for the specified socket. The
<I>namelen</I> parameter should be initialized to indicate the amount of space
pointed to by <I>name</I>. On return it contains the actual size of the name re-
turned (in bytes).
</PRE>
<H2>IMPLEMENTATION NOTES</H2><PRE>
In the non-threaded library <B>getsockname</B>() is implemented as the
<I>getsockname</I> syscall.
In the threaded library, the <I>getsockname</I> syscall is assembled to
<B>_thread_sys_getsockname</B>() and <B>getsockname</B>() is implemented as a function
which locks <I>fd</I> for read and write, then calls <B>_thread_sys_getsockname</B>().
Before returning, <B>getsockname</B>() unlocks <I>fd</I>.
</PRE>
<H2>RETURN VALUES</H2><PRE>
A 0 is returned if the call succeeds, -1 if it fails.
</PRE>
<H2>ERRORS</H2><PRE>
The call succeeds unless:
[EBADF] The argument <I>s</I> is not a valid descriptor.
[ENOTSOCK] The argument <I>s</I> is a file, not a socket.
[ENOBUFS] Insufficient resources were available in the system to per-
form the operation.
[EFAULT] The <I>name</I> parameter points to memory not in a valid part of
the process address space.
</PRE>
<H2>SEE ALSO</H2><PRE>
<B><A HREF="bind.html">bind(2)</A></B>, <B><A HREF="getpeername.html">getpeername(2)</A></B>, <B><A HREF="socket.html">socket(2)</A></B>
</PRE>
<H2>BUGS</H2><PRE>
Names bound to sockets in the UNIX domain are inaccessible; getsockname
returns a zero length name.
</PRE>
<H2>HISTORY</H2><PRE>
The <B>getsockname</B>() function call appeared in 4.2BSD.
4.2 Berkeley Distribution June 4, 1993 1
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
</BODY>
</HTML>
| kontais/EFI-MIPS | ToolKit/doc/man/html/getsockname.html | HTML | bsd-3-clause | 2,440 |
<html>
<head>
<title>Docs For Class PHPExcel_Settings</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel_Settings</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PHPExcel_Settings.html" class="menu">class tree: PHPExcel_Settings</a> ]
[ <a href="../elementindex_PHPExcel_Settings.html" class="menu">index: PHPExcel_Settings</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_PHPExcel.html">PHPExcel</a><br />
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
<a href="../li_JAMA.html">JAMA</a><br />
<a href="../li_Math_Stats.html">Math_Stats</a><br />
<a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br />
<a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br />
<a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br />
<a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br />
<a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br />
<a href="../li_PHPExcel_Reader_Excel2007.html">PHPExcel_Reader_Excel2007</a><br />
<a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br />
<a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br />
<a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br />
<a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br />
<a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br />
<a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br />
<a href="../li_PHPExcel_Shared_ZipArchive.html">PHPExcel_Shared_ZipArchive</a><br />
<a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br />
<a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br />
<a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br />
<a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br />
<a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br />
<a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br />
<br /><br />
<b>Files:</b><br />
<div class="package">
<a href="../PHPExcel_Settings/_PHPExcel---Settings.php.html"> Settings.php
</a><br>
</div><br />
<b>Classes:</b><br />
<div class="package">
<a href="../PHPExcel_Settings/PHPExcel_Settings.html">PHPExcel_Settings</a><br />
</div>
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1>Class: PHPExcel_Settings</h1>
Source Location: /PHPExcel/Settings.php<br /><br />
<table width="100%" border="0">
<tr><td valign="top">
<h3><a href="#class_details">Class Overview</a></h3>
<pre></pre><br />
<div class="description"></div><br /><br />
</td>
<td valign="top">
<h3><a href="#class_consts">Constants</a></h3>
<ul>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#constPCLZIP">PCLZIP</a></li>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#constZIPARCHIVE">ZIPARCHIVE</a></li>
</ul>
</td>
<td valign="top">
<h3><a href="#class_methods">Methods</a></h3>
<ul>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#methodgetCacheStorageClass">getCacheStorageClass</a></li>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#methodgetCacheStorageMethod">getCacheStorageMethod</a></li>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#methodgetZipClass">getZipClass</a></li>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#methodsetCacheStorageMethod">setCacheStorageMethod</a></li>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#methodsetLocale">setLocale</a></li>
<li><a href="../PHPExcel_Settings/PHPExcel_Settings.html#methodsetZipClass">setZipClass</a></li>
</ul>
</td>
</tr></table>
<hr />
<table width="100%" border="0"><tr>
</tr></table>
<hr />
<a name="class_details"></a>
<h3>Class Details</h3>
<div class="tags">
[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a38">38</a>]<br />
</div><br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<hr />
<a name="class_methods"></a>
<h3>Class Methods</h3>
<div class="tags">
<hr />
<a name="methodgetCacheStorageClass"></a>
<h3>static method getCacheStorageClass <span class="smalllinenumber">[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a79">79</a>]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>static void getCacheStorageClass(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetCacheStorageMethod"></a>
<h3>static method getCacheStorageMethod <span class="smalllinenumber">[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a74">74</a>]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>static void getCacheStorageMethod(
)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodgetZipClass"></a>
<h3>static method getZipClass <span class="smalllinenumber">[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a69">69</a>]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>static string getZipClass(
)</code>
</td></tr></table>
</td></tr></table><br />
Return the Zip Class to use (PCLZip or ZipArchive)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>Zip Class to use - PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetCacheStorageMethod"></a>
<h3>static method setCacheStorageMethod <span class="smalllinenumber">[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a84">84</a>]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>static void setCacheStorageMethod(
[
$method = PHPExcel_CachedObjectStorageFactory::cache_in_memory], [
$arguments = array()])</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type"> </td>
<td><b>$method</b> </td>
<td></td>
</tr>
<tr>
<td class="type"> </td>
<td><b>$arguments</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetLocale"></a>
<h3>static method setLocale <span class="smalllinenumber">[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a89">89</a>]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>static void setLocale(
$locale)</code>
</td></tr></table>
</td></tr></table><br />
<br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type"> </td>
<td><b>$locale</b> </td>
<td></td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
<hr />
<a name="methodsetZipClass"></a>
<h3>static method setZipClass <span class="smalllinenumber">[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a54">54</a>]</span></h3>
<div class="function">
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
<code>static boolean setZipClass(
string
$zipClass)</code>
</td></tr></table>
</td></tr></table><br />
Set the Zip Class to use (PCLZip or ZipArchive)<br /><br /><br /><br />
<h4>Tags:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><b>return:</b> </td><td>Success or failure</td>
</tr>
<tr>
<td><b>access:</b> </td><td>public</td>
</tr>
</table>
</div>
<br /><br />
<h4>Parameters:</h4>
<div class="tags">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="type">string </td>
<td><b>$zipClass</b> </td>
<td>PHPExcel_Settings::PCLZip or PHPExcel_Settings::ZipArchive</td>
</tr>
</table>
</div><br />
<div class="top">[ <a href="#top">Top</a> ]</div>
</div>
</div><br />
<hr />
<a name="class_consts"></a>
<h3>Class Constants</h3>
<div class="tags">
<a name="constPCLZIP"></a>
<p></p>
<h4>PCLZIP = <span class="value"> 'PHPExcel_Shared_ZipArchive'</span></h4>
<p>[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a41">41</a>]</p>
constants<br /><br />
<br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
<a name="constZIPARCHIVE"></a>
<p></p>
<h4>ZIPARCHIVE = <span class="value"> 'ZipArchive'</span></h4>
<p>[line <a href="../__filesource/fsource_PHPExcel_Settings__PHPExcelSettings.php.html#a42">42</a>]</p>
<br />
<div class="top">[ <a href="#top">Top</a> ]</div><br />
</div><br />
<div class="credit">
<hr />
Documentation generated on Sun, 27 Feb 2011 16:33:48 -0800 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> | fredd-for/codice.v.1.1 | libs/1.7.6/Documentation/API/PHPExcel_Settings/PHPExcel_Settings.html | HTML | bsd-3-clause | 13,338 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Form\Lang\LangUrlForm | Thelia 2 API</title>
<link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../../css/sami.css">
<script src="../../../js/jquery-1.11.1.min.js"></script>
<script src="../../../js/bootstrap.min.js"></script>
<script src="../../../js/typeahead.min.js"></script>
<script src="../../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Thelia_Form_Lang_LangUrlForm" data-root-path="../../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form id="search-form" action="../../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../index.html">Thelia 2 API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
<li><a href="../../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../../Thelia.html">Thelia</a></li>
<li><a href="../../../Thelia/Form.html">Form</a></li>
<li><a href="../../../Thelia/Form/Lang.html">Lang</a></li>
<li>LangUrlForm</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>LangUrlForm</h1>
</div>
<p> class
<strong>LangUrlForm</strong> extends <a href="../../../Thelia/Form/BaseForm.html"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a>
</p>
<div class="description">
<p>Class LangUrlForm</p> </div>
<h2>Constants</h2>
<table class="table table-condensed">
<tr>
<td>LANG_PREFIX</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
</table>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>(
<abbr title="Thelia\Form\Symfony\Component\HttpFoundation\Request">Request</abbr> $request, $type = 'form', $data = array(), $options = array(),
<abbr title="Thelia\Form\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container = null)
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method___construct"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_initFormWithContainer">initFormWithContainer</a>($type, $data, $options)
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_initFormWithContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Symfony\Component\Form\FormBuilderInterface">FormBuilderInterface</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_getFormBuilder">getFormBuilder</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getFormBuilder"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_getType">getType</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getType"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
bool
</div>
<div class="col-md-8 type">
<a href="#method_isTemplateDefinedHiddenField">isTemplateDefinedHiddenField</a>(
<abbr title="Thelia\Form\Symfony\Component\Form\FormView">FormView</abbr> $fieldView)
<p>Return true if the given field value is defined only in the HTML template, and its value is defined
in the template file, not the form builder.</p> </div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_isTemplateDefinedHiddenField"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_getRequest">getRequest</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getRequest"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_getSuccessUrl">getSuccessUrl</a>(
string $default = null)
<p>Returns the absolute URL to redirect the user to if the form is successfully processed.</p> </div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getSuccessUrl"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_createView">createView</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_createView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Symfony\Component\Form\FormView">FormView</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_getView">getView</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_setError">setError</a>(
boolean $has_error = true)
<p>Set the error status of the form.</p> </div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_setError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
boolean
</div>
<div class="col-md-8 type">
<a href="#method_hasError">hasError</a>()
<p>Get the cuirrent error status of the form.</p> </div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_hasError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method_setErrorMessage">setErrorMessage</a>(
string $message)
<p>Set the error message related to global form error</p> </div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_setErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_getErrorMessage">getErrorMessage</a>()
<p>Get the form error message.</p> </div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
<abbr title="Symfony\Component\Form\Form">Form</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_getForm">getForm</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_getForm"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
bool
</div>
<div class="col-md-8 type">
<a href="#method_hasContainer">hasContainer</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from
<a href="../../../Thelia/Form/BaseForm.html#method_hasContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_getName">getName</a>()
<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method___construct"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 98</div>
<code>
<strong>__construct</strong>(
<abbr title="Thelia\Form\Symfony\Component\HttpFoundation\Request">Request</abbr> $request, $type = 'form', $data = array(), $options = array(),
<abbr title="Thelia\Form\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container = null)</code>
</h3>
<div class="details">
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Thelia\Form\Symfony\Component\HttpFoundation\Request">Request</abbr></td>
<td>$request</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$type</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$data</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$options</td>
<td></td>
</tr>
<tr>
<td>
<abbr title="Thelia\Form\Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr></td>
<td>$container</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_initFormWithContainer">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_initFormWithContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 183</div>
<code>
<strong>initFormWithContainer</strong>($type, $data, $options)</code>
</h3>
<div class="details">
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td></td>
<td>$type</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$data</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$options</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getFormBuilder">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getFormBuilder"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 213</div>
<code>
<abbr title="Symfony\Component\Form\FormBuilderInterface">FormBuilderInterface</abbr>
<strong>getFormBuilder</strong>()</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Symfony\Component\Form\FormBuilderInterface">FormBuilderInterface</abbr></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getType">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getType"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 221</div>
<code>
string
<strong>getType</strong>()</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_isTemplateDefinedHiddenField">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_isTemplateDefinedHiddenField"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 235</div>
<code>
bool
<strong>isTemplateDefinedHiddenField</strong>(
<abbr title="Thelia\Form\Symfony\Component\Form\FormView">FormView</abbr> $fieldView)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Return true if the given field value is defined only in the HTML template, and its value is defined
in the template file, not the form builder.</p> <p>Thus, it should not be included in the form hidden fields generated by form<em>hidden</em>fields
Smarty function, to prevent it from exiting twice in the form.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Thelia\Form\Symfony\Component\Form\FormView">FormView</abbr></td>
<td>$fieldView</td>
<td></td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
bool</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getRequest">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getRequest"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 242</div>
<code>
<strong>getRequest</strong>()</code>
</h3>
<div class="details">
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getSuccessUrl">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getSuccessUrl"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 261</div>
<code>
string
<strong>getSuccessUrl</strong>(
string $default = null)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Returns the absolute URL to redirect the user to if the form is successfully processed.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td>$default</td>
<td>the default URL. If not given, the configured base URL is used.</td>
</tr>
</table>
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td>an absolute URL</td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_createView">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_createView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 276</div>
<code>
<strong>createView</strong>()</code>
</h3>
<div class="details">
<div class="tags">
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getView">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getView"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 287</div>
<code>
<abbr title="Symfony\Component\Form\FormView">FormView</abbr>
<strong>getView</strong>()</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Symfony\Component\Form\FormView">FormView</abbr></td>
<td></td>
</tr>
</table>
<h4>Exceptions</h4>
<table class="table table-condensed">
<tr>
<td><a target="_blank" href="http://php.net/LogicException"><abbr title="LogicException">LogicException</abbr></a></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_setError">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_setError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 302</div>
<code>
<strong>setError</strong>(
boolean $has_error = true)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Set the error status of the form.</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
boolean</td>
<td>$has_error</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_hasError">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_hasError"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 314</div>
<code>
boolean
<strong>hasError</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get the cuirrent error status of the form.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
boolean</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_setErrorMessage">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_setErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 324</div>
<code>
<strong>setErrorMessage</strong>(
string $message)</code>
</h3>
<div class="details">
<div class="method-description">
<p>Set the error message related to global form error</p> </div>
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td>$message</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getErrorMessage">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getErrorMessage"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 337</div>
<code>
string
<strong>getErrorMessage</strong>()</code>
</h3>
<div class="details">
<div class="method-description">
<p>Get the form error message.</p> </div>
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getForm">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_getForm"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 345</div>
<code>
<abbr title="Symfony\Component\Form\Form">Form</abbr>
<strong>getForm</strong>()</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
<abbr title="Symfony\Component\Form\Form">Form</abbr></td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_hasContainer">
<div class="location">in
<a href="../../../Thelia/Form/BaseForm.html#method_hasContainer"><abbr title="Thelia\Form\BaseForm">BaseForm</abbr></a> at line 353</div>
<code>
bool
<strong>hasContainer</strong>()</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
bool</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<div class="method-item">
<h3 id="method_getName">
<div class="location">at line 72</div>
<code>
string
<strong>getName</strong>()</code>
</h3>
<div class="details">
<div class="tags">
<h4>Return Value</h4>
<table class="table table-condensed">
<tr>
<td>
string</td>
<td>the name of you form. This name must be unique</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
| sitecrafting/thelia.github.io | api/2.1/Thelia/Form/Lang/LangUrlForm.html | HTML | mit | 30,188 |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Tree with "Editable" feature</title>
<link rel="stylesheet" type="text/css" href="./css/tui-example-style.css" />
<link rel="stylesheet" type="text/css" href="./css/docs.css" />
<link rel="stylesheet" type="text/css" href="../dist/tui-tree.css" />
</head>
<body>
<div class="code-html">
<div id="tree" class="tui-tree-wrap"></div>
</div>
<div class="explain">
<h3>Double-click on each node.</h3>
</div>
<script src="../dist/tui-tree.js"></script>
<script class="code-js">
var data = [
{text: 'rootA', children: [
{text: 'sub-A1'},
{text: 'sub-A2'},
{text: 'sub-A3'},
{text: 'sub-A4'},
{text: 'sub-A5', state: 'closed', children: [
{text:'sub-A5A', children:[
{text:'sub-A5A1'}
]},
{text:'sub_A5B'}
]},
{text: 'sub-A6'},
{text: 'sub-A7'},
{text: 'sub-A8'},
{text: 'sub-A9', state: 'closed', children: [
{text:'sub-A9A'},
{text:'sub-A9B'}
]},
{text: 'sub-A10'},
{text: 'sub-A11'},
{text: 'sub-A12'}
]},
{text: 'rootB', state:'closed', children: [
{text:'sub-B1'},
{text:'sub-B2'},
{text:'sub-B3'}
]}
];
var tree = new tui.Tree('#tree', {
data: data,
nodeDefaultState: 'opened'
}).enableFeature('Editable', {
dataKey: 'text'
});
</script>
</body>
</html>
| nhnent/tui.tree | examples/example05-editable.html | HTML | mit | 1,882 |
<section>
<label class="control-label walkin-label" for="net-id">Are you currently enrolled as a student at Emory?</label>
<h1 id="net-id" style="margin-top:2em;text-align: center;">{{formData.user.username}}</h1>
<div class="formFunctions" style="margin-top:5em;text-align: center;">
<a class="btn btn-lg btn-primary" ui-sref="createWalkin.info" style="width: 50%">Yes</a>
<a class="btn btn-lg btn-danger" href="/#!/notSupported" style="width: 50%">No</a>
</div>
</section>
| ninjeez/STS-Integrated-System | public/modules/walkins/views/create-walkin-netid-confirm.client.view.html | HTML | mit | 508 |
<div class="ad-page">
<div class="ad-page-header db-center-v">
<button type="button" class="btn db-btn-prim" ng-click="goBack()">
<div class="db-glyph" ng-include="'images/glyph-back.svg'"></div>
</button>
<h4 translate translate-cloak>STR_SIGNERS</h4>
</div>
<div class="ad-page-content">
<div class="ad-page-container">
<doc-signers item="c.item" ismobile="isMobile"></doc-signers>
</div>
</div>
</div>
| ahjo-dashboard/dashboard-ui | app/views/docsigners.html | HTML | mit | 488 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sample Node/Express/MySQL App</title>
<link rel="stylesheet" href="/css/layout.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
{% if isAuthenticated %}
<li><a href="/home">My Home</a></li>
<li><a href="/logout">Logout</a></li>
{% else %}
<li><a href="/login">Login</a></li>
{% endif %}
</ul>
</nav>
<ul id="messages">
{% for message in messages %}
<li class="{{ message.type }}">{{ message.message }}</li>
{% endfor %}
</ul>
{% block content %}{% endblock %}
</body>
</html>
| istobarton/nodejs-mysql-boilerplate | views/layouts/default.html | HTML | mit | 836 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Julia Package Listing - Testing Information</title>
<style>
/* -- Mix of julialang.org, Bootstrap 3, and custom -- */
body {
background-color: white;
font-family: Georgia, 'Liberation Serif', serif;
font-size: 14px;
color: #333;
line-height: 1.42857143;
}
.site {
max-width: 785px;
margin: 2.5em auto 2em;
padding: 0 1.5em;
}
a {
color: #428bca;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.titlebox {
text-align: center;
font-size: 120%;
margin-top: 3em;
}
.tests_pass { background-color: #11AA11; } /*Tests passing*/
.tests_fail { background-color: #DD3333; } /*Tests failed*/
.no_tests { background-color: #3333DD; } /*Tests missing*/
.not_possible { background-color: #222222; } /*Package excused*/
.statusbox {
width: 12px;
height: 12px;
display: inline-block;
}
hr {
margin-top: 10px;
margin-bottom: 0px;
border: 0;
border-top: 1px solid #eee;
}
.pkglisting h2 { margin-bottom: 0px; }
pre {margin: 0;}
@media (min-width: 785px) {
.pkglisting {
display: table;
width: 100%;
}
.pkgnamedesc {
display: table-cell;
width: 50%;
}
.pkgvertest {
display: table-cell;
width:50%;
text-align: right
}
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44252521-5', 'iainnz.github.io');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="site">
<!-- HEADER -->
<div class="titlebox">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="210px" height="142px" viewBox="0 0 310 216" enable-background="new 0 0 310 216" xml:space="preserve">
<!-- blue dot -->
<circle fill="#6b85dd" stroke="#4266d5" stroke-width="3" cx="50.5" cy="58.665" r="16.5"></circle>
<!-- red dot -->
<circle fill="#d66661" stroke="#c93d39" stroke-width="3" cx="212.459" cy="60.249" r="16.5"></circle>
<!-- green dot -->
<circle fill="#6bab5b" stroke="#3b972e" stroke-width="3" cx="233.834" cy="23.874" r="16.5"></circle>
<!-- purple dot -->
<circle fill="#aa7dc0" stroke="#945bb0" stroke-width="3" cx="255.459" cy="59.999" r="16.5"></circle>
<!-- "j" -->
<path fill="#252525" d="M37.216,138.427c0-15.839,0.006-31.679-0.018-47.517c-0.001-0.827,0.169-1.234,1.043-1.47
c7.876-2.127,15.739-4.308,23.606-6.47c1.33-0.366,1.333-0.36,1.333,1.019c0,25.758,0.015,51.517-0.012,77.274
c-0.006,5.514,0.245,11.032-0.272,16.543c-0.628,6.69-2.15,13.092-6.438,18.506c-3.781,4.771-8.898,7.25-14.767,8.338
c-6.599,1.222-13.251,1.552-19.934,0.938c-4.616-0.423-9.045-1.486-12.844-4.363c-2.863-2.168-4.454-4.935-3.745-8.603
c0.736-3.806,3.348-5.978,6.861-7.127c2.262-0.74,4.628-0.872,6.994-0.53c1.823,0.264,3.42,1.023,4.779,2.288
c1.38,1.284,2.641,2.674,3.778,4.177c0.872,1.15,1.793,2.256,2.991,3.086c2.055,1.426,4,0.965,5.213-1.216
c0.819-1.473,0.997-3.106,1.173-4.731c0.255-2.348,0.255-4.707,0.256-7.062C37.218,167.145,37.216,152.786,37.216,138.427z"></path>
<!-- "u" -->
<path fill="#252525" d="M125.536,162.479c-2.908,2.385-5.783,4.312-8.88,5.904c-10.348,5.323-20.514,4.521-30.324-1.253
c-6.71-3.95-11.012-9.849-12.52-17.606c-0.236-1.213-0.363-2.438-0.363-3.688c0.01-19.797,0.017-39.593-0.02-59.39
c-0.002-1.102,0.285-1.357,1.363-1.351c7.798,0.049,15.597,0.044,23.396,0.003c0.95-0.005,1.177,0.25,1.175,1.183
c-0.027,19.356-0.025,38.713-0.018,58.07c0.002,6.34,3.599,10.934,9.672,12.42c2.13,0.521,4.19,0.396,6.173-0.6
c4.26-2.139,7.457-5.427,10.116-9.307c0.333-0.487,0.224-1,0.224-1.51c0.007-19.635,0.016-39.271-0.02-58.904
c-0.002-1.083,0.255-1.369,1.353-1.361c7.838,0.052,15.677,0.045,23.515,0.004c0.916-0.005,1.103,0.244,1.102,1.124
c-0.025,27.677-0.026,55.353,0.002,83.024c0.001,0.938-0.278,1.099-1.139,1.095c-7.918-0.028-15.837-0.028-23.756-0.001
c-0.815,0.003-1.1-0.166-1.073-1.037C125.581,167.117,125.536,164.928,125.536,162.479z"></path>
<!-- "l" -->
<path fill="#252525" d="M187.423,107.08c0,20.637-0.011,41.273,0.026,61.91c0.003,1.119-0.309,1.361-1.381,1.355
c-7.799-0.052-15.598-0.047-23.396-0.008c-0.898,0.008-1.117-0.222-1.115-1.115c0.021-39.074,0.021-78.147,0-117.226
c0-0.811,0.189-1.169,1.006-1.392c7.871-2.149,15.73-4.327,23.584-6.545c1.045-0.295,1.308-0.17,1.306,0.985
C187.412,65.727,187.423,86.403,187.423,107.08z"></path>
<!-- "i" -->
<path fill="#252525" d="M223.46,126.477c0,14.155-0.011,28.312,0.021,42.467c0.002,1.027-0.164,1.418-1.332,1.408
c-7.838-0.061-15.676-0.047-23.516-0.01c-0.881,0.004-1.121-0.189-1.119-1.104c0.026-26.153,0.025-52.307,0-78.458
c0-0.776,0.203-1.101,0.941-1.302c7.984-2.172,15.972-4.35,23.938-6.596c1.049-0.296,1.08,0.031,1.078,0.886
C223.454,98.004,223.46,112.239,223.46,126.477z"></path>
<!-- "a" -->
<path fill="#252525" d="M277.695,163.6c-0.786,0.646-1.404,1.125-2,1.635c-4.375,3.746-9.42,5.898-15.16,6.42
c-5.792,0.527-11.479,0.244-16.934-2.047c-12.08-5.071-15.554-17.188-11.938-27.448c1.799-5.111,5.472-8.868,9.831-11.94
c5.681-4.003,12.009-6.732,18.504-9.074c5.576-2.014,11.186-3.939,16.955-5.347c0.445-0.104,0.773-0.243,0.757-0.854
c-0.136-4.389,0.261-8.79-0.479-13.165c-1.225-7.209-6.617-10.013-12.895-9.348c-0.516,0.055-1.029,0.129-1.536,0.241
c-4.877,1.081-7.312,4.413-7.374,10.127c-0.02,1.729-0.229,3.418-0.693,5.084c-0.906,3.229-2.969,5.354-6.168,6.266
c-3.422,0.979-6.893,0.998-10.23-0.305c-6.529-2.543-8.877-10.164-5.12-16.512c2.249-3.799,5.606-6.4,9.461-8.405
c6.238-3.246,12.914-4.974,19.896-5.537c7.565-0.61,15.096-0.366,22.49,1.507c4.285,1.085,8.312,2.776,11.744,5.657
c4.473,3.749,6.776,8.647,6.812,14.374c0.139,21.477,0.096,42.951,0.143,64.428c0.002,0.799-0.248,0.983-1.021,0.98
c-8.035-0.025-16.074-0.023-24.113-0.001c-0.716,0.002-0.973-0.146-0.941-0.915C277.736,167.562,277.695,165.698,277.695,163.6z
M277.695,126.393c-4.793,2.104-9.25,4.373-13.287,7.408c-2.151,1.618-4.033,3.483-5.732,5.581
c-4.229,5.226-1.988,13.343,1.693,16.599c1.592,1.406,3.359,1.906,5.419,1.521c1.621-0.307,3.149-0.857,4.549-1.734
c1.521-0.951,2.949-2.072,4.539-2.887c2.31-1.18,2.97-2.861,2.894-5.445C277.561,140.484,277.695,133.527,277.695,126.393z"></path>
</svg>
<h1>
<a href="http://github.com/JuliaDiffEq/PyDSTool.jl" name="PyDSTool">PyDSTool</a>
</h1>
<h4>
<a href="http://github.com/JuliaDiffEq">JuliaDiffEq</a>
</h4>
<p>
<a href="http://pkg.julialang.org#PyDSTool">โ Back to package list</a>
</p>
</div>
<p>
If you think that there is an error in how your package is being tested or represented, please file an issue at <a href="https://github.com/JuliaCI/PackageEvaluator.jl/">PackageEvaluator.jl</a>, making sure to read the FAQ first.
</p>
<h3>Badges</h3>
<h4>Julia v0.6</h4>
<img src="../badges/PyDSTool_0.6.svg">
<br>
<a href="http://pkg.julialang.org/badges/PyDSTool_0.6.svg">http://pkg.julialang.org/badges/PyDSTool_0.6.svg</a>
<pre>[](http://pkg.julialang.org/detail/PyDSTool)</pre>
<h3>Most Recent Test Logs</h3>
<ul>
<li>
<a href="../logs/PyDSTool_0.6.log">Julia v0.6</a>
</li>
</ul>
<h3>Version and Status History</h3>
<h4>Julia v0.6</h4>
<pre>2018-07-28 to 2018-08-04, v0.4.0, Tests fail.
2018-07-26 to 2018-07-26, v0.4.0, Tests pass.
2018-05-12 to 2018-07-24, v0.4.0, Tests fail.
2018-02-10 to 2018-05-10, v0.4.0, Tests pass.
2018-02-06 to 2018-02-08, v0.3.0, Tests fail.
2018-01-26 to 2018-02-04, v0.2.0, Tests fail.
2017-11-30 to 2018-01-24, v0.1.2, Tests fail.
2017-04-20 to 2017-09-24, v0.1.2, Tests pass.
2017-04-06 to 2017-04-19, v0.1.1, Tests pass.
2017-03-29 to 2017-04-05, v0.1.0, Tests pass.
2016-12-06 to 2017-03-28, v0.0.2, Tests fail.
2016-12-05 to 2016-12-05, v0.0.2, Tests pass.
2016-12-03 to 2016-12-04, v0.0.2, Tests fail.
2016-11-24 to 2016-11-28, v0.0.2, Tests pass.
2016-11-23 to 2016-11-23, v0.0.1, Tests pass.
</pre>
</div>
</body>
</html>
| IainNZ/pkg.julialang.org | detail/PyDSTool.html | HTML | mit | 9,339 |
<!DOCTYPE html>
<html lang="en-gb" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Button component - UIkit documentation</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon-precomposed" href="images/apple-touch-icon.png">
<link id="data-uikit-theme" rel="stylesheet" href="css/uikit.docs.min.css">
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="../vendor/highlight/highlight.css">
<script src="../vendor/jquery.js"></script>
<script src="js/uikit.min.js"></script>
<script src="../vendor/highlight/highlight.js"></script>
<script src="js/docs.js"></script>
</head>
<body class="tm-background">
<nav class="tm-navbar uk-navbar uk-navbar-attached">
<div class="uk-container uk-container-center">
<a class="uk-navbar-brand uk-hidden-small" href="../index.html"><img class="uk-margin uk-margin-remove" src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a>
<ul class="uk-navbar-nav uk-hidden-small">
<li><a href="documentation_get-started.html">Get Started</a></li>
<li class="uk-active"><a href="components.html">Components</a></li>
<li><a href="addons.html">Add-ons</a></li>
<li><a href="customizer.html">Customizer</a></li>
<li><a href="../showcase/index.html">Showcase</a></li>
</ul>
<a href="#tm-offcanvas" class="uk-navbar-toggle uk-visible-small" data-uk-offcanvas></a>
<div class="uk-navbar-brand uk-navbar-center uk-visible-small"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></div>
</div>
</nav>
<div class="tm-middle">
<div class="uk-container uk-container-center">
<div class="uk-grid" data-uk-grid-margin>
<div class="tm-sidebar uk-width-medium-1-4 uk-hidden-small">
<ul class="tm-nav uk-nav" data-uk-nav>
<li class="uk-nav-header">Defaults</li>
<li><a href="base.html">Base</a></li>
<li><a href="print.html">Print</a></li>
<li class="uk-nav-header">Layout</li>
<li><a href="grid.html">Grid</a></li>
<li><a href="panel.html">Panel</a></li>
<li><a href="article.html">Article</a></li>
<li><a href="comment.html">Comment</a></li>
<li><a href="utility.html">Utility</a></li>
<li class="uk-nav-header">Navigations</li>
<li><a href="nav.html">Nav</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="subnav.html">Subnav</a></li>
<li><a href="breadcrumb.html">Breadcrumb</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="tab.html">Tab</a></li>
<li class="uk-nav-header">Elements</li>
<li><a href="list.html">List</a></li>
<li><a href="description-list.html">Description list</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="form.html">Form</a></li>
<li class="uk-nav-header">Common</li>
<li class="uk-active"><a href="button.html">Button</a></li>
<li><a href="icon.html">Icon</a></li>
<li><a href="close.html">Close</a></li>
<li><a href="badge.html">Badge</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="thumbnail.html">Thumbnail</a></li>
<li><a href="overlay.html">Overlay</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="animation.html">Animation</a></li>
<li class="uk-nav-header">JavaScript</li>
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="modal.html">Modal</a></li>
<li><a href="offcanvas.html">Off-canvas</a></li>
<li><a href="switcher.html">Switcher</a></li>
<li><a href="toggle.html">Toggle</a></li>
<li><a href="tooltip.html">Tooltip</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li><a href="smooth-scroll.html">Smooth scroll</a></li>
</ul>
</div>
<div class="tm-main uk-width-medium-3-4">
<article class="uk-article">
<h1 class="uk-article-title">Button</h1>
<p class="uk-article-lead">Easily create nicely looking buttons, which come in different styles.</p>
<h2 id="usage"><a href="#usage" class="uk-link-reset">Usage</a></h2>
<p>To apply this component, add the <code>.uk-button</code> class to an <code><a></code> or <code><button></code> element. Now you have created a button. Add the <code>disabled</code> attribute to a <code><button></code> element to disable the button.</p>
<h3 class="tm-article-subtitle">Example</h3>
<p>
<a class="uk-button" href="">Link</a>
<button class="uk-button" type="button">Button</button>
<button class="uk-button" type="button" disabled>Disabled</button>
</p>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><a class="uk-button" href="">...</a>
<button class="uk-button" type="button">...</button>
<button class="uk-button" type="button" disabled>...</button></code></pre>
<p><span class="uk-badge">NOTE</span> If you are displaying a number of buttons in a row, you can add a top margin to them, when they stack on smaller viewports. Just add the <code>data-uk-margin</code> attribute from the <a href="utility.html">Utility component</a> to their parent element.</p>
<hr class="uk-article-divider">
<h2 id="color-modifiers"><a href="#color-modifiers" class="uk-link-reset">Color modifiers</a></h2>
<p>There are several color modifiers available. Just add one of the following classes to apply a different look.</p>
<div class="uk-overflow-container">
<table class="uk-table uk-text-nowrap">
<thead>
<tr>
<th>Example</th>
<th>Class</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><button class="uk-button uk-button-primary" type="button">Primary</button></td>
<td><code>.uk-button-primary</code></td>
<td>Emphasizes to identify the primary action in a set of buttons.</td>
</tr>
<tr>
<td><button class="uk-button uk-button-success" type="button">Success</button></td>
<td><code>.uk-button-success</code></td>
<td>Indicates a successful or positive action.</td>
</tr>
<tr>
<td><button class="uk-button uk-button-danger" type="button">Danger</button></td>
<td><code>.uk-button-danger</code></td>
<td>Indicates a dangerous or negative action.</td>
</tr>
<tr>
<td><a class="uk-button uk-button-link" href="#">Link</a></td>
<td><code>.uk-button-link</code></td>
<td>Deemphasizes to look like a link while maintaining button behavior.</td>
</tr>
</tbody>
</table>
</div>
<hr class="uk-article-divider">
<h2 id="size-modifiers"><a href="#size-modifiers" class="uk-link-reset">Size modifiers</a></h2>
<p>Add the <code>.uk-button-mini</code>, <code>.uk-button-small</code> or <code>.uk-button-large</code> class to a button to make it smaller or larger.</p>
<p>
<button class="uk-button uk-button-mini" type="button">Mini button</button>
<button class="uk-button uk-button-mini uk-button-primary" type="button">Mini button</button>
</p>
<p>
<button class="uk-button uk-button-small" type="button">Small button</button>
<button class="uk-button uk-button-small uk-button-primary" type="button">Small button</button>
</p>
<p>
<button class="uk-button" type="button">Default button</button>
<button class="uk-button uk-button-primary" type="button">Default button</button>
</p>
<p>
<button class="uk-button uk-button-large" type="button">Large button</button>
<button class="uk-button uk-button-large uk-button-primary" type="button">Large button</button>
</p>
<hr class="uk-article-divider">
<h3>Full width button</h3>
<p>Add the <code>.uk-width-1-1</code> class from the <a href="grid.html">Grid component</a> and the button will take up full width.</p>
<h3 class="tm-article-subtitle">Example</h3>
<p>
<button class="uk-button uk-button-large uk-width-1-1 uk-margin-small-bottom" type="button">Button</button>
<button class="uk-button uk-button-primary uk-button-large uk-width-1-1" type="button">Button</button>
</p>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><button class="uk-button uk-width-1-1 uk-margin-small-bottom">...</button>
<button class="uk-button uk-width-1-1">...</button></code></pre>
<hr class="uk-article-divider">
<h2 id="button-group"><a href="#button-group" class="uk-link-reset">Button group</a></h2>
<p>To create a button group, add the <code>.uk-button-group</code> class to a <code><div></code> element around the buttons. That's it! No further markup needed.</p>
<h3 class="tm-article-subtitle">Example</h3>
<div class="uk-margin">
<div class="uk-button-group">
<a class="uk-button" href="#">Link</a>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
</div>
</div>
<div class="uk-margin">
<div class="uk-button-group">
<a class="uk-button uk-button-primary" href="#">Link</a>
<button class="uk-button uk-button-primary">Button</button>
<button class="uk-button uk-button-primary">Button</button>
</div>
</div>
<div class="uk-margin">
<div class="uk-button-group">
<a class="uk-button uk-button-success" href="#">Link</a>
<button class="uk-button uk-button-success">Button</button>
<button class="uk-button uk-button-success">Button</button>
</div>
</div>
<div class="uk-margin">
<div class="uk-button-group">
<a class="uk-button uk-button-danger" href="#">Link</a>
<button class="uk-button uk-button-danger">Button</button>
<button class="uk-button uk-button-danger">Button</button>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><div class="uk-button-group">
<a class="uk-button" href="">...</a>
<button class="uk-button">...</button>
<button class="uk-button">...</button>
</div></code></pre>
<hr class="uk-article-divider">
<h2 id="javascript"><a href="#javascript" class="uk-link-reset">JavaScript</a></h2>
<p>You can toggle button states via JavaScript. Just add the data attibute <code>data-uk-button</code>.</p>
<h3 class="tm-article-subtitle">Example</h3>
<button class="uk-button uk-button-primary" type="button" data-uk-button>Button</button>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><button class="uk-button uk-button-primary" type="button" data-uk-button>Button</button></code></pre>
<hr class="uk-article-divider">
<h3>Checkbox buttons</h3>
<p>Toggle between a group of buttons like a checkbox by wrapping a <code><div></code> element with the data attribute <code>data-uk-button-checkbox</code> around them. This can also be applied to a button group.</p>
<h4 class="tm-article-subtitle">Example</h4>
<div class="uk-margin">
<div data-uk-button-checkbox>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
</div>
</div>
<div class="uk-margin">
<div class="uk-button-group" data-uk-button-checkbox>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><div data-uk-button-checkbox>
<button class="uk-button">...</button>
<button class="uk-button">...</button>
<button class="uk-button">...</button>
</div></code></pre>
<hr class="uk-article-divider">
<h3>Radio buttons</h3>
<p>Toggle between a group of buttons, like radio buttons, by wrapping a <code>div</code> element that uses <code>data-uk-button-radio</code> around them. This can also be applied to a button group.</p>
<h4 class="tm-article-subtitle">Example</h4>
<div class="uk-margin">
<div data-uk-button-radio>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
</div>
</div>
<div class="uk-margin">
<div class="uk-button-group" data-uk-button-radio>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
<button class="uk-button">Button</button>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><div data-uk-button-radio>
<button class="uk-button">...</button>
<button class="uk-button">...</button>
<button class="uk-button">...</button>
</div></code></pre>
<hr class="uk-article-divider">
<h2 id="button-with-dropdowns"><a href="#button-with-dropdowns" class="uk-link-reset">Button with dropdowns</a></h2>
<p>A button can be used to trigger a dropdown menu from the <a href="dropdown.html">Dropdown component</a>. Just add the <code>.uk-button-dropdown</code> class and the <code>data-uk-dropdown</code> attribute to a <code><div></code> element that contains the button and the dropdown itself.</p>
<h3 class="tm-article-subtitle">Example</h3>
<div class="uk-margin" data-uk-margin>
<div class="uk-button-dropdown" data-uk-dropdown>
<button class="uk-button">Hover <i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
<div class="uk-button-dropdown" data-uk-dropdown>
<button class="uk-button uk-button-primary">Hover <i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
<div class="uk-button-dropdown" data-uk-dropdown>
<button class="uk-button uk-button-success">Hover <i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
<div class="uk-button-dropdown" data-uk-dropdown>
<button class="uk-button uk-button-danger">Hover <i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
<div class="uk-button-dropdown" data-uk-dropdown>
<button class="uk-button" disabled>Hover <i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</div>
<h3 class="tm-article-subtitle">Markup</h3>
<pre><code><!-- This is the container enabling the JavaScript -->
<div class="uk-button-dropdown" data-uk-dropdown>
<!-- This is the button toggling the dropdown -->
<button class="uk-button">...</button>
<!-- This is the dropdown -->
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="">...</a></li>
<li><a href="">...</a></li>
</ul>
</div>
</div></code></pre>
<hr class="uk-article-divider">
<h3>Button group with dropdowns</h3>
<p>Use button groups to split buttons into a standard action on the left and a dropdown toggle on the right. Just wrap a <code><div></code> element around the button and the dropdown and add the <code>data-uk-dropdown="{mode:'click'}"</code> attribute. Of course, a dropdown can also be applied to a button within a button group.</p>
<h4 class="tm-article-subtitle">Example</h4>
<div class="uk-margin" data-uk-margin>
<div class="uk-button-group">
<button class="uk-button">Button</button>
<div data-uk-dropdown="{mode:'click'}">
<button class="uk-button"><i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</div>
<div class="uk-button-group">
<button class="uk-button uk-button-primary">Button</button>
<div data-uk-dropdown="{mode:'click'}">
<button class="uk-button uk-button-primary"><i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</div>
<div class="uk-button-group">
<button class="uk-button uk-button-success">Button</button>
<div data-uk-dropdown="{mode:'click'}">
<button class="uk-button uk-button-success"><i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</div>
<div class="uk-button-group">
<button class="uk-button uk-button-danger">Button</button>
<div data-uk-dropdown="{mode:'click'}">
<button class="uk-button uk-button-danger"><i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</div>
<div class="uk-button-group">
<button class="uk-button" disabled>Button</button>
<div data-uk-dropdown="{mode:'click'}">
<button class="uk-button" disabled><i class="uk-icon-caret-down"></i></button>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider"></li>
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</div>
</div>
<h4 class="tm-article-subtitle">Markup</h4>
<pre><code><div class="uk-button-group">
<!-- This is a button -->
<button class="uk-button">...</button>
<!-- This is the container enabling the JavaScript -->
<div data-uk-dropdown="{mode:'click'}">
<!-- This is the button toggling the dropdown -->
<a href="" class="uk-button">...</a>
<!-- This is the dropdown -->
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="">...</a></li>
<li><a href="">...</a></li>
</ul>
</div>
</div>
</div></code></pre>
</article>
</div>
</div>
</div>
</div>
<div class="tm-footer">
<div class="uk-container uk-container-center uk-text-center">
<ul class="uk-subnav uk-subnav-line">
<li><a href="http://github.com/uikit/uikit">GitHub</a></li>
<li><a href="http://github.com/uikit/uikit/issues">Issues</a></li>
<li><a href="http://github.com/uikit/uikit/blob/master/CHANGELOG.md">Changelog</a></li>
<li><a href="https://twitter.com/getuikit">Twitter</a></li>
</ul>
<div class="uk-panel">
<p>Made by <a href="http://www.yootheme.com">YOOtheme</a> with love and caffeine.<br>Licensed under <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p>
<a href="../index.html"><img src="images/logo_uikit.svg" width="90" height="30" title="UIkit" alt="UIkit"></a>
</div>
</div>
</div>
<div id="tm-offcanvas" class="uk-offcanvas">
<div class="uk-offcanvas-bar">
<ul class="uk-nav uk-nav-offcanvas uk-nav-parent-icon" data-uk-nav="{multiple:true}">
<li class="uk-parent"><a href="#">Documentation</a>
<ul class="uk-nav-sub">
<li><a href="documentation_get-started.html">Get started</a></li>
<li><a href="documentation_how-to-customize.html">How to customize</a></li>
<li><a href="documentation_layouts.html">Layout examples</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="addons.html">Add-ons</a></li>
<li><a href="documentation_project-structure.html">Project structure</a></li>
<li><a href="documentation_less-sass.html">Less & Sass files</a></li>
<li><a href="documentation_create-a-theme.html">Create a theme</a></li>
<li><a href="documentation_create-a-style.html">Create a style</a></li>
<li><a href="documentation_customizer-json.html">Customizer.json</a></li>
<li><a href="documentation_javascript.html">JavaScript</a></li>
<li><a href="documentation_custom-prefix.html">Custom prefix</a></li>
</ul>
</li>
<li class="uk-nav-header">Components</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-wrench"></i> Defaults</a>
<ul class="uk-nav-sub">
<li><a href="base.html">Base</a></li>
<li><a href="print.html">Print</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-th-large"></i> Layout</a>
<ul class="uk-nav-sub">
<li><a href="grid.html">Grid</a></li>
<li><a href="panel.html">Panel</a></li>
<li><a href="article.html">Article</a></li>
<li><a href="comment.html">Comment</a></li>
<li><a href="utility.html">Utility</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-bars"></i> Navigations</a>
<ul class="uk-nav-sub">
<li><a href="nav.html">Nav</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="subnav.html">Subnav</a></li>
<li><a href="breadcrumb.html">Breadcrumb</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="tab.html">Tab</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-check"></i> Elements</a>
<ul class="uk-nav-sub">
<li><a href="list.html">List</a></li>
<li><a href="description-list.html">Description list</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="form.html">Form</a></li>
</ul>
</li>
<li class="uk-parent uk-active"><a href="#"><i class="uk-icon-folder-open"></i> Common</a>
<ul class="uk-nav-sub">
<li><a href="button.html">Button</a></li>
<li><a href="icon.html">Icon</a></li>
<li><a href="close.html">Close</a></li>
<li><a href="badge.html">Badge</a></li>
<li><a href="alert.html">Alert</a></li>
<li><a href="thumbnail.html">Thumbnail</a></li>
<li><a href="overlay.html">Overlay</a></li>
<li><a href="progress.html">Progress</a></li>
<li><a href="text.html">Text</a></li>
<li><a href="animation.html">Animation</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-magic"></i> JavaScript</a>
<ul class="uk-nav-sub">
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="modal.html">Modal</a></li>
<li><a href="offcanvas.html">Off-canvas</a></li>
<li><a href="switcher.html">Switcher</a></li>
<li><a href="toggle.html">Toggle</a></li>
<li><a href="tooltip.html">Tooltip</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li><a href="smooth-scroll.html">Smooth scroll</a></li>
</ul>
</li>
<li class="uk-nav-header">Add-ons</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-th-large"></i> Layout</a>
<ul class="uk-nav-sub">
<li><a href="addons_grid.html">Grid</a></li>
<li><a href="addons_flex.html">Flex</a></li>
<li><a href="addons_cover.html">Cover</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-bars"></i> Navigations</a>
<ul class="uk-nav-sub">
<li><a href="addons_dotnav.html">Dotnav</a></li>
<li><a href="addons_slidenav.html">Slidenav</a></li>
<li><a href="addons_pagination.html">Pagination</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-folder-open"></i> Common</a>
<ul class="uk-nav-sub">
<li><a href="addons_caption.html">Caption</a></li>
<li><a href="addons_form-advanced.html">Form advanced</a></li>
<li><a href="addons_form-file.html">Form file</a></li>
<li><a href="addons_form-password.html">Form password</a></li>
<li><a href="addons_form-select.html">Form select</a></li>
<li><a href="addons_placeholder.html">Placeholder</a></li>
</ul>
</li>
<li class="uk-parent"><a href="#"><i class="uk-icon-magic"></i> JavaScript</a>
<ul class="uk-nav-sub">
<li><a href="addons_lightbox.html">Lightbox</a></li>
<li><a href="addons_autocomplete.html">Autocomplete</a></li>
<li><a href="addons_datepicker.html">Datepicker</a></li>
<li><a href="addons_htmleditor.html">HTML editor</a></li>
<li><a href="addons_slideshow.html">Slideshow</a></li>
<li><a href="addons_accordion.html">Accordion</a></li>
<li><a href="addons_notify.html">Notify</a></li>
<li><a href="addons_search.html">Search</a></li>
<li><a href="addons_nestable.html">Nestable</a></li>
<li><a href="addons_sortable.html">Sortable</a></li>
<li><a href="addons_sticky.html">Sticky</a></li>
<li><a href="addons_timepicker.html">Timepicker</a></li>
<li><a href="addons_upload.html">Upload</a></li>
</ul>
</li>
<li class="uk-nav-divider"></li>
<li><a href="../showcase/index.html">Showcase</a></li>
</ul>
</div>
</div>
</body>
</html> | mubassirhayat/uikit | docs/button.html | HTML | mit | 42,599 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>UCloudVideoOrientation Constants 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">UCDLive_iOS </a>
</h1>
<p id="developer-home">
<a href="../index.html">UCloud</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>
</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>
<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">UCloudVideoOrientation Constants Reference</h1>
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Declared in</th>
<td>UCloudRecorderTypeDef.h</td>
</tr>
</tbody></table></div>
<h3 class="subsubtitle method-title">UCloudVideoOrientation</h3>
<div class="section">
<!-- display enum values -->
<h4 class="method-subtitle">Definition</h4>
<code>typedef NS_ENUM(NSInteger, UCloudVideoOrientation ) {<br>
<a href="">UCloudVideoOrientationPortrait</a> = UIInterfaceOrientationPortrait,<br>
<a href="">UCloudVideoOrientationPortraitUpsideDown</a> = UIInterfaceOrientationPortraitUpsideDown,<br>
<a href="">UCloudVideoOrientationLandscapeRight</a> = UIInterfaceOrientationLandscapeRight,<br>
<a href="">UCloudVideoOrientationLandscapeLeft</a> = UIInterfaceOrientationLandscapeLeft,<br>
};</code>
</div>
<div class="section section-methods">
<h4 class="method-subtitle">Constants</h4>
<dl class="termdef">
<dt><a name="" title="UCloudVideoOrientationPortrait"></a><code>UCloudVideoOrientationPortrait</code></dt>
<dd>
<p>่ง้ข้้ๆนๅ</p>
<p>
Declared In <code class="declared-in-ref">UCloudRecorderTypeDef.h</code>.
</p>
</dd>
<dt><a name="" title="UCloudVideoOrientationPortraitUpsideDown"></a><code>UCloudVideoOrientationPortraitUpsideDown</code></dt>
<dd>
<p>่ง้ข้้ๆนๅ</p>
<p>
Declared In <code class="declared-in-ref">UCloudRecorderTypeDef.h</code>.
</p>
</dd>
<dt><a name="" title="UCloudVideoOrientationLandscapeRight"></a><code>UCloudVideoOrientationLandscapeRight</code></dt>
<dd>
<p>่ง้ข้้ๆนๅ</p>
<p>
Declared In <code class="declared-in-ref">UCloudRecorderTypeDef.h</code>.
</p>
</dd>
<dt><a name="" title="UCloudVideoOrientationLandscapeLeft"></a><code>UCloudVideoOrientationLandscapeLeft</code></dt>
<dd>
<p>่ง้ข้้ๆนๅ</p>
<p>
Declared In <code class="declared-in-ref">UCloudRecorderTypeDef.h</code>.
</p>
</dd>
</dl>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">UCloudRecorderTypeDef.h</code></p>
</div>
</main>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright © 2017 UCloud. All rights reserved. Updated: 2017-09-28</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> | umdk/UCDLive_iOS | docs/cn.UCloud.UCDLive_iOS.docset/Contents/Resources/Documents/Constants/UCloudVideoOrientation.html | HTML | mit | 5,139 |
{% extends "layout.html" %}
{% block styles %}
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='update.css') }}" />
{% endblock %}
{% block scripts %}
<script>
window.mod_id = {{ mod.id }};
</script>
<script src="/static/update.js"></script>
{% endblock %}
{% block body %}
<div class="well" style="margin-bottom: 0;">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Update {{ mod.name }}</h1>
</div>
<div class="col-md-4">
<label class="pull-right" style="margin-top: 5px;">
<input type="checkbox" id="notify-followers" checked> Notify {{ mod.follower_count }} followers about this update
</label>
</div>
</div>
</div>
</div>
<div class="well info">
<div class="container centered">
<div class="form-group">
<h2>Zip File</h2>
<div class="upload-mod">
<input type="file" class="hidden" id="mod-file" />
<a href="#">Drag and drop or click to browse</a>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-6 form-group">
<input id="version" type="text" class="form-control input-block-level" placeholder="Version number" />
</div>
<div class="col-md-6 form-group">
<select id="ksp-version" class="form-control">
{% for v in game_versions %}
<option value="{{v.friendly_version}}" {% if loop.first %}selected{% endif %}>KSP {{v.friendly_version}}</option>
{% endfor %}
</select>
</div>
</div>
<div class="form-group">
<p><a href="/markdown" target="_blank">Markdown</a> is supported in your changelog.</p>
<textarea id="changelog" class="form-control input-block-level" rows=10 placeholder="Optional changelog"></textarea>
</div>
<button id="submit" class="btn btn-success btn-lg btn-block" style="margin: 20px auto;">
<span class="progress-label">Publish Update</span>
<div class="progress" id="progress">
<div class="progress-bar-striped progress-bar active" style="width: 0%"></div>
</div>
</button>
<a class="btn btn-default btn-block" style="margin: 20px auto;" href="{{ url_for("mods.mod", id=mod.id, mod_name=mod.name) }}">Cancel</a>
<div class="alert alert-danger hidden" id="error-alert">
You've missed some things! Go back and fix them first.
</div>
</div>
</div>
{% endblock %}
| KerbalStuff/KerbalStuff | templates/update.html | HTML | mit | 2,708 |
<secondary-menu-directive></secondary-menu-directive>
<section class="content background" data-ng-controller="RandomMapController"
ng-style="{'background-image': 'url(' + staticMap.mapUrl + ')', 'background-size' : 'cover' }" data-ng-class="{'page-view-menu-open': toggleSecondMenu}">
<section class="container">
<div class="main-content-outer">
<section data-ng-controller="ProjectsController" data-ng-init="findOneProject()" class="main-content-inner">
<div class="page-header">
<h1>Edit Project</h1>
</div>
<div class="col-md-12">
<div class="img-responsive">
<a ng-href="/"><img ng-src="{{logo}}"></a>
</div>
<form class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
<div class="controls">
<label class="control-label">Street</label>
<div class="controls">
<input type="text" data-ng-model="street" id="street" class="form-control"
placeholder="Street"
required>
</div>
<label class="control-label">City</label>
<div class="controls">
<input type="text" data-ng-model="city" id="city" class="form-control"
placeholder="City"
required>
</div>
<label class="control-label">State</label>
<div class="controls">
<input type="text" data-ng-model="state" id="state" class="form-control"
placeholder="State"
required>
</div>
<label class="control-label">Zip Code</label>
<div class="controls">
<input type="number" data-ng-model="zip" id="zip" class="form-control"
placeholder="Zip Code"
required>
</div>
<label class="control-label">Project Title</label>
<div class="controls">
<input type="text" data-ng-model="title" id="title" class="form-control"
placeholder="Project Title"
required>
</div>
<label class="control-label">Story</label>
<div class="controls">
<textarea ckeditor="editorOptions" ng-model="story" id="story" required></textarea>
</div>
</div>
<div class="form-group">
<input type="submit" value="Update" class="btn btn-primary btn-lg btn-main grow">
</div>
<div data-ng-show="error" class="text-danger">
<strong data-ng-bind="error"></strong>
</div>
</div>
</fieldset>
</form>
</div>
</section>
</div>
</section>
</section> | isomer-io/MappingSLC | modules/admins/client/views/projects/admin-edit-project.client.view.html | HTML | mit | 3,846 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="10" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Temporarily disabled โข lichess.org</title>
<style>
html,
body {
font: 16px Georgia, Times, 'Times New Roman', serif;
font-style: italic;
background: #000;
color: #ebd488;
text-align: center;
width: 100%;
margin: 0;
padding: 0;
}
h1 {
font-size: 30px;
}
a {
color: #fff;
}
credit {
display: block;
font-size: 0.9em;
opacity: 0.6;
margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
img {
margin: 0 auto;
width: 90%;
height: auto;
}
body {
padding: 0 10px;
box-sizing: border-box;
}
}
</style>
<meta content="noindex, nofollow" name="robots" />
</head>
<body>
<h1>This feature is temporarily disabled</h1>
It will be back very soon. Thanks for your patience.
<br />
<br />
<a href="//lichess.org">Return to lichess homepage</a>
<br />
<br />
<img src="//lichess1.org/assets/images/maintenance.jpg" />
<credit>Drawing by <a href="https://www.pixiv.net/member.php?id=34624">Gia</a></credit>
</body>
</html>
| luanlv/lila | public/oops/disabled.html | HTML | mit | 1,426 |
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.8/angular.min.js"></script>
<!-- you don't need ignore=notused in your code, this is just here to trick the cache -->
<script src="../dist/ag-grid.js?ignore=notused14"></script>
<link rel="stylesheet" type="text/css" href="../dist/ag-grid.css?ignore=notused14">
<link rel="stylesheet" type="text/css" href="../dist/theme-fresh.css?ignore=notused14">
<script src="virtualPaging.js"></script>
</head>
<body ng-app="example" ng-controller="exampleCtrl">
<div ag-grid="gridOptions" style="height: 100%;" class="ag-fresh"></div>
</body>
</html>
| dsmarcoantonio/GTAC_AWS | node_modules/ag-grid/docs/angular-grid-virtual-paging/virtualPaging.html | HTML | mit | 660 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.