path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
examples/editor2d/index.html | beni55/Primrose | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
<title>Primrose: Canvas-based text editor</title>
<script type="text/javascript" src="../../bin/ga.min.js"></script>
<script type="text/javascript" src="../../bin/three.min.js"></script>
<script type="text/javascript" src="../../bin/cannon.min.js"></script>
<script type="text/javascript" src="../../bin/Primrose.min.js"></script>
<script src="../../test/testing.js" type="text/javascript"></script>
<script src="../../test/Basic.js" type="text/javascript"></script>
<script src="../../test/Grammar.js" type="text/javascript"></script>
<script src="../../test/Point.js" type="text/javascript"></script>
<script src="../../test/Rectangle.js" type="text/javascript"></script>
<script src="../../test/Size.js" type="text/javascript"></script>
<script src="../rosetta_24_game.js" type="text/javascript"></script>
<script src="app.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body onload="ga('send', 'pageview');init()">
<div style="position:absolute;height:100%;width:100%">
<div id="controls" style="position:absolute;height:7em;width:100%">
</div>
<div id="editorContainer">
</div>
</div>
</body>
</html>
|
lib/yuilib/3.17.2/widget-modality/assets/skins/sam/widget-modality.css | murilotimo/moodle | /*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-widget-mask{background-color:black;zoom:1;-ms-filter:"alpha(opacity=40)";filter:alpha(opacity=40);opacity:.4}#yui3-css-stamp.skin-sam-widget-modality{display:none}
|
python-3.8.0a0-docs-html-en/faq/gui.html | DeanAaron/Python3 |
<!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>Graphic User Interface FAQ — Python 3.8.0a0 documentation</title>
<link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.8.0a0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Python 3.8.0a0 documentation"
href="../_static/opensearch.xml"/>
<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="copyright" title="Copyright" href="../copyright.html" />
<link rel="next" title="“Why is Python Installed on my Computer?” FAQ" href="installed.html" />
<link rel="prev" title="Python on Windows FAQ" href="windows.html" />
<link rel="canonical" href="https://docs.python.org/3/faq/gui.html" />
<script type="text/javascript" src="../_static/switchers.js"></script>
<link rel="shortcut icon" type="image/png" href="../_static/py.png" />
<script type="text/javascript" src="../_static/copybutton.js"></script>
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="installed.html" title="“Why is Python Installed on my Computer?” FAQ"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="windows.html" title="Python on Windows FAQ"
accesskey="P">previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="language_switcher_placeholder">en</span>
<span class="version_switcher_placeholder">3.8.0a0</span>
<a href="../index.html">Documentation </a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python Frequently Asked Questions</a> »</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="../search.html" method="get">
<input placeholder="Quick search" 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>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="graphic-user-interface-faq">
<h1><a class="toc-backref" href="#id2">Graphic User Interface FAQ</a><a class="headerlink" href="#graphic-user-interface-faq" title="Permalink to this headline">¶</a></h1>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#graphic-user-interface-faq" id="id2">Graphic User Interface FAQ</a><ul>
<li><a class="reference internal" href="#general-gui-questions" id="id3">General GUI Questions</a></li>
<li><a class="reference internal" href="#what-platform-independent-gui-toolkits-exist-for-python" id="id4">What platform-independent GUI toolkits exist for Python?</a><ul>
<li><a class="reference internal" href="#tkinter" id="id5">Tkinter</a></li>
<li><a class="reference internal" href="#wxwidgets" id="id6">wxWidgets</a></li>
<li><a class="reference internal" href="#qt" id="id7">Qt</a></li>
<li><a class="reference internal" href="#gtk" id="id8">Gtk+</a></li>
<li><a class="reference internal" href="#kivy" id="id9">Kivy</a></li>
<li><a class="reference internal" href="#fltk" id="id10">FLTK</a></li>
<li><a class="reference internal" href="#opengl" id="id11">OpenGL</a></li>
</ul>
</li>
<li><a class="reference internal" href="#what-platform-specific-gui-toolkits-exist-for-python" id="id12">What platform-specific GUI toolkits exist for Python?</a></li>
<li><a class="reference internal" href="#tkinter-questions" id="id13">Tkinter questions</a><ul>
<li><a class="reference internal" href="#how-do-i-freeze-tkinter-applications" id="id14">How do I freeze Tkinter applications?</a></li>
<li><a class="reference internal" href="#can-i-have-tk-events-handled-while-waiting-for-i-o" id="id15">Can I have Tk events handled while waiting for I/O?</a></li>
<li><a class="reference internal" href="#i-can-t-get-key-bindings-to-work-in-tkinter-why" id="id16">I can’t get key bindings to work in Tkinter: why?</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="general-gui-questions">
<h2><a class="toc-backref" href="#id3">General GUI Questions</a><a class="headerlink" href="#general-gui-questions" title="Permalink to this headline">¶</a></h2>
</div>
<div class="section" id="what-platform-independent-gui-toolkits-exist-for-python">
<h2><a class="toc-backref" href="#id4">What platform-independent GUI toolkits exist for Python?</a><a class="headerlink" href="#what-platform-independent-gui-toolkits-exist-for-python" title="Permalink to this headline">¶</a></h2>
<p>Depending on what platform(s) you are aiming at, there are several. Some
of them haven’t been ported to Python 3 yet. At least <a class="reference internal" href="#tkinter">Tkinter</a> and <a class="reference internal" href="#qt">Qt</a>
are known to be Python 3-compatible.</p>
<div class="section" id="tkinter">
<h3><a class="toc-backref" href="#id5">Tkinter</a><a class="headerlink" href="#tkinter" title="Permalink to this headline">¶</a></h3>
<p>Standard builds of Python include an object-oriented interface to the Tcl/Tk
widget set, called <a class="reference internal" href="../library/tk.html#tkinter"><span class="std std-ref">tkinter</span></a>. This is probably the easiest to
install (since it comes included with most
<a class="reference external" href="https://www.python.org/downloads/">binary distributions</a> of Python) and use.
For more info about Tk, including pointers to the source, see the
<a class="reference external" href="https://www.tcl.tk">Tcl/Tk home page</a>. Tcl/Tk is fully portable to the
Mac OS X, Windows, and Unix platforms.</p>
</div>
<div class="section" id="wxwidgets">
<h3><a class="toc-backref" href="#id6">wxWidgets</a><a class="headerlink" href="#wxwidgets" title="Permalink to this headline">¶</a></h3>
<p>wxWidgets (<a class="reference external" href="https://www.wxwidgets.org">https://www.wxwidgets.org</a>) is a free, portable GUI class
library written in C++ that provides a native look and feel on a
number of platforms, with Windows, Mac OS X, GTK, X11, all listed as
current stable targets. Language bindings are available for a number
of languages including Python, Perl, Ruby, etc.</p>
<p><a class="reference external" href="https://www.wxpython.org">wxPython</a> is the Python binding for
wxwidgets. While it often lags slightly behind the official wxWidgets
releases, it also offers a number of features via pure Python
extensions that are not available in other language bindings. There
is an active wxPython user and developer community.</p>
<p>Both wxWidgets and wxPython are free, open source, software with
permissive licences that allow their use in commercial products as
well as in freeware or shareware.</p>
</div>
<div class="section" id="qt">
<h3><a class="toc-backref" href="#id7">Qt</a><a class="headerlink" href="#qt" title="Permalink to this headline">¶</a></h3>
<p>There are bindings available for the Qt toolkit (using either <a class="reference external" href="https://riverbankcomputing.com/software/pyqt/intro">PyQt</a> or <a class="reference external" href="https://wiki.qt.io/PySide">PySide</a>) and for KDE (<a class="reference external" href="https://techbase.kde.org/Languages/Python/Using_PyKDE_4">PyKDE4</a>).
PyQt is currently more mature than PySide, but you must buy a PyQt license from
<a class="reference external" href="https://www.riverbankcomputing.com/commercial/license-faq">Riverbank Computing</a>
if you want to write proprietary applications. PySide is free for all applications.</p>
<p>Qt 4.5 upwards is licensed under the LGPL license; also, commercial licenses
are available from <a class="reference external" href="https://www.qt.io/licensing/">The Qt Company</a>.</p>
</div>
<div class="section" id="gtk">
<h3><a class="toc-backref" href="#id8">Gtk+</a><a class="headerlink" href="#gtk" title="Permalink to this headline">¶</a></h3>
<p>The <a class="reference external" href="https://wiki.gnome.org/Projects/PyGObject">GObject introspection bindings</a>
for Python allow you to write GTK+ 3 applications. There is also a
<a class="reference external" href="https://python-gtk-3-tutorial.readthedocs.io">Python GTK+ 3 Tutorial</a>.</p>
<p>The older PyGtk bindings for the <a class="reference external" href="https://www.gtk.org">Gtk+ 2 toolkit</a> have
been implemented by James Henstridge; see <<a class="reference external" href="http://www.pygtk.org">http://www.pygtk.org</a>>.</p>
</div>
<div class="section" id="kivy">
<h3><a class="toc-backref" href="#id9">Kivy</a><a class="headerlink" href="#kivy" title="Permalink to this headline">¶</a></h3>
<p><a class="reference external" href="https://kivy.org/">Kivy</a> is a cross-platform GUI library supporting both
desktop operating systems (Windows, macOS, Linux) and mobile devices (Android,
iOS). It is written in Python and Cython, and can use a range of windowing
backends.</p>
<p>Kivy is free and open source software distributed under the MIT license.</p>
</div>
<div class="section" id="fltk">
<h3><a class="toc-backref" href="#id10">FLTK</a><a class="headerlink" href="#fltk" title="Permalink to this headline">¶</a></h3>
<p>Python bindings for <a class="reference external" href="http://www.fltk.org">the FLTK toolkit</a>, a simple yet
powerful and mature cross-platform windowing system, are available from <a class="reference external" href="http://pyfltk.sourceforge.net">the
PyFLTK project</a>.</p>
</div>
<div class="section" id="opengl">
<h3><a class="toc-backref" href="#id11">OpenGL</a><a class="headerlink" href="#opengl" title="Permalink to this headline">¶</a></h3>
<p>For OpenGL bindings, see <a class="reference external" href="http://pyopengl.sourceforge.net">PyOpenGL</a>.</p>
</div>
</div>
<div class="section" id="what-platform-specific-gui-toolkits-exist-for-python">
<h2><a class="toc-backref" href="#id12">What platform-specific GUI toolkits exist for Python?</a><a class="headerlink" href="#what-platform-specific-gui-toolkits-exist-for-python" title="Permalink to this headline">¶</a></h2>
<p>By installing the <a class="reference external" href="https://pythonhosted.org/pyobjc/">PyObjc Objective-C bridge</a>, Python programs can use Mac OS X’s
Cocoa libraries.</p>
<p><a class="reference internal" href="windows.html#windows-faq"><span class="std std-ref">Pythonwin</span></a> by Mark Hammond includes an interface to the
Microsoft Foundation Classes and a Python programming environment
that’s written mostly in Python using the MFC classes.</p>
</div>
<div class="section" id="tkinter-questions">
<h2><a class="toc-backref" href="#id13">Tkinter questions</a><a class="headerlink" href="#tkinter-questions" title="Permalink to this headline">¶</a></h2>
<div class="section" id="how-do-i-freeze-tkinter-applications">
<h3><a class="toc-backref" href="#id14">How do I freeze Tkinter applications?</a><a class="headerlink" href="#how-do-i-freeze-tkinter-applications" title="Permalink to this headline">¶</a></h3>
<p>Freeze is a tool to create stand-alone applications. When freezing Tkinter
applications, the applications will not be truly stand-alone, as the application
will still need the Tcl and Tk libraries.</p>
<p>One solution is to ship the application with the Tcl and Tk libraries, and point
to them at run-time using the <span class="target" id="index-0"></span><code class="xref std std-envvar docutils literal"><span class="pre">TCL_LIBRARY</span></code> and <span class="target" id="index-1"></span><code class="xref std std-envvar docutils literal"><span class="pre">TK_LIBRARY</span></code>
environment variables.</p>
<p>To get truly stand-alone applications, the Tcl scripts that form the library
have to be integrated into the application as well. One tool supporting that is
SAM (stand-alone modules), which is part of the Tix distribution
(<a class="reference external" href="http://tix.sourceforge.net/">http://tix.sourceforge.net/</a>).</p>
<p>Build Tix with SAM enabled, perform the appropriate call to
<code class="xref c c-func docutils literal"><span class="pre">Tclsam_init()</span></code>, etc. inside Python’s
<code class="file docutils literal"><span class="pre">Modules/tkappinit.c</span></code>, and link with libtclsam and libtksam (you
might include the Tix libraries as well).</p>
</div>
<div class="section" id="can-i-have-tk-events-handled-while-waiting-for-i-o">
<h3><a class="toc-backref" href="#id15">Can I have Tk events handled while waiting for I/O?</a><a class="headerlink" href="#can-i-have-tk-events-handled-while-waiting-for-i-o" title="Permalink to this headline">¶</a></h3>
<p>On platforms other than Windows, yes, and you don’t even
need threads! But you’ll have to restructure your I/O
code a bit. Tk has the equivalent of Xt’s <code class="xref c c-func docutils literal"><span class="pre">XtAddInput()</span></code> call, which allows you
to register a callback function which will be called from the Tk mainloop when
I/O is possible on a file descriptor. See <a class="reference internal" href="../library/tkinter.html#tkinter-file-handlers"><span class="std std-ref">File Handlers</span></a>.</p>
</div>
<div class="section" id="i-can-t-get-key-bindings-to-work-in-tkinter-why">
<h3><a class="toc-backref" href="#id16">I can’t get key bindings to work in Tkinter: why?</a><a class="headerlink" href="#i-can-t-get-key-bindings-to-work-in-tkinter-why" title="Permalink to this headline">¶</a></h3>
<p>An often-heard complaint is that event handlers bound to events with the
<code class="xref py py-meth docutils literal"><span class="pre">bind()</span></code> method don’t get handled even when the appropriate key is pressed.</p>
<p>The most common cause is that the widget to which the binding applies doesn’t
have “keyboard focus”. Check out the Tk documentation for the focus command.
Usually a widget is given the keyboard focus by clicking in it (but not for
labels; see the takefocus option).</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="../contents.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Graphic User Interface FAQ</a><ul>
<li><a class="reference internal" href="#general-gui-questions">General GUI Questions</a></li>
<li><a class="reference internal" href="#what-platform-independent-gui-toolkits-exist-for-python">What platform-independent GUI toolkits exist for Python?</a></li>
<li><a class="reference internal" href="#what-platform-specific-gui-toolkits-exist-for-python">What platform-specific GUI toolkits exist for Python?</a></li>
<li><a class="reference internal" href="#tkinter-questions">Tkinter questions</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="windows.html"
title="previous chapter">Python on Windows FAQ</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="installed.html"
title="next chapter">“Why is Python Installed on my Computer?” FAQ</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../bugs.html">Report a Bug</a></li>
<li>
<a href="https://github.com/python/cpython/blob/master/Doc/faq/gui.rst"
rel="nofollow">Show Source
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="installed.html" title="“Why is Python Installed on my Computer?” FAQ"
>next</a> |</li>
<li class="right" >
<a href="windows.html" title="Python on Windows FAQ"
>previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="language_switcher_placeholder">en</span>
<span class="version_switcher_placeholder">3.8.0a0</span>
<a href="../index.html">Documentation </a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" >Python Frequently Asked Questions</a> »</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="../search.html" method="get">
<input placeholder="Quick search" 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>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="footer">
© <a href="../copyright.html">Copyright</a> 2001-2018, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
<br />
Last updated on Mar 27, 2018.
<a href="https://docs.python.org/3/bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.6.4.
</div>
</body>
</html> |
doc/interpreter/octave.html/XREFmkstemp.html | anooprh/GNU-Octave | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<title>GNU Octave: XREFmkstemp</title>
<meta name="description" content="GNU Octave: XREFmkstemp">
<meta name="keywords" content="GNU Octave: XREFmkstemp">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Temporary-Files.html#XREFmkstemp">
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<p>The node you are looking for is at <a href="Temporary-Files.html#XREFmkstemp">XREFmkstemp</a>.</p>
</body>
|
templates/projects/project_base.html | dahool/vertaal | {% extends "base.html" %}
{% load i18n %}
{% block quick_menu %}
<a class="none" href="{% url 'home' %}">{% trans 'Home' %}</a>
<a href="{% url 'project_list' %}">{% trans "Projects" %}</a>
{% endblock %} |
msf-malnutrition/lib/opencsv-2.3/doc/api/au/com/bytecode/opencsv/bean/MappingStrategy.html | msf-ch/msf-malnutrition | <!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 Thu Apr 14 21:00:33 PDT 2011 -->
<TITLE>
MappingStrategy (opencsv API 2.3)
</TITLE>
<META NAME="date" CONTENT="2011-04-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MappingStrategy (opencsv API 2.3)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MappingStrategy.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../au/com/bytecode/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?au/com/bytecode/opencsv/bean/MappingStrategy.html" target="_top"><B>FRAMES</B></A>
<A HREF="MappingStrategy.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
au.com.bytecode.opencsv.bean</FONT>
<BR>
Interface MappingStrategy<T></H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../au/com/bytecode/opencsv/bean/ColumnPositionMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean">ColumnPositionMappingStrategy</A>, <A HREF="../../../../../au/com/bytecode/opencsv/bean/HeaderColumnNameMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean">HeaderColumnNameMappingStrategy</A>, <A HREF="../../../../../au/com/bytecode/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean">HeaderColumnNameTranslateMappingStrategy</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>MappingStrategy<T></B></DL>
</PRE>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../au/com/bytecode/opencsv/bean/MappingStrategy.html#captureHeader(au.com.bytecode.opencsv.CSVReader)">captureHeader</A></B>(<A HREF="../../../../../au/com/bytecode/opencsv/CSVReader.html" title="class in au.com.bytecode.opencsv">CSVReader</A> reader)</CODE>
<BR>
Implementation of this method can grab the header line before parsing begins to use to map columns
to bean properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../au/com/bytecode/opencsv/bean/MappingStrategy.html" title="type parameter in MappingStrategy">T</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../au/com/bytecode/opencsv/bean/MappingStrategy.html#createBean()">createBean</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.beans.PropertyDescriptor</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../au/com/bytecode/opencsv/bean/MappingStrategy.html#findDescriptor(int)">findDescriptor</A></B>(int col)</CODE>
<BR>
Implementation will have to return a property descriptor from a bean based on the current column.</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="findDescriptor(int)"><!-- --></A><H3>
findDescriptor</H3>
<PRE>
java.beans.PropertyDescriptor <B>findDescriptor</B>(int col)
throws java.beans.IntrospectionException</PRE>
<DL>
<DD>Implementation will have to return a property descriptor from a bean based on the current column.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>col</CODE> - the column to find the description for
<DT><B>Returns:</B><DD>the related PropertyDescriptor
<DT><B>Throws:</B>
<DD><CODE>java.beans.IntrospectionException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="createBean()"><!-- --></A><H3>
createBean</H3>
<PRE>
<A HREF="../../../../../au/com/bytecode/opencsv/bean/MappingStrategy.html" title="type parameter in MappingStrategy">T</A> <B>createBean</B>()
throws java.lang.InstantiationException,
java.lang.IllegalAccessException</PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.InstantiationException</CODE>
<DD><CODE>java.lang.IllegalAccessException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="captureHeader(au.com.bytecode.opencsv.CSVReader)"><!-- --></A><H3>
captureHeader</H3>
<PRE>
void <B>captureHeader</B>(<A HREF="../../../../../au/com/bytecode/opencsv/CSVReader.html" title="class in au.com.bytecode.opencsv">CSVReader</A> reader)
throws java.io.IOException</PRE>
<DL>
<DD>Implementation of this method can grab the header line before parsing begins to use to map columns
to bean properties.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>reader</CODE> - the CSVReader to use for header parsing
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE> - if parsing fails</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MappingStrategy.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../au/com/bytecode/opencsv/bean/HeaderColumnNameTranslateMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?au/com/bytecode/opencsv/bean/MappingStrategy.html" target="_top"><B>FRAMES</B></A>
<A HREF="MappingStrategy.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2005-2007 <a href="http://www.bytecode.com.au"/>Bytecode Pty Ltd.</a></i>
</BODY>
</HTML>
|
app/coffee/components/templates/ui-tabs.html | miphe/backbone-seed |
<script type="text/template" id="content_item">
<div class="content-box">
<h2>This template is an example template.</h2>
<p>When using this view, please extend it and supply your own template.</p>
<pre>label: <%- obj.label %></pre>
</div>
</script>
<script type="text/template" id="nav_item">
<a class="ui-tabs-navigation-anchor <% if (obj.active) { %>is-active<% } %>" href="#"><%- obj.label %></a>
</script>
|
foreign/boost/libs/numeric/ublas/doc/html/structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits-members.html | cppisfun/GameEngine | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ublas: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>boost::numeric::ublas::matrix_scalar_unary_traits< E, F > Member List</h1>This is the complete list of members for <a class="el" href="structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html">boost::numeric::ublas::matrix_scalar_unary_traits< E, F ></a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><b>expression_type</b> typedef (defined in <a class="el" href="structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html">boost::numeric::ublas::matrix_scalar_unary_traits< E, F ></a>)</td><td><a class="el" href="structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html">boost::numeric::ublas::matrix_scalar_unary_traits< E, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>result_type</b> typedef (defined in <a class="el" href="structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html">boost::numeric::ublas::matrix_scalar_unary_traits< E, F ></a>)</td><td><a class="el" href="structboost_1_1numeric_1_1ublas_1_1matrix__scalar__unary__traits.html">boost::numeric::ublas::matrix_scalar_unary_traits< E, F ></a></td><td></td></tr>
</table></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Jul 4 20:31:06 2010 for ublas by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
views/resume_i.html | cenhuohuo/taoshixi | <!doctype html>
<html lang="zh_CN">
<head>
<%- include page.html %>
<link rel="stylesheet" href="/stylesheets/main/individual/center_i.css">
</head>
<body>
<%- include header.html %>
<div class="box clearfix" style="width:1024px;margin:75px auto 0;">
<!-- sidebar -->
<%- include sidebar_i.html %>
<div class="maincontent">
<div class="tit_box userresume">
<h2>更新简历</h2>
<form action="" method="post" name="formresume" id="formresume">
<div class="resume_box">
<div class="resume_tit">
<h3>基本信息</h3>
</div>
<div class="resume_items">
<div class="resume_item">
<label for="">姓 名</label>
<input id="realname" class="long_input" type="text" name="realname" v-model="realname">
</div>
</div>
<div class="resume_items">
<label for="">性 别</label>
<select name="sex" id="" class="long_select" v-model="sex">
<option value="">请选择</option>
<option value="1">男</option>
<option value="2">女</option>
</select>
</div>
<div class="resume_items">
<label for="">手 机</label>
<input id="phone" class="long_input" type="text" name="phone" v-model="phone">
</div>
<div class="resume_items">
<label for="">邮 箱</label>
<input id="email" class="long_input" type="text" name="email" v-model="email">
</div>
<div class="resume_items">
<label for="">出生年份</label>
<select name="age" id="age" class="long_select" v-model="birthyear">
<option value="">请选择</option>
<option value="2001">2001</option>
<option value="2000">2000</option>
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
<option value="1979">1979</option>
<option value="1978">1978</option>
<option value="1977">1977</option>
<option value="1976">1976</option>
<option value="1975">1975</option>
<option value="1974">1974</option>
<option value="1973">1973</option>
<option value="1972">1972</option>
<option value="1971">1971</option>
<option value="1970">1970</option>
<option value="1969">1969</option>
<option value="1968">1968</option>
<option value="1967">1967</option>
<option value="1966">1966</option>
<option value="1965">1965</option>
<option value="1964">1964</option>
<option value="1963">1963</option>
<option value="1962">1962</option>
<option value="1961">1961</option>
<option value="1960">1960</option>
<option value="1959">1959</option>
<option value="1958">1958</option>
<option value="1957">1957</option>
<option value="1956">1956</option>
<option value="1955">1955</option>
</select>
</div>
<div class="resume_items">
<label for="">学 历</label>
<select name="degree" id="" class="long_select" v-model="degree">
<option value="">请选择</option>
<option value="1">大专</option>
<option value="2">本科</option>
<option value="3">硕士</option>
<option value="4">博士</option>
<option value="5">其他</option>
</select>
</div>
<div class="resume_items">
<label for="">毕业时间</label>
<select name="grady" class="long_select" v-model="grady">
<option value="">请选择</option>
<option value="2015">2015年</option>
<option value="2016">2016年</option>
<option value="2017">2017年</option>
<option value="2018">2018年</option>
<option value="2019">2019年</option>
<option value="2020">2020年</option>
</select>
</div>
<div class="resume_items">
<label for="">就读学校</label>
<input id="school" class="long_input" type="text" name="school" v-model="school">
</div>
<div class="resume_items">
<label for="">就读专业</label>
<input id="major" class="long_input" type="text" name="major" v-model="major">
</div>
</div>
<div class="resume_box">
<div class="resume_tit">
<h3>大学经历</h3>
</div>
<div class="resume_items">
<label for="">经 历</label>
<select name="exp_type" class="long_select" v-model="exp_type">
<option value="">请选择</option>
<option value="1">获得证书</option>
<option value="2">校内职务</option>
<option value="3">社会实践</option>
<option value="4">获奖经历</option>
<option value="5">其他</option>
</select>
</div>
<div class="resume_items text_items">
<label for="">说 明</label>
<textarea name="exp_info" id="" maxlength="350" v-model="exp_info"></textarea>
</div>
</div>
<div class="resume_box">
<div class="resume_tit">
<h3>实习经历</h3>
</div>
<div class="resume_items">
<label for="">公司名称</label>
<input id="company_name" class="long_input" type="text" name="company_name" v-model="company_name">
</div>
<div class="resume_items">
<label for="">职位名称</label>
<input id="play_role" class="long_input" type="text" name="play_role" v-model="play_role">
</div>
<div class="resume_items">
<label for="">实习时间</label>
<select name="begin_year" class="short_select" v-model="c_begin_year">
<option value="">请选择</option>
<option value="2016">2016</option>
<option value="2015">2015</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
</select>
<select name="begin_month" class="short_select" v-model="c_begin_month">
<option value="">请选择</option>
<option value="01">1</option>
<option value="02">2</option>
<option value="03">3</option>
<option value="04">4</option>
<option value="05">5</option>
<option value="06">6</option>
<option value="07">7</option>
<option value="08">8</option>
<option value="09">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
<span class=""> - </span>
<select name="end_year" class="short_select" v-model="c_end_year">
<option value="">请选择</option>
<option value="0">至今</option>
<option value="2016">2016</option>
<option value="2015">2015</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
</select>
<select name="end_month" class="short_select" v-model="c_end_month">
<option value="">请选择</option>
<option value="0">至今</option>
<option value="01">1</option>
<option value="02">2</option>
<option value="03">3</option>
<option value="04">4</option>
<option value="05">5</option>
<option value="06">6</option>
<option value="07">7</option>
<option value="08">8</option>
<option value="09">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
</div>
<div class="resume_items text_items">
<label for="">实习描述</label>
<textarea name="internship_description" placeholder="实习描述" maxlength="350" class="" v-model="internship_description"></textarea>
</div>
</div>
<div class="resume_box">
<div class="resume_tit">
<h3>项目经验</h3>
</div>
<div class="resume_items">
<label for="">项目名称</label>
<input id="pro_name" class="long_input" type="text" name="pro_name" v-model="pro_name">
</div>
<div class="resume_items">
<label for="">担任职务</label>
<input id="pro_play_role" class="long_input" type="text" name="pro_play_role" v-model="pro_play_role">
</div>
<div class="resume_items">
<label for="">项目时间</label>
<select name="begin_year" class="short_select" v-model="p_begin_year">
<option value="">请选择</option>
<option value="2016">2016</option>
<option value="2015">2015</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
</select>
<select name="begin_month" class="short_select" v-model="p_begin_month">
<option value="">请选择</option>
<option value="01">1</option>
<option value="02">2</option>
<option value="03">3</option>
<option value="04">4</option>
<option value="05">5</option>
<option value="06">6</option>
<option value="07">7</option>
<option value="08">8</option>
<option value="09">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
<span class=""> - </span>
<select name="end_year" class="short_select" v-model="p_end_year">
<option value="">请选择</option>
<option value="0">至今</option>
<option value="2016">2016</option>
<option value="2015">2015</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
</select>
<select name="end_month" class="short_select" v-model="p_end_month">
<option value="">请选择</option>
<option value="0">至今</option>
<option value="01">1</option>
<option value="02">2</option>
<option value="03">3</option>
<option value="04">4</option>
<option value="05">5</option>
<option value="06">6</option>
<option value="07">7</option>
<option value="08">8</option>
<option value="09">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
</div>
<div class="resume_items text_items">
<label for="">项目描述</label>
<textarea name="pro_description" placeholder="项目描述" maxlength="350" class="" v-model="pro_description"></textarea>
</div>
</div>
<div class="resume_box">
<div class="resume_tit">
<h3>自我评价</h3>
</div>
<div class="resume_items text_items">
<label for="">自我评价</label>
<textarea name="self_evaluation" placeholder="自我评价" maxlength="650" class="" v-model="self_evaluation"></textarea>
</div>
</div>
<div class="resume_box">
<div class="resume_tit">
<h3>附加信息</h3>
</div>
<div class="resume_items">
<label for="">作品地址</label>
<input id="works" class="long_input" type="url" name="works" v-model="works">
</div>
</div>
<div class="save_btn">
<input type="button" class="btn" value="保存" @click.prevent ="save">
</div>
</form>
</div>
</div>
</div>
<%- include footer.html %>
<%- include regLogin.html %>
<script>
$(function(){
var uId = localStorage.getItem("id");
if(uId){
$.get('/resume_i/'+uId, function(data) {
v.$data = data;
});
}else{
window.location.href = "/";
}
var v = new Vue({
el: "#formresume",
data: {
realname: "",
sex : "",
phone : "",
email: "",
birthyear : "",
degree : "",
grady: "",
school : "",
major:"",
exp_type : "",
exp_info:"",
company_name:"",
play_role:"",
c_begin_year:"",
c_begin_month:"",
c_end_year:"",
c_end_month:"",
internship_description:"",
pro_name:"",
pro_play_role:"",
p_begin_year:"",
p_begin_month:"",
p_end_year:"",
p_end_month:"",
pro_description:"",
self_evaluation:"",
works:""
},
methods: {
save: function(e){
e.preventDefault();
var params = JSON.parse(JSON.stringify(v.$data));
params.uId = uId;
$.post("/resume_i",params,function(data){
window.location.reload();
})
}
}
})
})
</script>
</body>
</html> |
yate/docs/api/annotated.html | 0patch/Yate-YateBTS | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Yate: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Yate
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</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>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Class List</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">►</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceTelEngine.html" target="_self">TelEngine</a></td><td class="desc"></td></tr>
<tr id="row_0_0_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Array.html" target="_self">Array</a></td><td class="desc">A list based <a class="el" href="classTelEngine_1_1Array.html" title="A list based Array. ">Array</a> </td></tr>
<tr id="row_0_1_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Atom.html" target="_self">Atom</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Atom.html" title="Atom string holder. ">Atom</a> string holder </td></tr>
<tr id="row_0_2_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Base64.html" target="_self">Base64</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Base64.html" title="Base64 encoder/decoder class. ">Base64</a> encoder/decoder class </td></tr>
<tr id="row_0_3_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1BitVector.html" target="_self">BitVector</a></td><td class="desc">A slice vector holding bits </td></tr>
<tr id="row_0_4_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1CallAccount.html" target="_self">CallAccount</a></td><td class="desc">Settings for an account handling calls </td></tr>
<tr id="row_0_5_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1CallEndpoint.html" target="_self">CallEndpoint</a></td><td class="desc">An abstract call endpoint </td></tr>
<tr id="row_0_6_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1CapturedEvent.html" target="_self">CapturedEvent</a></td><td class="desc">A captured event string with a debug level </td></tr>
<tr id="row_0_7_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Channel.html" target="_self">Channel</a></td><td class="desc">An abstract communication channel </td></tr>
<tr id="row_0_8_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Cipher.html" target="_self">Cipher</a></td><td class="desc">An abstract cipher </td></tr>
<tr id="row_0_9_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Client.html" target="_self">Client</a></td><td class="desc">Class that runs the User Interface </td></tr>
<tr id="row_0_10_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientAccount.html" target="_self">ClientAccount</a></td><td class="desc">An account </td></tr>
<tr id="row_0_11_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientAccountList.html" target="_self">ClientAccountList</a></td><td class="desc">A client account list </td></tr>
<tr id="row_0_12_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientChannel.html" target="_self">ClientChannel</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Channel.html" title="An abstract communication channel. ">Channel</a> used by client programs </td></tr>
<tr id="row_0_13_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientContact.html" target="_self">ClientContact</a></td><td class="desc">A client contact </td></tr>
<tr id="row_0_14_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientDir.html" target="_self">ClientDir</a></td><td class="desc">A directory </td></tr>
<tr id="row_0_15_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientDriver.html" target="_self">ClientDriver</a></td><td class="desc">Base <a class="el" href="classTelEngine_1_1Driver.html" title="A Channel driver module. ">Driver</a> with client specific functions </td></tr>
<tr id="row_0_16_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientFile.html" target="_self">ClientFile</a></td><td class="desc">A file </td></tr>
<tr id="row_0_17_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientFileItem.html" target="_self">ClientFileItem</a></td><td class="desc">A file/directory item </td></tr>
<tr id="row_0_18_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientLogic.html" target="_self">ClientLogic</a></td><td class="desc">Base class for all client logics </td></tr>
<tr id="row_0_19_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientResource.html" target="_self">ClientResource</a></td><td class="desc">A client contact's resource </td></tr>
<tr id="row_0_20_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ClientSound.html" target="_self">ClientSound</a></td><td class="desc">A sound file </td></tr>
<tr id="row_0_21_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Complex.html" target="_self">Complex</a></td><td class="desc">A <a class="el" href="classTelEngine_1_1Complex.html" title="A Complex (float) number. ">Complex</a> (float) number </td></tr>
<tr id="row_0_22_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Compressor.html" target="_self">Compressor</a></td><td class="desc">An abstract data (de)compressor </td></tr>
<tr id="row_0_23_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Configuration.html" target="_self">Configuration</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Configuration.html" title="Configuration file handling. ">Configuration</a> file handling </td></tr>
<tr id="row_0_24_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataBlock.html" target="_self">DataBlock</a></td><td class="desc">A class that holds just a block of raw data </td></tr>
<tr id="row_0_25_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataConsumer.html" target="_self">DataConsumer</a></td><td class="desc"></td></tr>
<tr id="row_0_26_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataEndpoint.html" target="_self">DataEndpoint</a></td><td class="desc">A data transfer endpoint capable of sending and/or receiving data </td></tr>
<tr id="row_0_27_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataFormat.html" target="_self">DataFormat</a></td><td class="desc">A Data format </td></tr>
<tr id="row_0_28_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataNode.html" target="_self">DataNode</a></td><td class="desc"></td></tr>
<tr id="row_0_29_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataSource.html" target="_self">DataSource</a></td><td class="desc"></td></tr>
<tr id="row_0_30_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DataTranslator.html" target="_self">DataTranslator</a></td><td class="desc">An unidirectional data translator (codec) </td></tr>
<tr id="row_0_31_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DebugEnabler.html" target="_self">DebugEnabler</a></td><td class="desc">A holder for a debug level </td></tr>
<tr id="row_0_32_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Debugger.html" target="_self">Debugger</a></td><td class="desc">An object that logs messages on creation and destruction </td></tr>
<tr id="row_0_33_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DefaultLogic.html" target="_self">DefaultLogic</a></td><td class="desc">The client's default logic </td></tr>
<tr id="row_0_34_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DnsRecord.html" target="_self">DnsRecord</a></td><td class="desc">A DNS record </td></tr>
<tr id="row_0_35_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Driver.html" target="_self">Driver</a></td><td class="desc">A <a class="el" href="classTelEngine_1_1Channel.html" title="An abstract communication channel. ">Channel</a> driver module </td></tr>
<tr id="row_0_36_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1DurationUpdate.html" target="_self">DurationUpdate</a></td><td class="desc">An UI time updater </td></tr>
<tr id="row_0_37_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Engine.html" target="_self">Engine</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Engine.html" title="Engine globals. ">Engine</a> globals </td></tr>
<tr id="row_0_38_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1EngineCheck.html" target="_self">EngineCheck</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Engine.html" title="Engine globals. ">Engine</a> checker interface </td></tr>
<tr id="row_0_39_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1File.html" target="_self">File</a></td><td class="desc">A stream file class </td></tr>
<tr id="row_0_40_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Flags32.html" target="_self">Flags32</a></td><td class="desc">A 32 bit length list of flags </td></tr>
<tr id="row_0_41_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTelEngine_1_1FormatInfo.html" target="_self">FormatInfo</a></td><td class="desc"></td></tr>
<tr id="row_0_42_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1FormatRepository.html" target="_self">FormatRepository</a></td><td class="desc">A repository for media formats </td></tr>
<tr id="row_0_43_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1GenObject.html" target="_self">GenObject</a></td><td class="desc"></td></tr>
<tr id="row_0_44_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1GenPointer.html" target="_self">GenPointer</a></td><td class="desc">Templated pointer that can be inserted in a list </td></tr>
<tr id="row_0_45_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Hasher.html" target="_self">Hasher</a></td><td class="desc">An abstract hashing class </td></tr>
<tr id="row_0_46_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1HashList.html" target="_self">HashList</a></td><td class="desc">A hashed object list class </td></tr>
<tr id="row_0_47_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTelEngine_1_1ImageInfo.html" target="_self">ImageInfo</a></td><td class="desc"></td></tr>
<tr id="row_0_48_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ListIterator.html" target="_self">ListIterator</a></td><td class="desc">Class used to iterate the items of a list </td></tr>
<tr id="row_0_49_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Lock.html" target="_self">Lock</a></td><td class="desc">Ephemeral mutex or semaphore locking object </td></tr>
<tr id="row_0_50_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Lock2.html" target="_self">Lock2</a></td><td class="desc">Ephemeral double mutex locking object </td></tr>
<tr id="row_0_51_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Lockable.html" target="_self">Lockable</a></td><td class="desc">Abstract interface for lockable objects </td></tr>
<tr id="row_0_52_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Math.html" target="_self">Math</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Math.html" title="Math utilities. ">Math</a> utilities </td></tr>
<tr id="row_0_53_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MathVectorBase.html" target="_self">MathVectorBase</a></td><td class="desc">Base class for vector class(es) </td></tr>
<tr id="row_0_54_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MD5.html" target="_self">MD5</a></td><td class="desc">A standard <a class="el" href="classTelEngine_1_1MD5.html" title="A standard MD5 digest calculator. ">MD5</a> digest calculator </td></tr>
<tr id="row_0_55_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MemoryStream.html" target="_self">MemoryStream</a></td><td class="desc">A <a class="el" href="classTelEngine_1_1Stream.html" title="An abstract stream class capable of reading and writing. ">Stream</a> that operates on DataBlocks in memory </td></tr>
<tr id="row_0_56_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Message.html" target="_self">Message</a></td><td class="desc">A message container class </td></tr>
<tr id="row_0_57_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageDispatcher.html" target="_self">MessageDispatcher</a></td><td class="desc">A message dispatching hub </td></tr>
<tr id="row_0_58_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageHandler.html" target="_self">MessageHandler</a></td><td class="desc">A message handler </td></tr>
<tr id="row_0_59_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageHook.html" target="_self">MessageHook</a></td><td class="desc">Abstract message hook </td></tr>
<tr id="row_0_60_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageNotifier.html" target="_self">MessageNotifier</a></td><td class="desc">Post-dispatching message hook </td></tr>
<tr id="row_0_61_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessagePostHook.html" target="_self">MessagePostHook</a></td><td class="desc">Post-dispatching message hook that can be added to a list </td></tr>
<tr id="row_0_62_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageQueue.html" target="_self">MessageQueue</a></td><td class="desc">A message queue </td></tr>
<tr id="row_0_63_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageReceiver.html" target="_self">MessageReceiver</a></td><td class="desc">A multiple message receiver </td></tr>
<tr id="row_0_64_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MessageRelay.html" target="_self">MessageRelay</a></td><td class="desc">A message handler relay </td></tr>
<tr id="row_0_65_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeAuthLine.html" target="_self">MimeAuthLine</a></td><td class="desc">MIME authentication line </td></tr>
<tr id="row_0_66_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeBinaryBody.html" target="_self">MimeBinaryBody</a></td><td class="desc">MIME for obscure binary data </td></tr>
<tr id="row_0_67_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeBody.html" target="_self">MimeBody</a></td><td class="desc">Abstract MIME data holder </td></tr>
<tr id="row_0_68_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeHeaderLine.html" target="_self">MimeHeaderLine</a></td><td class="desc">MIME header line </td></tr>
<tr id="row_0_69_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeLinesBody.html" target="_self">MimeLinesBody</a></td><td class="desc">MIME for multiple text lines </td></tr>
<tr id="row_0_70_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeMultipartBody.html" target="_self">MimeMultipartBody</a></td><td class="desc">MIME multipart container </td></tr>
<tr id="row_0_71_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeSdpBody.html" target="_self">MimeSdpBody</a></td><td class="desc">MIME for application/sdp </td></tr>
<tr id="row_0_72_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MimeStringBody.html" target="_self">MimeStringBody</a></td><td class="desc">MIME for one text string </td></tr>
<tr id="row_0_73_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Module.html" target="_self">Module</a></td><td class="desc">A <a class="el" href="classTelEngine_1_1Plugin.html" title="Plugin support. ">Plugin</a> that implements a module </td></tr>
<tr id="row_0_74_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MucRoom.html" target="_self">MucRoom</a></td><td class="desc">An account's MUC room contact </td></tr>
<tr id="row_0_75_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MucRoomMember.html" target="_self">MucRoomMember</a></td><td class="desc">A MUC room member </td></tr>
<tr id="row_0_76_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Mutex.html" target="_self">Mutex</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Mutex.html" title="Mutex support. ">Mutex</a> support </td></tr>
<tr id="row_0_77_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1MutexPool.html" target="_self">MutexPool</a></td><td class="desc">A <a class="el" href="classTelEngine_1_1Mutex.html" title="Mutex support. ">Mutex</a> pool </td></tr>
<tr id="row_0_78_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NamedCounter.html" target="_self">NamedCounter</a></td><td class="desc">Atomic counter with name </td></tr>
<tr id="row_0_79_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NamedInt.html" target="_self">NamedInt</a></td><td class="desc">A named integer value </td></tr>
<tr id="row_0_80_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NamedIterator.html" target="_self">NamedIterator</a></td><td class="desc"><a class="el" href="classTelEngine_1_1NamedList.html" title="A named string container class. ">NamedList</a> parameters iterator </td></tr>
<tr id="row_0_81_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NamedList.html" target="_self">NamedList</a></td><td class="desc">A named string container class </td></tr>
<tr id="row_0_82_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NamedPointer.html" target="_self">NamedPointer</a></td><td class="desc">A named pointer class </td></tr>
<tr id="row_0_83_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NamedString.html" target="_self">NamedString</a></td><td class="desc">A named string class </td></tr>
<tr id="row_0_84_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1NaptrRecord.html" target="_self">NaptrRecord</a></td><td class="desc">A NAPTR record </td></tr>
<tr id="row_0_85_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ObjList.html" target="_self">ObjList</a></td><td class="desc">An object list class </td></tr>
<tr id="row_0_86_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ObjVector.html" target="_self">ObjVector</a></td><td class="desc">A vector holding GenObjects </td></tr>
<tr id="row_0_87_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Plugin.html" target="_self">Plugin</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Plugin.html" title="Plugin support. ">Plugin</a> support </td></tr>
<tr id="row_0_88_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Random.html" target="_self">Random</a></td><td class="desc">Pseudo random number generator </td></tr>
<tr id="row_0_89_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1RefObject.html" target="_self">RefObject</a></td><td class="desc"></td></tr>
<tr id="row_0_90_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1RefPointer.html" target="_self">RefPointer</a></td><td class="desc">Templated smart pointer class </td></tr>
<tr id="row_0_91_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1RefPointerBase.html" target="_self">RefPointerBase</a></td><td class="desc">Internal helper class </td></tr>
<tr id="row_0_92_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1RefStorage.html" target="_self">RefStorage</a></td><td class="desc">A fixed ref counted storage </td></tr>
<tr id="row_0_93_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Regexp.html" target="_self">Regexp</a></td><td class="desc">A regexp matching class </td></tr>
<tr id="row_0_94_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Resolver.html" target="_self">Resolver</a></td><td class="desc">DNS services </td></tr>
<tr id="row_0_95_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Router.html" target="_self">Router</a></td><td class="desc">Call routing thread </td></tr>
<tr id="row_0_96_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Runnable.html" target="_self">Runnable</a></td><td class="desc">Encapsulates a runnable task </td></tr>
<tr id="row_0_97_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SctpSocket.html" target="_self">SctpSocket</a></td><td class="desc">Abstract SCTP <a class="el" href="classTelEngine_1_1Socket.html" title="A generic socket class. ">Socket</a> </td></tr>
<tr id="row_0_98_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Semaphore.html" target="_self">Semaphore</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Semaphore.html" title="Semaphore implementation. ">Semaphore</a> implementation </td></tr>
<tr id="row_0_99_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SHA1.html" target="_self">SHA1</a></td><td class="desc">A standard <a class="el" href="classTelEngine_1_1SHA1.html" title="A standard SHA1 digest calculator. ">SHA1</a> digest calculator </td></tr>
<tr id="row_0_100_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SHA256.html" target="_self">SHA256</a></td><td class="desc">A standard <a class="el" href="classTelEngine_1_1SHA256.html" title="A standard SHA256 digest calculator. ">SHA256</a> digest calculator </td></tr>
<tr id="row_0_101_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SharedVars.html" target="_self">SharedVars</a></td><td class="desc">Atomic access and operations to shared variables </td></tr>
<tr id="row_0_102_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SliceVector.html" target="_self">SliceVector</a></td><td class="desc">A slice vector </td></tr>
<tr id="row_0_103_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Socket.html" target="_self">Socket</a></td><td class="desc">A generic socket class </td></tr>
<tr id="row_0_104_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SocketAddr.html" target="_self">SocketAddr</a></td><td class="desc">A socket address holder </td></tr>
<tr id="row_0_105_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SocketFilter.html" target="_self">SocketFilter</a></td><td class="desc">A filter for received socket data </td></tr>
<tr id="row_0_106_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SrvRecord.html" target="_self">SrvRecord</a></td><td class="desc">A SRV record </td></tr>
<tr id="row_0_107_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Stream.html" target="_self">Stream</a></td><td class="desc">An abstract stream class capable of reading and writing </td></tr>
<tr id="row_0_108_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1String.html" target="_self">String</a></td><td class="desc">A C-style string handling class </td></tr>
<tr id="row_0_109_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1SysUsage.html" target="_self">SysUsage</a></td><td class="desc">A class exposing system resources usage </td></tr>
<tr id="row_0_110_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1TempObjectCounter.html" target="_self">TempObjectCounter</a></td><td class="desc">Ephemeral object counter changer </td></tr>
<tr id="row_0_111_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Thread.html" target="_self">Thread</a></td><td class="desc"><a class="el" href="classTelEngine_1_1Thread.html" title="Thread support class. ">Thread</a> support class </td></tr>
<tr id="row_0_112_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1ThreadedSource.html" target="_self">ThreadedSource</a></td><td class="desc">Data source with own thread </td></tr>
<tr id="row_0_113_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Time.html" target="_self">Time</a></td><td class="desc">A time holding class </td></tr>
<tr id="row_0_114_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTelEngine_1_1TokenDict.html" target="_self">TokenDict</a></td><td class="desc"></td></tr>
<tr id="row_0_115_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTelEngine_1_1TranslatorCaps.html" target="_self">TranslatorCaps</a></td><td class="desc"></td></tr>
<tr id="row_0_116_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1TranslatorFactory.html" target="_self">TranslatorFactory</a></td><td class="desc">An unidirectional data translator (codec) </td></tr>
<tr id="row_0_117_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1TxtRecord.html" target="_self">TxtRecord</a></td><td class="desc">A text based DNS record </td></tr>
<tr id="row_0_118_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1UChar.html" target="_self">UChar</a></td><td class="desc">A single Unicode character </td></tr>
<tr id="row_0_119_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1UIFactory.html" target="_self">UIFactory</a></td><td class="desc">A static user interface creator </td></tr>
<tr id="row_0_120_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1UIWidget.html" target="_self">UIWidget</a></td><td class="desc"></td></tr>
<tr id="row_0_121_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1URI.html" target="_self">URI</a></td><td class="desc">Encapsulation for an <a class="el" href="classTelEngine_1_1URI.html" title="Encapsulation for an URI. ">URI</a> </td></tr>
<tr id="row_0_122_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1Window.html" target="_self">Window</a></td><td class="desc">An abstract user interface window </td></tr>
<tr id="row_0_123_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlCData.html" target="_self">XmlCData</a></td><td class="desc">Xml Declaration </td></tr>
<tr id="row_0_124_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlChild.html" target="_self">XmlChild</a></td><td class="desc">Xml Child </td></tr>
<tr id="row_0_125_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlComment.html" target="_self">XmlComment</a></td><td class="desc">Xml Comment </td></tr>
<tr id="row_0_126_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlDeclaration.html" target="_self">XmlDeclaration</a></td><td class="desc">Xml Declaration </td></tr>
<tr id="row_0_127_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlDoctype.html" target="_self">XmlDoctype</a></td><td class="desc"></td></tr>
<tr id="row_0_128_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlDocument.html" target="_self">XmlDocument</a></td><td class="desc">Xml Document </td></tr>
<tr id="row_0_129_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlDomParser.html" target="_self">XmlDomParser</a></td><td class="desc">Document Object Model XML Parser </td></tr>
<tr id="row_0_130_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlElement.html" target="_self">XmlElement</a></td><td class="desc">Xml Element </td></tr>
<tr id="row_0_131_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structTelEngine_1_1XmlEscape.html" target="_self">XmlEscape</a></td><td class="desc"></td></tr>
<tr id="row_0_132_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlFragment.html" target="_self">XmlFragment</a></td><td class="desc">Xml Fragment </td></tr>
<tr id="row_0_133_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlParent.html" target="_self">XmlParent</a></td><td class="desc">Xml Parent </td></tr>
<tr id="row_0_134_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlSaxParser.html" target="_self">XmlSaxParser</a></td><td class="desc">Serial Access XML Parser </td></tr>
<tr id="row_0_135_" style="display:none;"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classTelEngine_1_1XmlText.html" target="_self">XmlText</a></td><td class="desc">Xml Declaration </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Mar 30 2016 15:06:05 for Yate by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
symfony2/api/2.5/Symfony/Bundle/SecurityBundle/Security/FirewallContext.html | rafaelgou/the-phpjs-local-docs-collection | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Symfony\Bundle\SecurityBundle\Security\FirewallContext | </title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<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>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../Security.html">Symfony\Bundle\SecurityBundle\Security</a>\FirewallContext</h1>
</div>
<div class="content">
<p> class
<strong>FirewallContext</strong></p>
<div class="description">
<p>This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it.</p>
<p>
</p>
</div>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="FirewallContext.html#method___construct">__construct</a>(array $listeners, <a href="../../../Component/Security/Http/Firewall/ExceptionListener.html"><abbr title="Symfony\Component\Security\Http\Firewall\ExceptionListener">ExceptionListener</abbr></a> $exceptionListener = null)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="FirewallContext.html#method_getContext">getContext</a>()
<p>
</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method___construct">
<div class="location">at line 27</div>
<code> public
<strong>__construct</strong>(array $listeners, <a href="../../../Component/Security/Http/Firewall/ExceptionListener.html"><abbr title="Symfony\Component\Security\Http\Firewall\ExceptionListener">ExceptionListener</abbr></a> $exceptionListener = null)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$listeners</td>
<td>
</td>
</tr>
<tr>
<td><a href="../../../Component/Security/Http/Firewall/ExceptionListener.html"><abbr title="Symfony\Component\Security\Http\Firewall\ExceptionListener">ExceptionListener</abbr></a></td>
<td>$exceptionListener</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getContext">
<div class="location">at line 33</div>
<code> public
<strong>getContext</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-89393-6']);
_gaq.push(['_setDomainName', '.symfony.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
symfony2/2.5/cookbook/security/pre_authenticated.html | rafaelgou/the-phpjs-local-docs-collection | <!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>Using pre Authenticated Security Firewalls — Symfony2 Framework Documentation documentation</title>
<link rel="stylesheet" href="../../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="Symfony2 Framework Documentation documentation" href="../../index.html" />
<link rel="up" title="Security" href="index.html" />
<link rel="next" title="How to change the Default Target Path Behavior" href="target_path.html" />
<link rel="prev" title="How to create a custom Authentication Provider" href="custom_authentication_provider.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="target_path.html" title="How to change the Default Target Path Behavior"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="custom_authentication_provider.html" title="How to create a custom Authentication Provider"
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">Symfony2 Framework Documentation documentation</a> »</li>
<li><a href="../index.html" >The Cookbook</a> »</li>
<li><a href="index.html" accesskey="U">Security</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="using-pre-authenticated-security-firewalls">
<span id="index-0"></span><h1>Using pre Authenticated Security Firewalls<a class="headerlink" href="#using-pre-authenticated-security-firewalls" title="Permalink to this headline">¶</a></h1>
<p>A lot of authentication modules are already provided by some web servers,
including Apache. These modules generally set some environment variables
that can be used to determine which user is accessing your application. Out of the
box, Symfony supports most authentication mechanisms.
These requests are called <em>pre authenticated</em> requests because the user is already
authenticated when reaching your application.</p>
<div class="section" id="x-509-client-certificate-authentication">
<h2>X.509 Client Certificate Authentication<a class="headerlink" href="#x-509-client-certificate-authentication" title="Permalink to this headline">¶</a></h2>
<p>When using client certificates, your webserver is doing all the authentication
process itself. With Apache, for example, you would use the
<tt class="docutils literal"><span class="pre">SSLVerifyClient</span> <span class="pre">Require</span></tt> directive.</p>
<p>Enable the x509 authentication for a particular firewall in the security configuration:</p>
<div class="configuration-block">
<ul class="simple">
<li><em>YAML</em><div class="highlight-yaml"><div class="highlight"><pre><span class="c1"># app/config/security.yml</span>
<span class="l-Scalar-Plain">security</span><span class="p-Indicator">:</span>
<span class="l-Scalar-Plain">firewalls</span><span class="p-Indicator">:</span>
<span class="l-Scalar-Plain">secured_area</span><span class="p-Indicator">:</span>
<span class="l-Scalar-Plain">pattern</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">^/</span>
<span class="l-Scalar-Plain">x509</span><span class="p-Indicator">:</span>
<span class="l-Scalar-Plain">provider</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">your_user_provider</span>
</pre></div>
</div>
</li>
<li><em>XML</em><div class="highlight-xml"><div class="highlight"><pre><span class="cp"><?xml version="1.0" ?></span>
<span class="c"><!-- app/config/security.xml --></span>
<span class="nt"><srv:container</span> <span class="na">xmlns=</span><span class="s">"http://symfony.com/schema/dic/security"</span>
<span class="na">xmlns:srv=</span><span class="s">"http://symfony.com/schema/dic/services"</span><span class="nt">></span>
<span class="nt"><config></span>
<span class="nt"><firewall</span> <span class="na">name=</span><span class="s">"secured_area"</span> <span class="na">pattern=</span><span class="s">"^/"</span><span class="nt">></span>
<span class="nt"><x509</span> <span class="na">provider=</span><span class="s">"your_user_provider"</span><span class="nt">/></span>
<span class="nt"></firewall></span>
<span class="nt"></config></span>
<span class="nt"></srv:container></span>
</pre></div>
</div>
</li>
<li><em>PHP</em><div class="highlight-php"><div class="highlight"><pre><span class="c1">// app/config/security.php</span>
<span class="nv">$container</span><span class="o">-></span><span class="na">loadFromExtension</span><span class="p">(</span><span class="s1">'security'</span><span class="p">,</span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'firewalls'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'secured_area'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'pattern'</span> <span class="o">=></span> <span class="s1">'^/'</span>
<span class="s1">'x509'</span> <span class="o">=></span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'provider'</span> <span class="o">=></span> <span class="s1">'your_user_provider'</span><span class="p">,</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="p">),</span>
<span class="p">));</span>
</pre></div>
</div>
</li>
</ul>
</div>
<p>By default, the firewall provides the <tt class="docutils literal"><span class="pre">SSL_CLIENT_S_DN_Email</span></tt> variable to
the user provider, and sets the <tt class="docutils literal"><span class="pre">SSL_CLIENT_S_DN</span></tt> as credentials in the
<tt class="docutils literal"><a class="reference external" href="http://api.symfony.com/master/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.html" title="Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken"><span class="pre">PreAuthenticatedToken</span></a></tt>.
You can override these by setting the <tt class="docutils literal"><span class="pre">user</span></tt> and the <tt class="docutils literal"><span class="pre">credentials</span></tt> keys
in the x509 firewall configuration respectively.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>An authentication provider will only inform the user provider of the username
that made the request. You will need to create (or use) a “user provider” that
is referenced by the <tt class="docutils literal"><span class="pre">provider</span></tt> configuration parameter (<tt class="docutils literal"><span class="pre">your_user_provider</span></tt>
in the configuration example). This provider will turn the username into a User
object of your choice. For more information on creating or configuring a user
provider, see:</p>
<ul class="last simple">
<li><a class="reference internal" href="custom_provider.html"><em>How to create a custom User Provider</em></a></li>
<li><a class="reference internal" href="entity_provider.html"><em>How to load Security Users from the Database (the Entity Provider)</em></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="../../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Using pre Authenticated Security Firewalls</a><ul>
<li><a class="reference internal" href="#x-509-client-certificate-authentication">X.509 Client Certificate Authentication</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="custom_authentication_provider.html"
title="previous chapter">How to create a custom Authentication Provider</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="target_path.html"
title="next chapter">How to change the Default Target Path Behavior</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../../_sources/cookbook/security/pre_authenticated.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="target_path.html" title="How to change the Default Target Path Behavior"
>next</a> |</li>
<li class="right" >
<a href="custom_authentication_provider.html" title="How to create a custom Authentication Provider"
>previous</a> |</li>
<li><a href="../../index.html">Symfony2 Framework Documentation documentation</a> »</li>
<li><a href="../index.html" >The Cookbook</a> »</li>
<li><a href="index.html" >Security</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright .
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
</div>
</body>
</html> |
yate/docs/api/classTelEngine_1_1Debugger.html | 0patch/Yate-YateBTS | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Yate: Debugger Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">Yate
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</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>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceTelEngine.html">TelEngine</a></li><li class="navelem"><a class="el" href="classTelEngine_1_1Debugger.html">Debugger</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classTelEngine_1_1Debugger-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">Debugger Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>An object that logs messages on creation and destruction.
<a href="classTelEngine_1_1Debugger.html#details">More...</a></p>
<p><code>#include <<a class="el" href="yateclass_8h_source.html">yateclass.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a01abbfadc55f379e016b8f8a3db4eb66"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> { <br />
  <b>None</b> = 0,
<b>Relative</b>,
<b>Absolute</b>,
<b>Textual</b>,
<br />
  <b>TextLocal</b>,
<b>TextSep</b>,
<b>TextLSep</b>
<br />
}</td></tr>
<tr class="separator:a01abbfadc55f379e016b8f8a3db4eb66"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a2a48afcb8191fc8822c848c98240727b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a2a48afcb8191fc8822c848c98240727b">Debugger</a> (const char *name, const char *format=0,...)</td></tr>
<tr class="separator:a2a48afcb8191fc8822c848c98240727b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a28919d91a9c96b53f5ad51f8cb0855eb"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a28919d91a9c96b53f5ad51f8cb0855eb">Debugger</a> (int level, const char *name, const char *format=0,...)</td></tr>
<tr class="separator:a28919d91a9c96b53f5ad51f8cb0855eb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed369968683e35c986b1bf19b90e58c8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#aed369968683e35c986b1bf19b90e58c8">~Debugger</a> ()</td></tr>
<tr class="separator:aed369968683e35c986b1bf19b90e58c8"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:aa70dec85d54e7951c836a2a5f5563f39"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#aa70dec85d54e7951c836a2a5f5563f39">setOutput</a> (void(*outFunc)(const char *, int)=0)</td></tr>
<tr class="separator:aa70dec85d54e7951c836a2a5f5563f39"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a132aaad5119fb7729da6d1393881beff"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a132aaad5119fb7729da6d1393881beff">setIntOut</a> (void(*outFunc)(const char *, int)=0)</td></tr>
<tr class="separator:a132aaad5119fb7729da6d1393881beff"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a85ed7a6df0a10ad09c9533d01a2f7924"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a85ed7a6df0a10ad09c9533d01a2f7924">setAlarmHook</a> (void(*alarmFunc)(const char *, int, const char *, const char *)=0)</td></tr>
<tr class="separator:a85ed7a6df0a10ad09c9533d01a2f7924"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0686239584bb0689c4ec15e3b8d2c8ec"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a0686239584bb0689c4ec15e3b8d2c8ec">setRelayHook</a> (void(*relayFunc)(int, const char *, const char *, const char *)=0)</td></tr>
<tr class="separator:a0686239584bb0689c4ec15e3b8d2c8ec"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad8b835832cc6ff197d6b1bed5854c13d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#ad8b835832cc6ff197d6b1bed5854c13d">enableOutput</a> (bool enable=true, bool colorize=false)</td></tr>
<tr class="separator:ad8b835832cc6ff197d6b1bed5854c13d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa6530e46e8aff31d52f9f5a011c73743"><td class="memItemLeft" align="right" valign="top">static uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#aa6530e46e8aff31d52f9f5a011c73743">getStartTimeSec</a> ()</td></tr>
<tr class="separator:aa6530e46e8aff31d52f9f5a011c73743"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a46051f3d91e483862d1bbbc48494beb7"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a46051f3d91e483862d1bbbc48494beb7">getFormatting</a> ()</td></tr>
<tr class="separator:a46051f3d91e483862d1bbbc48494beb7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad528e660c00899a32f501646fbbeb85b"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#ad528e660c00899a32f501646fbbeb85b">setFormatting</a> (<a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> format, uint32_t startTimeSec=0)</td></tr>
<tr class="separator:ad528e660c00899a32f501646fbbeb85b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a521c00a42c942ad91577fcaaedfaa00c"><td class="memItemLeft" align="right" valign="top">static unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#a521c00a42c942ad91577fcaaedfaa00c">formatTime</a> (char *buf, <a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> format=<a class="el" href="classTelEngine_1_1Debugger.html#a46051f3d91e483862d1bbbc48494beb7">getFormatting</a>())</td></tr>
<tr class="separator:a521c00a42c942ad91577fcaaedfaa00c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa4bcd2f12afb3011155f17411aa5219f"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classTelEngine_1_1Debugger.html#aa4bcd2f12afb3011155f17411aa5219f">relayOutput</a> (int level, char *buffer, const char *component=0, const char *info=0)</td></tr>
<tr class="separator:aa4bcd2f12afb3011155f17411aa5219f"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An object that logs messages on creation and destruction. </p>
<p>This class is used as an automatic variable that logs messages on creation and destruction (when the instruction block is left or function returns). IMPORTANT: the name is not copied so it should best be static. </p>
</div><h2 class="groupheader">Member Enumeration Documentation</h2>
<a class="anchor" id="a01abbfadc55f379e016b8f8a3db4eb66"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>Timestamp formatting </p>
</div>
</div>
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
<a class="anchor" id="a2a48afcb8191fc8822c848c98240727b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTelEngine_1_1Debugger.html">Debugger</a> </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>format</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>...</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">explicit</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The constructor prints the method entry message and indents. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>Name of the function or block entered, must be static </td></tr>
<tr><td class="paramname">format</td><td>printf() style format string </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a28919d91a9c96b53f5ad51f8cb0855eb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTelEngine_1_1Debugger.html">Debugger</a> </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>level</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>format</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>...</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The constructor prints the method entry message and indents. </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">level</td><td>The level of the message </td></tr>
<tr><td class="paramname">name</td><td>Name of the function or block entered, must be static </td></tr>
<tr><td class="paramname">format</td><td>printf() style format string </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="aed369968683e35c986b1bf19b90e58c8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">~<a class="el" href="classTelEngine_1_1Debugger.html">Debugger</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>The destructor prints the method leave message and deindents. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ad8b835832cc6ff197d6b1bed5854c13d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void enableOutput </td>
<td>(</td>
<td class="paramtype">bool </td>
<td class="paramname"><em>enable</em> = <code>true</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool </td>
<td class="paramname"><em>colorize</em> = <code>false</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Enable or disable the debug output </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">enable</td><td>Set to true to globally enable output </td></tr>
<tr><td class="paramname">colorize</td><td>Enable ANSI colorization of output </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a521c00a42c942ad91577fcaaedfaa00c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static unsigned int formatTime </td>
<td>(</td>
<td class="paramtype">char * </td>
<td class="paramname"><em>buf</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> </td>
<td class="paramname"><em>format</em> = <code><a class="el" href="classTelEngine_1_1Debugger.html#a46051f3d91e483862d1bbbc48494beb7">getFormatting</a>()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Fill a buffer with a current timestamp prefix </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">buf</td><td>Buffer to fill, must be at least 24 characters long </td></tr>
<tr><td class="paramname">format</td><td>Desired timestamp formatting </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Length of the prefix written in buffer excluding final NUL </dd></dl>
</div>
</div>
<a class="anchor" id="a46051f3d91e483862d1bbbc48494beb7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static <a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> getFormatting </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Retrieve the format of timestamps </p><dl class="section return"><dt>Returns</dt><dd>The current formatting type for timestamps </dd></dl>
</div>
</div>
<a class="anchor" id="aa6530e46e8aff31d52f9f5a011c73743"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static uint32_t getStartTimeSec </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Retrieve the start timestamp </p><dl class="section return"><dt>Returns</dt><dd>Start timestamp value in seconds </dd></dl>
</div>
</div>
<a class="anchor" id="aa4bcd2f12afb3011155f17411aa5219f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void relayOutput </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>level</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char * </td>
<td class="paramname"><em>buffer</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>component</em> = <code>0</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>info</em> = <code>0</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Processes a preformatted string as Output, Debug or Alarm. This method is intended to relay messages from other processes, DO NOT USE! </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">level</td><td>The level of the debug or alarm, negative for an output </td></tr>
<tr><td class="paramname">buffer</td><td>Preformatted text buffer, MUST HAVE SPACE for at least strlen + 2 </td></tr>
<tr><td class="paramname">component</td><td>Component that emits the alarm if applicable </td></tr>
<tr><td class="paramname">info</td><td>Extra alarm information if applicable </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a85ed7a6df0a10ad09c9533d01a2f7924"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void setAlarmHook </td>
<td>(</td>
<td class="paramtype">void(*)(const char *, int, const char *, const char *) </td>
<td class="paramname"><em>alarmFunc</em> = <code>0</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the alarm hook callback </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">alarmFunc</td><td>Pointer to the alarm callback function, NULL to disable </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ad528e660c00899a32f501646fbbeb85b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void setFormatting </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classTelEngine_1_1Debugger.html#a01abbfadc55f379e016b8f8a3db4eb66">Formatting</a> </td>
<td class="paramname"><em>format</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t </td>
<td class="paramname"><em>startTimeSec</em> = <code>0</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the format of timestamps on output messages and set the time start reference </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">format</td><td>Desired timestamp formatting </td></tr>
<tr><td class="paramname">startTimeSec</td><td>Optional start timestamp (in seconds) </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a132aaad5119fb7729da6d1393881beff"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void setIntOut </td>
<td>(</td>
<td class="paramtype">void(*)(const char *, int) </td>
<td class="paramname"><em>outFunc</em> = <code>0</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the interactive output callback </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">outFunc</td><td>Pointer to the output function, NULL to disable </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="aa70dec85d54e7951c836a2a5f5563f39"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void setOutput </td>
<td>(</td>
<td class="paramtype">void(*)(const char *, int) </td>
<td class="paramname"><em>outFunc</em> = <code>0</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the output callback </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">outFunc</td><td>Pointer to the output function, NULL to use stderr </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a0686239584bb0689c4ec15e3b8d2c8ec"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void setRelayHook </td>
<td>(</td>
<td class="paramtype">void(*)(int, const char *, const char *, const char *) </td>
<td class="paramname"><em>relayFunc</em> = <code>0</code></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the relay hook callback that will process all Output, Debug and Alarm </p><dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">relayFunc</td><td>Pointer to the relay callback function, NULL to disable </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="yateclass_8h_source.html">yateclass.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Mar 30 2016 15:06:04 for Yate by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
contrib/ajaxinterface/tests/fixtures/simple/manual/duplicate/1f1af5c0-5c91-4f26-a49f-00792b7178b6-51.response-payload.html | cs-au-dk/Artemis | {
"added": [
{
"date": "Today 18:31",
"hash": "l1_amxrIGNvcHkvYW5vdGhlcmZpbGUgY29weS50eHQ",
"mime": "text/plain",
"name": "anotherfile copy.txt",
"phash": "l1_amxrIGNvcHk",
"read": 1,
"size": 0,
"write": 1
},
{
"date": "Today 18:31",
"hash": "l1_amxrIGNvcHkvdGVzdCBjb3B5LnR4dA",
"mime": "text/plain",
"name": "test copy.txt",
"phash": "l1_amxrIGNvcHk",
"read": 1,
"size": 0,
"write": 1
},
{
"date": "Today 18:31",
"hash": "l1_amxrIGNvcHkveWV0YW5vdGhlcmZpbGUgY29weS50eHQ",
"mime": "text/plain",
"name": "yetanotherfile copy.txt",
"phash": "l1_amxrIGNvcHk",
"read": 1,
"size": 0,
"write": 1
}
]
} |
content_scripts/batoto.css | japareaggae/certainmangareader | #comic_wrap {
position: absolute;
left: 0;
width: 100%;
text-align: center;
padding-top: 50px;
padding-bottom: 0px;
background-color: #000000;
}
#mainContent {
position: inherit !important;
}
.hideContent > * {
display: none;
}
.hideContent > #comic_wrap {
display: block;
}
#footer_utilities {
margin-top: 40px;
padding: 30px 30px;
}
.zoom_notice {
display: none !important;
}
.moderation_bar {
display: none !important;
} |
reference/vim.host.DiagnosticPartition.html | hooklift/govsphere | <html xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vim2="urn:vim2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<script src="./commonRes.js" language="JavaScript"> type="text/javascript"></script>
<link href="doc-style.css" type="text/css" rel="StyleSheet">
</head>
<script src="dynamic-content.js" type="text/javascript"></script>
<body>
<table cellspacing="0" class="header-footer" id="top">
<tr>
<td>
<br>
</td><td></td><td><a href="#field_detail">Local Properties</a></td><td></td>
</tr>
<tr>
<td><a href="index-mo_types.html">Managed Object Types</a></td><td><a href="index-do_types.html">Data Object Types</a></td><td><a href="index-properties.html">All Properties</a></td><td><a href="index-methods.html">All Methods</a></td>
</tr>
</table>
<br>
<a id="vim.host.DiagnosticPartition" name="vim.host.DiagnosticPartition"></a>
<h1>Data Object - HostDiagnosticPartition</h1>
<dl>
<dt>Property of</dt>
<dd>
<a href="vim.host.ConfigInfo.html#field_detail">HostConfigInfo</a>, <a href="vim.host.DiagnosticSystem.html#field_detail">HostDiagnosticSystem</a>
</dd>
<dt>Returned by</dt>
<dd>
<a href="vim.host.DiagnosticSystem.html#queryAvailablePartition">QueryAvailablePartition</a>
</dd>
<dt>Extends</dt>
<dd>
<a href="vmodl.DynamicData.html">DynamicData</a>
</dd>
<dt>See also</dt>
<dd>
<a href="vim.host.ScsiDisk.Partition.html">HostScsiDiskPartition</a>
</dd>
<p></p>
</dl>
<H2>Data Object
Description</H2>
<p></p>
This data object type contains information about an available or active
diagnostic partition.
<p></p>
<a id="field_detail" name="field_detail"></a>
<p class="table-title">Properties</p>
<table cellspacing="0">
<tr>
<th>
Name
</th><th>
Type
</th><th>
Description
</th>
</tr>
<tr class="r1">
<td nowrap="1"><a id="diagnosticType" name="diagnosticType"></a><strong>diagnosticType</strong></td><td>xsd:string</td><td>
<p></p>
Indicates the type of the diagnostic partition.<br>See <a href="vim.host.DiagnosticPartition.DiagnosticType.html">DiagnosticPartitionType</a><br>
<br>
</td>
</tr>
<tr class="r0">
<td nowrap="1"><a id="id" name="id"></a><strong>id</strong></td><td><a href="vim.host.ScsiDisk.Partition.html">HostScsiDiskPartition</a></td><td>
<p></p>
Diagnostic partition identification information.
<br>
</td>
</tr>
<tr class="r1">
<td nowrap="1"><a id="slots" name="slots"></a><strong>slots</strong></td><td>xsd:int</td><td>
<p></p>
The number of slots in the diagnostic partition.
<br>
</td>
</tr>
<tr class="r0">
<td nowrap="1"><a id="storageType" name="storageType"></a><strong>storageType</strong></td><td>xsd:string</td><td>
<p></p>
Indicates the storage type of the diagnostic partition.<br>See <a href="vim.host.DiagnosticPartition.StorageType.html">DiagnosticPartitionStorageType</a><br>
<br>
</td>
</tr>
<tr class="r1">
<td colspan="3">
Properties inherited from <a href="vmodl.DynamicData.html">DynamicData</a></td>
</tr>
<tr class="r0">
<td colspan="3"><a href="vmodl.DynamicData.html#dynamicProperty">dynamicProperty</a>, <a href="vmodl.DynamicData.html#dynamicType">dynamicType</a></td>
</tr>
</table>
<br>
<a style="margin-bottom:10px; margin-top:10px; cursor:hand; cursor:pointer" onclick="resize_textarea('wsdl-textarea');expandcontent(this, 'wsdl-div')">Show WSDL type definition</a>
<div class="switchcontent" id="wsdl-div">
<textarea cols="20" rows="10" name="wsdl-textarea" wrap="off" readonly="1" id="wsdl-textarea"> <complexType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="HostDiagnosticPartition">
<complexContent>
<extension base="vim25:DynamicData">
<sequence>
<element name="storageType" type="xsd:string"/>
<element name="diagnosticType" type="xsd:string"/>
<element name="slots" type="xsd:int"/>
<element name="id" type="vim25:HostScsiDiskPartition"/>
</sequence>
</extension>
</complexContent>
</complexType></textarea>
</div>
<br>
<br>
<table cellspacing="0" class="header-footer" id="bottom">
<tr>
<td><a href="#top">Top of page</a></td><td></td><td><a href="#field_detail">Local Properties</a></td><td></td>
</tr>
<tr>
<td><a href="index-mo_types.html">Managed Object Types</a></td><td><a href="index-do_types.html">Data Object Types</a></td><td><a href="index-properties.html">All Properties</a></td><td><a href="index-methods.html">All Methods</a></td>
</tr>
</table>
<br>
<script language="javascript">document.write(ID_Copyright);</script>
<br>
<script language="javascript">document.write(ID_VersionInformation);</script>
</body>
</html>
|
reference/vim.event.VmBeingHotMigratedEvent.html | hooklift/govsphere | <html xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:vim2="urn:vim2" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<script src="./commonRes.js" language="JavaScript"> type="text/javascript"></script>
<link href="doc-style.css" type="text/css" rel="StyleSheet">
</head>
<script src="dynamic-content.js" type="text/javascript"></script>
<body>
<table cellspacing="0" class="header-footer" id="top">
<tr>
<td>
<br>
</td><td></td><td><a href="#field_detail">Local Properties</a></td><td></td>
</tr>
<tr>
<td><a href="index-mo_types.html">Managed Object Types</a></td><td><a href="index-do_types.html">Data Object Types</a></td><td><a href="index-properties.html">All Properties</a></td><td><a href="index-methods.html">All Methods</a></td>
</tr>
</table>
<br>
<a id="vim.event.VmBeingHotMigratedEvent" name="vim.event.VmBeingHotMigratedEvent"></a>
<h1>Data Object - VmBeingHotMigratedEvent</h1>
<dl>
<dt>Extends</dt>
<dd>
<a href="vim.event.VmEvent.html">VmEvent</a>
</dd>
<dt>See also</dt>
<dd>
<a href="vim.event.DatacenterEventArgument.html">DatacenterEventArgument</a>, <a href="vim.event.DatastoreEventArgument.html">DatastoreEventArgument</a>, <a href="vim.event.HostEventArgument.html">HostEventArgument</a>
</dd>
<p></p>
</dl>
<H2>Data Object
Description</H2>
<p></p>
This event records that a virtual machine is being hot-migrated.
<p></p>
<a id="field_detail" name="field_detail"></a>
<p class="table-title">Properties</p>
<table cellspacing="0">
<tr>
<th>
Name
</th><th>
Type
</th><th>
Description
</th>
</tr>
<tr class="r1">
<td nowrap="1"><a id="destDatacenter" name="destDatacenter"></a><strong>destDatacenter</strong><span title="Need not be set" class="footnote-ref">*</span></td><td><a href="vim.event.DatacenterEventArgument.html">DatacenterEventArgument</a></td><td>
<p></p>
The destination datacenter to which the virtual machine is being migrated
<p></p>
<B><I>Since </I></B>vSphere API 5.0<br>
</td>
</tr>
<tr class="r0">
<td nowrap="1"><a id="destDatastore" name="destDatastore"></a><strong>destDatastore</strong><span title="Need not be set" class="footnote-ref">*</span></td><td><a href="vim.event.DatastoreEventArgument.html">DatastoreEventArgument</a></td><td>
<p></p>
The destination primary datastore to which the virtual machine is being migrated
<p></p>
<B><I>Since </I></B>vSphere API 5.0<br>
</td>
</tr>
<tr class="r1">
<td nowrap="1"><a id="destHost" name="destHost"></a><strong>destHost</strong></td><td><a href="vim.event.HostEventArgument.html">HostEventArgument</a></td><td>
<p></p>
The destination host to which the virtual machine is to be migrated.
<br>
</td>
</tr>
<tr class="r0">
<td colspan="3">
Properties inherited from <a href="vim.event.VmEvent.html">VmEvent</a></td>
</tr>
<tr class="r1">
<td colspan="3"><a href="vim.event.VmEvent.html#template">template</a></td>
</tr>
<tr class="r0">
<td colspan="3">
Properties inherited from <a href="vim.event.Event.html">Event</a></td>
</tr>
<tr class="r1">
<td colspan="3"><a href="vim.event.Event.html#chainId">chainId</a>, <a href="vim.event.Event.html#changeTag">changeTag</a>, <a href="vim.event.Event.html#computeResource">computeResource</a>, <a href="vim.event.Event.html#createdTime">createdTime</a>, <a href="vim.event.Event.html#datacenter">datacenter</a>, <a href="vim.event.Event.html#ds">ds</a>, <a href="vim.event.Event.html#dvs">dvs</a>, <a href="vim.event.Event.html#fullFormattedMessage">fullFormattedMessage</a>, <a href="vim.event.Event.html#host">host</a>, <a href="vim.event.Event.html#key">key</a>, <a href="vim.event.Event.html#net">net</a>, <a href="vim.event.Event.html#userName">userName</a>, <a href="vim.event.Event.html#vm">vm</a></td>
</tr>
<tr class="r0">
<td colspan="3">
Properties inherited from <a href="vmodl.DynamicData.html">DynamicData</a></td>
</tr>
<tr class="r1">
<td colspan="3"><a href="vmodl.DynamicData.html#dynamicProperty">dynamicProperty</a>, <a href="vmodl.DynamicData.html#dynamicType">dynamicType</a></td>
</tr>
</table>
<span class="footnote-ref">*</span><span class="footnote">Need not be set</span>
<br>
<a style="margin-bottom:10px; margin-top:10px; cursor:hand; cursor:pointer" onclick="resize_textarea('wsdl-textarea');expandcontent(this, 'wsdl-div')">Show WSDL type definition</a>
<div class="switchcontent" id="wsdl-div">
<textarea cols="20" rows="10" name="wsdl-textarea" wrap="off" readonly="1" id="wsdl-textarea"> <complexType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="VmBeingHotMigratedEvent">
<complexContent>
<extension base="vim25:VmEvent">
<sequence>
<element name="destHost" type="vim25:HostEventArgument"/>
<element name="destDatacenter" type="vim25:DatacenterEventArgument" minOccurs="0"/>
<element name="destDatastore" type="vim25:DatastoreEventArgument" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType></textarea>
</div>
<br>
<br>
<table cellspacing="0" class="header-footer" id="bottom">
<tr>
<td><a href="#top">Top of page</a></td><td></td><td><a href="#field_detail">Local Properties</a></td><td></td>
</tr>
<tr>
<td><a href="index-mo_types.html">Managed Object Types</a></td><td><a href="index-do_types.html">Data Object Types</a></td><td><a href="index-properties.html">All Properties</a></td><td><a href="index-methods.html">All Methods</a></td>
</tr>
</table>
<br>
<script language="javascript">document.write(ID_Copyright);</script>
<br>
<script language="javascript">document.write(ID_VersionInformation);</script>
</body>
</html>
|
rainloop/v/0.0.0/app/templates/Views/Admin/AdminSettingsDomainListItem.html | robertol/rainloop-webmail | <tr class="e-item" data-bind="css: {'disabled': disabled }">
<td class="e-action">
<span class="domain-name" data-bind="text: name"></span>
<span class="domain-alias" data-bind="if: alias">(alias)</span>
</td>
<td>
<a class="btn btn-small btn-small-small btn-danger pull-right button-delete button-delete-transitions" data-bind="css: {'delete-access': deleteAccess()}, click: function(oDomain) { $root.deleteDomain(oDomain); }">
<span data-i18n="TAB_DOMAINS/DELETE_ARE_YOU_SURE"></span>
</a>
</td>
<td>
<span class="delete-domain" data-bind="visible: !deleteAccess(), click: function (oDomain) { $root.domainForDeletion(oDomain); }">
<i class="icon-trash"></i>
</span>
</td>
<td>
<span class="disabled-domain" data-bind="click: function (oDomain) { $root.disableDomain(oDomain); }">
<i data-bind="css: {'icon-checkbox-checked': !disabled(), 'icon-checkbox-unchecked': disabled}"></i>
</span>
</td>
</tr> |
software/solr-4.1.0/docs/solr-solrj/org/apache/solr/common/params/class-use/UpdateParams.html | MomixSolutions/MyGovCenter | <!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_37) on Wed Jan 16 17:21:58 EST 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Interface org.apache.solr.common.params.UpdateParams (Solr 4.1.0 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-16">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.solr.common.params.UpdateParams (Solr 4.1.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/solr/common/params/UpdateParams.html" title="interface in org.apache.solr.common.params"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/solr/common/params//class-useUpdateParams.html" target="_top"><B>FRAMES</B></A>
<A HREF="UpdateParams.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.apache.solr.common.params.UpdateParams</B></H2>
</CENTER>
No usage of org.apache.solr.common.params.UpdateParams
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/solr/common/params/UpdateParams.html" title="interface in org.apache.solr.common.params"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/solr/common/params//class-useUpdateParams.html" target="_top"><B>FRAMES</B></A>
<A HREF="UpdateParams.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</BODY>
</HTML>
|
Sample/EnterpriseWebServer/EnterpriseWebServer/ApiViews/Scripts/easyui-1.5.1/themes/bootstrap/easyui.css | JunYouIT/YarFramework | .panel {
overflow: hidden;
text-align: left;
margin: 0;
border: 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
overflow: auto;
border-top-width: 0;
padding: 0;
}
.panel-body-noheader {
border-top-width: 1px;
}
.panel-body-noborder {
border-width: 0px;
}
.panel-body-nobottom {
border-bottom-width: 0;
}
.panel-with-icon {
padding-left: 18px;
}
.panel-icon,
.panel-tool {
position: absolute;
top: 50%;
margin-top: -8px;
height: 16px;
overflow: hidden;
}
.panel-icon {
left: 5px;
width: 16px;
}
.panel-tool {
right: 5px;
width: auto;
}
.panel-tool a {
display: inline-block;
width: 16px;
height: 16px;
opacity: 0.6;
filter: alpha(opacity=60);
margin: 0 0 0 2px;
vertical-align: top;
}
.panel-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: #eee;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.panel-loading {
padding: 11px 0px 10px 30px;
}
.panel-noscroll {
overflow: hidden;
}
.panel-fit,
.panel-fit body {
height: 100%;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
.panel-loading {
background: url('images/loading.gif') no-repeat 10px 10px;
}
.panel-tool-close {
background: url('images/panel_tools.png') no-repeat -16px 0px;
}
.panel-tool-min {
background: url('images/panel_tools.png') no-repeat 0px 0px;
}
.panel-tool-max {
background: url('images/panel_tools.png') no-repeat 0px -16px;
}
.panel-tool-restore {
background: url('images/panel_tools.png') no-repeat -16px -16px;
}
.panel-tool-collapse {
background: url('images/panel_tools.png') no-repeat -32px 0;
}
.panel-tool-expand {
background: url('images/panel_tools.png') no-repeat -32px -16px;
}
.panel-header,
.panel-body {
border-color: #D4D4D4;
}
.panel-header {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.panel-body {
background-color: #ffffff;
color: #333;
font-size: 12px;
}
.panel-title {
font-size: 12px;
font-weight: bold;
color: #777;
height: 16px;
line-height: 16px;
}
.panel-footer {
border: 1px solid #D4D4D4;
overflow: hidden;
background: #F5F5F5;
}
.panel-footer-noborder {
border-width: 1px 0 0 0;
}
.panel-hleft,
.panel-hright {
position: relative;
}
.panel-hleft>.panel-body,
.panel-hright>.panel-body {
position: absolute;
}
.panel-hleft>.panel-header {
float: left;
}
.panel-hright>.panel-header {
float: right;
}
.panel-hleft>.panel-body {
border-top-width: 1px;
border-left-width: 0;
}
.panel-hright>.panel-body {
border-top-width: 1px;
border-right-width: 0;
}
.panel-hleft>.panel-body-nobottom {
border-bottom-width: 1px;
border-right-width: 0;
}
.panel-hright>.panel-body-nobottom {
border-bottom-width: 1px;
border-left-width: 0;
}
.panel-hleft>.panel-footer {
position: absolute;
right: 0;
}
.panel-hright>.panel-footer {
position: absolute;
left: 0;
}
.panel-hleft>.panel-header-noborder {
border-width: 0 1px 0 0;
}
.panel-hright>.panel-header-noborder {
border-width: 0 0 0 1px;
}
.panel-hleft>.panel-body-noborder {
border-width: 0;
}
.panel-hright>.panel-body-noborder {
border-width: 0;
}
.panel-hleft>.panel-body-noheader {
border-left-width: 1px;
}
.panel-hright>.panel-body-noheader {
border-right-width: 1px;
}
.panel-hleft>.panel-footer-noborder {
border-width: 0 0 0 1px;
}
.panel-hright>.panel-footer-noborder {
border-width: 0 1px 0 0;
}
.panel-hleft>.panel-header .panel-icon,
.panel-hright>.panel-header .panel-icon {
margin-top: 0;
top: 5px;
}
.panel-hleft>.panel-header .panel-title,
.panel-hright>.panel-header .panel-title {
position: absolute;
min-width: 16px;
left: 21px;
top: 5px;
bottom: auto;
white-space: nowrap;
word-wrap: normal;
-webkit-transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform: rotate(90deg);
-moz-transform-origin: 0 0;
-o-transform: rotate(90deg);
-o-transform-origin: 0 0;
transform: rotate(90deg);
transform-origin: 0 0;
}
.panel-hleft>.panel-header .panel-title-up,
.panel-hright>.panel-header .panel-title-up {
position: absolute;
min-width: 16px;
left: 21px;
top: auto;
bottom: 5px;
text-align: right;
white-space: nowrap;
word-wrap: normal;
-webkit-transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform: rotate(-90deg);
-moz-transform-origin: 0 0;
-o-transform: rotate(-90deg);
-o-transform-origin: 0 0;
transform: rotate(-90deg);
transform-origin: 0 16px;
}
.panel-hleft>.panel-header .panel-with-icon.panel-title-up,
.panel-hright>.panel-header .panel-with-icon.panel-title-up {
padding-left: 0;
padding-right: 18px;
}
.panel-hleft>.panel-header .panel-tool,
.panel-hright>.panel-header .panel-tool {
top: auto;
bottom: 5px;
width: 16px;
height: auto;
left: 50%;
margin-left: -8px;
margin-top: 0;
}
.panel-hleft>.panel-header .panel-tool a,
.panel-hright>.panel-header .panel-tool a {
margin: 2px 0 0 0;
}
.accordion {
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.accordion .accordion-header {
border-width: 0 0 1px;
cursor: pointer;
}
.accordion .accordion-body {
border-width: 0 0 1px;
}
.accordion-noborder {
border-width: 0;
}
.accordion-noborder .accordion-header {
border-width: 0 0 1px;
}
.accordion-noborder .accordion-body {
border-width: 0 0 1px;
}
.accordion-collapse {
background: url('images/accordion_arrows.png') no-repeat 0 0;
}
.accordion-expand {
background: url('images/accordion_arrows.png') no-repeat -16px 0;
}
.accordion {
background: #ffffff;
border-color: #D4D4D4;
}
.accordion .accordion-header {
background: #F2F2F2;
filter: none;
}
.accordion .accordion-header-selected {
background: #e1e1e1;
}
.accordion .accordion-header-selected .panel-title {
color: #000;
}
.accordion .panel-last > .accordion-header {
border-bottom-color: #F2F2F2;
}
.accordion .panel-last > .accordion-body {
border-bottom-color: #ffffff;
}
.accordion .panel-last > .accordion-header-selected,
.accordion .panel-last > .accordion-header-border {
border-bottom-color: #D4D4D4;
}
.accordion> .panel-hleft {
float: left;
}
.accordion> .panel-hleft>.panel-header {
border-width: 0 1px 0 0;
}
.accordion> .panel-hleft> .panel-body {
border-width: 0 1px 0 0;
}
.accordion> .panel-hleft.panel-last > .accordion-header {
border-right-color: #F2F2F2;
}
.accordion> .panel-hleft.panel-last > .accordion-body {
border-right-color: #ffffff;
}
.accordion> .panel-hleft.panel-last > .accordion-header-selected,
.accordion> .panel-hleft.panel-last > .accordion-header-border {
border-right-color: #D4D4D4;
}
.accordion> .panel-hright {
float: right;
}
.accordion> .panel-hright>.panel-header {
border-width: 0 0 0 1px;
}
.accordion> .panel-hright> .panel-body {
border-width: 0 0 0 1px;
}
.accordion> .panel-hright.panel-last > .accordion-header {
border-left-color: #F2F2F2;
}
.accordion> .panel-hright.panel-last > .accordion-body {
border-left-color: #ffffff;
}
.accordion> .panel-hright.panel-last > .accordion-header-selected,
.accordion> .panel-hright.panel-last > .accordion-header-border {
border-left-color: #D4D4D4;
}
.window {
overflow: hidden;
padding: 5px;
border-width: 1px;
border-style: solid;
}
.window .window-header {
background: transparent;
padding: 0px 0px 6px 0px;
}
.window .window-body {
border-width: 1px;
border-style: solid;
border-top-width: 0px;
}
.window .window-body-noheader {
border-top-width: 1px;
}
.window .panel-body-nobottom {
border-bottom-width: 0;
}
.window .window-header .panel-icon,
.window .window-header .panel-tool {
top: 50%;
margin-top: -11px;
}
.window .window-header .panel-icon {
left: 1px;
}
.window .window-header .panel-tool {
right: 1px;
}
.window .window-header .panel-with-icon {
padding-left: 18px;
}
.window-proxy {
position: absolute;
overflow: hidden;
}
.window-proxy-mask {
position: absolute;
filter: alpha(opacity=5);
opacity: 0.05;
}
.window-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=40);
opacity: 0.40;
font-size: 1px;
overflow: hidden;
}
.window,
.window-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.window-shadow {
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.window,
.window .window-body {
border-color: #D4D4D4;
}
.window {
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 20%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.window-proxy {
border: 1px dashed #D4D4D4;
}
.window-proxy-mask,
.window-mask {
background: #333;
}
.window .panel-footer {
border: 1px solid #D4D4D4;
position: relative;
top: -1px;
}
.window-thinborder {
padding: 0;
}
.window-thinborder .window-header {
padding: 5px 5px 6px 5px;
}
.window-thinborder .window-body {
border-width: 0px;
}
.window-thinborder .window-header .panel-icon,
.window-thinborder .window-header .panel-tool {
margin-top: -9px;
margin-left: 5px;
margin-right: 5px;
}
.window-noborder {
border: 0;
}
.window.panel-hleft .window-header {
padding: 0 6px 0 0;
}
.window.panel-hright .window-header {
padding: 0 0 0 6px;
}
.window.panel-hleft>.panel-header .panel-title {
top: auto;
left: 16px;
}
.window.panel-hright>.panel-header .panel-title {
top: auto;
right: 16px;
}
.window.panel-hleft>.panel-header .panel-title-up,
.window.panel-hright>.panel-header .panel-title-up {
bottom: 0;
}
.window.panel-hleft .window-body {
border-width: 1px 1px 1px 0;
}
.window.panel-hright .window-body {
border-width: 1px 0 1px 1px;
}
.window.panel-hleft .window-header .panel-icon {
top: 1px;
margin-top: 0;
left: 0;
}
.window.panel-hright .window-header .panel-icon {
top: 1px;
margin-top: 0;
left: auto;
right: 1px;
}
.window.panel-hleft .window-header .panel-tool,
.window.panel-hright .window-header .panel-tool {
margin-top: 0;
top: auto;
bottom: 1px;
right: auto;
margin-right: 0;
left: 50%;
margin-left: -11px;
}
.window.panel-hright .window-header .panel-tool {
left: auto;
right: 1px;
}
.window-thinborder.panel-hleft .window-header {
padding: 5px 6px 5px 5px;
}
.window-thinborder.panel-hright .window-header {
padding: 5px 5px 5px 6px;
}
.window-thinborder.panel-hleft>.panel-header .panel-title {
left: 21px;
}
.window-thinborder.panel-hleft>.panel-header .panel-title-up,
.window-thinborder.panel-hright>.panel-header .panel-title-up {
bottom: 5px;
}
.window-thinborder.panel-hleft .window-header .panel-icon,
.window-thinborder.panel-hright .window-header .panel-icon {
margin-top: 5px;
}
.window-thinborder.panel-hleft .window-header .panel-tool,
.window-thinborder.panel-hright .window-header .panel-tool {
left: 16px;
bottom: 5px;
}
.dialog-content {
overflow: auto;
}
.dialog-toolbar {
position: relative;
padding: 2px 5px;
}
.dialog-tool-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.dialog-button {
position: relative;
top: -1px;
padding: 5px;
text-align: right;
}
.dialog-button .l-btn {
margin-left: 5px;
}
.dialog-toolbar,
.dialog-button {
background: #F5F5F5;
border-width: 1px;
border-style: solid;
}
.dialog-toolbar {
border-color: #D4D4D4 #D4D4D4 #e6e6e6 #D4D4D4;
}
.dialog-button {
border-color: #e6e6e6 #D4D4D4 #D4D4D4 #D4D4D4;
}
.window-thinborder .dialog-toolbar {
border-left: transparent;
border-right: transparent;
border-top-color: #F5F5F5;
}
.window-thinborder .dialog-button {
top: 0px;
padding: 5px 8px 8px 8px;
border-left: transparent;
border-right: transparent;
border-bottom: transparent;
}
.l-btn {
text-decoration: none;
display: inline-block;
overflow: hidden;
margin: 0;
padding: 0;
cursor: pointer;
outline: none;
text-align: center;
vertical-align: middle;
line-height: normal;
}
.l-btn-plain {
border-width: 0;
padding: 1px;
}
.l-btn-left {
display: inline-block;
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
vertical-align: top;
}
.l-btn-text {
display: inline-block;
vertical-align: top;
width: auto;
line-height: 24px;
font-size: 12px;
padding: 0;
margin: 0 4px;
}
.l-btn-icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
position: absolute;
top: 50%;
margin-top: -8px;
font-size: 1px;
}
.l-btn span span .l-btn-empty {
display: inline-block;
margin: 0;
width: 16px;
height: 24px;
font-size: 1px;
vertical-align: top;
}
.l-btn span .l-btn-icon-left {
padding: 0 0 0 20px;
background-position: left center;
}
.l-btn span .l-btn-icon-right {
padding: 0 20px 0 0;
background-position: right center;
}
.l-btn-icon-left .l-btn-text {
margin: 0 4px 0 24px;
}
.l-btn-icon-left .l-btn-icon {
left: 4px;
}
.l-btn-icon-right .l-btn-text {
margin: 0 24px 0 4px;
}
.l-btn-icon-right .l-btn-icon {
right: 4px;
}
.l-btn-icon-top .l-btn-text {
margin: 20px 4px 0 4px;
}
.l-btn-icon-top .l-btn-icon {
top: 4px;
left: 50%;
margin: 0 0 0 -8px;
}
.l-btn-icon-bottom .l-btn-text {
margin: 0 4px 20px 4px;
}
.l-btn-icon-bottom .l-btn-icon {
top: auto;
bottom: 4px;
left: 50%;
margin: 0 0 0 -8px;
}
.l-btn-left .l-btn-empty {
margin: 0 4px;
width: 16px;
}
.l-btn-plain:hover {
padding: 0;
}
.l-btn-focus {
outline: #0000FF dotted thin;
}
.l-btn-large .l-btn-text {
line-height: 40px;
}
.l-btn-large .l-btn-icon {
width: 32px;
height: 32px;
line-height: 32px;
margin-top: -16px;
}
.l-btn-large .l-btn-icon-left .l-btn-text {
margin-left: 40px;
}
.l-btn-large .l-btn-icon-right .l-btn-text {
margin-right: 40px;
}
.l-btn-large .l-btn-icon-top .l-btn-text {
margin-top: 36px;
line-height: 24px;
min-width: 32px;
}
.l-btn-large .l-btn-icon-top .l-btn-icon {
margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-text {
margin-bottom: 36px;
line-height: 24px;
min-width: 32px;
}
.l-btn-large .l-btn-icon-bottom .l-btn-icon {
margin: 0 0 0 -16px;
}
.l-btn-large .l-btn-left .l-btn-empty {
margin: 0 4px;
width: 32px;
}
.l-btn {
color: #444;
background: #f5f5f5;
background-repeat: repeat-x;
border: 1px solid #bbb;
background: -webkit-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -moz-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -o-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.l-btn:hover {
background: #eee;
color: #000;
border: 1px solid #ddd;
filter: none;
}
.l-btn-plain {
background: transparent;
border-width: 0;
filter: none;
}
.l-btn-outline {
border-width: 1px;
border-color: #ddd;
padding: 0;
}
.l-btn-plain:hover {
background: #eee;
color: #000;
border: 1px solid #ddd;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.l-btn-disabled,
.l-btn-disabled:hover {
opacity: 0.5;
cursor: default;
background: #f5f5f5;
color: #444;
background: -webkit-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -moz-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: -o-linear-gradient(top,#ffffff 0,#e6e6e6 100%);
background: linear-gradient(to bottom,#ffffff 0,#e6e6e6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#e6e6e6,GradientType=0);
}
.l-btn-disabled .l-btn-text,
.l-btn-disabled .l-btn-icon {
filter: alpha(opacity=50);
}
.l-btn-plain-disabled,
.l-btn-plain-disabled:hover {
background: transparent;
filter: alpha(opacity=50);
}
.l-btn-selected,
.l-btn-selected:hover {
background: #ddd;
filter: none;
}
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
background: #ddd;
}
.textbox {
position: relative;
border: 1px solid #D4D4D4;
background-color: #fff;
vertical-align: middle;
display: inline-block;
overflow: hidden;
white-space: nowrap;
margin: 0;
padding: 0;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-text {
font-size: 14px;
border: 0;
margin: 0;
padding: 6px 12px;
white-space: normal;
vertical-align: top;
outline-style: none;
resize: none;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.textbox .textbox-text::-ms-clear,
.textbox .textbox-text::-ms-reveal {
display: none;
}
.textbox textarea.textbox-text {
white-space: pre-wrap;
}
.textbox .textbox-prompt {
font-size: 12px;
color: #aaa;
}
.textbox .textbox-bgicon {
background-position: 3px center;
padding-left: 21px;
}
.textbox .textbox-button,
.textbox .textbox-button:hover {
position: absolute;
top: 0;
padding: 0;
vertical-align: top;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.textbox .textbox-button-right,
.textbox .textbox-button-right:hover {
right: 0;
border-width: 0 0 0 1px;
}
.textbox .textbox-button-left,
.textbox .textbox-button-left:hover {
left: 0;
border-width: 0 1px 0 0;
}
.textbox .textbox-button-top,
.textbox .textbox-button-top:hover {
left: 0;
border-width: 0 0 1px 0;
}
.textbox .textbox-button-bottom,
.textbox .textbox-button-bottom:hover {
top: auto;
bottom: 0;
left: 0;
border-width: 1px 0 0 0;
}
.textbox-addon {
position: absolute;
top: 0;
}
.textbox-label {
display: inline-block;
width: 80px;
height: 22px;
line-height: 22px;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
padding-right: 5px;
}
.textbox-label-after {
padding-left: 5px;
padding-right: 0;
}
.textbox-label-top {
display: block;
width: auto;
padding: 0;
}
.textbox-disabled,
.textbox-label-disabled {
opacity: 0.6;
filter: alpha(opacity=60);
}
.textbox-icon {
display: inline-block;
width: 18px;
height: 20px;
overflow: hidden;
vertical-align: top;
background-position: center center;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
text-decoration: none;
outline-style: none;
}
.textbox-icon-disabled,
.textbox-icon-readonly {
cursor: default;
}
.textbox-icon:hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.textbox-icon-disabled:hover {
opacity: 0.6;
filter: alpha(opacity=60);
}
.textbox-focused {
border-color: #62a8ea;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.textbox-invalid {
border-color: #ffa8a8;
background-color: #fff3f3;
}
.passwordbox-open {
background: url('images/passwordbox_open.png') no-repeat center center;
}
.passwordbox-close {
background: url('images/passwordbox_close.png') no-repeat center center;
}
.filebox .textbox-value {
vertical-align: top;
position: absolute;
top: 0;
left: -5000px;
}
.filebox-label {
display: inline-block;
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
left: 0;
top: 0;
z-index: 10;
background: url('images/blank.gif') no-repeat;
}
.l-btn-disabled .filebox-label {
cursor: default;
}
.combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo-panel {
background-color: #ffffff;
}
.combo-arrow {
background-color: transparent;
}
.combo-arrow-hover {
background-color: #eee;
}
.combo-arrow:hover {
background-color: transparent;
}
.combo .textbox-icon-disabled:hover {
cursor: default;
}
.combobox-item,
.combobox-group,
.combobox-stick {
font-size: 12px;
padding: 3px;
}
.combobox-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.combobox-gitem {
padding-left: 10px;
}
.combobox-group,
.combobox-stick {
font-weight: bold;
}
.combobox-stick {
position: absolute;
top: 1px;
left: 1px;
right: 1px;
background: inherit;
}
.combobox-item-hover {
background-color: #eee;
color: #000;
}
.combobox-item-selected {
background-color: #e1e1e1;
color: #000;
}
.combobox-icon {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 2px;
}
.tagbox {
cursor: text;
}
.tagbox .textbox-text {
float: left;
}
.tagbox-label {
position: relative;
display: block;
margin: 4px 0 0 4px;
padding: 0 20px 0 4px;
float: left;
vertical-align: top;
text-decoration: none;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #eee;
color: #000;
}
.tagbox-remove {
background: url('images/tagbox_icons.png') no-repeat -16px center;
position: absolute;
display: block;
width: 16px;
height: 16px;
right: 2px;
top: 50%;
margin-top: -8px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tagbox-remove:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.textbox-disabled .tagbox-label {
cursor: default;
}
.textbox-disabled .tagbox-remove:hover {
cursor: default;
opacity: 0.6;
filter: alpha(opacity=60);
}
.layout {
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
z-index: 0;
}
.layout-panel {
position: absolute;
overflow: hidden;
}
.layout-body {
min-width: 1px;
min-height: 1px;
}
.layout-panel-east,
.layout-panel-west {
z-index: 2;
}
.layout-panel-north,
.layout-panel-south {
z-index: 3;
}
.layout-expand {
position: absolute;
padding: 0px;
font-size: 1px;
cursor: pointer;
z-index: 1;
}
.layout-expand .panel-header,
.layout-expand .panel-body {
background: transparent;
filter: none;
overflow: hidden;
}
.layout-expand .panel-header {
border-bottom-width: 0px;
}
.layout-expand .panel-body {
position: relative;
}
.layout-expand .panel-body .panel-icon {
margin-top: 0;
top: 0;
left: 50%;
margin-left: -8px;
}
.layout-expand-west .panel-header .panel-icon,
.layout-expand-east .panel-header .panel-icon {
display: none;
}
.layout-expand-title {
position: absolute;
top: 0;
left: 21px;
white-space: nowrap;
word-wrap: normal;
-webkit-transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform: rotate(90deg);
-moz-transform-origin: 0 0;
-o-transform: rotate(90deg);
-o-transform-origin: 0 0;
transform: rotate(90deg);
transform-origin: 0 0;
}
.layout-expand-title-up {
position: absolute;
top: 0;
left: 0;
text-align: right;
padding-left: 5px;
white-space: nowrap;
word-wrap: normal;
-webkit-transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform: rotate(-90deg);
-moz-transform-origin: 0 0;
-o-transform: rotate(-90deg);
-o-transform-origin: 0 0;
transform: rotate(-90deg);
transform-origin: 0 0;
}
.layout-expand-with-icon {
top: 18px;
}
.layout-expand .panel-body-noheader .layout-expand-title,
.layout-expand .panel-body-noheader .panel-icon {
top: 5px;
}
.layout-expand .panel-body-noheader .layout-expand-with-icon {
top: 23px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
position: absolute;
font-size: 1px;
display: none;
z-index: 5;
}
.layout-split-proxy-h {
width: 5px;
cursor: e-resize;
}
.layout-split-proxy-v {
height: 5px;
cursor: n-resize;
}
.layout-mask {
position: absolute;
background: #fafafa;
filter: alpha(opacity=10);
opacity: 0.10;
z-index: 4;
}
.layout-button-up {
background: url('images/layout_arrows.png') no-repeat -16px -16px;
}
.layout-button-down {
background: url('images/layout_arrows.png') no-repeat -16px 0;
}
.layout-button-left {
background: url('images/layout_arrows.png') no-repeat 0 0;
}
.layout-button-right {
background: url('images/layout_arrows.png') no-repeat 0 -16px;
}
.layout-split-proxy-h,
.layout-split-proxy-v {
background-color: #bbb;
}
.layout-split-north {
border-bottom: 5px solid #eee;
}
.layout-split-south {
border-top: 5px solid #eee;
}
.layout-split-east {
border-left: 5px solid #eee;
}
.layout-split-west {
border-right: 5px solid #eee;
}
.layout-expand {
background-color: #F2F2F2;
}
.layout-expand-over {
background-color: #F2F2F2;
}
.tabs-container {
overflow: hidden;
}
.tabs-header {
border-width: 1px;
border-style: solid;
border-bottom-width: 0;
position: relative;
padding: 0;
padding-top: 2px;
overflow: hidden;
}
.tabs-scroller-left,
.tabs-scroller-right {
position: absolute;
top: auto;
bottom: 0;
width: 18px;
font-size: 1px;
display: none;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.tabs-scroller-left {
left: 0;
}
.tabs-scroller-right {
right: 0;
}
.tabs-tool {
position: absolute;
bottom: 0;
padding: 1px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.tabs-header-plain .tabs-tool {
padding: 0 1px;
}
.tabs-wrap {
position: relative;
left: 0;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.tabs-scrolling {
margin-left: 18px;
margin-right: 18px;
}
.tabs-disabled {
opacity: 0.3;
filter: alpha(opacity=30);
}
.tabs {
list-style-type: none;
height: 26px;
margin: 0px;
padding: 0px;
padding-left: 4px;
width: 50000px;
border-style: solid;
border-width: 0 0 1px 0;
}
.tabs li {
float: left;
display: inline-block;
margin: 0 4px -1px 0;
padding: 0;
position: relative;
border: 0;
}
.tabs li a.tabs-inner {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0 10px;
height: 25px;
line-height: 25px;
text-align: center;
white-space: nowrap;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.tabs li.tabs-selected a.tabs-inner {
font-weight: bold;
outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner {
cursor: default;
pointer: default;
}
.tabs li a.tabs-close,
.tabs-p-tool {
position: absolute;
font-size: 1px;
display: block;
height: 12px;
padding: 0;
top: 50%;
margin-top: -6px;
overflow: hidden;
}
.tabs li a.tabs-close {
width: 12px;
right: 5px;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs-p-tool {
right: 16px;
}
.tabs-p-tool a {
display: inline-block;
font-size: 1px;
width: 12px;
height: 12px;
margin: 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
.tabs li a:hover.tabs-close,
.tabs-p-tool a:hover {
opacity: 1;
filter: alpha(opacity=100);
cursor: hand;
cursor: pointer;
}
.tabs-with-icon {
padding-left: 18px;
}
.tabs-icon {
position: absolute;
width: 16px;
height: 16px;
left: 10px;
top: 50%;
margin-top: -8px;
}
.tabs-title {
font-size: 12px;
}
.tabs-closable {
padding-right: 8px;
}
.tabs-panels {
margin: 0px;
padding: 0px;
border-width: 1px;
border-style: solid;
border-top-width: 0;
overflow: hidden;
}
.tabs-header-bottom {
border-width: 0 1px 1px 1px;
padding: 0 0 2px 0;
}
.tabs-header-bottom .tabs {
border-width: 1px 0 0 0;
}
.tabs-header-bottom .tabs li {
margin: -1px 4px 0 0;
}
.tabs-header-bottom .tabs li a.tabs-inner {
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.tabs-header-bottom .tabs-tool {
top: 0;
}
.tabs-header-bottom .tabs-scroller-left,
.tabs-header-bottom .tabs-scroller-right {
top: 0;
bottom: auto;
}
.tabs-panels-top {
border-width: 1px 1px 0 1px;
}
.tabs-header-left {
float: left;
border-width: 1px 0 1px 1px;
padding: 0;
}
.tabs-header-right {
float: right;
border-width: 1px 1px 1px 0;
padding: 0;
}
.tabs-header-left .tabs-wrap,
.tabs-header-right .tabs-wrap {
height: 100%;
}
.tabs-header-left .tabs {
height: 100%;
padding: 4px 0 0 2px;
border-width: 0 1px 0 0;
}
.tabs-header-right .tabs {
height: 100%;
padding: 4px 2px 0 0;
border-width: 0 0 0 1px;
}
.tabs-header-left .tabs li,
.tabs-header-right .tabs li {
display: block;
width: 100%;
position: relative;
}
.tabs-header-left .tabs li {
left: auto;
right: 0;
margin: 0 -1px 4px 0;
float: right;
}
.tabs-header-right .tabs li {
left: 0;
right: auto;
margin: 0 0 4px -1px;
float: left;
}
.tabs-justified li a.tabs-inner {
padding-left: 0;
padding-right: 0;
}
.tabs-header-left .tabs li a.tabs-inner {
display: block;
text-align: left;
padding-left: 10px;
padding-right: 10px;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.tabs-header-right .tabs li a.tabs-inner {
display: block;
text-align: left;
padding-left: 10px;
padding-right: 10px;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.tabs-panels-right {
float: right;
border-width: 1px 1px 1px 0;
}
.tabs-panels-left {
float: left;
border-width: 1px 0 1px 1px;
}
.tabs-header-noborder,
.tabs-panels-noborder {
border: 0px;
}
.tabs-header-plain {
border: 0px;
background: transparent;
}
.tabs-pill {
padding-bottom: 3px;
}
.tabs-header-bottom .tabs-pill {
padding-top: 3px;
padding-bottom: 0;
}
.tabs-header-left .tabs-pill {
padding-right: 3px;
}
.tabs-header-right .tabs-pill {
padding-left: 3px;
}
.tabs-header .tabs-pill li a.tabs-inner {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.tabs-header-narrow,
.tabs-header-narrow .tabs-narrow {
padding: 0;
}
.tabs-narrow li,
.tabs-header-bottom .tabs-narrow li {
margin-left: 0;
margin-right: -1px;
}
.tabs-narrow li.tabs-last,
.tabs-header-bottom .tabs-narrow li.tabs-last {
margin-right: 0;
}
.tabs-header-left .tabs-narrow,
.tabs-header-right .tabs-narrow {
padding-top: 0;
}
.tabs-header-left .tabs-narrow li {
margin-bottom: -1px;
margin-right: -1px;
}
.tabs-header-left .tabs-narrow li.tabs-last,
.tabs-header-right .tabs-narrow li.tabs-last {
margin-bottom: 0;
}
.tabs-header-right .tabs-narrow li {
margin-bottom: -1px;
margin-left: -1px;
}
.tabs-scroller-left {
background: #F2F2F2 url('images/tabs_icons.png') no-repeat 1px center;
}
.tabs-scroller-right {
background: #F2F2F2 url('images/tabs_icons.png') no-repeat -15px center;
}
.tabs li a.tabs-close {
background: url('images/tabs_icons.png') no-repeat -34px center;
}
.tabs li a.tabs-inner:hover {
background: #eee;
color: #000;
filter: none;
}
.tabs li.tabs-selected a.tabs-inner {
background-color: #ffffff;
color: #777;
background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(top,#ffffff 0,#ffffff 100%);
background: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=0);
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=1);
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
background: -webkit-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -moz-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: -o-linear-gradient(left,#ffffff 0,#ffffff 100%);
background: linear-gradient(to right,#ffffff 0,#ffffff 100%);
background-repeat: repeat-y;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff,GradientType=1);
}
.tabs li a.tabs-inner {
color: #777;
background-color: #F2F2F2;
background: -webkit-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -moz-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: -o-linear-gradient(top,#ffffff 0,#F2F2F2 100%);
background: linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#F2F2F2,GradientType=0);
}
.tabs-header,
.tabs-tool {
background-color: #F2F2F2;
}
.tabs-header-plain {
background: transparent;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-color: #D4D4D4;
}
.tabs-p-tool a:hover,
.tabs li a:hover.tabs-close,
.tabs-scroller-over {
background-color: #eee;
}
.tabs li.tabs-selected a.tabs-inner {
border-bottom: 1px solid #ffffff;
}
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
border-top: 1px solid #ffffff;
}
.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
border-right: 1px solid #ffffff;
}
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
border-left: 1px solid #ffffff;
}
.tabs-header .tabs-pill li.tabs-selected a.tabs-inner {
background: #e1e1e1;
color: #000;
filter: none;
border-color: #D4D4D4;
}
.datagrid .panel-body {
overflow: hidden;
position: relative;
border: none;
}
.datagrid-view {
position: relative;
overflow: hidden;
}
.datagrid-view1,
.datagrid-view2 {
position: absolute;
overflow: hidden;
top: 0;
}
.datagrid-view1 {
left: 0;
}
.datagrid-view2 {
right: 0;
}
.datagrid-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.3;
filter: alpha(opacity=30);
display: none;
}
.datagrid-mask-msg {
position: absolute;
top: 50%;
margin-top: -20px;
padding: 10px 5px 10px 30px;
width: auto;
height: 16px;
border-width: 2px;
border-style: solid;
display: none;
}
.datagrid-empty {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 25px;
line-height: 25px;
text-align: center;
}
.datagrid-sort-icon {
padding: 0;
display: none;
}
.datagrid-toolbar {
height: auto;
padding: 1px 2px;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 2px 1px;
}
.datagrid .datagrid-pager {
display: block;
margin: 0;
border-width: 0 0 0 0;
border-style: solid;
height :34px;
padding-top : 2px;
}
.datagrid .datagrid-pager > table td:first-child>a {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.datagrid .datagrid-pager > table td:last-child > a {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.datagrid .datagrid-pager a.l-btn {
padding: 3px 3px;
line-height: 1.42857;
text-decoration: none;
color: #76838f;
background-color: #fff;
border: 1px solid #e4eaec;
margin-left: -1px;
border-radius:0;
}
.datagrid .datagrid-pager a.l-btn.l-btn-plain-selected {
background: #62a8ea;
color: #fff;
border-color: #62a8ea;
}
.datagrid .datagrid-pager > table a:hover {
background-color: #f3f7f9;
}
.datagrid .datagrid-pager > table a.l-btn-plain-disabled:hover {
background: transparent;
}
.datagrid .datagrid-pager .pagination-info {
font-size: 14px;
}
.datagrid .datagrid-pager-top {
border-width: 0 0 1px 0;
}
.datagrid-header {
overflow: hidden;
cursor: default;
border: 0px none;
}
.datagrid-header-inner {
float: left;
width: 10000px;
}
.datagrid-header-row {
height: 38px;
}
.datagrid-row {
height: 36px;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-width: 0 0 1px 0;
border-style: solid;
margin: 0;
padding: 0;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
margin: 0;
padding: 0 4px;
white-space: nowrap;
word-wrap: normal;
overflow: hidden;
line-height: 1.42857;
font-size: 14px;
}
.datagrid-header .datagrid-cell {
height: auto;
}
.datagrid-header .datagrid-cell span {
font-size: 14px;
font-weight: 400;
color: #526069;
}
.datagrid-cell-group {
text-align: center;
text-overflow: ellipsis;
}
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
width: 30px;
text-align: center;
margin: 0;
padding: 0;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: auto;
zoom: 1;
}
.datagrid-view1 .datagrid-body-inner {
padding-bottom: 20px;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;
}
.datagrid-footer {
overflow: hidden;
}
.datagrid-footer-inner {
border-width: 1px 0 0 0;
border-style: solid;
width: 10000px;
float: left;
}
.datagrid-row-editing .datagrid-cell {
height: auto;
}
.datagrid-header-check,
.datagrid-cell-check {
padding: 0;
width: 27px;
height: 18px;
font-size: 1px;
text-align: center;
overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
margin: 0;
padding: 0;
width: 15px;
height: 18px;
}
.datagrid-resize-proxy {
position: absolute;
width: 1px;
height: 10000px;
top: 0;
cursor: e-resize;
display: none;
}
.datagrid-body .datagrid-editable {
margin: 0;
padding: 0;
}
.datagrid-body .datagrid-editable table {
width: 100%;
height: 100%;
}
.datagrid-body .datagrid-editable td {
border: 0;
margin: 0;
padding: 0;
}
.datagrid-view .datagrid-editable-input {
margin: 0;
padding: 2px 4px;
border: 1px solid #D4D4D4;
font-size: 12px;
outline-style: none;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.datagrid-view .validatebox-invalid {
border-color: #ffa8a8;
}
.datagrid-sort .datagrid-sort-icon {
display: inline;
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -64px center;
}
.datagrid-sort-desc .datagrid-sort-icon {
display: inline;
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat -16px center;
}
.datagrid-sort-asc .datagrid-sort-icon {
display: inline;
padding: 0 13px 0 0;
background: url('images/datagrid_icons.png') no-repeat 0px center;
}
.datagrid-row-collapse {
background: url('images/datagrid_icons.png') no-repeat -48px center;
}
.datagrid-row-expand {
background: url('images/datagrid_icons.png') no-repeat -32px center;
}
.datagrid-mask-msg {
background: #ffffff url('images/loading.gif') no-repeat scroll 5px center;
}
.datagrid-header,
.datagrid-td-rownumber {
/*background: #fff;*/
}
.datagrid-cell-rownumber {
color: #333;
}
.datagrid-resize-proxy {
background: #bbb;
}
.datagrid-mask {
background: #ccc;
}
.datagrid-mask-msg {
border-color: #D4D4D4;
}
.datagrid-toolbar,
.datagrid-pager {
background: #fff;
}
.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
border-color: #e6e6e6;
}
.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
border-color: #e4eaec;
}
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
color: #76838f;
border-collapse: separate;
}
.datagrid-row-alt {
background-color:rgba(243,247,249,.3);
}
.datagrid-row-over {
background: #f3f7f9;
color: #000;
cursor: pointer;
}
.datagrid-header td.datagrid-header-over {
background: #fff;
color: #5b5b5b;
cursor: pointer;
}
.datagrid-row-selected {
background: #f3f7f9;
color: #000;
}
.datagrid-row-editing .textbox,
.datagrid-row-editing .textbox-text {
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.propertygrid .datagrid-view1 .datagrid-body td {
padding-bottom: 1px;
border-width: 0 1px 0 0;
}
.propertygrid .datagrid-group {
height: 21px;
overflow: hidden;
border-width: 0 0 1px 0;
border-style: solid;
}
.propertygrid .datagrid-group span {
font-weight: bold;
}
.propertygrid .datagrid-view1 .datagrid-body td {
border-color: #e6e6e6;
}
.propertygrid .datagrid-view1 .datagrid-group {
border-color: #F2F2F2;
}
.propertygrid .datagrid-view2 .datagrid-group {
border-color: #e6e6e6;
}
.propertygrid .datagrid-group,
.propertygrid .datagrid-view1 .datagrid-body,
.propertygrid .datagrid-view1 .datagrid-row-over,
.propertygrid .datagrid-view1 .datagrid-row-selected {
background: #F2F2F2;
}
.datalist .datagrid-header {
border-width: 0;
}
.datalist .datagrid-group,
.m-list .m-list-group {
height: 25px;
line-height: 25px;
font-weight: bold;
overflow: hidden;
background-color: #F2F2F2;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #ccc;
}
.datalist .datagrid-group-expander {
display: none;
}
.datalist .datagrid-group-title {
padding: 0 4px;
}
.datalist .datagrid-btable {
width: 100%;
table-layout: fixed;
}
.datalist .datagrid-row td {
border-style: solid;
border-left-color: transparent;
border-right-color: transparent;
border-bottom-width: 0;
}
.datalist-lines .datagrid-row td {
border-bottom-width: 1px;
}
.datalist .datagrid-cell,
.m-list li {
width: auto;
height: auto;
padding: 2px 4px;
line-height: 18px;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.datalist-link,
.m-list li>a {
display: block;
position: relative;
cursor: pointer;
color: #333;
text-decoration: none;
overflow: hidden;
margin: -2px -4px;
padding: 2px 4px;
padding-right: 16px;
line-height: 18px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.datalist-link::after,
.m-list li>a::after {
position: absolute;
display: block;
width: 8px;
height: 8px;
content: '';
right: 6px;
top: 50%;
margin-top: -4px;
border-style: solid;
border-width: 1px 1px 0 0;
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.m-list {
margin: 0;
padding: 0;
list-style: none;
}
.m-list li {
border-style: solid;
border-width: 0 0 1px 0;
border-color: #ccc;
}
.m-list li>a:hover {
background: #eee;
color: #000;
}
.m-list .m-list-group {
padding: 0 4px;
}
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style: solid;
margin: 0 2px;
padding: 2px;
width: 2em;
height: auto;
}
.pagination-page-list {
margin: 0px 6px;
padding: 1px 2px;
width: auto;
height: auto;
border-width: 1px;
border-style: solid;
}
.pagination-info {
float: right;
margin: 0 6px;
padding: 0;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.pagination span {
font-size: 12px;
}
.pagination-link .l-btn-text {
width: 24px;
text-align: center;
margin: 0;
}
.pagination-first {
font-size: 16px !important;
line-height: 16px !important;
padding-left: 5px;
}
.pagination-prev {
font-size: 16px !important;
line-height: 16px !important;
padding-left: 5px;
}
.pagination-next {
font-size: 16px !important;
line-height: 16px !important;
padding-left: 5px;
}
.pagination-last {
font-size: 16px !important;
line-height: 16px !important;
padding-left: 5px;
}
.pagination-load {
background: url('images/pagination_icons.png') no-repeat -64px center;
}
.pagination-loading {
background: url('images/loading.gif') no-repeat center center;
}
.pagination-page-list,
.pagination .pagination-num {
border-color: #D4D4D4;
}
.calendar {
border-width: 1px;
border-style: solid;
padding: 1px;
overflow: hidden;
}
.calendar table {
table-layout: fixed;
border-collapse: separate;
font-size: 12px;
width: 100%;
height: 100%;
}
.calendar table td,
.calendar table th {
font-size: 12px;
}
.calendar-noborder {
border: 0;
}
.calendar-header {
position: relative;
height: 22px;
}
.calendar-title {
text-align: center;
height: 22px;
}
.calendar-title span {
position: relative;
display: inline-block;
top: 2px;
padding: 0 3px;
height: 18px;
line-height: 18px;
font-size: 12px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth,
.calendar-nextmonth,
.calendar-prevyear,
.calendar-nextyear {
position: absolute;
top: 50%;
margin-top: -7px;
width: 14px;
height: 14px;
cursor: pointer;
font-size: 1px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-prevmonth {
left: 20px;
background: url('images/calendar_arrows.png') no-repeat -18px -2px;
}
.calendar-nextmonth {
right: 20px;
background: url('images/calendar_arrows.png') no-repeat -34px -2px;
}
.calendar-prevyear {
left: 3px;
background: url('images/calendar_arrows.png') no-repeat -1px -2px;
}
.calendar-nextyear {
right: 3px;
background: url('images/calendar_arrows.png') no-repeat -49px -2px;
}
.calendar-body {
position: relative;
}
.calendar-body th,
.calendar-body td {
text-align: center;
}
.calendar-day {
border: 0;
padding: 1px;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-other-month {
opacity: 0.3;
filter: alpha(opacity=30);
}
.calendar-disabled {
opacity: 0.6;
filter: alpha(opacity=60);
cursor: default;
}
.calendar-menu {
position: absolute;
top: 0;
left: 0;
width: 180px;
height: 150px;
padding: 5px;
font-size: 12px;
display: none;
overflow: hidden;
}
.calendar-menu-year-inner {
text-align: center;
padding-bottom: 5px;
}
.calendar-menu-year {
width: 50px;
text-align: center;
border-width: 1px;
border-style: solid;
outline-style: none;
resize: none;
margin: 0;
padding: 2px;
font-weight: bold;
font-size: 12px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev,
.calendar-menu-next {
display: inline-block;
width: 21px;
height: 21px;
vertical-align: top;
cursor: pointer;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-menu-prev {
margin-right: 10px;
background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}
.calendar-menu-next {
margin-left: 10px;
background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}
.calendar-menu-month {
text-align: center;
cursor: pointer;
font-weight: bold;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.calendar-body th,
.calendar-menu-month {
color: #808080;
}
.calendar-day {
color: #333;
}
.calendar-sunday {
color: #CC2222;
}
.calendar-saturday {
color: #00ee00;
}
.calendar-today {
color: #0000ff;
}
.calendar-menu-year {
border-color: #D4D4D4;
}
.calendar {
border-color: #D4D4D4;
}
.calendar-header {
background: #F2F2F2;
}
.calendar-body,
.calendar-menu {
background: #ffffff;
}
.calendar-body th {
background: #F5F5F5;
padding: 2px 0;
}
.calendar-hover,
.calendar-nav-hover,
.calendar-menu-hover {
background-color: #eee;
color: #000;
}
.calendar-hover {
border: 1px solid #ddd;
padding: 0;
}
.calendar-selected {
background-color: #e1e1e1;
color: #000;
border: 1px solid #000;
padding: 0;
}
.datebox-calendar-inner {
height: 180px;
}
.datebox-button {
padding: 0 5px;
text-align: center;
}
.datebox-button a {
line-height: 22px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
opacity: 0.6;
filter: alpha(opacity=60);
}
.datebox-button a:hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.datebox-current,
.datebox-close {
float: left;
}
.datebox-close {
float: right;
}
.datebox .combo-arrow {
background-image: url('images/datebox_arrow.png');
background-position: center center;
}
.datebox-button {
background-color: #F5F5F5;
}
.datebox-button a {
color: #444;
}
.spinner-arrow {
background-color: #F2F2F2;
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
opacity: 1.0;
filter: alpha(opacity=100);
width: 18px;
}
.spinner-arrow-up,
.spinner-arrow-down {
opacity: 0.6;
filter: alpha(opacity=60);
display: block;
font-size: 1px;
width: 18px;
height: 10px;
width: 100%;
height: 50%;
color: #444;
outline-style: none;
}
.spinner-arrow-hover {
background-color: #eee;
opacity: 1.0;
filter: alpha(opacity=100);
}
.spinner-arrow-up:hover,
.spinner-arrow-down:hover {
opacity: 1.0;
filter: alpha(opacity=100);
background-color: #eee;
}
.textbox-icon-disabled .spinner-arrow-up:hover,
.textbox-icon-disabled .spinner-arrow-down:hover {
opacity: 0.6;
filter: alpha(opacity=60);
background-color: #F2F2F2;
cursor: default;
}
.spinner .textbox-icon-disabled {
opacity: 0.6;
filter: alpha(opacity=60);
}
.spinner-arrow-up {
background: url('images/spinner_arrows.png') no-repeat 1px center;
}
.spinner-arrow-down {
background: url('images/spinner_arrows.png') no-repeat -15px center;
}
.spinner-button-up {
background: url('images/spinner_arrows.png') no-repeat -32px center;
}
.spinner-button-down {
background: url('images/spinner_arrows.png') no-repeat -48px center;
}
.progressbar {
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
position: relative;
}
.progressbar-text {
text-align: center;
position: absolute;
}
.progressbar-value {
position: relative;
overflow: hidden;
width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.progressbar {
border-color: #D4D4D4;
}
.progressbar-text {
color: #333;
font-size: 12px;
}
.progressbar-value .progressbar-text {
background-color: #e1e1e1;
color: #000;
}
.searchbox-button {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.searchbox-button-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.searchbox .l-btn-plain {
border: 0;
padding: 0;
vertical-align: top;
opacity: 0.6;
filter: alpha(opacity=60);
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.searchbox .l-btn-plain:hover {
border: 0;
padding: 0;
opacity: 1.0;
filter: alpha(opacity=100);
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.searchbox a.m-btn-plain-active {
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.searchbox .m-btn-active {
border-width: 0 1px 0 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.searchbox .textbox-button-right {
border-width: 0 0 0 1px;
}
.searchbox .textbox-button-left {
border-width: 0 1px 0 0;
}
.searchbox-button {
background: url('images/searchbox_button.png') no-repeat center center;
}
.searchbox .l-btn-plain {
background: #F2F2F2;
}
.searchbox .l-btn-plain-disabled,
.searchbox .l-btn-plain-disabled:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.slider-h {
height: 22px;
}
.slider-v {
width: 22px;
}
.slider-inner {
position: relative;
height: 6px;
top: 7px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
}
.slider-handle {
position: absolute;
display: block;
outline: none;
width: 20px;
height: 20px;
top: 50%;
margin-top: -10px;
margin-left: -10px;
}
.slider-tip {
position: absolute;
display: inline-block;
line-height: 12px;
font-size: 12px;
white-space: nowrap;
top: -22px;
}
.slider-rule {
position: relative;
top: 15px;
}
.slider-rule span {
position: absolute;
display: inline-block;
font-size: 0;
height: 5px;
border-width: 0 0 0 1px;
border-style: solid;
}
.slider-rulelabel {
position: relative;
top: 20px;
}
.slider-rulelabel span {
position: absolute;
display: inline-block;
font-size: 12px;
}
.slider-v .slider-inner {
width: 6px;
left: 7px;
top: 0;
float: left;
}
.slider-v .slider-handle {
left: 50%;
margin-top: -10px;
}
.slider-v .slider-tip {
left: -10px;
margin-top: -6px;
}
.slider-v .slider-rule {
float: left;
top: 0;
left: 16px;
}
.slider-v .slider-rule span {
width: 5px;
height: 'auto';
border-left: 0;
border-width: 1px 0 0 0;
border-style: solid;
}
.slider-v .slider-rulelabel {
float: left;
top: 0;
left: 23px;
}
.slider-handle {
background: url('images/slider_handle.png') no-repeat;
}
.slider-inner {
border-color: #D4D4D4;
background: #F2F2F2;
}
.slider-rule span {
border-color: #D4D4D4;
}
.slider-rulelabel span {
color: #333;
}
.menu {
position: absolute;
margin: 0;
padding: 2px;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.menu-inline {
position: relative;
}
.menu-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
border-width: 1px;
border-style: solid;
}
.menu-text {
height: 20px;
line-height: 20px;
float: left;
padding-left: 28px;
}
.menu-icon {
position: absolute;
width: 16px;
height: 16px;
left: 2px;
top: 50%;
margin-top: -8px;
}
.menu-rightarrow {
position: absolute;
width: 16px;
height: 16px;
right: 0;
top: 50%;
margin-top: -8px;
}
.menu-line {
position: absolute;
left: 26px;
top: 0;
height: 2000px;
font-size: 1px;
}
.menu-sep {
margin: 3px 0px 3px 25px;
font-size: 1px;
}
.menu-noline .menu-line {
display: none;
}
.menu-noline .menu-sep {
margin-left: 0;
margin-right: 0;
}
.menu-active {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: default;
}
.menu-text,
.menu-text span {
font-size: 12px;
}
.menu-shadow {
position: absolute;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
background: #ccc;
-moz-box-shadow: 2px 2px 3px #cccccc;
-webkit-box-shadow: 2px 2px 3px #cccccc;
box-shadow: 2px 2px 3px #cccccc;
filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
border-left: 1px solid #ccc;
border-right: 1px solid #fff;
}
.menu-sep {
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.menu {
background-color: #fff;
border-color: #e6e6e6;
color: #333;
}
.menu-content {
background: #ffffff;
}
.menu-item {
border-color: transparent;
_border-color: #fff;
}
.menu-active {
border-color: #ddd;
color: #000;
background: #eee;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #333;
}
.m-btn-downarrow,
.s-btn-downarrow {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
font-size: 1px;
right: 0;
top: 50%;
margin-top: -8px;
}
.m-btn-active,
.s-btn-active {
background: #eee;
color: #000;
border: 1px solid #ddd;
filter: none;
}
.m-btn-plain-active,
.s-btn-plain-active {
background: transparent;
padding: 0;
border-width: 1px;
border-style: solid;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.m-btn .l-btn-left .l-btn-text {
margin-right: 20px;
}
.m-btn .l-btn-icon-right .l-btn-text {
margin-right: 40px;
}
.m-btn .l-btn-icon-right .l-btn-icon {
right: 20px;
}
.m-btn .l-btn-icon-top .l-btn-text {
margin-right: 4px;
margin-bottom: 14px;
}
.m-btn .l-btn-icon-bottom .l-btn-text {
margin-right: 4px;
margin-bottom: 34px;
}
.m-btn .l-btn-icon-bottom .l-btn-icon {
top: auto;
bottom: 20px;
}
.m-btn .l-btn-icon-top .m-btn-downarrow,
.m-btn .l-btn-icon-bottom .m-btn-downarrow {
top: auto;
bottom: 0px;
left: 50%;
margin-left: -8px;
}
.m-btn-line {
display: inline-block;
position: absolute;
font-size: 1px;
display: none;
}
.m-btn .l-btn-left .m-btn-line {
right: 0;
width: 16px;
height: 500px;
border-style: solid;
border-color: #bbb;
border-width: 0 0 0 1px;
}
.m-btn .l-btn-icon-top .m-btn-line,
.m-btn .l-btn-icon-bottom .m-btn-line {
left: 0;
bottom: 0;
width: 500px;
height: 16px;
border-width: 1px 0 0 0;
}
.m-btn-large .l-btn-icon-right .l-btn-text {
margin-right: 56px;
}
.m-btn-large .l-btn-icon-bottom .l-btn-text {
margin-bottom: 50px;
}
.m-btn-downarrow,
.s-btn-downarrow {
background: url('images/menu_arrows.png') no-repeat 0 center;
}
.m-btn-plain-active,
.s-btn-plain-active {
border-color: #ddd;
background-color: #eee;
color: #000;
}
.s-btn:hover .m-btn-line,
.s-btn-active .m-btn-line,
.s-btn-plain-active .m-btn-line {
display: inline-block;
}
.l-btn:hover .s-btn-downarrow,
.s-btn-active .s-btn-downarrow,
.s-btn-plain-active .s-btn-downarrow {
border-style: solid;
border-color: #bbb;
border-width: 0 0 0 1px;
}
.switchbutton {
text-decoration: none;
display: inline-block;
overflow: hidden;
vertical-align: middle;
margin: 0;
padding: 0;
cursor: pointer;
background: #bbb;
border: 1px solid #bbb;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.switchbutton-inner {
display: inline-block;
overflow: hidden;
position: relative;
top: -1px;
left: -1px;
}
.switchbutton-on,
.switchbutton-off,
.switchbutton-handle {
display: inline-block;
text-align: center;
height: 100%;
float: left;
font-size: 12px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.switchbutton-on {
background: #e1e1e1;
color: #000;
}
.switchbutton-off {
background-color: #ffffff;
color: #333;
}
.switchbutton-on,
.switchbutton-reversed .switchbutton-off {
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.switchbutton-off,
.switchbutton-reversed .switchbutton-on {
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.switchbutton-handle {
position: absolute;
top: 0;
left: 50%;
background-color: #ffffff;
color: #333;
border: 1px solid #bbb;
-moz-box-shadow: 0 0 3px 0 #bbb;
-webkit-box-shadow: 0 0 3px 0 #bbb;
box-shadow: 0 0 3px 0 #bbb;
}
.switchbutton-value {
position: absolute;
top: 0;
left: -5000px;
}
.switchbutton-disabled {
opacity: 0.5;
filter: alpha(opacity=50);
}
.switchbutton-disabled,
.switchbutton-readonly {
cursor: default;
}
.messager-body {
padding: 10px 10px 30px 10px;
overflow: auto;
}
.messager-button {
text-align: center;
padding: 5px;
}
.messager-button .l-btn {
width: 70px;
}
.messager-icon {
float: left;
width: 32px;
height: 32px;
margin: 0 10px 10px 0;
}
.messager-error {
background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
padding: 10px;
}
.messager-p-msg {
margin-bottom: 5px;
}
.messager-body .messager-input {
width: 100%;
padding: 4px 0;
outline-style: none;
border: 1px solid #D4D4D4;
}
.window-thinborder .messager-button {
padding-bottom: 8px;
}
.tree {
margin: 0;
padding: 0;
list-style-type: none;
}
.tree li {
white-space: nowrap;
}
.tree li ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tree-node {
height: 24px;
line-height:24px;
white-space: nowrap;
cursor: pointer;
}
.tree-hit {
cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
display: inline-block;
width: 16px;
height: 18px;
vertical-align: top;
overflow: hidden;
}
.tree-expanded {
background: url('images/tree_icons.png') no-repeat -18px 2px;
}
.tree-expanded-hover {
background: url('images/tree_icons.png') no-repeat -50px 2px;
}
.tree-collapsed {
background: url('images/tree_icons.png') no-repeat 0px 2px;
}
.tree-collapsed-hover {
background: url('images/tree_icons.png') no-repeat -32px 2px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
background: url('images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
background: url('images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
background: url('images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
background: url('images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
background: url('images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
background: url('images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
background: url('images/tree_icons.png') no-repeat -208px 2px;
}
.tree-folder-open {
background: url('images/tree_icons.png') no-repeat -224px 2px;
}
.tree-file {
background: url('images/tree_icons.png') no-repeat -240px 2px;
}
.tree-loading {
background: url('images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
background: url('images/tree_icons.png') no-repeat -208px -18px;
margin-top: 3px; /*add by yl*/
}
.tree-checkbox1 {
background: url('images/tree_icons.png') no-repeat -224px -18px;
margin-top: 3px; /*add by yl*/
}
.tree-checkbox2 {
background: url('images/tree_icons.png') no-repeat -240px -18px;
margin-top: 3px; /*add by yl*/
}
.tree-title {
font-size: 14px;
display: inline-block;
text-decoration: none;
vertical-align: top;
white-space: nowrap;
padding: 0 2px;
height: 24px;
line-height: 24px;
}
.tree-node-proxy {
font-size: 12px;
line-height: 20px;
padding: 0 2px 0 20px;
border-width: 1px;
border-style: solid;
z-index: 9900000;
}
.tree-dnd-icon {
display: inline-block;
position: absolute;
width: 16px;
height: 18px;
left: 2px;
top: 50%;
margin-top: -9px;
}
.tree-dnd-yes {
background: url('images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
background: url('images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
border-top: 1px dotted red;
}
.tree-node-bottom {
border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
border: 1px dotted red;
}
.tree-editor {
border: 1px solid #D4D4D4;
font-size: 12px;
line-height: 16px;
padding: 0 4px;
margin: 0;
width: 80px;
outline-style: none;
vertical-align: top;
position: absolute;
top: 0;
}
.tree-node-proxy {
background-color: #ffffff;
color: #333;
border-color: #D4D4D4;
}
.tree-node-hover {
background: #eee;
color: #000;
}
.tree-node-selected {
background: #ddd;
color: #333;
}
.tree-node-hidden {
display: none;
}
.validatebox-invalid {
border-color: #ffa8a8;
/*background-color: #fff3f3;*/
color: #000;
}
.tooltip {
position: absolute;
display: none;
z-index: 9900000;
outline: none;
opacity: 1;
filter: alpha(opacity=100);
padding: 5px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.tooltip-content {
font-size: 12px;
}
.tooltip-arrow-outer,
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
font-size: 0;
border-style: solid;
border-width: 6px;
border-color: transparent;
_border-color: tomato;
_filter: chroma(color=tomato);
}
.tooltip-arrow {
display: none \9;
}
.tooltip-right .tooltip-arrow-outer {
left: 0;
top: 50%;
margin: -6px 0 0 -13px;
}
.tooltip-right .tooltip-arrow {
left: 0;
top: 50%;
margin: -6px 0 0 -12px;
}
.tooltip-left .tooltip-arrow-outer {
right: 0;
top: 50%;
margin: -6px -13px 0 0;
}
.tooltip-left .tooltip-arrow {
right: 0;
top: 50%;
margin: -6px -12px 0 0;
}
.tooltip-top .tooltip-arrow-outer {
bottom: 0;
left: 50%;
margin: 0 0 -13px -6px;
}
.tooltip-top .tooltip-arrow {
bottom: 0;
left: 50%;
margin: 0 0 -12px -6px;
}
.tooltip-bottom .tooltip-arrow-outer {
top: 0;
left: 50%;
margin: -13px 0 0 -6px;
}
.tooltip-bottom .tooltip-arrow {
top: 0;
left: 50%;
margin: -12px 0 0 -6px;
}
.tooltip {
background-color: #ffffff;
border-color: #D4D4D4;
color: #333;
}
.tooltip-right .tooltip-arrow-outer {
border-right-color: #D4D4D4;
}
.tooltip-right .tooltip-arrow {
border-right-color: #ffffff;
}
.tooltip-left .tooltip-arrow-outer {
border-left-color: #D4D4D4;
}
.tooltip-left .tooltip-arrow {
border-left-color: #ffffff;
}
.tooltip-top .tooltip-arrow-outer {
border-top-color: #D4D4D4;
}
.tooltip-top .tooltip-arrow {
border-top-color: #ffffff;
}
.tooltip-bottom .tooltip-arrow-outer {
border-bottom-color: #D4D4D4;
}
.tooltip-bottom .tooltip-arrow {
border-bottom-color: #ffffff;
}
.tabs-panels {
border-color: transparent;
}
.tabs li a.tabs-inner {
border-color: transparent;
background: transparent;
filter: none;
color: #0088CC;
}
.menu-active {
background-color: #0081C2;
border-color: #0081C2;
color: #fff;
}
.menu-active-disabled {
border-color: transparent;
background: transparent;
color: #333;
}
|
wiki/docs/2.2/html/classCqrs_1_1Ninject_1_1Configuration_1_1ResolvableModule_a41a1826cee70c7627e6ec1ef0053f1ea.html | cdmdotnet/CQRS | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Cqrs.Ninject.Configuration.ResolvableModule.Resolve< T ></title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">2.2</span>
</div>
<div id="projectbrief">A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classCqrs_1_1Ninject_1_1Configuration_1_1ResolvableModule_a41a1826cee70c7627e6ec1ef0053f1ea.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<a id="a41a1826cee70c7627e6ec1ef0053f1ea"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a41a1826cee70c7627e6ec1ef0053f1ea">◆ </a></span>Resolve< T >()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual T <a class="el" href="classCqrs_1_1Ninject_1_1Configuration_1_1ResolvableModule_a182fa5666c70e6871aa371fc81fb788d.html#a182fa5666c70e6871aa371fc81fb788d">Cqrs.Ninject.Configuration.ResolvableModule.Resolve</a>< T > </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Resolves instances for the specified <em>T</em> . </p>
<dl class="tparams"><dt>Template Parameters</dt><dd>
<table class="tparams">
<tr><td class="paramname">T</td><td>The Type to resolve.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Null if no resolution is made.</dd></dl>
</div>
</div>
</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="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Ninject.html">Ninject</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1Ninject_1_1Configuration.html">Configuration</a></li><li class="navelem"><a class="el" href="classCqrs_1_1Ninject_1_1Configuration_1_1ResolvableModule.html">ResolvableModule</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
wiki/docs/4.0/coverage-report/index-sort-l.html | Chinchilla-Software-Com/CQRS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Documentation Coverage Report</title>
<link rel="stylesheet" type="text/css" href="gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">Documentation Coverage Report</td></tr>
<tr><td class="ruler"><img src="glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue">top level</td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Version:</td>
<td class="headerValue">4.0</td>
<td></td>
<td class="headerItem">Artefacts:</td>
<td class="headerCovTableEntry">1931</td>
<td class="headerCovTableEntry">1947</td>
<td class="headerCovTableEntryHi">99.2 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2019-11-24 03:15:41</td>
<td></td>
</tr>
<tr><td><img src="glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="glass.png" width=3 height=3 alt=""></td></tr>
</table>
<center>
<table width="80%" cellpadding=1 cellspacing=1 border=0>
<tr>
<td width="40%"><br></td>
<td width="20%"></td>
<td width="20%"></td>
<td width="20%"></td>
</tr>
<tr>
<td class="tableHead">Directory <span class="tableHeadSort"><a href="index.html"><img src="updown.png" width=10 height=14 alt="Sort by name" title="Sort by name" border=0></a></span></td>
<td class="tableHead" colspan=3>Documentation Coverage <span class="tableHeadSort"><img src="glass.png" width=10 height=14 alt="Sort by line coverage" title="Sort by line coverage" border=0></span></td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Tests.Integrations/index.html">Cqrs.Tests.Integrations</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="ruby.png" width=30 height=10 alt="30.0%"><img src="snow.png" width=70 height=10 alt="30.0%"></td></tr></table>
</td>
<td class="coverPerLo">30.0 %</td>
<td class="coverNumLo">3 / 10</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB.Tests.Integration/Configuration/index.html">Cqrs.MongoDB.Tests.Integration/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="ruby.png" width=50 height=10 alt="50.0%"><img src="snow.png" width=50 height=10 alt="50.0%"></td></tr></table>
</td>
<td class="coverPerLo">50.0 %</td>
<td class="coverNumLo">1 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB.Tests.Integration/index.html">Cqrs.MongoDB.Tests.Integration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="amber.png" width=81 height=10 alt="80.8%"><img src="snow.png" width=19 height=10 alt="80.8%"></td></tr></table>
</td>
<td class="coverPerMed">80.8 %</td>
<td class="coverNumMed">21 / 26</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.ServiceBus/index.html">Azure/Cqrs.Azure.ServiceBus</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=97 height=10 alt="97.0%"><img src="snow.png" width=3 height=10 alt="97.0%"></td></tr></table>
</td>
<td class="coverPerHi">97.0 %</td>
<td class="coverNumHi">64 / 66</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.EventHub/index.html">Azure/Cqrs.Azure.EventHub</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=97 height=10 alt="97.1%"><img src="snow.png" width=3 height=10 alt="97.1%"></td></tr></table>
</td>
<td class="coverPerHi">97.1 %</td>
<td class="coverNumHi">33 / 34</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.InProcess.EventBus/Configuration/index.html">Ninject/Cqrs.Ninject.InProcess.EventBus/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.InProcess.EventStore/index.html">Ninject/Cqrs.Ninject.InProcess.EventStore</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.InProcess.EventStore/Configuration/index.html">Ninject/Cqrs.Ninject.InProcess.EventStore/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/Entities/index.html">Azure/Cqrs.Azure.DocumentDb/Entities</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/Entities/index.html">Cqrs.MongoDB/Entities</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Mongo/Entities/index.html">Cqrs.Mongo/Entities</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.InProcess.CommandBus/Configuration/index.html">Ninject/Cqrs.Ninject.InProcess.CommandBus/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">1 / 1</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Configuration/index.html">Cqrs.WebApi/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Messages/index.html">Cqrs/Messages</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/Repositories/Authentication/index.html">Azure/Cqrs.Azure.DocumentDb/Repositories/Authentication</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Mongo/Repositories/Authentication/index.html">Cqrs.Mongo/Repositories/Authentication</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Web.Mvc/index.html">Cqrs.Web.Mvc</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.ServiceHost/index.html">Ninject/Cqrs.Ninject.ServiceHost</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.WebJobs/index.html">Azure/Cqrs.Azure.WebJobs</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.BlobStorage/Factories/index.html">Azure/Cqrs.Azure.BlobStorage/Factories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.Akka/Configuration/index.html">Ninject/Cqrs.Ninject.Akka/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/Repositories/Authentication/index.html">Cqrs.MongoDB/Repositories/Authentication</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/index.html">Akka.Net/Cqrs.Akka.Tests.Unit</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">2 / 2</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/Events/index.html">Akka.Net/Cqrs.Akka.Tests.Unit/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">3 / 3</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.BlobStorage/Repositories/Queries/index.html">Azure/Cqrs.Azure.BlobStorage/Repositories/Queries</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">3 / 3</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.Mongo/index.html">Ninject/Cqrs.Ninject.Mongo</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">3 / 3</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/Repositories/index.html">Azure/Cqrs.Azure.DocumentDb/Repositories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">4 / 4</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Tests/Cqrs.Azure.Storage.Test.Integration/index.html">Azure/Tests/Cqrs.Azure.Storage.Test.Integration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">4 / 4</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka/Domain/Commands/index.html">Akka.Net/Cqrs.Akka/Domain/Commands</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">4 / 4</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/Commands/index.html">Akka.Net/Cqrs.Akka.Tests.Unit/Commands</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">4 / 4</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Factories/index.html">Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Factories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">4 / 4</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Mongo/Serialisers/index.html">Cqrs.Mongo/Serialisers</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">5 / 5</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.MongoDB/index.html">Ninject/Cqrs.Ninject.MongoDB</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">5 / 5</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore/index.html">Azure/EnterpriseLibrary.Azure.TransientFaultHandling.ServiceBus.NetCore</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">5 / 5</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.EventStore/Configuration/index.html">Ninject/Cqrs.Ninject.EventStore/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">5 / 5</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka/Configuration/index.html">Akka.Net/Cqrs.Akka/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">5 / 5</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.Wcf/index.html">Ninject/Azure/Cqrs.Ninject.Azure.Wcf</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.BlobStorage/Repositories/index.html">Azure/Cqrs.Azure.BlobStorage/Repositories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Domain/Factories/index.html">Cqrs/Domain/Factories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/TypeConverters/index.html">Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/TypeConverters</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Cache/index.html">Cqrs/Cache</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.WebJobs/index.html">Ninject/Azure/Cqrs.Ninject.Azure.WebJobs</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/DataStores/Indexes/index.html">Cqrs.MongoDB/DataStores/Indexes</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Events/index.html">Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Mongo/DataStores/Indexes/index.html">Cqrs.Mongo/DataStores/Indexes</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">6 / 6</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Tests/Cqrs.Azure.ServiceBus.Tests.Unit/index.html">Azure/Tests/Cqrs.Azure.ServiceBus.Tests.Unit</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">7 / 7</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Controllers/index.html">Cqrs.WebApi/Controllers</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">7 / 7</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.Mongo/Configuration/index.html">Ninject/Cqrs.Ninject.Mongo/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">7 / 7</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Formatters/FormMultipart/index.html">Cqrs.WebApi/Formatters/FormMultipart</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">7 / 7</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.Storage/index.html">Azure/Cqrs.Azure.Storage</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">7 / 7</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.WebApi/Configuration/index.html">Ninject/Cqrs.Ninject.WebApi/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">8 / 8</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.ConfigurationManager/index.html">Azure/Cqrs.Azure.ConfigurationManager</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">8 / 8</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Entities/index.html">Cqrs/Entities</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">8 / 8</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/Events/Indexes/index.html">Cqrs.MongoDB/Events/Indexes</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">8 / 8</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/Aggregates/index.html">Akka.Net/Cqrs.Akka.Tests.Unit/Aggregates</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">8 / 8</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Events/Handlers/index.html">Cqrs.WebApi/Events/Handlers</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">9 / 9</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Formatters/FormMultipart/Converters/index.html">Cqrs.WebApi/Formatters/FormMultipart/Converters</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">9 / 9</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.Wcf/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.Wcf/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">9 / 9</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/Factories/index.html">Cqrs.MongoDB/Factories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">10 / 10</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/DataStores/index.html">Cqrs.MongoDB/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">11 / 11</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Mongo/DataStores/index.html">Cqrs.Mongo/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">11 / 11</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Infrastructure/index.html">Cqrs/Infrastructure</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">12 / 12</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.Akka/index.html">Ninject/Cqrs.Ninject.Akka</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">12 / 12</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Tests/Cqrs.Azure.ServiceBus.Tests.Integration/index.html">Azure/Tests/Cqrs.Azure.ServiceBus.Tests.Integration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">12 / 12</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.Storage/DataStores/index.html">Azure/Cqrs.Azure.Storage/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">12 / 12</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/Commands/Handlers/index.html">Akka.Net/Cqrs.Akka.Tests.Unit/Commands/Handlers</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">12 / 12</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.EventBus/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.EventBus/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">13 / 13</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.ServiceBus.CommandBus/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">13 / 13</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.EventHub.CommandBus/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.EventHub.CommandBus/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">14 / 14</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject.MongoDB/Configuration/index.html">Ninject/Cqrs.Ninject.MongoDB/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">14 / 14</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.EventHub.EventBus/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.EventHub.EventBus/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">14 / 14</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Hosts/index.html">Cqrs/Hosts</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">14 / 14</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Mongo/Factories/index.html">Cqrs.Mongo/Factories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">14 / 14</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/index.html">Cqrs.WebApi/Formatters/FormMultipart/Infrastructure</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">15 / 15</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.Storage/Events/index.html">Azure/Cqrs.Azure.Storage/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">15 / 15</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/Sagas/index.html">Akka.Net/Cqrs.Akka.Tests.Unit/Sagas</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">15 / 15</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/Serialisers/index.html">Cqrs.MongoDB/Serialisers</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">16 / 16</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.BlobStorage/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.BlobStorage/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">16 / 16</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Configuration/index.html">Ninject/Azure/Cqrs.Ninject.Azure.DocumentDb/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">16 / 16</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/DataStores/index.html">Cqrs/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">16 / 16</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka/Snapshots/index.html">Akka.Net/Cqrs.Akka/Snapshots</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">17 / 17</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Tests/Cqrs.Azure.BlobStorage.Test.Integration/index.html">Azure/Tests/Cqrs.Azure.BlobStorage.Test.Integration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">17 / 17</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/Logger/index.html">Cqrs.WebApi/Formatters/FormMultipart/Infrastructure/Logger</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">17 / 17</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka.Tests.Unit/Events/Handlers/index.html">Akka.Net/Cqrs.Akka.Tests.Unit/Events/Handlers</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">18 / 18</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/Factories/index.html">Azure/Cqrs.Azure.DocumentDb/Factories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">18 / 18</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/index.html">Cqrs.WebApi</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">18 / 18</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.EventStore/Bus/index.html">Cqrs.EventStore/Bus</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">19 / 19</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka/Events/index.html">Akka.Net/Cqrs.Akka/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">19 / 19</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/DataStores/index.html">Azure/Cqrs.Azure.DocumentDb/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">20 / 20</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.WebApi/SignalR/Hubs/index.html">Cqrs.WebApi/SignalR/Hubs</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">21 / 21</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Domain/Exceptions/index.html">Cqrs/Domain/Exceptions</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">22 / 22</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Commands/index.html">Cqrs/Commands</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">24 / 24</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.Sql/DataStores/index.html">Cqrs.Sql/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">28 / 28</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.BlobStorage/DataStores/index.html">Azure/Cqrs.Azure.BlobStorage/DataStores</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">29 / 29</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka/Commands/index.html">Akka.Net/Cqrs.Akka/Commands</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">31 / 31</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Snapshots/index.html">Cqrs/Snapshots</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">31 / 31</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.MongoDB/Events/index.html">Cqrs.MongoDB/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">33 / 33</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Repositories/index.html">Cqrs/Repositories</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">34 / 34</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/index.html">Azure/Cqrs.Azure.DocumentDb</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">35 / 35</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Exceptions/index.html">Cqrs/Exceptions</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">36 / 36</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.DocumentDb/Events/index.html">Azure/Cqrs.Azure.DocumentDb/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">39 / 39</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Authentication/index.html">Cqrs/Authentication</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">41 / 41</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Services/index.html">Cqrs/Services</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">41 / 41</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs.EventStore/index.html">Cqrs.EventStore</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">43 / 43</td>
</tr>
<tr>
<td class="coverFile"><a href="Ninject/Cqrs.Ninject/Configuration/index.html">Ninject/Cqrs.Ninject/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">48 / 48</td>
</tr>
<tr>
<td class="coverFile"><a href="Akka.Net/Cqrs.Akka/Domain/index.html">Akka.Net/Cqrs.Akka/Domain</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">48 / 48</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Configuration/index.html">Cqrs/Configuration</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">49 / 49</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.BlobStorage/Events/index.html">Azure/Cqrs.Azure.BlobStorage/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">65 / 65</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Repositories/Queries/index.html">Cqrs/Repositories/Queries</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">69 / 69</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Bus/index.html">Cqrs/Bus</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">73 / 73</td>
</tr>
<tr>
<td class="coverFile"><a href="Azure/Cqrs.Azure.BlobStorage/index.html">Azure/Cqrs.Azure.BlobStorage</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">79 / 79</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Domain/index.html">Cqrs/Domain</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">88 / 88</td>
</tr>
<tr>
<td class="coverFile"><a href="Cqrs/Events/index.html">Cqrs/Events</a></td>
<td class="coverBar" align="center">
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="emerald.png" width=100 height=10 alt="100.0%"></td></tr></table>
</td>
<td class="coverPerHi">100.0 %</td>
<td class="coverNumHi">101 / 101</td>
</tr>
</table>
</center>
<br>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php">LCOV version 1.13</a></td></tr>
</table>
<br>
</body>
</html>
|
docs/code/pywinauto.six.html | airelil/pywinauto.github.io | <!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>pywinauto.six — pywinauto 0.5.4 documentation</title>
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.5.4',
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="pywinauto 0.5.4 documentation" href="../contents.html" />
<link rel="up" title="Main user modules" href="code.html" />
<link rel="next" title="pywinauto.tests.allcontrols" href="pywinauto.tests.allcontrols.html" />
<link rel="prev" title="pywinauto.SendKeysCtypes" href="pywinauto.SendKeysCtypes.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pywinauto.tests.allcontrols.html" title="pywinauto.tests.allcontrols"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="pywinauto.SendKeysCtypes.html" title="pywinauto.SendKeysCtypes"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.4 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="code.html" accesskey="U">Main user modules</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="pywinauto-six">
<h1>pywinauto.six<a class="headerlink" href="#pywinauto-six" title="Permalink to this headline">¶</a></h1>
<blockquote>
<div><span class="target" id="module-pywinauto.six"></span><p>Utilities for writing code that runs on Python 2 and 3</p>
<dl class="class">
<dt id="pywinauto.six.Iterator">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Iterator</code><a class="headerlink" href="#pywinauto.six.Iterator" title="Permalink to this definition">¶</a></dt>
<dd><dl class="method">
<dt id="pywinauto.six.Iterator.next">
<code class="descname">next</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.Iterator.next" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.Module_six_moves_urllib">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Module_six_moves_urllib</code><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a six.moves.urllib namespace that resembles the Python 3 namespace</p>
<dl class="attribute">
<dt id="pywinauto.six.Module_six_moves_urllib.error">
<code class="descname">error</code><em class="property"> = <module 'pywinauto.six.moves.urllib.error' (built-in)></em><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib.error" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pywinauto.six.Module_six_moves_urllib.parse">
<code class="descname">parse</code><em class="property"> = <module 'pywinauto.six.moves.urllib_parse' (built-in)></em><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib.parse" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pywinauto.six.Module_six_moves_urllib.request">
<code class="descname">request</code><em class="property"> = <module 'pywinauto.six.moves.urllib.request' (built-in)></em><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib.request" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pywinauto.six.Module_six_moves_urllib.response">
<code class="descname">response</code><em class="property"> = <module 'pywinauto.six.moves.urllib.response' (built-in)></em><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib.response" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="pywinauto.six.Module_six_moves_urllib.robotparser">
<code class="descname">robotparser</code><em class="property"> = <module 'pywinauto.six.moves.urllib.robotparser' (built-in)></em><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib.robotparser" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.Module_six_moves_urllib_error">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Module_six_moves_urllib_error</code><span class="sig-paren">(</span><em>name</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib_error" title="Permalink to this definition">¶</a></dt>
<dd><p>Lazy loading of moved objects in six.moves.urllib_error</p>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.Module_six_moves_urllib_parse">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Module_six_moves_urllib_parse</code><span class="sig-paren">(</span><em>name</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib_parse" title="Permalink to this definition">¶</a></dt>
<dd><p>Lazy loading of moved objects in six.moves.urllib_parse</p>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.Module_six_moves_urllib_request">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Module_six_moves_urllib_request</code><span class="sig-paren">(</span><em>name</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib_request" title="Permalink to this definition">¶</a></dt>
<dd><p>Lazy loading of moved objects in six.moves.urllib_request</p>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.Module_six_moves_urllib_response">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Module_six_moves_urllib_response</code><span class="sig-paren">(</span><em>name</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib_response" title="Permalink to this definition">¶</a></dt>
<dd><p>Lazy loading of moved objects in six.moves.urllib_response</p>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.Module_six_moves_urllib_robotparser">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">Module_six_moves_urllib_robotparser</code><span class="sig-paren">(</span><em>name</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.Module_six_moves_urllib_robotparser" title="Permalink to this definition">¶</a></dt>
<dd><p>Lazy loading of moved objects in six.moves.urllib_robotparser</p>
</dd></dl>
<dl class="class">
<dt id="pywinauto.six.MovedAttribute">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">MovedAttribute</code><span class="sig-paren">(</span><em>name</em>, <em>old_mod</em>, <em>new_mod</em>, <em>old_attr=None</em>, <em>new_attr=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.MovedAttribute" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="class">
<dt id="pywinauto.six.MovedModule">
<em class="property">class </em><code class="descclassname">pywinauto.six.</code><code class="descname">MovedModule</code><span class="sig-paren">(</span><em>name</em>, <em>old</em>, <em>new=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.MovedModule" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.add_metaclass">
<code class="descclassname">pywinauto.six.</code><code class="descname">add_metaclass</code><span class="sig-paren">(</span><em>metaclass</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.add_metaclass" title="Permalink to this definition">¶</a></dt>
<dd><p>Class decorator for creating a class with a metaclass.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.add_move">
<code class="descclassname">pywinauto.six.</code><code class="descname">add_move</code><span class="sig-paren">(</span><em>move</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.add_move" title="Permalink to this definition">¶</a></dt>
<dd><p>Add an item to six.moves.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.assertCountEqual">
<code class="descclassname">pywinauto.six.</code><code class="descname">assertCountEqual</code><span class="sig-paren">(</span><em>self</em>, <em>*args</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.assertCountEqual" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.assertRaisesRegex">
<code class="descclassname">pywinauto.six.</code><code class="descname">assertRaisesRegex</code><span class="sig-paren">(</span><em>self</em>, <em>*args</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.assertRaisesRegex" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.assertRegex">
<code class="descclassname">pywinauto.six.</code><code class="descname">assertRegex</code><span class="sig-paren">(</span><em>self</em>, <em>*args</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.assertRegex" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.b">
<code class="descclassname">pywinauto.six.</code><code class="descname">b</code><span class="sig-paren">(</span><em>s</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.b" title="Permalink to this definition">¶</a></dt>
<dd><p>Byte literal</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.byte2int">
<code class="descclassname">pywinauto.six.</code><code class="descname">byte2int</code><span class="sig-paren">(</span><em>bs</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.byte2int" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.create_bound_method">
<code class="descclassname">pywinauto.six.</code><code class="descname">create_bound_method</code><span class="sig-paren">(</span><em>func</em>, <em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.create_bound_method" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.create_unbound_method">
<code class="descclassname">pywinauto.six.</code><code class="descname">create_unbound_method</code><span class="sig-paren">(</span><em>func</em>, <em>cls</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.create_unbound_method" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.exec_">
<code class="descclassname">pywinauto.six.</code><code class="descname">exec_</code><span class="sig-paren">(</span><em>_code_</em>, <em>_globs_=None</em>, <em>_locs_=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.exec_" title="Permalink to this definition">¶</a></dt>
<dd><p>Execute code in a namespace.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.get_unbound_function">
<code class="descclassname">pywinauto.six.</code><code class="descname">get_unbound_function</code><span class="sig-paren">(</span><em>unbound</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.get_unbound_function" title="Permalink to this definition">¶</a></dt>
<dd><p>Get the function out of a possibly unbound function</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.indexbytes">
<code class="descclassname">pywinauto.six.</code><code class="descname">indexbytes</code><span class="sig-paren">(</span><em>buf</em>, <em>i</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.indexbytes" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.iteritems">
<code class="descclassname">pywinauto.six.</code><code class="descname">iteritems</code><span class="sig-paren">(</span><em>d</em>, <em>**kw</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.iteritems" title="Permalink to this definition">¶</a></dt>
<dd><p>Return an iterator over the (key, value) pairs of a dictionary.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.iterkeys">
<code class="descclassname">pywinauto.six.</code><code class="descname">iterkeys</code><span class="sig-paren">(</span><em>d</em>, <em>**kw</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.iterkeys" title="Permalink to this definition">¶</a></dt>
<dd><p>Return an iterator over the keys of a dictionary.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.iterlists">
<code class="descclassname">pywinauto.six.</code><code class="descname">iterlists</code><span class="sig-paren">(</span><em>d</em>, <em>**kw</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.iterlists" title="Permalink to this definition">¶</a></dt>
<dd><p>Return an iterator over the (key, [values]) pairs of a dictionary.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.itervalues">
<code class="descclassname">pywinauto.six.</code><code class="descname">itervalues</code><span class="sig-paren">(</span><em>d</em>, <em>**kw</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.itervalues" title="Permalink to this definition">¶</a></dt>
<dd><p>Return an iterator over the values of a dictionary.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.print_">
<code class="descclassname">pywinauto.six.</code><code class="descname">print_</code><span class="sig-paren">(</span><em>*args</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.print_" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.python_2_unicode_compatible">
<code class="descclassname">pywinauto.six.</code><code class="descname">python_2_unicode_compatible</code><span class="sig-paren">(</span><em>klass</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.python_2_unicode_compatible" title="Permalink to this definition">¶</a></dt>
<dd><p>A decorator that defines __unicode__ and __str__ methods under Python 2.
Under Python 3 it does nothing.</p>
<p>To support Python 2 and 3 with a single code base, define a __str__ method
returning text and apply this decorator to the class.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.raise_from">
<code class="descclassname">pywinauto.six.</code><code class="descname">raise_from</code><span class="sig-paren">(</span><em>value</em>, <em>from_value</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.raise_from" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="pywinauto.six.remove_move">
<code class="descclassname">pywinauto.six.</code><code class="descname">remove_move</code><span class="sig-paren">(</span><em>name</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.remove_move" title="Permalink to this definition">¶</a></dt>
<dd><p>Remove item from six.moves.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.reraise">
<code class="descclassname">pywinauto.six.</code><code class="descname">reraise</code><span class="sig-paren">(</span><em>tp</em>, <em>value</em>, <em>tb=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.reraise" title="Permalink to this definition">¶</a></dt>
<dd><p>Reraise an exception.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.u">
<code class="descclassname">pywinauto.six.</code><code class="descname">u</code><span class="sig-paren">(</span><em>s</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.u" title="Permalink to this definition">¶</a></dt>
<dd><p>Text literal</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.with_metaclass">
<code class="descclassname">pywinauto.six.</code><code class="descname">with_metaclass</code><span class="sig-paren">(</span><em>meta</em>, <em>*bases</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.with_metaclass" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a base class with a metaclass.</p>
</dd></dl>
<dl class="function">
<dt id="pywinauto.six.wraps">
<code class="descclassname">pywinauto.six.</code><code class="descname">wraps</code><span class="sig-paren">(</span><em>wrapped</em>, <em>assigned=('__module__'</em>, <em>'__name__'</em>, <em>'__doc__')</em>, <em>updated=('__dict__'</em>, <em>)</em><span class="sig-paren">)</span><a class="headerlink" href="#pywinauto.six.wraps" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
</div></blockquote>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="pywinauto.SendKeysCtypes.html"
title="previous chapter">pywinauto.SendKeysCtypes</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="pywinauto.tests.allcontrols.html"
title="next chapter">pywinauto.tests.allcontrols</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/code/pywinauto.six.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<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" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pywinauto.tests.allcontrols.html" title="pywinauto.tests.allcontrols"
>next</a> |</li>
<li class="right" >
<a href="pywinauto.SendKeysCtypes.html" title="pywinauto.SendKeysCtypes"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.4 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="code.html" >Main user modules</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2015, Mark Mc Mahon.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.
</div>
</body>
</html> |
wiki/docs/2.4/html/dir_adbdde05b32d0a00eeb928008e9f5550.html | Chinchilla-Software-Com/CQRS | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Properties Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">2.4</span>
</div>
<div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('dir_adbdde05b32d0a00eeb928008e9f5550.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Properties Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:Cqrs_8EventStore_2Properties_2AssemblyInfo_8cs"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><b>Cqrs.EventStore/Properties/AssemblyInfo.cs</b></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_bcbb2cf9a3d3d83e5515c82071a07177.html">Framework</a></li><li class="navelem"><a class="el" href="dir_28a873f443feb5d3d40b9bd7c2471433.html">Cqrs.EventStore</a></li><li class="navelem"><a class="el" href="dir_adbdde05b32d0a00eeb928008e9f5550.html">Properties</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
extLibs/RGraph/demos/pie-movie-genre.html | cainamreha/cwms | <!DOCTYPE html >
<html>
<head>
<link rel="stylesheet" href="demos.css" type="text/css" media="screen" />
<script src="../libraries/RGraph.common.core.js" ></script>
<script src="../libraries/RGraph.common.key.js" ></script>
<script src="../libraries/RGraph.pie.js" ></script>
<title>A Pie chart that shows movie genre popularity</title>
<meta name="robots" content="noindex,nofollow" />
</head>
<body>
<h1>A Pie chart that shows movie genre popularity</h1>
<canvas id="cvs" width="550" height="325">[No canvas support]</canvas>
<script>
window.onload = function ()
{
var data = [365555,363959,354964,341772,531421,475698,465630,458739,438358,437585,435162,427067,422607,421752,372254];
// The labels
var labels = [
'Childrens', 'Classics',
'Travel', 'Music',
'Sports ', 'Sci-Fi',
'Animation', 'Drama',
'Comedy', 'Action',
'New', 'Games',
'Foreign', 'Family',
'Documentary', 'Horror'
];
// Create the Pie chart object
var pie = new RGraph.Pie({
id: 'cvs',
data: data
})
// Append the number to the labels
for (var i=0; i<data.length; ++i) {
labels[i] = labels[i] + ' ' + RGraph.numberFormat(pie, data[i]);
}
pie.set({
labels: labels,
strokestyle: 'white',
linewidth: 1,
textAccessible: true
}).draw();
};
</script>
<p></p>
This goes in the documents header:
<pre class="code">
<script src="RGraph.common.core.js"></script>
<script src="RGraph.common.key.js"></script>
<script src="RGraph.pie.js"></script>
</pre>
Put this where you want the chart to show up:
<pre class="code">
<canvas id="cvs" width="350" height="325">
[No canvas support]
</canvas>
</pre>
This is the code that generates the chart:
<pre class="code">
<script>
window.onload = function ()
{
var data = [365555,363959,354964,341772,531421,475698,465630,458739,438358,437585,435162,427067,422607,421752,372254];
<span>// The labels</span>
var labels = [
'Childrens', 'Classics',
'Travel', 'Music',
'Sports ', 'Sci-Fi',
'Animation', 'Drama',
'Comedy', 'Action',
'New', 'Games',
'Foreign', 'Family',
'Documentary', 'Horror'
];
<span>// Create the Pie chart object</span>
var pie = new RGraph.Pie({
id: 'cvs',
data: data
})
<span>// Append the number to the labels</span>
for (var i=0; i<data.length; ++i) {
labels[i] = labels[i] + ' ' + RGraph.numberFormat(pie, data[i]);
}
pie.set({
labels: labels,
strokestyle: 'white',
linewidth: 1,
textAccessible: true
}).draw();
};
</script>
</pre>
<p>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.rgraph.net" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://www.rgraph.net', null, 'top=50,left=50,width=600,height=368'); return false"><img src="../images/facebook-large.png" width="200" height="43" alt="Share on Facebook" border="0" title="Visit the RGraph Facebook page" /></a>
<a href="https://twitter.com/_rgraph" target="_blank" onclick="window.open('https://twitter.com/_rgraph', null, 'top=50,left=50,width=700,height=400'); return false"><img src="../images/twitter-large.png" width="200" height="43" alt="Share on Twitter" border="0" title="Mention RGraph on Twitter" /></a>
</p>
<p>
<a href="./">« Back</a>
</p>
</body>
</html> |
reference/teilchen/util/Util.html | d3p/teilchen | <!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 -->
<title>Util</title>
<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="Util";
}
}
catch(err) {
}
//-->
var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9,"i29":9,"i30":9,"i31":9,"i32":9,"i33":9,"i34":9,"i35":9,"i36":9,"i37":9,"i38":9,"i39":9,"i40":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../teilchen/util/TransformMatrix4f.html" title="class in teilchen.util"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../teilchen/util/Vector3i.html" title="class in teilchen.util"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?teilchen/util/Util.html" target="_top">Frames</a></li>
<li><a href="Util.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">teilchen.util</div>
<h2 title="Class Util" class="title">Class Util</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>teilchen.util.Util</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">Util</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#Util--">Util</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#almost-PVector-PVector-">almost</a></span>(PVector p0,
PVector p1)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#angle-PVector-PVector-">angle</a></span>(PVector p,
PVector theVector)</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#calculateNormal-PVector-PVector-PVector-">calculateNormal</a></span>(PVector theVectorAB,
PVector theVectorBC,
PVector theResultNormal)</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#calculateNormal-PVector-PVector-PVector-PVector-">calculateNormal</a></span>(PVector pointA,
PVector pointB,
PVector pointC,
PVector theResultNormal)</code>
<div class="block">calculate a normal from a set of three vectors.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#calculateReflectionVector-teilchen.Particle-PVector-">calculateReflectionVector</a></span>(<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> pParticle,
PVector pNormal)</code> </td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#clone-PVector-">clone</a></span>(PVector p)</code> </td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#contains-float-float-float-">contains</a></span>(float theTestValue,
float theContainerValue,
float theRange)</code> </td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#contains-PVector-teilchen.util.WorldAxisAlignedBoundingBox-">contains</a></span>(PVector thePosition,
<a href="../../teilchen/util/WorldAxisAlignedBoundingBox.html" title="class in teilchen.util">WorldAxisAlignedBoundingBox</a> theWorldAlignedBox)</code> </td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static <a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#createTriangleDeflector2D-float-float-float-float-float-">createTriangleDeflector2D</a></span>(float x1,
float y1,
float x2,
float y2,
float mCoefficientOfRestitution)</code> </td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static java.util.ArrayList<<a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#createTriangleDeflectors-float:A-float-">createTriangleDeflectors</a></span>(float[] theVertices,
float theCoefficientOfRestitution)</code> </td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static java.util.ArrayList<<a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#createTriangleDeflectors-PVector:A-float-">createTriangleDeflectors</a></span>(PVector[] theVertices,
float theCoefficientOfRestitution)</code> </td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static java.util.ArrayList<<a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#createTriangleDeflectorsIndexed-float:A-float-">createTriangleDeflectorsIndexed</a></span>(float[] theVertices,
float theCoefficientOfRestitution)</code> </td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#cross-PVector-PVector-">cross</a></span>(PVector p1,
PVector p2)</code> </td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#distance-PVector-PVector-">distance</a></span>(PVector p1,
PVector p2)</code> </td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>static float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#distanceSquared-PVector-PVector-">distanceSquared</a></span>(PVector p0,
PVector p1)</code> </td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#divide-PVector-PVector-">divide</a></span>(PVector p,
PVector theVector)</code> </td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>static float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#fastInverseSqrt-float-">fastInverseSqrt</a></span>(float v)</code> </td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#findParticleByProximity-java.util.ArrayList-float-float-float-float-">findParticleByProximity</a></span>(java.util.ArrayList<<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a>> pParticles,
float x,
float y,
float z,
float pSelectionRadius)</code> </td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#findParticleByProximity-java.util.ArrayList-PVector-float-">findParticleByProximity</a></span>(java.util.ArrayList<<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a>> pParticles,
PVector pPosition,
float pSelectionRadius)</code> </td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#findParticleByProximity-teilchen.Physics-float-float-float-float-">findParticleByProximity</a></span>(<a href="../../teilchen/Physics.html" title="class in teilchen">Physics</a> pPhysics,
float x,
float y,
float z,
float pSelectionRadius)</code> </td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#findParticleByProximity-teilchen.Physics-PVector-float-">findParticleByProximity</a></span>(<a href="../../teilchen/Physics.html" title="class in teilchen">Physics</a> pPhysics,
PVector pPosition,
float pSelectionRadius)</code> </td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#inside2DPolygon-PVector-java.util.ArrayList-">inside2DPolygon</a></span>(PVector thePoint,
java.util.ArrayList<PVector> thePolygon)</code> </td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#insidePolygon-PVector-java.util.ArrayList-">insidePolygon</a></span>(PVector thePoint,
java.util.ArrayList<PVector> thePolygon)</code> </td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#insidePolygon-PVector-PVector:A-">insidePolygon</a></span>(PVector thePoint,
PVector[] thePolygon)</code> </td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#isNaN-PVector-">isNaN</a></span>(PVector p)</code> </td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#isPointInTriangle-PVector-PVector-PVector-PVector-">isPointInTriangle</a></span>(PVector v0,
PVector v1,
PVector v2,
PVector thePoint)</code> </td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>static float</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#lengthSquared-PVector-">lengthSquared</a></span>(PVector p)</code> </td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#mult-PVector-PVector-">mult</a></span>(PVector v1,
PVector v2)</code> </td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#mult-PVector-PVector-PVector-">mult</a></span>(PVector v1,
PVector v2,
PVector target)</code> </td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#pointAt-PMatrix3D-PVector-PVector-PVector-">pointAt</a></span>(PMatrix3D pResult,
PVector pPosition,
PVector pUpVector,
PVector pPointAtPosition)</code> </td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#projectPointOnLineSegment-PVector-PVector-PVector-">projectPointOnLineSegment</a></span>(PVector v,
PVector w,
PVector p)</code> </td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#randomize-PVector-">randomize</a></span>(PVector p)</code>
<div class="block">Sets a position randomly distributed inside a sphere of unit radius
centered at the origin.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#randomize2D-PVector-">randomize2D</a></span>(PVector p)</code> </td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#reflect-PVector-PVector-">reflect</a></span>(PVector theVector,
PVector theNormal)</code> </td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#reflect-PVector-PVector-float-">reflect</a></span>(PVector theVector,
PVector theNormal,
float theCoefficientOfRestitution)</code> </td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#reflectVelocity-teilchen.Particle-PVector-float-">reflectVelocity</a></span>(<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> theParticle,
PVector theNormal,
float theCoefficientOfRestitution)</code> </td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>static PVector</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#rotatePoint-PVector-double-PVector-PVector-">rotatePoint</a></span>(PVector p,
double theta,
PVector p1,
PVector p2)</code> </td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#satisfyNeighborConstraints-java.util.ArrayList-float-">satisfyNeighborConstraints</a></span>(java.util.ArrayList<<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a>> theParticles,
float theRelaxedness)</code> </td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#scale-PVector-PVector-">scale</a></span>(PVector v1,
PVector v2)</code> </td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#setVelocityAndOldPosition-teilchen.Particle-PVector-">setVelocityAndOldPosition</a></span>(<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> pParticle,
PVector pNewVelocity)</code> </td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../teilchen/util/Util.html#updateBoundingBox-teilchen.util.WorldAxisAlignedBoundingBox-PVector:A-">updateBoundingBox</a></span>(<a href="../../teilchen/util/WorldAxisAlignedBoundingBox.html" title="class in teilchen.util">WorldAxisAlignedBoundingBox</a> theWorldAxisAlignedBoundingBox,
PVector[] myVectors)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Util--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Util</h4>
<pre>public Util()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="almost-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>almost</h4>
<pre>public static boolean almost(PVector p0,
PVector p1)</pre>
</li>
</ul>
<a name="angle-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>angle</h4>
<pre>public static float angle(PVector p,
PVector theVector)</pre>
</li>
</ul>
<a name="calculateNormal-PVector-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calculateNormal</h4>
<pre>public static void calculateNormal(PVector theVectorAB,
PVector theVectorBC,
PVector theResultNormal)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>theVectorAB</code> - vector AB</dd>
<dd><code>theVectorBC</code> - vector BC</dd>
<dd><code>theResultNormal</code> - normal</dd>
</dl>
</li>
</ul>
<a name="calculateNormal-PVector-PVector-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calculateNormal</h4>
<pre>public static void calculateNormal(PVector pointA,
PVector pointB,
PVector pointC,
PVector theResultNormal)</pre>
<div class="block">calculate a normal from a set of three vectors.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>pointA</code> - point A</dd>
<dd><code>pointB</code> - point B</dd>
<dd><code>pointC</code> - point C</dd>
<dd><code>theResultNormal</code> - normal</dd>
</dl>
</li>
</ul>
<a name="calculateReflectionVector-teilchen.Particle-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>calculateReflectionVector</h4>
<pre>public static PVector calculateReflectionVector(<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> pParticle,
PVector pNormal)</pre>
</li>
</ul>
<a name="clone-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clone</h4>
<pre>public static PVector clone(PVector p)</pre>
</li>
</ul>
<a name="contains-float-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contains</h4>
<pre>public static boolean contains(float theTestValue,
float theContainerValue,
float theRange)</pre>
</li>
</ul>
<a name="contains-PVector-teilchen.util.WorldAxisAlignedBoundingBox-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>contains</h4>
<pre>public static boolean contains(PVector thePosition,
<a href="../../teilchen/util/WorldAxisAlignedBoundingBox.html" title="class in teilchen.util">WorldAxisAlignedBoundingBox</a> theWorldAlignedBox)</pre>
</li>
</ul>
<a name="createTriangleDeflector2D-float-float-float-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTriangleDeflector2D</h4>
<pre>public static <a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a> createTriangleDeflector2D(float x1,
float y1,
float x2,
float y2,
float mCoefficientOfRestitution)</pre>
</li>
</ul>
<a name="createTriangleDeflectors-float:A-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTriangleDeflectors</h4>
<pre>public static java.util.ArrayList<<a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a>> createTriangleDeflectors(float[] theVertices,
float theCoefficientOfRestitution)</pre>
</li>
</ul>
<a name="createTriangleDeflectors-PVector:A-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTriangleDeflectors</h4>
<pre>public static java.util.ArrayList<<a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a>> createTriangleDeflectors(PVector[] theVertices,
float theCoefficientOfRestitution)</pre>
</li>
</ul>
<a name="createTriangleDeflectorsIndexed-float:A-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTriangleDeflectorsIndexed</h4>
<pre>public static java.util.ArrayList<<a href="../../teilchen/force/TriangleDeflector.html" title="class in teilchen.force">TriangleDeflector</a>> createTriangleDeflectorsIndexed(float[] theVertices,
float theCoefficientOfRestitution)</pre>
</li>
</ul>
<a name="cross-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cross</h4>
<pre>public static PVector cross(PVector p1,
PVector p2)</pre>
</li>
</ul>
<a name="distance-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>distance</h4>
<pre>public static float distance(PVector p1,
PVector p2)</pre>
</li>
</ul>
<a name="distanceSquared-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>distanceSquared</h4>
<pre>public static float distanceSquared(PVector p0,
PVector p1)</pre>
</li>
</ul>
<a name="divide-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>divide</h4>
<pre>public static void divide(PVector p,
PVector theVector)</pre>
</li>
</ul>
<a name="fastInverseSqrt-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fastInverseSqrt</h4>
<pre>public static float fastInverseSqrt(float v)</pre>
</li>
</ul>
<a name="findParticleByProximity-java.util.ArrayList-float-float-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findParticleByProximity</h4>
<pre>public static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> findParticleByProximity(java.util.ArrayList<<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a>> pParticles,
float x,
float y,
float z,
float pSelectionRadius)</pre>
</li>
</ul>
<a name="findParticleByProximity-java.util.ArrayList-PVector-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findParticleByProximity</h4>
<pre>public static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> findParticleByProximity(java.util.ArrayList<<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a>> pParticles,
PVector pPosition,
float pSelectionRadius)</pre>
</li>
</ul>
<a name="findParticleByProximity-teilchen.Physics-float-float-float-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findParticleByProximity</h4>
<pre>public static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> findParticleByProximity(<a href="../../teilchen/Physics.html" title="class in teilchen">Physics</a> pPhysics,
float x,
float y,
float z,
float pSelectionRadius)</pre>
</li>
</ul>
<a name="findParticleByProximity-teilchen.Physics-PVector-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findParticleByProximity</h4>
<pre>public static <a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> findParticleByProximity(<a href="../../teilchen/Physics.html" title="class in teilchen">Physics</a> pPhysics,
PVector pPosition,
float pSelectionRadius)</pre>
</li>
</ul>
<a name="inside2DPolygon-PVector-java.util.ArrayList-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>inside2DPolygon</h4>
<pre>public static boolean inside2DPolygon(PVector thePoint,
java.util.ArrayList<PVector> thePolygon)</pre>
</li>
</ul>
<a name="insidePolygon-PVector-java.util.ArrayList-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insidePolygon</h4>
<pre>public static boolean insidePolygon(PVector thePoint,
java.util.ArrayList<PVector> thePolygon)</pre>
</li>
</ul>
<a name="insidePolygon-PVector-PVector:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insidePolygon</h4>
<pre>public static boolean insidePolygon(PVector thePoint,
PVector[] thePolygon)</pre>
</li>
</ul>
<a name="isNaN-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isNaN</h4>
<pre>public static boolean isNaN(PVector p)</pre>
</li>
</ul>
<a name="isPointInTriangle-PVector-PVector-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPointInTriangle</h4>
<pre>public static boolean isPointInTriangle(PVector v0,
PVector v1,
PVector v2,
PVector thePoint)</pre>
</li>
</ul>
<a name="lengthSquared-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lengthSquared</h4>
<pre>public static float lengthSquared(PVector p)</pre>
</li>
</ul>
<a name="mult-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mult</h4>
<pre>public static PVector mult(PVector v1,
PVector v2)</pre>
</li>
</ul>
<a name="mult-PVector-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mult</h4>
<pre>public static PVector mult(PVector v1,
PVector v2,
PVector target)</pre>
</li>
</ul>
<a name="pointAt-PMatrix3D-PVector-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>pointAt</h4>
<pre>public static void pointAt(PMatrix3D pResult,
PVector pPosition,
PVector pUpVector,
PVector pPointAtPosition)</pre>
</li>
</ul>
<a name="projectPointOnLineSegment-PVector-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>projectPointOnLineSegment</h4>
<pre>public static PVector projectPointOnLineSegment(PVector v,
PVector w,
PVector p)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>v</code> - line segment start</dd>
<dd><code>w</code> - line segment end</dd>
<dd><code>p</code> - point</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>resulting point on line segment</dd>
</dl>
</li>
</ul>
<a name="randomize-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>randomize</h4>
<pre>public static void randomize(PVector p)</pre>
<div class="block">Sets a position randomly distributed inside a sphere of unit radius
centered at the origin. Orientation will be random and length will range
between 0 and 1</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>p</code> - randomized vector</dd>
</dl>
</li>
</ul>
<a name="randomize2D-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>randomize2D</h4>
<pre>public static void randomize2D(PVector p)</pre>
</li>
</ul>
<a name="reflect-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reflect</h4>
<pre>public static void reflect(PVector theVector,
PVector theNormal)</pre>
</li>
</ul>
<a name="reflect-PVector-PVector-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reflect</h4>
<pre>public static void reflect(PVector theVector,
PVector theNormal,
float theCoefficientOfRestitution)</pre>
</li>
</ul>
<a name="reflectVelocity-teilchen.Particle-PVector-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reflectVelocity</h4>
<pre>public static void reflectVelocity(<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> theParticle,
PVector theNormal,
float theCoefficientOfRestitution)</pre>
</li>
</ul>
<a name="rotatePoint-PVector-double-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rotatePoint</h4>
<pre>public static PVector rotatePoint(PVector p,
double theta,
PVector p1,
PVector p2)</pre>
</li>
</ul>
<a name="satisfyNeighborConstraints-java.util.ArrayList-float-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>satisfyNeighborConstraints</h4>
<pre>public static void satisfyNeighborConstraints(java.util.ArrayList<<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a>> theParticles,
float theRelaxedness)</pre>
</li>
</ul>
<a name="scale-PVector-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>scale</h4>
<pre>public static void scale(PVector v1,
PVector v2)</pre>
</li>
</ul>
<a name="setVelocityAndOldPosition-teilchen.Particle-PVector-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVelocityAndOldPosition</h4>
<pre>public static void setVelocityAndOldPosition(<a href="../../teilchen/Particle.html" title="interface in teilchen">Particle</a> pParticle,
PVector pNewVelocity)</pre>
</li>
</ul>
<a name="updateBoundingBox-teilchen.util.WorldAxisAlignedBoundingBox-PVector:A-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>updateBoundingBox</h4>
<pre>public static void updateBoundingBox(<a href="../../teilchen/util/WorldAxisAlignedBoundingBox.html" title="class in teilchen.util">WorldAxisAlignedBoundingBox</a> theWorldAxisAlignedBoundingBox,
PVector[] myVectors)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../teilchen/util/TransformMatrix4f.html" title="class in teilchen.util"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../teilchen/util/Vector3i.html" title="class in teilchen.util"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?teilchen/util/Util.html" target="_top">Frames</a></li>
<li><a href="Util.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
wiki/docs/2.2/coverage-report/Akka.Net/Cqrs.Akka/Configuration/AkkaBusRegistrar.cs.gcov.html | cdmdotnet/CQRS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - doc-coverage.info - Akka.Net/Cqrs.Akka/Configuration/AkkaBusRegistrar.cs</title>
<link rel="stylesheet" type="text/css" href="../../../gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">Documentation Coverage Report</td></tr>
<tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue"><a href="../../../index.html">top level</a> - <a href="index.html">Akka.Net/Cqrs.Akka/Configuration</a> - AkkaBusRegistrar.cs</td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Version:</td>
<td class="headerValue">2.2</td>
<td></td>
<td class="headerItem">Artefacts:</td>
<td class="headerCovTableEntry">4</td>
<td class="headerCovTableEntry">4</td>
<td class="headerCovTableEntryHi">100.0 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2017-09-22</td>
<td></td>
</tr>
<tr><td><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td><br></td>
</tr>
<tr>
<td>
<pre class="sourceHeading"> Line data Source code</pre>
<pre class="source">
<span class="lineNum"> 1 </span> : #region Copyright
<span class="lineNum"> 2 </span> : // // -----------------------------------------------------------------------
<span class="lineNum"> 3 </span> : // // <copyright company="Chinchilla Software Limited">
<span class="lineNum"> 4 </span> : // // Copyright Chinchilla Software Limited. All rights reserved.
<span class="lineNum"> 5 </span> : // // </copyright>
<span class="lineNum"> 6 </span> : // // -----------------------------------------------------------------------
<span class="lineNum"> 7 </span> : #endregion
<span class="lineNum"> 8 </span> :
<span class="lineNum"> 9 </span> : using System;
<span class="lineNum"> 10 </span> : using System.Collections.Generic;
<span class="lineNum"> 11 </span> : using System.Linq;
<span class="lineNum"> 12 </span> : using System.Reflection;
<span class="lineNum"> 13 </span> : using Akka.Actor;
<span class="lineNum"> 14 </span> : using cdmdotnet.Logging;
<span class="lineNum"> 15 </span> : using Cqrs.Akka.Events;
<span class="lineNum"> 16 </span> : using Cqrs.Bus;
<span class="lineNum"> 17 </span> : using Cqrs.Commands;
<span class="lineNum"> 18 </span> : using Cqrs.Configuration;
<span class="lineNum"> 19 </span> : using Cqrs.Events;
<span class="lineNum"> 20 </span> : using Cqrs.Messages;
<span class="lineNum"> 21 </span> :
<span class="lineNum"> 22 </span> : namespace Cqrs.Akka.Configuration
<span class="lineNum"> 23 </span> : {
<span class="lineNum"> 24 </span> : /// <summary>
<span class="lineNum"> 25 </span> : /// Triggers the <see cref="BusRegistrar"/> instantiates instances of <see cref="IEventHandler{TAuthenticationToken, TEvent}"/> and <see cref="ICommandHandler{TAuthenticationToken,TCommand}"/> classes that inherit the akka.net <see cref="ReceiveActor"/> via the <see cref="IDependencyResolver"/> so their message registration kicks in.
<span class="lineNum"> 26 </span> : /// </summary>
<span class="lineNum"> 27 </span> : public class AkkaBusRegistrar<TAuthenticationToken> : BusRegistrar
<span class="lineNum"> 28 </span><span class="lineCov"> 1 : {</span>
<span class="lineNum"> 29 </span> : /// <summary>
<span class="lineNum"> 30 </span> : /// Gets or sets the <see cref="IHandlerResolver"/>.
<span class="lineNum"> 31 </span> : /// </summary>
<span class="lineNum"> 32 </span> : protected IHandlerResolver HandlerResolver { get; private set; }
<span class="lineNum"> 33 </span> :
<span class="lineNum"> 34 </span> : /// <summary>
<span class="lineNum"> 35 </span> : /// Instantiates a new instance of <see cref="AkkaBusRegistrar{TAuthenticationToken}"/>.
<span class="lineNum"> 36 </span> : /// </summary>
<span class="lineNum"> 37 </span><span class="lineCov"> 1 : public AkkaBusRegistrar(IDependencyResolver dependencyResolver, IHandlerResolver handlerResolver)</span>
<span class="lineNum"> 38 </span> : : base(dependencyResolver)
<span class="lineNum"> 39 </span> : {
<span class="lineNum"> 40 </span> : HandlerResolver = handlerResolver;
<span class="lineNum"> 41 </span> : }
<span class="lineNum"> 42 </span> :
<span class="lineNum"> 43 </span> : #region Overrides of BusRegistrar
<span class="lineNum"> 44 </span> :
<span class="lineNum"> 45 </span> : /// <summary>
<span class="lineNum"> 46 </span> : /// Builds a <see cref="HandlerDelegate"/> that will resolve the provided <paramref name="executorType"/> and invoke the Handle method, when executed.
<span class="lineNum"> 47 </span> : /// </summary>
<span class="lineNum"> 48 </span> : /// <param name="executorType">The type of <see cref="IHandler"/> to resolve.></param>
<span class="lineNum"> 49 </span> : /// <param name="resolveMessageHandlerInterface">Not used.</param>
<span class="lineNum"> 50 </span><span class="lineCov"> 1 : protected override HandlerDelegate BuildDelegateAction(Type executorType, Func<Type, IEnumerable<Type>> resolveMessageHandlerInterface)</span>
<span class="lineNum"> 51 </span> : {
<span class="lineNum"> 52 </span> : Type targetedType = executorType;
<span class="lineNum"> 53 </span> : Type @interface = resolveMessageHandlerInterface(executorType).FirstOrDefault();
<span class="lineNum"> 54 </span> : if (@interface != null && @interface.GenericTypeArguments.Length > 2)
<span class="lineNum"> 55 </span> : targetedType = executorType.GenericTypeArguments[1];
<span class="lineNum"> 56 </span> :
<span class="lineNum"> 57 </span> : Action<dynamic> handlerDelegate = x =>
<span class="lineNum"> 58 </span> : {
<span class="lineNum"> 59 </span> : dynamic handler;
<span class="lineNum"> 60 </span> : try
<span class="lineNum"> 61 </span> : {
<span class="lineNum"> 62 </span> : Type messageType = ((object)x).GetType();
<span class="lineNum"> 63 </span> : object rsn = messageType.GetProperty("Rsn").GetValue(x, null);
<span class="lineNum"> 64 </span> : handler = HandlerResolver.Resolve(executorType, rsn);
<span class="lineNum"> 65 </span> : }
<span class="lineNum"> 66 </span> : catch (Exception)
<span class="lineNum"> 67 </span> : {
<span class="lineNum"> 68 </span> : handler = DependencyResolver.Resolve(executorType);
<span class="lineNum"> 69 </span> : }
<span class="lineNum"> 70 </span> : IActorRef actorReference = handler as IActorRef;
<span class="lineNum"> 71 </span> : try
<span class="lineNum"> 72 </span> : {
<span class="lineNum"> 73 </span> : if (actorReference != null)
<span class="lineNum"> 74 </span> : actorReference.Tell((object)x);
<span class="lineNum"> 75 </span> : else
<span class="lineNum"> 76 </span> : handler.Handle(x);
<span class="lineNum"> 77 </span> : }
<span class="lineNum"> 78 </span> : catch (NotImplementedException exception)
<span class="lineNum"> 79 </span> : {
<span class="lineNum"> 80 </span> : var logger = DependencyResolver.Resolve<ILogger>();
<span class="lineNum"> 81 </span> : logger.LogInfo(string.Format("An event message arrived of the type '{0}' went to a handler of type '{1}' but was not implemented.", x.GetType().FullName, handler.GetType().FullName), exception: exception);
<span class="lineNum"> 82 </span> : }
<span class="lineNum"> 83 </span> : };
<span class="lineNum"> 84 </span> :
<span class="lineNum"> 85 </span> : // Instantiate an instance so it triggers the constructor with it's registrations
<span class="lineNum"> 86 </span> : DependencyResolver.Resolve(executorType);
<span class="lineNum"> 87 </span> :
<span class="lineNum"> 88 </span> : return new HandlerDelegate { Delegate = handlerDelegate, TargetedType = targetedType };
<span class="lineNum"> 89 </span> : }
<span class="lineNum"> 90 </span> :
<span class="lineNum"> 91 </span> : /// <summary>
<span class="lineNum"> 92 </span> : /// Invokes <paramref name="handlerDelegate"/>, fetching the corresponding "HoldMessageLock" configuration setting
<span class="lineNum"> 93 </span> : /// </summary>
<span class="lineNum"> 94 </span> : /// <param name="registerExecutorMethod">The <see cref="MethodInfo"/> to use to invoke <paramref name="handlerDelegate"/>.</param>
<span class="lineNum"> 95 </span> : /// <param name="trueForEventsFalseForCommands">Indicates if this is registers <see cref="IEventHandler"/> or <see cref="ICommandHandler{TAuthenticationToken,TCommand}"/>.</param>
<span class="lineNum"> 96 </span> : /// <param name="handlerDelegate">The actual <see cref="HandlerDelegate"/> that gets executed.</param>
<span class="lineNum"> 97 </span><span class="lineCov"> 1 : protected override void InvokeHandlerDelegate(MethodInfo registerExecutorMethod, bool trueForEventsFalseForCommands, HandlerDelegate handlerDelegate)</span>
<span class="lineNum"> 98 </span> : {
<span class="lineNum"> 99 </span> : base.InvokeHandlerDelegate(registerExecutorMethod, trueForEventsFalseForCommands, handlerDelegate);
<span class="lineNum"> 100 </span> : registerExecutorMethod.Invoke(DependencyResolver.Resolve<IAkkaEventPublisher<TAuthenticationToken>>(), new object[] { handlerDelegate.Delegate, handlerDelegate.TargetedType });
<span class="lineNum"> 101 </span> : }
<span class="lineNum"> 102 </span> :
<span class="lineNum"> 103 </span> : #endregion
<span class="lineNum"> 104 </span> : }
<span class="lineNum"> 105 </span> : }
</pre>
</td>
</tr>
</table>
<br>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../../../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.10</a></td></tr>
</table>
<br>
</body>
</html>
|
wiki/docs/2.2/html/classCqrs_1_1MongoDB_1_1Tests_1_1Integration_1_1MongoDbSnapshotStoreTests_1_1RandomNumberEvent_a3af56ebbe4f98410ba79647f08ba31f3.html | cdmdotnet/CQRS | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Cqrs.MongoDB.Tests.Integration.MongoDbSnapshotStoreTests.RandomNumberEvent.Frameworks</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">2.2</span>
</div>
<div id="projectbrief">A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classCqrs_1_1MongoDB_1_1Tests_1_1Integration_1_1MongoDbSnapshotStoreTests_1_1RandomNumberEvent_a3af56ebbe4f98410ba79647f08ba31f3.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<a id="a3af56ebbe4f98410ba79647f08ba31f3"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3af56ebbe4f98410ba79647f08ba31f3">◆ </a></span>Frameworks</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">IEnumerable<string> Cqrs.MongoDB.Tests.Integration.MongoDbSnapshotStoreTests.RandomNumberEvent.Frameworks</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">get</span><span class="mlabel">set</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The frameworks this IMessage has been delivered to/sent via already. </p>
</div>
</div>
</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="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1MongoDB.html">MongoDB</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1MongoDB_1_1Tests.html">Tests</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1MongoDB_1_1Tests_1_1Integration.html">Integration</a></li><li class="navelem"><a class="el" href="classCqrs_1_1MongoDB_1_1Tests_1_1Integration_1_1MongoDbSnapshotStoreTests.html">MongoDbSnapshotStoreTests</a></li><li class="navelem"><a class="el" href="classCqrs_1_1MongoDB_1_1Tests_1_1Integration_1_1MongoDbSnapshotStoreTests_1_1RandomNumberEvent.html">RandomNumberEvent</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
wiki/docs/2.4/html/classCqrs_1_1MongoDB_1_1DataStores_1_1Indexes_1_1ByRsnMongoDbIndex_acf6c8317e8ff8d9c3ffa592683e30665.html | cdmdotnet/CQRS | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CQRS.NET: Cqrs.MongoDB.DataStores.Indexes.ByRsnMongoDbIndex.ByRsnMongoDbIndex</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="ChinChilla-Software-Red.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CQRS.NET
 <span id="projectnumber">2.4</span>
</div>
<div id="projectbrief">A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classCqrs_1_1MongoDB_1_1DataStores_1_1Indexes_1_1ByRsnMongoDbIndex_acf6c8317e8ff8d9c3ffa592683e30665.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<a id="acf6c8317e8ff8d9c3ffa592683e30665"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acf6c8317e8ff8d9c3ffa592683e30665">◆ </a></span>ByRsnMongoDbIndex()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classCqrs_1_1MongoDB_1_1DataStores_1_1Indexes_1_1ByRsnMongoDbIndex.html">Cqrs.MongoDB.DataStores.Indexes.ByRsnMongoDbIndex</a>< TEntity >.<a class="el" href="classCqrs_1_1MongoDB_1_1DataStores_1_1Indexes_1_1ByRsnMongoDbIndex.html">ByRsnMongoDbIndex</a> </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Instantiate a new instance of <a class="el" href="classCqrs_1_1MongoDB_1_1DataStores_1_1Indexes_1_1ByRsnMongoDbIndex_acf6c8317e8ff8d9c3ffa592683e30665.html#acf6c8317e8ff8d9c3ffa592683e30665" title="Instantiate a new instance of ByRsnMongoDbIndex<TEntity>. ">ByRsnMongoDbIndex<TEntity></a>. </p>
</div>
</div>
</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="namespaceCqrs.html">Cqrs</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1MongoDB.html">MongoDB</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1MongoDB_1_1DataStores.html">DataStores</a></li><li class="navelem"><a class="el" href="namespaceCqrs_1_1MongoDB_1_1DataStores_1_1Indexes.html">Indexes</a></li><li class="navelem"><a class="el" href="classCqrs_1_1MongoDB_1_1DataStores_1_1Indexes_1_1ByRsnMongoDbIndex.html">ByRsnMongoDbIndex</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
wiki/docs/4.1/coverage-report/Cqrs.Mongo/Factories/MongoDataStoreFactory.cs.gcov.html | cdmdotnet/CQRS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - doc-coverage.info - Cqrs.Mongo/Factories/MongoDataStoreFactory.cs</title>
<link rel="stylesheet" type="text/css" href="../../gcov.css">
</head>
<body>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="title">Documentation Coverage Report</td></tr>
<tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
<tr>
<td width="100%">
<table cellpadding=1 border=0 width="100%">
<tr>
<td width="10%" class="headerItem">Current view:</td>
<td width="35%" class="headerValue"><a href="../../index.html">top level</a> - <a href="index.html">Cqrs.Mongo/Factories</a> - MongoDataStoreFactory.cs</td>
<td width="5%"></td>
<td width="15%"></td>
<td width="10%" class="headerCovTableHead">Hit</td>
<td width="10%" class="headerCovTableHead">Total</td>
<td width="15%" class="headerCovTableHead">Coverage</td>
</tr>
<tr>
<td class="headerItem">Version:</td>
<td class="headerValue">4.0</td>
<td></td>
<td class="headerItem">Artefacts:</td>
<td class="headerCovTableEntry">4</td>
<td class="headerCovTableEntry">4</td>
<td class="headerCovTableEntryHi">100.0 %</td>
</tr>
<tr>
<td class="headerItem">Date:</td>
<td class="headerValue">2019-11-25 19:57:53</td>
<td></td>
</tr>
<tr><td><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
</td>
</tr>
<tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
</table>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td><br></td>
</tr>
<tr>
<td>
<pre class="sourceHeading"> Line data Source code</pre>
<pre class="source">
<span class="lineNum"> 1 </span> : #region Copyright
<span class="lineNum"> 2 </span> : // // -----------------------------------------------------------------------
<span class="lineNum"> 3 </span> : // // <copyright company="Chinchilla Software Limited">
<span class="lineNum"> 4 </span> : // // Copyright Chinchilla Software Limited. All rights reserved.
<span class="lineNum"> 5 </span> : // // </copyright>
<span class="lineNum"> 6 </span> : // // -----------------------------------------------------------------------
<span class="lineNum"> 7 </span> : #endregion
<span class="lineNum"> 8 </span> :
<span class="lineNum"> 9 </span> : using System;
<span class="lineNum"> 10 </span> : using System.Collections.Generic;
<span class="lineNum"> 11 </span> : using System.Linq;
<span class="lineNum"> 12 </span> : using System.Reflection;
<span class="lineNum"> 13 </span> : using Chinchilla.Logging;
<span class="lineNum"> 14 </span> : using Cqrs.DataStores;
<span class="lineNum"> 15 </span> : using Cqrs.Mongo.DataStores.Indexes;
<span class="lineNum"> 16 </span> : using Cqrs.Mongo.Serialisers;
<span class="lineNum"> 17 </span> : using MongoDB.Driver;
<span class="lineNum"> 18 </span> : using MongoDB.Driver.Builders;
<span class="lineNum"> 19 </span> :
<span class="lineNum"> 20 </span> : namespace Cqrs.Mongo.Factories
<span class="lineNum"> 21 </span> : {
<span class="lineNum"> 22 </span> : /// <summary>
<span class="lineNum"> 23 </span> : /// A factory for obtaining <see cref="IDataStore{TData}"/> collections from Mongo
<span class="lineNum"> 24 </span> : /// </summary>
<span class="lineNum"> 25 </span> : public class MongoDataStoreFactory
<span class="lineNum"> 26 </span><span class="lineCov"> 1 : {</span>
<span class="lineNum"> 27 </span> : private static IDictionary<Type, IList<object>> IndexTypesByEntityType { get; set; }
<span class="lineNum"> 28 </span> :
<span class="lineNum"> 29 </span> : /// <summary>
<span class="lineNum"> 30 </span> : /// Gets or sets the <see cref="ILogger"/>.
<span class="lineNum"> 31 </span> : /// </summary>
<span class="lineNum"> 32 </span> : protected ILogger Logger { get; private set; }
<span class="lineNum"> 33 </span> :
<span class="lineNum"> 34 </span> : /// <summary>
<span class="lineNum"> 35 </span> : /// Gets or sets the <see cref="IMongoDataStoreConnectionStringFactory"/>.
<span class="lineNum"> 36 </span> : /// </summary>
<span class="lineNum"> 37 </span> : protected IMongoDataStoreConnectionStringFactory MongoDataStoreConnectionStringFactory { get; private set; }
<span class="lineNum"> 38 </span> :
<span class="lineNum"> 39 </span> : /// <summary>
<span class="lineNum"> 40 </span> : /// Instantiate a new instance of <see cref="MongoDataStoreFactory"/>.
<span class="lineNum"> 41 </span> : /// </summary>
<span class="lineNum"> 42 </span><span class="lineCov"> 1 : public MongoDataStoreFactory(ILogger logger, IMongoDataStoreConnectionStringFactory mongoDataStoreConnectionStringFactory)</span>
<span class="lineNum"> 43 </span> : {
<span class="lineNum"> 44 </span> : Logger = logger;
<span class="lineNum"> 45 </span> : MongoDataStoreConnectionStringFactory = mongoDataStoreConnectionStringFactory;
<span class="lineNum"> 46 </span> : }
<span class="lineNum"> 47 </span> :
<span class="lineNum"> 48 </span> : static MongoDataStoreFactory()
<span class="lineNum"> 49 </span> : {
<span class="lineNum"> 50 </span> : var typeSerializer = new TypeSerialiser();
<span class="lineNum"> 51 </span> : MongoDB.Bson.Serialization.BsonSerializer.RegisterSerializer(typeof(Type), typeSerializer);
<span class="lineNum"> 52 </span> : MongoDB.Bson.Serialization.BsonSerializer.RegisterSerializer(Type.GetType("System.RuntimeType"), typeSerializer);
<span class="lineNum"> 53 </span> :
<span class="lineNum"> 54 </span> : IndexTypesByEntityType = new Dictionary<Type, IList<object>>();
<span class="lineNum"> 55 </span> : foreach (Assembly assembly in AppDomain.CurrentDomain.GetAssemblies())
<span class="lineNum"> 56 </span> : {
<span class="lineNum"> 57 </span> : var mongoIndexTypes = assembly
<span class="lineNum"> 58 </span> : .GetTypes()
<span class="lineNum"> 59 </span> : .Where
<span class="lineNum"> 60 </span> : (
<span class="lineNum"> 61 </span> : type =>
<span class="lineNum"> 62 </span> : (
<span class="lineNum"> 63 </span> : // base is NOT an abstract index
<span class="lineNum"> 64 </span> : (
<span class="lineNum"> 65 </span> : type.BaseType != null &&
<span class="lineNum"> 66 </span> : type.BaseType.IsGenericType &&
<span class="lineNum"> 67 </span> : typeof(MongoIndex<>).IsAssignableFrom(type.BaseType.GetGenericTypeDefinition())
<span class="lineNum"> 68 </span> : )
<span class="lineNum"> 69 </span> : ||
<span class="lineNum"> 70 </span> : // base is an abstract index
<span class="lineNum"> 71 </span> : (
<span class="lineNum"> 72 </span> : type.BaseType != null &&
<span class="lineNum"> 73 </span> : type.BaseType.BaseType != null &&
<span class="lineNum"> 74 </span> : type.BaseType.BaseType.IsGenericType &&
<span class="lineNum"> 75 </span> : typeof(MongoIndex<>).IsAssignableFrom(type.BaseType.BaseType.GetGenericTypeDefinition())
<span class="lineNum"> 76 </span> : )
<span class="lineNum"> 77 </span> : ||
<span class="lineNum"> 78 </span> : // a deeper inheritance model
<span class="lineNum"> 79 </span> : (
<span class="lineNum"> 80 </span> : type.BaseType != null &&
<span class="lineNum"> 81 </span> : type.BaseType.BaseType != null &&
<span class="lineNum"> 82 </span> : type.BaseType.BaseType.BaseType != null &&
<span class="lineNum"> 83 </span> : type.BaseType.BaseType.BaseType.IsGenericType &&
<span class="lineNum"> 84 </span> : typeof(MongoIndex<>).IsAssignableFrom(type.BaseType.BaseType.BaseType.GetGenericTypeDefinition())
<span class="lineNum"> 85 </span> : )
<span class="lineNum"> 86 </span> : ||
<span class="lineNum"> 87 </span> : // an even deeper inheritance model
<span class="lineNum"> 88 </span> : (
<span class="lineNum"> 89 </span> : type.BaseType != null &&
<span class="lineNum"> 90 </span> : type.BaseType.BaseType != null &&
<span class="lineNum"> 91 </span> : type.BaseType.BaseType.BaseType != null &&
<span class="lineNum"> 92 </span> : type.BaseType.BaseType.BaseType.BaseType != null &&
<span class="lineNum"> 93 </span> : type.BaseType.BaseType.BaseType.BaseType.IsGenericType &&
<span class="lineNum"> 94 </span> : typeof(MongoIndex<>).IsAssignableFrom(type.BaseType.BaseType.BaseType.BaseType.GetGenericTypeDefinition())
<span class="lineNum"> 95 </span> : )
<span class="lineNum"> 96 </span> : )
<span class="lineNum"> 97 </span> : && !type.IsAbstract
<span class="lineNum"> 98 </span> : );
<span class="lineNum"> 99 </span> : foreach (Type mongoIndexType in mongoIndexTypes)
<span class="lineNum"> 100 </span> : {
<span class="lineNum"> 101 </span> : Type genericType = mongoIndexType;
<span class="lineNum"> 102 </span> : while (genericType != null && !genericType.IsGenericType)
<span class="lineNum"> 103 </span> : {
<span class="lineNum"> 104 </span> : genericType = genericType.BaseType;
<span class="lineNum"> 105 </span> : }
<span class="lineNum"> 106 </span> : genericType = genericType.GetGenericArguments().Single();
<span class="lineNum"> 107 </span> :
<span class="lineNum"> 108 </span> : IList<object> indexTypes;
<span class="lineNum"> 109 </span> : if (!IndexTypesByEntityType.TryGetValue(genericType, out indexTypes))
<span class="lineNum"> 110 </span> : IndexTypesByEntityType.Add(genericType, indexTypes = new List<object>());
<span class="lineNum"> 111 </span> : object mongoIndex = Activator.CreateInstance(mongoIndexType, true);
<span class="lineNum"> 112 </span> : indexTypes.Add(mongoIndex);
<span class="lineNum"> 113 </span> : }
<span class="lineNum"> 114 </span> : }
<span class="lineNum"> 115 </span> : }
<span class="lineNum"> 116 </span> :
<span class="lineNum"> 117 </span> : /// <summary>
<span class="lineNum"> 118 </span> : /// Get a <see cref="MongoCollection{TEntity}"/>
<span class="lineNum"> 119 </span> : /// </summary>
<span class="lineNum"> 120 </span><span class="lineCov"> 1 : protected virtual MongoCollection<TEntity> GetCollection<TEntity>()</span>
<span class="lineNum"> 121 </span> : {
<span class="lineNum"> 122 </span> : var mongoClient = new MongoClient(MongoDataStoreConnectionStringFactory.GetMongoConnectionString());
<span class="lineNum"> 123 </span> : MongoServer mongoServer = mongoClient.GetServer();
<span class="lineNum"> 124 </span> : MongoDatabase mongoDatabase = mongoServer.GetDatabase(MongoDataStoreConnectionStringFactory.GetMongoDatabaseName());
<span class="lineNum"> 125 </span> :
<span class="lineNum"> 126 </span> : return mongoDatabase.GetCollection<TEntity>(typeof(TEntity).FullName);
<span class="lineNum"> 127 </span> : }
<span class="lineNum"> 128 </span> :
<span class="lineNum"> 129 </span> : /// <summary>
<span class="lineNum"> 130 </span> : /// Verify all required <see cref="IMongoIndexKeys"/> are defined and ready to go.
<span class="lineNum"> 131 </span> : /// </summary>
<span class="lineNum"> 132 </span><span class="lineCov"> 1 : protected virtual void VerifyIndexes<TEntity>(MongoCollection<TEntity> collection)</span>
<span class="lineNum"> 133 </span> : {
<span class="lineNum"> 134 </span> : Type entityType = typeof (TEntity);
<span class="lineNum"> 135 </span> : if (IndexTypesByEntityType.ContainsKey(entityType))
<span class="lineNum"> 136 </span> : {
<span class="lineNum"> 137 </span> : foreach (object untypedIndexType in IndexTypesByEntityType[entityType])
<span class="lineNum"> 138 </span> : {
<span class="lineNum"> 139 </span> : var mongoIndex = (MongoIndex<TEntity>)untypedIndexType;
<span class="lineNum"> 140 </span> :
<span class="lineNum"> 141 </span> : var indexKeysBuilder = new IndexKeysBuilder();
<span class="lineNum"> 142 </span> : if (mongoIndex.IsAcending)
<span class="lineNum"> 143 </span> : indexKeysBuilder = indexKeysBuilder.Ascending(mongoIndex.Selectors.ToArray());
<span class="lineNum"> 144 </span> : else
<span class="lineNum"> 145 </span> : indexKeysBuilder = indexKeysBuilder.Descending(mongoIndex.Selectors.ToArray());
<span class="lineNum"> 146 </span> :
<span class="lineNum"> 147 </span> : collection.CreateIndex
<span class="lineNum"> 148 </span> : (
<span class="lineNum"> 149 </span> : indexKeysBuilder,
<span class="lineNum"> 150 </span> : IndexOptions
<span class="lineNum"> 151 </span> : .SetUnique(mongoIndex.IsUnique)
<span class="lineNum"> 152 </span> : .SetName(mongoIndex.Name)
<span class="lineNum"> 153 </span> : );
<span class="lineNum"> 154 </span> : }
<span class="lineNum"> 155 </span> : }
<span class="lineNum"> 156 </span> : }
<span class="lineNum"> 157 </span> : }
<span class="lineNum"> 158 </span> : }
</pre>
</td>
</tr>
</table>
<br>
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr><td class="ruler"><img src="../../glass.png" width=3 height=3 alt=""></td></tr>
<tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LCOV version 1.13</a></td></tr>
</table>
<br>
</body>
</html>
|
web/template/simple_data_table.html | attunetc/portal | <!--
WDean Medical is distributed under the
GNU Lesser General Public License (GNU LGPL).
For details see: http://www.wdeanmedical.com
copyright 2013-2014 WDean Medical
-->
<table class="table table-hover table-bordered table-condensed simple-data-table">
<thead>
<tr>
{{each(i, column) columns}} <th class="highlightable">${column.title}</th> {{/each}}
</tr>
</thead>
<tbody>
{{each(i, item) items}}
<tr
id="${tableId}-${item.id}"
class="clickable-table-row ${item.readByRecipient == false ? 'unread-message' : ''}"
name="${item.id}"
data-row-key="${item.id}"
data-table-name="${getDataTableName(item)}"
>
{{each(j, column) columns}}
<td class="highlightable">${getColumnValue(column, item)}</td>
{{/each}}
</tr>
<tr style="display:none" id="${tableId}-${item.id}-content" class="row-content"><td colspan="${columns.length}"></td></tr>
{{/each}}
<tr class="simple-data-table-footer">
<td class="simple-data-table-footer" colspan='${columns.length}'>
<p><span>${title} ${items.length == 0 ? '0' : '1'}-<wbr>${items.length}</span></p>
</td>
</tr>
</tbody>
</table>
|
doc/html/statemachine-eventtransitions-main-cpp.html | nonrational/qt-everywhere-opensource-src-4.8.6 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Qt 4.8: main.cpp Example File (statemachine/eventtransitions/main.cpp)</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/functions.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style/superfish.css" />
<link rel="stylesheet" type="text/css" href="style/narrow.css" />
<!--[if IE]>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta http-equiv="imagetoolbar" content="no">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie7.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/style_ie8.css">
<![endif]-->
<script src="scripts/superfish.js" type="text/javascript"></script>
<script src="scripts/narrow.js" type="text/javascript"></script>
</head>
<body class="" onload="CheckEmptyAndLoadList();">
<div class="header" id="qtdocheader">
<div class="content">
<div id="nav-logo">
<a href="index.html">Home</a></div>
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
<div id="narrowsearch"></div>
<div id="nav-topright">
<ul>
<li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li>
<li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li>
<li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/">
DOC</a></li>
<li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li>
</ul>
</div>
<div id="shortCut">
<ul>
<li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li>
<li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li>
</ul>
</div>
<ul class="sf-menu" id="narrowmenu">
<li><a href="#">API Lookup</a>
<ul>
<li><a href="classes.html">Class index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="qtglobal.html">Global Declarations</a></li>
<li><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</li>
<li><a href="#">Qt Topics</a>
<ul>
<li><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
<li><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</li>
<li><a href="#">Examples</a>
<ul>
<li><a href="all-examples.html">Examples</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<div class="hd">
<span></span>
</div>
<div class="bd group">
<div class="sidebar">
<div class="searchlabel">
Search index:</div>
<div class="search" id="sidebarsearch">
<form id="qtdocsearch" action="" onsubmit="return false;">
<fieldset>
<input type="text" name="searchstring" id="pageType" value="" />
<div id="resultdialog">
<a href="#" id="resultclose">Close</a>
<p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p>
<p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span> results:</p>
<ul id="resultlist" class="all">
</ul>
</div>
</fieldset>
</form>
</div>
<div class="box first bottombar" id="lookup">
<h2 title="API Lookup"><span></span>
API Lookup</h2>
<div id="list001" class="list">
<ul id="ul001" >
<li class="defaultLink"><a href="classes.html">Class index</a></li>
<li class="defaultLink"><a href="functions.html">Function index</a></li>
<li class="defaultLink"><a href="modules.html">Modules</a></li>
<li class="defaultLink"><a href="namespaces.html">Namespaces</a></li>
<li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li>
<li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</div>
</div>
<div class="box bottombar" id="topics">
<h2 title="Qt Topics"><span></span>
Qt Topics</h2>
<div id="list002" class="list">
<ul id="ul002" >
<li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li class="defaultLink"><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li>
<li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</div>
</div>
<div class="box" id="examples">
<h2 title="Examples"><span></span>
Examples</h2>
<div id="list003" class="list">
<ul id="ul003">
<li class="defaultLink"><a href="all-examples.html">Examples</a></li>
<li class="defaultLink"><a href="tutorials.html">Tutorials</a></li>
<li class="defaultLink"><a href="demos.html">Demos</a></li>
<li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap">
<div class="toolbar">
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
</ul>
</div>
<div class="toolbuttons toolblock">
<ul>
<li id="smallA" class="t_button">A</li>
<li id="medA" class="t_button active">A</li>
<li id="bigA" class="t_button">A</li>
<li id="print" class="t_button"><a href="javascript:this.print();">
<span>Print</span></a></li>
</ul>
</div>
</div>
<div class="content mainContent">
<h1 class="title">main.cpp Example File</h1>
<span class="small-subtitle">statemachine/eventtransitions/main.cpp</span>
<!-- $$$statemachine/eventtransitions/main.cpp-description -->
<div class="descr"> <a name="details"></a>
<pre class="cpp"> <span class="comment">/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
** met:
** * Redistributions of source code must retain the above copyright
** notice, this list of conditions and the following disclaimer.
** * Redistributions in binary form must reproduce the above copyright
** notice, this list of conditions and the following disclaimer in
** the documentation and/or other materials provided with the
** distribution.
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
** of its contributors may be used to endorse or promote products derived
** from this software without specific prior written permission.
**
**
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
**
** $QT_END_LICENSE$
**
****************************************************************************/</span>
<span class="preprocessor">#include <QtGui></span>
<span class="keyword">class</span> Window : <span class="keyword">public</span> <span class="type"><a href="qwidget.html">QWidget</a></span>
{
<span class="keyword">public</span>:
Window(<span class="type"><a href="qwidget.html">QWidget</a></span> <span class="operator">*</span>parent <span class="operator">=</span> <span class="number">0</span>)
: <span class="type"><a href="qwidget.html">QWidget</a></span>(parent)
{
<span class="type"><a href="qpushbutton.html">QPushButton</a></span> <span class="operator">*</span>button <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qpushbutton.html">QPushButton</a></span>(<span class="keyword">this</span>);
button<span class="operator">-</span><span class="operator">></span>setSizePolicy(<span class="type"><a href="qsizepolicy.html">QSizePolicy</a></span><span class="operator">::</span>Expanding<span class="operator">,</span> <span class="type"><a href="qsizepolicy.html">QSizePolicy</a></span><span class="operator">::</span>Expanding);
<span class="type"><a href="qvboxlayout.html">QVBoxLayout</a></span> <span class="operator">*</span>layout <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qvboxlayout.html">QVBoxLayout</a></span>;
layout<span class="operator">-</span><span class="operator">></span>addWidget(button);
layout<span class="operator">-</span><span class="operator">></span>setContentsMargins(<span class="number">80</span><span class="operator">,</span> <span class="number">80</span><span class="operator">,</span> <span class="number">80</span><span class="operator">,</span> <span class="number">80</span>);
setLayout(layout);
<span class="type"><a href="qstatemachine.html">QStateMachine</a></span> <span class="operator">*</span>machine <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qstatemachine.html">QStateMachine</a></span>(<span class="keyword">this</span>);
<span class="type"><a href="qstate.html">QState</a></span> <span class="operator">*</span>s1 <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qstate.html">QState</a></span>();
s1<span class="operator">-</span><span class="operator">></span>assignProperty(button<span class="operator">,</span> <span class="string">"text"</span><span class="operator">,</span> <span class="string">"Outside"</span>);
<span class="type"><a href="qstate.html">QState</a></span> <span class="operator">*</span>s2 <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qstate.html">QState</a></span>();
s2<span class="operator">-</span><span class="operator">></span>assignProperty(button<span class="operator">,</span> <span class="string">"text"</span><span class="operator">,</span> <span class="string">"Inside"</span>);
<span class="type"><a href="qeventtransition.html">QEventTransition</a></span> <span class="operator">*</span>enterTransition <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qeventtransition.html">QEventTransition</a></span>(button<span class="operator">,</span> <span class="type"><a href="qevent.html">QEvent</a></span><span class="operator">::</span>Enter);
enterTransition<span class="operator">-</span><span class="operator">></span>setTargetState(s2);
s1<span class="operator">-</span><span class="operator">></span>addTransition(enterTransition);
<span class="type"><a href="qeventtransition.html">QEventTransition</a></span> <span class="operator">*</span>leaveTransition <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qeventtransition.html">QEventTransition</a></span>(button<span class="operator">,</span> <span class="type"><a href="qevent.html">QEvent</a></span><span class="operator">::</span>Leave);
leaveTransition<span class="operator">-</span><span class="operator">></span>setTargetState(s1);
s2<span class="operator">-</span><span class="operator">></span>addTransition(leaveTransition);
<span class="type"><a href="qstate.html">QState</a></span> <span class="operator">*</span>s3 <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qstate.html">QState</a></span>();
s3<span class="operator">-</span><span class="operator">></span>assignProperty(button<span class="operator">,</span> <span class="string">"text"</span><span class="operator">,</span> <span class="string">"Pressing..."</span>);
<span class="type"><a href="qeventtransition.html">QEventTransition</a></span> <span class="operator">*</span>pressTransition <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qeventtransition.html">QEventTransition</a></span>(button<span class="operator">,</span> <span class="type"><a href="qevent.html">QEvent</a></span><span class="operator">::</span>MouseButtonPress);
pressTransition<span class="operator">-</span><span class="operator">></span>setTargetState(s3);
s2<span class="operator">-</span><span class="operator">></span>addTransition(pressTransition);
<span class="type"><a href="qeventtransition.html">QEventTransition</a></span> <span class="operator">*</span>releaseTransition <span class="operator">=</span> <span class="keyword">new</span> <span class="type"><a href="qeventtransition.html">QEventTransition</a></span>(button<span class="operator">,</span> <span class="type"><a href="qevent.html">QEvent</a></span><span class="operator">::</span>MouseButtonRelease);
releaseTransition<span class="operator">-</span><span class="operator">></span>setTargetState(s2);
s3<span class="operator">-</span><span class="operator">></span>addTransition(releaseTransition);
machine<span class="operator">-</span><span class="operator">></span>addState(s1);
machine<span class="operator">-</span><span class="operator">></span>addState(s2);
machine<span class="operator">-</span><span class="operator">></span>addState(s3);
machine<span class="operator">-</span><span class="operator">></span>setInitialState(s1);
machine<span class="operator">-</span><span class="operator">></span>start();
}
};
<span class="type">int</span> main(<span class="type">int</span> argc<span class="operator">,</span> <span class="type">char</span> <span class="operator">*</span><span class="operator">*</span>argv)
{
<span class="type"><a href="qapplication.html">QApplication</a></span> app(argc<span class="operator">,</span> argv);
Window window;
window<span class="operator">.</span>resize(<span class="number">300</span><span class="operator">,</span> <span class="number">300</span>);
<span class="preprocessor">#if defined(Q_OS_SYMBIAN)</span>
window<span class="operator">.</span>showMaximized();
<span class="preprocessor">#else</span>
window<span class="operator">.</span>show();
<span class="preprocessor">#endif</span>
<span class="keyword">return</span> app<span class="operator">.</span>exec();
}</pre>
</div>
<!-- @@@statemachine/eventtransitions/main.cpp -->
</div>
</div>
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2014 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>
|
3rdparty/concurrent134/docs/EDU/oswego/cs/dl/util/concurrent/FJTask.html | simeshev/parabuild-ci | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_03) on Sun Jun 13 10:10:27 PDT 2004 -->
<TITLE>
FJTask
</TITLE>
<META NAME="keywords" CONTENT="EDU.oswego.cs.dl.util.concurrent.FJTask class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="FJTask";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FIFOSemaphore.FIFOWaitQueue.html" title="class in EDU.oswego.cs.dl.util.concurrent"><B>PREV CLASS</B></A>
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Par.html" title="class in EDU.oswego.cs.dl.util.concurrent"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="FJTask.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
EDU.oswego.cs.dl.util.concurrent</FONT>
<BR>
Class FJTask</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by"><B>EDU.oswego.cs.dl.util.concurrent.FJTask</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Runnable</DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Par.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Par</A>, <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Par2.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Par2</A>, <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Seq.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Seq</A>, <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Seq2.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Seq2</A>, <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Wrap.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Wrap</A>, <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunnerGroup.InvokableFJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTaskRunnerGroup.InvokableFJTask</A></DD>
</DL>
<HR>
<DL>
<DT>public abstract class <B>FJTask</B><DT>extends java.lang.Object<DT>implements java.lang.Runnable</DL>
<P>
Abstract base class for Fork/Join Tasks.
<p>
FJTasks are lightweight, stripped-down analogs of Threads.
Many FJTasks share the same pool of Java threads. This is
supported by the FJTaskRunnerGroup and FJTaskRunner classes, that
mainly contain
methods called only internally by FJTasks.
FJTasks support versions of the most common methods found in class Thread,
including start(), yield() and join(). However, they
don't support priorities, ThreadGroups or other bookkeeping
or control methods of class Thread.
<p>
FJTasks should normally be defined by subclassing and adding a run() method.
Alternatively, static inner class <code>Wrap(Runnable r)</code>
can be used to
wrap an existing Runnable object in a FJTask.
<p>
<code>FJTaskRunnerGroup.execute(FJTask)</code> can be used to
initiate a FJTask from a non-FJTask thread.
And <code>FJTaskRunnerGroup.invoke(FJTask)</code> can be used to initiate
a FJTask and then wait for it to complete before returning.
These are the only entry-points from normal threads to FJTasks.
Most FJTask methods themselves may only be called from within running FJTasks.
They throw ClassCastExceptions if they are not,
reflecting the fact that these methods
can only be executed using FJTaskRunner threads, not generic
java.lang.Threads.
<p>
There are three different ways to run a FJTask,
with different scheduling semantics:
<ul>
<li> FJTask.start() (as well as FJTaskRunnerGroup.execute(FJTask))
behaves pretty much like Thread.start(). It enqueues a task to be
run the next time any FJTaskRunner thread is otherwise idle.
It maintains standard FIFO ordering with respect to
the group of worker threads.
<li> FJTask.fork() (as well as the two-task spawning method,
coInvoke(task1, task2), and the array version
coInvoke(FJTask[] tasks)) starts a task
that will be executed in
procedure-call-like LIFO order if executed by the
same worker thread as the one that created it, but is FIFO
with respect to other tasks if it is run by
other worker threads. That is, earlier-forked
tasks are preferred to later-forked tasks by other idle workers.
Fork() is noticeably faster than start(), but can only be
used when these scheduling semantics are acceptable.
<li> FJTask.invoke(FJTask) just executes the run method
of one task from within another. It is the analog of a
direct call.
</ul>
<p>
The main economies of FJTasks stem from the fact that
FJTasks do not support blocking operations of any kind.
FJTasks should just run to completion without
issuing waits or performing blocking IO.
There are several styles for creating the run methods that
execute as tasks, including
event-style methods, and pure computational methods.
Generally, the best kinds of FJTasks are those that in turn
generate other FJTasks.
<p>
There is nothing actually
preventing you from blocking within a FJTask, and very short waits/blocks are
completely well behaved. But FJTasks are not designed
to support arbitrary synchronization
since there is no way to suspend and resume individual tasks
once they have begun executing. FJTasks should also be finite
in duration -- they should not contain infinite loops.
FJTasks that might need to perform a blocking
action, or hold locks for extended periods, or
loop forever can instead create normal
java Thread objects that will do so. FJTasks are just not
designed to support these things.
FJTasks may however yield() control to allow their FJTaskRunner threads
to run other tasks,
and may wait for other dependent tasks via join(). These
are the only coordination mechanisms supported by FJTasks.
<p>
FJTasks, and the FJTaskRunners that execute them are not
intrinsically robust with respect to exceptions.
A FJTask that aborts via an exception does not automatically
have its completion flag (isDone) set.
As with ordinary Threads, an uncaught exception will normally cause
its FJTaskRunner thread to die, which in turn may sometimes
cause other computations being performed to hang or abort.
You can of course
do better by trapping exceptions inside the run methods of FJTasks.
<p>
The overhead differences between FJTasks and Threads are substantial,
especially when using fork() or coInvoke().
FJTasks can be two or three orders of magnitude faster than Threads,
at least when run on JVMs with high-performance garbage collection
(every FJTask quickly becomes garbage) and good native thread support.
<p>
Given these overhead savings, you might be tempted to use FJTasks for
everything you would use a normal Thread to do. Don't. Java Threads
remain better for general purpose thread-based programming. Remember
that FJTasks cannot be used for designs involving arbitrary blocking
synchronization or I/O. Extending FJTasks to support such capabilities
would amount to re-inventing the Thread class, and would make them
less optimal in the contexts that they were designed for.
<p>[<a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html"> Introduction to this package. </a>]
<p>
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunner.html" title="class in EDU.oswego.cs.dl.util.concurrent"><CODE>FJTaskRunner</CODE></A>,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunnerGroup.html" title="class in EDU.oswego.cs.dl.util.concurrent"><CODE>FJTaskRunnerGroup</CODE></A></DL>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Par.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Par</A></B></CODE>
<BR>
A <code>new Par</code>, when executed,
runs the tasks provided in the constructor in parallel using
coInvoke(tasks).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Par2.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Par2</A></B></CODE>
<BR>
A <code>new Par(task1, task2)</code>, when executed,
runs task1 and task2 in parallel using coInvoke(task1, task2).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Seq.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Seq</A></B></CODE>
<BR>
A <code>new Seq</code>, when executed,
invokes each task provided in the constructor, in order.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Seq2.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Seq2</A></B></CODE>
<BR>
A <code>new Seq2(task1, task2)</code>, when executed,
invokes task1 and then task2, in order.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Wrap.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask.Wrap</A></B></CODE>
<BR>
A FJTask that holds a Runnable r, and calls r.run when executed.</TD>
</TR>
</TABLE>
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#FJTask()">FJTask</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#cancel()">cancel</A></B>()</CODE>
<BR>
Set the termination status of this task.</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><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#coInvoke(EDU.oswego.cs.dl.util.concurrent.FJTask[])">coInvoke</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A>[] tasks)</CODE>
<BR>
Fork all tasks in array, and await their completion.</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><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#coInvoke(EDU.oswego.cs.dl.util.concurrent.FJTask, EDU.oswego.cs.dl.util.concurrent.FJTask)">coInvoke</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task1,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task2)</CODE>
<BR>
Fork both tasks and then wait for their completion.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#fork()">fork</A></B>()</CODE>
<BR>
Arrange for execution of a strictly dependent task.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunner.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTaskRunner</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#getFJTaskRunner()">getFJTaskRunner</A></B>()</CODE>
<BR>
Return the FJTaskRunner thread running the current FJTask.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunnerGroup.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTaskRunnerGroup</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#getFJTaskRunnerGroup()">getFJTaskRunnerGroup</A></B>()</CODE>
<BR>
Return the FJTaskRunnerGroup of the thread running the current FJTask.</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><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#invoke(EDU.oswego.cs.dl.util.concurrent.FJTask)">invoke</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> t)</CODE>
<BR>
Immediately execute task t by calling its run method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#isDone()">isDone</A></B>()</CODE>
<BR>
Return true if current task has terminated or been cancelled.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#join()">join</A></B>()</CODE>
<BR>
Yield until this task isDone.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#par(EDU.oswego.cs.dl.util.concurrent.FJTask[])">par</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A>[] tasks)</CODE>
<BR>
Construct and return a FJTask object that, when executed, will
invoke the tasks in the tasks array in parallel using coInvoke</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#par(EDU.oswego.cs.dl.util.concurrent.FJTask, EDU.oswego.cs.dl.util.concurrent.FJTask)">par</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task1,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task2)</CODE>
<BR>
Construct and return a FJTask object that, when executed, will
invoke task1 and task2, in parallel</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#reset()">reset</A></B>()</CODE>
<BR>
Clear the termination status of this task.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#seq(EDU.oswego.cs.dl.util.concurrent.FJTask[])">seq</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A>[] tasks)</CODE>
<BR>
Construct and return a FJTask object that, when executed, will
invoke the tasks in the tasks array in array order</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#seq(EDU.oswego.cs.dl.util.concurrent.FJTask, EDU.oswego.cs.dl.util.concurrent.FJTask)">seq</A></B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task1,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task2)</CODE>
<BR>
Construct and return a FJTask object that, when executed, will
invoke task1 and task2, in order</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#setDone()">setDone</A></B>()</CODE>
<BR>
Indicate termination.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#start()">start</A></B>()</CODE>
<BR>
Execute this task.</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><A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html#yield()">yield</A></B>()</CODE>
<BR>
Allow the current underlying FJTaskRunner thread to process other tasks.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Runnable"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface java.lang.Runnable</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>run</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="FJTask()"><!-- --></A><H3>
FJTask</H3>
<PRE>
public <B>FJTask</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getFJTaskRunner()"><!-- --></A><H3>
getFJTaskRunner</H3>
<PRE>
public static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunner.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTaskRunner</A> <B>getFJTaskRunner</B>()</PRE>
<DL>
<DD>Return the FJTaskRunner thread running the current FJTask.
Most FJTask methods are just relays to their current
FJTaskRunners, that perform the indicated actions.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not a
running FJTask.</DL>
</DD>
</DL>
<HR>
<A NAME="getFJTaskRunnerGroup()"><!-- --></A><H3>
getFJTaskRunnerGroup</H3>
<PRE>
public static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTaskRunnerGroup.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTaskRunnerGroup</A> <B>getFJTaskRunnerGroup</B>()</PRE>
<DL>
<DD>Return the FJTaskRunnerGroup of the thread running the current FJTask.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not a
running FJTask.</DL>
</DD>
</DL>
<HR>
<A NAME="isDone()"><!-- --></A><H3>
isDone</H3>
<PRE>
public final boolean <B>isDone</B>()</PRE>
<DL>
<DD>Return true if current task has terminated or been cancelled.
The method is a simple analog of the Thread.isAlive()
method. However, it reports true only when the task has terminated
or has been cancelled. It does not distinguish these two cases.
And there is no way to determine whether a FJTask has been started
or is currently executing.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setDone()"><!-- --></A><H3>
setDone</H3>
<PRE>
protected final void <B>setDone</B>()</PRE>
<DL>
<DD>Indicate termination. Intended only to be called by FJTaskRunner.
FJTasks themselves should use (non-final) method
cancel() to suppress execution.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="cancel()"><!-- --></A><H3>
cancel</H3>
<PRE>
public void <B>cancel</B>()</PRE>
<DL>
<DD>Set the termination status of this task. This simple-minded
analog of Thread.interrupt
causes the task not to execute if it has not already been started.
Cancelling a running FJTask
has no effect unless the run method itself uses isDone()
to probe cancellation and take appropriate action.
Individual run() methods may sense status and
act accordingly, normally by returning early.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="reset()"><!-- --></A><H3>
reset</H3>
<PRE>
public void <B>reset</B>()</PRE>
<DL>
<DD>Clear the termination status of this task.
This method is intended to be used
only as a means to allow task objects to be recycled. It should
be called only when you are sure that the previous
execution of this task has terminated and, if applicable, has
been joined by all other waiting tasks. Usage in any other
context is a very bad idea.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="start()"><!-- --></A><H3>
start</H3>
<PRE>
public void <B>start</B>()</PRE>
<DL>
<DD>Execute this task. This method merely places the task in a
group-wide scheduling queue.
It will be run
the next time any TaskRunner thread is otherwise idle.
This scheduling maintains FIFO ordering of started tasks
with respect to
the group of worker threads.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not
running in a FJTaskRunner thread.</DL>
</DD>
</DL>
<HR>
<A NAME="fork()"><!-- --></A><H3>
fork</H3>
<PRE>
public void <B>fork</B>()</PRE>
<DL>
<DD>Arrange for execution of a strictly dependent task.
The task that will be executed in
procedure-call-like LIFO order if executed by the
same worker thread, but is FIFO with respect to other tasks
forked by this thread when taken by other worker threads.
That is, earlier-forked
tasks are preferred to later-forked tasks by other idle workers.
<p>
Fork() is noticeably
faster than start(). However, it may only
be used for strictly dependent tasks -- generally, those that
could logically be issued as straight method calls without
changing the logic of the program.
The method is optimized for use in parallel fork/join designs
in which the thread that issues one or more forks
cannot continue until at least some of the forked
threads terminate and are joined.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not
running in a FJTaskRunner thread.</DL>
</DD>
</DL>
<HR>
<A NAME="yield()"><!-- --></A><H3>
yield</H3>
<PRE>
public static void <B>yield</B>()</PRE>
<DL>
<DD>Allow the current underlying FJTaskRunner thread to process other tasks.
<p>
Spinloops based on yield() are well behaved so long
as the event or condition being waited for is produced via another
FJTask. Additionally, you must never hold a lock
while performing a yield or join. (This is because
multiple FJTasks can be run by the same Thread during
a yield. Since java locks are held per-thread, the lock would not
maintain the conceptual exclusion you have in mind.)
<p>
Otherwise, spinloops using
yield are the main construction of choice when a task must wait
for a condition that it is sure will eventually occur because it
is being produced by some other FJTask. The most common
such condition is built-in: join() repeatedly yields until a task
has terminated after producing some needed results. You can also
use yield to wait for callbacks from other FJTasks, to wait for
status flags to be set, and so on. However, in all these cases,
you should be confident that the condition being waited for will
occur, essentially always because it is produced by
a FJTask generated by the current task, or one of its subtasks.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not
running in a FJTaskRunner thread.</DL>
</DD>
</DL>
<HR>
<A NAME="join()"><!-- --></A><H3>
join</H3>
<PRE>
public void <B>join</B>()</PRE>
<DL>
<DD>Yield until this task isDone.
Equivalent to <code>while(!isDone()) yield(); </code>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not
running in a FJTaskRunner thread.</DL>
</DD>
</DL>
<HR>
<A NAME="invoke(EDU.oswego.cs.dl.util.concurrent.FJTask)"><!-- --></A><H3>
invoke</H3>
<PRE>
public static void <B>invoke</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> t)</PRE>
<DL>
<DD>Immediately execute task t by calling its run method. Has no
effect if t has already been run or has been cancelled.
It is equivalent to calling t.run except that it
deals with completion status, so should always be used
instead of directly calling run.
The method can be useful
when a computation has been packaged as a FJTask, but you just need to
directly execute its body from within some other task.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="coInvoke(EDU.oswego.cs.dl.util.concurrent.FJTask, EDU.oswego.cs.dl.util.concurrent.FJTask)"><!-- --></A><H3>
coInvoke</H3>
<PRE>
public static void <B>coInvoke</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task1,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task2)</PRE>
<DL>
<DD>Fork both tasks and then wait for their completion. It behaves as:
<pre>
task1.fork(); task2.fork(); task2.join(); task1.join();
</pre>
As a simple classic example, here is
a class that computes the Fibonacci function:
<pre>
public class Fib extends FJTask {
// Computes fibonacci(n) = fibonacci(n-1) + fibonacci(n-2); for n> 1
// fibonacci(0) = 0;
// fibonacci(1) = 1.
// Value to compute fibonacci function for.
// It is replaced with the answer when computed.
private volatile int number;
public Fib(int n) { number = n; }
public int getAnswer() {
if (!isDone()) throw new Error("Not yet computed");
return number;
}
public void run() {
int n = number;
if (n > 1) {
Fib f1 = new Fib(n - 1);
Fib f2 = new Fib(n - 2);
coInvoke(f1, f2); // run these in parallel
// we know f1 and f2 are computed, so just directly access numbers
number = f1.number + f2.number;
}
}
public static void main(String[] args) { // sample driver
try {
int groupSize = 2; // 2 worker threads
int num = 35; // compute fib(35)
FJTaskRunnerGroup group = new FJTaskRunnerGroup(groupSize);
Fib f = new Fib(num);
group.invoke(f);
int result = f.getAnswer();
System.out.println(" Answer: " + result);
}
catch (InterruptedException ex) {
System.out.println("Interrupted");
}
}
}
</pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassCastException</CODE> - if caller thread is not
running in a FJTaskRunner thread.</DL>
</DD>
</DL>
<HR>
<A NAME="coInvoke(EDU.oswego.cs.dl.util.concurrent.FJTask[])"><!-- --></A><H3>
coInvoke</H3>
<PRE>
public static void <B>coInvoke</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A>[] tasks)</PRE>
<DL>
<DD>Fork all tasks in array, and await their completion.
Behaviorally equivalent to:
<pre>
for (int i = 0; i < tasks.length; ++i) tasks[i].fork();
for (int i = 0; i < tasks.length; ++i) tasks[i].join();
</pre>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="seq(EDU.oswego.cs.dl.util.concurrent.FJTask[])"><!-- --></A><H3>
seq</H3>
<PRE>
public static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> <B>seq</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A>[] tasks)</PRE>
<DL>
<DD>Construct and return a FJTask object that, when executed, will
invoke the tasks in the tasks array in array order
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="par(EDU.oswego.cs.dl.util.concurrent.FJTask[])"><!-- --></A><H3>
par</H3>
<PRE>
public static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> <B>par</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A>[] tasks)</PRE>
<DL>
<DD>Construct and return a FJTask object that, when executed, will
invoke the tasks in the tasks array in parallel using coInvoke
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="seq(EDU.oswego.cs.dl.util.concurrent.FJTask, EDU.oswego.cs.dl.util.concurrent.FJTask)"><!-- --></A><H3>
seq</H3>
<PRE>
public static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> <B>seq</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task1,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task2)</PRE>
<DL>
<DD>Construct and return a FJTask object that, when executed, will
invoke task1 and task2, in order
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="par(EDU.oswego.cs.dl.util.concurrent.FJTask, EDU.oswego.cs.dl.util.concurrent.FJTask)"><!-- --></A><H3>
par</H3>
<PRE>
public static <A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> <B>par</B>(<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task1,
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.html" title="class in EDU.oswego.cs.dl.util.concurrent">FJTask</A> task2)</PRE>
<DL>
<DD>Construct and return a FJTask object that, when executed, will
invoke task1 and task2, in parallel
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FIFOSemaphore.FIFOWaitQueue.html" title="class in EDU.oswego.cs.dl.util.concurrent"><B>PREV CLASS</B></A>
<A HREF="../../../../../../EDU/oswego/cs/dl/util/concurrent/FJTask.Par.html" title="class in EDU.oswego.cs.dl.util.concurrent"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="FJTask.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: <A HREF="#nested_class_summary">NESTED</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
3rdparty/jdic20060613bin/javadoc/org/jdesktop/jdic/browser/class-use/IWebBrowser.html | simeshev/parabuild-ci | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_12) on Fri Jun 16 11:55:17 CST 2006 -->
<TITLE>
Uses of Interface org.jdesktop.jdic.browser.IWebBrowser (JDIC API V0.9 Release 1)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Interface org.jdesktop.jdic.browser.IWebBrowser (JDIC API V0.9 Release 1)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser"><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>
JDIC API V0.9 Release 1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="IWebBrowser.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.jdesktop.jdic.browser.IWebBrowser</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jdesktop.jdic.browser"><B>org.jdesktop.jdic.browser</B></A></TD>
<TD>Provides an AWT component to enable the embedding of a web browsing component into Java applications and applets. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jdesktop.jdic.browser"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A> in <A HREF="../../../../../org/jdesktop/jdic/browser/package-summary.html">org.jdesktop.jdic.browser</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/jdesktop/jdic/browser/package-summary.html">org.jdesktop.jdic.browser</A> that implement <A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jdesktop/jdic/browser/WebBrowser.html" title="class in org.jdesktop.jdic.browser">WebBrowser</A></B></CODE>
<BR>
A <code>WebBrowser</code> component represents a blank rectangular area of
the screen onto which the application can load webpages or from which the
application can trap events from the browser window. </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Constructors in <A HREF="../../../../../org/jdesktop/jdic/browser/package-summary.html">org.jdesktop.jdic.browser</A> with parameters of type <A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/jdesktop/jdic/browser/WebBrowserEvent.html#WebBrowserEvent(org.jdesktop.jdic.browser.IWebBrowser, int)">WebBrowserEvent</A></B>(<A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A> source,
int id)</CODE>
<BR>
Constructs a <code>WebBrowserEvent</code> object with source and event
id.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/jdesktop/jdic/browser/WebBrowserEvent.html#WebBrowserEvent(org.jdesktop.jdic.browser.IWebBrowser, int, java.lang.String)">WebBrowserEvent</A></B>(<A HREF="../../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A> source,
int id,
java.lang.String data)</CODE>
<BR>
Constructs a <code>WebBrowserEvent</code> object with source, event id
and event data.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#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/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser"><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>
JDIC API V0.9 Release 1</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="IWebBrowser.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>
<font size=-1>For more information and documentation on JDIC,
see <a href=https://jdic.dev.java.net>JDIC website</a>. <p>That documentation
contains more detailed, developer-targeted descriptions, with conceptual
overviews, working code examples, license terms and bug report information.
<p>Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is
subject to <a href=
https://jdic.dev.java.net/source/browse/jdic/src/COPYING>license terms</a>.
</font>
</BODY>
</HTML>
|
doc/html/a00148.html | rfernandes/fastcgipp-unofficial | <!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"/>
<title>fastcgi++: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">fastcgi++
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.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="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>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="a00114.html">ASql</a></li><li class="navelem"><a class="el" href="a00115.html">Data</a></li><li class="navelem"><a class="el" href="a00064.html">Set</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">ASql::Data::Set Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="a00064.html">ASql::Data::Set</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="a00064.html#a59e2f97bee593ac3dc625591466d50a4">getSqlIndex</a>(const size_t index) const =0</td><td class="entry"><a class="el" href="a00064.html">ASql::Data::Set</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="a00064.html#a09fedd0fedf319e49a365e379fa7e7ad">numberOfSqlElements</a>() const =0</td><td class="entry"><a class="el" href="a00064.html">ASql::Data::Set</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="a00064.html#a3cd1b91e94d20b62cb3d540824068d72">~Set</a>()</td><td class="entry"><a class="el" href="a00064.html">ASql::Data::Set</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Aug 22 2012 20:35:53 for fastcgi++ by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.1
</small></address>
</body>
</html>
|
Game Engine/javadoc/deprecated-list.html | minecraftwarlock/Null-Engine | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 14:32:18 NZDT 2016 -->
<title>Deprecated List</title>
<meta name="date" content="2016-11-19">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List";
}
}
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="nullEngine/gl/shader/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
</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="nullEngine/gl/shader/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/templates/default/videos/functions/best_hits.html | White4Shadow/open-apexx | {*
Template-Funktion: Beste Videos nach Hits
============================================
Videos
------
VIDEO.ID = Video-ID
VIDEO.TITLE = Titel
VIDEO.TEXT = Beschreibung
VIDEO.LINK = Link zur Detailansicht
VIDEO.USERID = Benutzer-ID des Autors
VIDEO.USERNAME = Benutzername des Autor
VIDEO.EMAIL = eMail-Adresse des Autors
VIDEO.EMAIL_ENCRYPTED = Verschlüsselter mailto-Link zur eMail-Adresse
VIDEO.PICTURE = News-Bild
VIDEO.PICTURE_POPUP = Link: "größe Version des News-Bilds anzeigen"
VIDEO.PICTURE_POPUPPATH = Pfad zur großen Version des Bilds
VIDEO.TIME = Zeit (Timestamp)
VIDEO.TOP = Top-Video?
VIDEO.RESTRICTED = Altersabfrage aktiviert?
VIDEO.NEW = Neuer Video?
VIDEO.SOURCE = Gibt an woher das Video stammt (mögliche Werte: "apexx", "youtube", "myvideo", "sevenload", "clipfish", "gametrailers", "machinima")
VIDEO.VIDEOFILE = Pfad zur FLV-Datei, wenn das Video lokal vorhanden ist (SOURCE gleich "apexx")
VIDEO.EMBEDCODE = Wenn das Video von einem externen Service stammt (SOURCE ungleich "apexx") befindet sich in dieser Variable der Embed-Code
VIDEO.DOWNLOADLINK = Wenn das Video heruntergeladen werden kann, Link zum Download. Ansonsten leer.
VIDEO.DOWNLOADFILE = Pfad zur Original-Datei, sofern vorhanden (SOURCE gleich "apexx")
VIDEO.DOWNLOADS = Anzahl Downloads bisher
VIDEO.HITS = Klicks
VIDEO.PRODUCT_ID = Verknüpftes Produkt (=> Informationen mit {PRODUCT_INFO()} auslesen
VIDEO.TAG_IDS = Diese Variable ist dafür gedacht an die SIMILAR-Funktionen übergeben zu werden
VIDEO.TAG = Liste aller Tags
VIDEO.TAG.ID = ID des Tags
VIDEO.TAG.NAME = Darstellbarer Name des Tags
VIDEO.TAG.WEIGHT = Gewicht des Tags, Zahl zwischen 0 (geringes Gewicht) und 1 (hohes Gewicht)
Kategorie
---------
VIDEO.CATID = Unterkategorie-ID
VIDEO.CATTITLE = Titel der Unterkategorie
VIDEO.CATTEXT = Beschreibung der Unterkategorie
VIDEO.CATICON = Symbol der Unterkategorie
Screenshots
-----------
VIDEO.SCREENSHOT = Liste der Bilder
VIDEO.SCREENSHOT.IMAGE = Pfad zum Vorschaubild
VIDEO.SCREENSHOT.FULLSIZE = Pfad zum Vorschaubild
VIDEO.SCREENSHOT.LINK = Link zur Großansicht
Kommentare
----------
VIDEO.DISPLAY_COMMENTS = Kommentare sind erlaubt?
VIDEO.COMMENT_COUNT = Anzahl der Kommentare
VIDEO.COMMENT_LINK = Link zur Kommentar-Seite
VIDEO.COMMENT_LAST_USERID = Benutzer-ID des letzten Kommentar-Schreibers
VIDEO.COMMENT_LAST_NAME = Name des letzten Kommentar-Schreibers
VIDEO.COMMENT_LAST_TIME = Zeitpunkt des letzten Kommentars (Timestamp)
Besucher-Bewertung
------------------
VIDEO.DISPLAY_RATING = Bewerten ist erlaubt?
VIDEO.RATING = durchschnittliche Bewertung
VIDEO.RATING_VOTES = Anzahl der Stimmen
*}
{list VIDEO}
<a href="{VIDEO.LINK}">{VIDEO.TITLE}</a> <span class="small">({VIDEO.HITS})</span><br />
{/list} |
build/mutationMapper.css | cBioPortal/mutation-mapper | /*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "as is" basis, and Memorial Sloan-Kettering Cancer Center has no
* obligations to provide maintenance, support, updates, enhancements or
* modifications. In no event shall Memorial Sloan-Kettering Cancer Center be
* liable to any party for direct, indirect, special, incidental or
* consequential damages, including lost profits, arising out of the use of this
* software and its documentation, even if Memorial Sloan-Kettering Cancer
* Center has been advised of the possibility of such damage.
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* TODO general class references, make them more specific? */
.igv-link {
cursor: pointer;
}
.left-align-td {
text-align: left;
}
.missense_mutation {
color: #008000;
font-weight: bold;
}
.trunc_mutation {
color: #000000;
font-weight: bold;
}
.inframe_mutation {
color: #8B4513;
font-weight: bold;
}
.other_mutation {
color: #8B00C9;
font-weight: bold;
}
.default_mutation {
color: #BB0000;
font-weight: bold;
}
.uniform_mutation {
color: #8A2BE2;
font-weight: bold;
}
.cna-homdel {
color: #0000FF;
font-weight: bold;
}
.cna-hetloss {
color: #0000FF;
font-weight: bold;
font-size:smaller;
}
.cna-diploid {
color: #000000;
font-weight: bold;
font-size:xx-small;
}
.cna-gain {
color: #FF0000;
font-weight: bold;
font-size:smaller;
}
.cna-amp {
color: #FF0000;
font-weight: bold;
}
.cna-unknown {
color: #808080;
font-weight: bold;
font-size:xx-small;
}
.mutation-details-tooltip {
font-size: 11px !important;
}
.mutation-details-filter-info {
font-size: 14px;
font-family: verdana,arial,sans-serif;
color: red;
margin-bottom: 10px;
}
.mutation-details-no-data-info {
font-size: 14px;
font-family: verdana,arial,sans-serif;
color: red;
margin-top: 10px;
}
.mutation-details-filter-reset {
color: #1974B8 !important;
cursor: pointer;
}
.mutation-details-tabs-ref {
font-size: 11px !important;
}
.mutation-details-content {
font-size: 12px;
}
.mutation-details-content h4,
.mutation-3d-container h4 {
margin-bottom: 0;
margin-top: 0;
color: #2153AA;
font-family: verdana, arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 12px;
text-align: justify;
}
.mutation-details-content a:visited,
.mutation-details-content a:link,
.mutation-3d-container a:visited,
.mutation-3d-container a:link {
color: #1974b8;
text-decoration: none;
}
/* This is to fix ui.tabs.paging plugin style,
we may need to remove this after updating jQuery */
.ui-tabs-paging-prev, .ui-tabs-paging-next {
background: none !important;
border: none !important;
line-height: 95%;
}
.ui-tabs-paging-next {
padding-right: 0 !important;
}
.ui-tabs-paging-disabled {
/* do not show button if no cycle */
display: none;
}
/* This is also to fix ui.tabs.paging behavior */
.mutation-details-content {
min-width: 480px;
}/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "as is" basis, and Memorial Sloan-Kettering Cancer Center has no
* obligations to provide maintenance, support, updates, enhancements or
* modifications. In no event shall Memorial Sloan-Kettering Cancer Center be
* liable to any party for direct, indirect, special, incidental or
* consequential damages, including lost profits, arising out of the use of this
* software and its documentation, even if Memorial Sloan-Kettering Cancer
* Center has been advised of the possibility of such damage.
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.mutation-3d-initializer {
padding-bottom: 30px;
}
/**
* 3D visualizer panel
*/
.mutation-3d-container {
width: 430px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
position: fixed;
float: right;
right: 0;
top: 0;
z-index: 100;
border-style: outset;
border-color: #BABDB6;
border-radius: 15px;
background-color: #FFFFFF;
padding: 5px 10px 10px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
/* fix for bootstrap 3 */
box-sizing: content-box;
}
.mutation-3d-container .ui-resizable-w {
width: 16px;
height: 90%;
}
.mutation-3d-container .ui-resizable-s {
left: 32px;
height: 16px;
width: 90%;
}
.mutation-3d-container .ui-resizable-sw {
height: 32px;
width: 32px;
}
.mutation-3d-vis-header {
padding-bottom: 5px;
}
.mutation-3d-vis-container {
position: relative;
z-index: 2;
overflow: hidden;
}
.mutation-3d-vis-loader,
.mutation-3d-vis-main-loader {
text-align: center;
}
.mutation-3d-vis-help-init {
text-align: right;
}
.mutation-3d-vis-help-init table {
width: 100%;
}
.mutation-3d-vis-help-close {
float: right;
}
.mutation-3d-vis-help-content {
width: 386px;
padding: 5px;
background-color: #eeeeee;
border: 1px solid #d3d3d3;
}
.mutation-3d-residue-warning,
.mutation-3d-nomap-warning {
text-align: center;
color: red;
font-weight: bold;
}
.mutation-3d-alpha-helix {
font-weight: bold;
color: #FFA500;
}
.mutation-3d-beta-sheet {
font-weight: bold;
color: #0000FF;
}
.mutation-3d-loop {
font-weight: bold;
color: #888888;
}
.mutation-3d-highlighted {
color: #FFDD00;
font-weight: bold;
}
.mutation-3d-info {
font-size: 13px;
/*width: 400px;*/
}
.mutation-3d-controls-menu {
margin-left: auto;
margin-right: auto;
}
.mutation-3d-info-title {
border-bottom: 1px solid #888888;
margin-bottom: 5px;
}
.mutation-3d-minimize,
.mutation-3d-maximize,
.mutation-3d-close {
float: right;
cursor: pointer;
opacity: 0.6;
}
.mutation-3d-button {
padding-bottom: 4px;
padding-top: 4px;
}
.mutation-3d-buttons {
padding-right: 10px;
/*width: 250px;*/ /* TODO not a good solution to align right */
}
.mutation-3d-pdb-id,
.mutation-3d-chain-id {
font-weight: bold;
font-style: italic;
}
.mutation-3d-spin {
margin-left: 12px;
}
.mutation-3d-zoom-label {
text-align: right;
}
.mutation-3d-protein-style-menu {
border-right: 1px solid #AAAAAA;
}
.mutation-3d-style-header {
text-align: center;
font-weight: bold;
}
.mutation-3d-vis img {
width: 24px;
height: 24px;
}
.mutation-3d-mutation-style-menu input,
.mutation-3d-protein-style-menu input
{
margin: 0;
}/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "as is" basis, and Memorial Sloan-Kettering Cancer Center has no
* obligations to provide maintenance, support, updates, enhancements or
* modifications. In no event shall Memorial Sloan-Kettering Cancer Center be
* liable to any party for direct, indirect, special, incidental or
* consequential damages, including lost profits, arising out of the use of this
* software and its documentation, even if Memorial Sloan-Kettering Cancer
* Center has been advised of the possibility of such damage.
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.diagram-lollipop-tip,
.diagram-region-tip {
font-size: 12px;
}
.diagram-pfam-link {
margin-right: 10px;
}
.diagram_toolbar {
padding-top: 10px;
padding-left: 10px;
}
.mutation-diagram-customize,
.mutation-diagram-help {
margin-top: 5px;
padding: 5px;
background-color: #eeeeee;
border: 1px solid #d3d3d3;
}
.mutation-diagram-help {
color: #222222;
}
.mutation-diagram-customize table {
width: 100%;
}
.mutation-diagram-help li {
font-size: 80% !important;
}
.mutation-diagram-help ul {
padding-top: 0;
}
.diagram-customize-close,
.diagram-help-close {
float: right;
}
.diagram-customize {
margin-left: 25px;
}
.diagram-y-axis-slider-area {
width: 230px;
}
.diagram-y-axis-slider-area .diagram-slider-min-label {
float: left;
text-align: right;
font-size: 90%;
}
.diagram-y-axis-slider-area .diagram-slider-max-label {
float: right;
text-align: left;
font-size: 90%;
}
.diagram-y-axis-slider-area .diagram-slider-title {
text-align: center;
font-weight: bold;
margin-bottom: 5px;
}
.diagram-y-axis-limit-input {
margin-left: 8px;
}
.mut-dia-data-point {
cursor: pointer;
}
span.mutation-type-info {
padding-right: 10px;
display: inline-block;
line-height: 2.5em;
}
.mutation-type-info-link {
cursor: pointer;
}
div.mutation-info-panel-container {
padding-bottom: 10px;
}
div.mutation-info-panel-content {
padding-left: 30px;
}
span.mutation-type-count {
padding: 5px;
color: #EFEFEF;
}
span.missense_mutation_count {
background-color: #008000;
font-weight: bold;
border-radius: 10px;
}
span.trunc_mutation_count {
background-color: #000000;
font-weight: bold;
border-radius: 10px;
}
span.inframe_mutation_count {
background-color: #8B4513;
font-weight: bold;
border-radius: 10px;
}
span.other_mutation_count {
background-color: #8B00C9;
font-weight: bold;
border-radius: 10px;
}
span.mutation-type-label {
font-weight: normal;
}
/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "as is" basis, and Memorial Sloan-Kettering Cancer Center has no
* obligations to provide maintenance, support, updates, enhancements or
* modifications. In no event shall Memorial Sloan-Kettering Cancer Center be
* liable to any party for direct, indirect, special, incidental or
* consequential damages, including lost profits, arising out of the use of this
* software and its documentation, even if Memorial Sloan-Kettering Cancer
* Center has been advised of the possibility of such damage.
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.mutation-pdb-main-container {
margin-bottom: 10px;
}
.mutation-pdb-main-container .mutation-pdb-panel-container {
overflow: hidden;
max-height: 200px;
}
.mutation-pdb-main-container .pdb-table-3d-icon {
font-size: 90%;
font-weight: bold;
}
.mutation-pdb-main-container .pdb-table-3d-link {
float: right;
}
.pdb-chain-tip {
font-size: 12px;
}
.pdb-chain-group{
cursor: pointer;
}
/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "as is" basis, and Memorial Sloan-Kettering Cancer Center has no
* obligations to provide maintenance, support, updates, enhancements or
* modifications. In no event shall Memorial Sloan-Kettering Cancer Center be
* liable to any party for direct, indirect, special, incidental or
* consequential damages, including lost profits, arising out of the use of this
* software and its documentation, even if Memorial Sloan-Kettering Cancer
* Center has been advised of the possibility of such damage.
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
.pdb-chain-table-container .dataTables_filter {
width: 200px;
}
.pdb-chain-table-container .dataTables_filter input {
width: 120px;
}
.pdb-chain-table-container .dataTables_info {
width: 300px;
}
.mutation-pdb-table-view .ColVis {
float: left;
padding-right: 15%;
margin-bottom: 0;
}
.mutation-pdb-main-container .pdb-chain-table {
font-size: 90%;
color: black;
}
.mutation-pdb-main-container .pdb-chain-table td {
font-size: 100%;
}
.mutation-pdb-main-container .pdb-chain-table-container {
width: 670px;
padding-left: 40px;
}
.mutation-pdb-main-container .pdb-chain-table-loader {
padding-left: 40px;
}
.mutation-pdb-main-container .pbd-chain-table-chain-cell label {
font-weight: bold;
font-style: italic;
}
.pdb-table-controls td {
padding-left: 45px;
}
.pdb-table-controls .triangle {
float: left;
cursor: pointer;
}
.mutation-pdb-table-header {
font-weight: bold !important;
}
.mutation_pdb_datatable_filter {
float: right;
padding-top: 3px;
}
.mutation_pdb_datatable_info {
float: left;
padding-top: 5px;
font-size: 90%;
}/*
* Copyright (c) 2015 Memorial Sloan-Kettering Cancer Center.
*
* This library is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
* FOR A PARTICULAR PURPOSE. The software and documentation provided hereunder
* is on an "as is" basis, and Memorial Sloan-Kettering Cancer Center has no
* obligations to provide maintenance, support, updates, enhancements or
* modifications. In no event shall Memorial Sloan-Kettering Cancer Center be
* liable to any party for direct, indirect, special, incidental or
* consequential damages, including lost profits, arising out of the use of this
* software and its documentation, even if Memorial Sloan-Kettering Cancer
* Center has been advised of the possibility of such damage.
*/
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Styles for Online Mutation Assessor (OMA) */
.oma_link {
font-weight:bold;
}
.oma_high {
color: #C83C3C;
font-weight:bold;
}
.oma_medium {
color: #9F6F47;
font-weight:bold;
}
.oma_low {
color: #988A3E;
font-weight:bold;
}
.oma_neutral {
color: #909090;
font-weight:bold;
}
.mutation-assessor-link {
margin-bottom: 1px;
}
.mutation-assessor-link .ma-msa-icon{
background-color: #88C;
color: white;
padding-left: 3px;
padding-right: 3px;
font-size: 80%;
}
.mutation-assessor-link .ma-3d-icon {
background-color: #88C;
color: white;
padding-left: 6px;
padding-right: 6px;
font-size: 80%;
}
.mutation-assessor-main-link img {
padding-left: 3px;
padding-right: 3px;
}
/*
.mutation-table-container .msa-img,
.mutation-table-container .pdb-img {
vertical-align: bottom;
margin-left: 3px;
}
*/
.mutation-table-container .dataTables_filter {
width: 200px;
}
.mutation-table-container .dataTables_filter input {
width: 120px;
}
.mutation-table-container .dataTables_info {
width: 300px;
}
.mutation-table-container .ColVis {
float: left;
padding-right: 20%;
margin-bottom: 0;
}
.mutation-table-container .unknown {
background: #E0E0E0;
color: #000000;
padding-left:5px;
padding-right:5px;
font-weight: bold;
}
.mutation-table-container .valid {
background: #CCFFCC;
color: #000000;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}
.mutation-table-container .wildtype {
font-weight: bold;
}
.mutation-table-container .somatic {
background: #CCFFFF;
color: #000000;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}
.mutation-table-container .germline {
background: #FFFFCC;
color: #000000;
padding-left: 3px;
padding-right: 3px;
font-weight: bold;
}
.mutation-table-container .mutation-table-protein-change {
font-weight: bold;
font-style: italic;
cursor: pointer;
}
.mutation-table-container .mutation-table-3d-link {
float: right;
}
.mutation-table-container .mutation-table-igv-icon {
background-color: #88C;
color: white;
padding-left: 6px;
padding-right: 6px;
}
.mutation-table-container .mutation-table-3d-icon {
font-size: 90%;
font-weight: bold;
}
.mutation-table-container .best_effect_transcript {
color: red;
}
.mutation-table-container .mutation_details_table {
font-size: 90%;
color: black;
}
.mutation-table-container .mutation_details_table td {
font-size: 100%;
}
.mutation-table-container .mutation_table_cosmic {
/*cursor: pointer;
color: #1974B8;*/
font-weight: bold;
}
.mutation-table-container .mutation_table_int_value,
.mutation-table-container .mutation_table_cbio_portal,
.mutation-table-container .mutation_table_allele_count {
font-weight: bold;
}
/*
th.mutation-details-qtip-style {
font-size: 115%;
}
*/
table.display tr.even.mutation-table-highlight td {
background-color: #E9E900;
}
table.display tr.odd.mutation-table-highlight td {
background-color: #E0E000;
}
.mutation-table-container {
margin-bottom: 40px;
}
.mutation-details-table-header {
font-weight: bold !important;
}
.cosmic-details-tip-info {
padding-bottom: 5px;
}
.cosmic-details-table {
font-size: 11px !important;
}
.mutation_datatables_filter {
float: right;
padding-top: 3px;
}
.mutation_datatables_info {
float: left;
padding-top: 5px;
font-size: 90%;
}
.mutation_datatables_download {
float: left;
}
.mutation-table-container div.DTTT_container {
margin-bottom: 0;
}
.pancan_mutations_histogram_thumbnail {
float: left;
} |
share/doc/hadoop/api/org/apache/hadoop/yarn/security/client/package-tree.html | devansh2015/hadoop-2.4.1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sat Jun 21 06:31:08 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.hadoop.yarn.security.client Class Hierarchy (Apache Hadoop Main 2.4.1 API)
</TITLE>
<META NAME="date" CONTENT="2014-06-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.hadoop.yarn.security.client Class Hierarchy (Apache Hadoop Main 2.4.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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/hadoop/yarn/security/admin/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../org/apache/hadoop/yarn/sls/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/yarn/security/client/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package org.apache.hadoop.yarn.security.client
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">org.apache.hadoop.yarn.security.client.<A HREF="../../../../../../org/apache/hadoop/yarn/security/client/RMDelegationTokenSelector.html" title="class in org.apache.hadoop.yarn.security.client"><B>RMDelegationTokenSelector</B></A> (implements org.apache.hadoop.security.token.TokenSelector<T>)
<LI TYPE="circle">org.apache.hadoop.security.token.SecretManager<T><UL>
<LI TYPE="circle">org.apache.hadoop.yarn.security.client.<A HREF="../../../../../../org/apache/hadoop/yarn/security/client/BaseClientToAMTokenSecretManager.html" title="class in org.apache.hadoop.yarn.security.client"><B>BaseClientToAMTokenSecretManager</B></A><UL>
<LI TYPE="circle">org.apache.hadoop.yarn.security.client.<A HREF="../../../../../../org/apache/hadoop/yarn/security/client/ClientToAMTokenSecretManager.html" title="class in org.apache.hadoop.yarn.security.client"><B>ClientToAMTokenSecretManager</B></A></UL>
</UL>
<LI TYPE="circle">org.apache.hadoop.security.SecurityInfo<UL>
<LI TYPE="circle">org.apache.hadoop.yarn.security.client.<A HREF="../../../../../../org/apache/hadoop/yarn/security/client/ClientRMSecurityInfo.html" title="class in org.apache.hadoop.yarn.security.client"><B>ClientRMSecurityInfo</B></A></UL>
<LI TYPE="circle">org.apache.hadoop.security.token.TokenIdentifier (implements org.apache.hadoop.io.<A HREF="../../../../../../org/apache/hadoop/io/Writable.html" title="interface in org.apache.hadoop.io">Writable</A>)
<UL>
<LI TYPE="circle">org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier<UL>
<LI TYPE="circle">org.apache.hadoop.yarn.security.client.<A HREF="../../../../../../org/apache/hadoop/yarn/security/client/RMDelegationTokenIdentifier.html" title="class in org.apache.hadoop.yarn.security.client"><B>RMDelegationTokenIdentifier</B></A></UL>
<LI TYPE="circle">org.apache.hadoop.yarn.security.client.<A HREF="../../../../../../org/apache/hadoop/yarn/security/client/ClientToAMTokenIdentifier.html" title="class in org.apache.hadoop.yarn.security.client"><B>ClientToAMTokenIdentifier</B></A></UL>
</UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/hadoop/yarn/security/admin/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../org/apache/hadoop/yarn/sls/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/yarn/security/client/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
|
doc/core/Lucene.Net.Index.TermVectorMapper.Map.html | Mpdreamz/lucene.net | <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>TermVectorMapper.Map 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">TermVectorMapper.Map Method </h1>
</div>
</div>
<div id="nstext">
<p> Map the Term Vector information into your own structure</p>
<div class="syntax">public abstract <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> Map(<br /> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemStringClassTopic.htm">string</a> <i>term</i>,<br /> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int</a> <i>frequency</i>,<br /> <a href="Lucene.Net.Index.TermVectorOffsetInfo.html">TermVectorOffsetInfo[]</a> <i>offsets</i>,<br /> <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemInt32ClassTopic.htm">int[]</a> <i>positions</i><br />);</div>
<h4 class="dtH4">Parameters</h4>
<dl>
<dt>
<i>term</i>
</dt>
<dd>The term to add to the vector </dd>
<dt>
<i>frequency</i>
</dt>
<dd>The frequency of the term in the document </dd>
<dt>
<i>offsets</i>
</dt>
<dd>null if the offset is not specified, otherwise the offset into the field of the term </dd>
<dt>
<i>positions</i>
</dt>
<dd>null if the position is not specified, otherwise the position in the field of the term </dd>
</dl>
<h4 class="dtH4">See Also</h4>
<p>
<a href="Lucene.Net.Index.TermVectorMapper.html">TermVectorMapper 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="Map method">
</param>
<param name="Keyword" value="Map method, TermVectorMapper class">
</param>
<param name="Keyword" value="TermVectorMapper.Map method">
</param>
</object>
<hr />
<div id="footer">
<p>
</p>
<p>Generated from assembly Lucene.Net [2.4.0.2]</p>
</div>
</div>
</body>
</html> |
experiments/editorFramework/test/Layer0/outline/heading-editing01-input.html | apache/incubator-corinthia | <!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
setupOutlineNumbering();
Outline_init();
PostponedActions_perform();
var heading = document.getElementsByTagName("H1")[0];
Selection_set(heading.lastChild,0,heading.lastChild,heading.lastChild.nodeValue.length);
Cursor_insertCharacter("d");
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
<nav class="tableofcontents"></nav>
<h1>One</h1>
<h1>Two</h1>
<h1>Three</h1>
</body>
</html>
|
senlin_dashboard/cluster/nodes/templates/nodes/index.html | openstack/senlin-dashboard | {% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Nodes" %}{% endblock %}
{% block main %}
{{ table.render }}
{% endblock %}
|
ducci1/2018-2019/cms/2.html | shulard/lyon2-icom-classes | <!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>DUCCI - Systèmes de gestion de contenu</title>
<meta name="description" content="Un cours pour présenter les systèmes de gestion de contenu, leur intérêt et leur fonctionnement général...">
<meta name="author" content="Stéphane HULARD">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="../../../assets/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../../../assets/css/font-awesome.min.css">
<link rel="stylesheet" href="../../../assets/css/theme.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="../../../assets/css/solarized-dark.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../../../assets/reveal.js/css/print/pdf.css' : '../../../assets/reveal.js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="../../../assets/reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal concave center">
<p class="global-footer">
<a href="https://chstudio.fr"><img src="../../../logo.png" width="20" /></a>
2018/2019 - ICOM Université Lyon 2 - DUCCI
</p>
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section data-background-color="rgba( 0, 174, 239, 0.8 )">
<h1>WordPress</h1>
<p>Pourquoi? Quoi? Comment?</p>
</section>
<section id="who-i-am" data-background-color="rgba( 0, 174, 239, 0.8 )">
<h1>Stéphane HULARD<br/><small>Consultant / Formateur</small></h1>
<table class="no-border">
<tbody>
<tr><td><span class="fa fa-building-o"></td><td><a href="https://chstudio.fr">https://chstudio.fr</a></td></tr>
<tr><td><span class="fa fa-twitter-square"></td><td><a href="https://twitter.com/s_hulard">@s_hulard</a></td></tr>
<tr><td><span class="fa fa-github-square"></td><td><a href="http://github.com/shulard">http://github.com/shulard</a></td></tr>
<tr><td><span class="fa fa-suitcase"></td><td><a href="mailto:s.hulard@chstudio.fr">s.hulard@chstudio.fr</a></td></tr>
<tr><td><span class="fa fa-university"></td><td><a href="mailto:s.hulard@univ-lyon2.fr">s.hulard@univ-lyon2.fr</a></td></tr>
</tbody>
</table>
</section>
<!--#########################################################################-->
<section>
<h1>Pendant ce cours...</h1>
<div>
<ol>
<li>Installer WordPress</li>
<li>Les thèmes</li>
<li>Les plugins</li>
</ol>
</div>
</section>
<!--1-------------------------------------------------------------------------->
<section class="stack">
<section>
<h1>1. Installer Wordpress</h1>
</section>
<section>
<h1>Comment ça tourne ?</h1>
<div style="text-align: left;">
<p>Wordpress est une application web écrite en PHP.<br/>Elle nécessite un hébergement web et quelques logiciels :</p>
<ul>
<li>Un serveur web</li>
<li>Un système de gestion de base de données</li>
<li>PHP</li>
</ul>
</div>
</section>
<section>
<h1>WAMP, LAMP, XAMPP, EasyPHP...</h1>
<div style="text-align: left;">
<p>Beaucoup d'outils différents mais une base Open Source commune...</p>
<ul>
<li><a href="http://httpd.apache.org/">Apache</a>: Un serveur HTTP</li>
<li><a href="http://php.net/">PHP</a>: Un langage pour des pages webs dynamiques</li>
<li><a href="http://www.mysql.fr/">MySQL</a>: Un SGBD</li>
</ul>
<p><br/>Qu'il faut installer pour commencer!</p>
</div>
</section>
<section>
<h1>Créer une base de données</h1>
<div style="text-align: left;">
<p>Il faut se connecter à MySQL pour créer une base de données.</p>
<ul>
<li>En ligne de commande :</li>
<pre><code class="shell">echo "CREATE DATABASE wordpress" | mysql -u root -p</code></pre>
<li>Ou avec un éditeur graphique :</li>
<ul>
<li><a href="http://www.phpmyadmin.net/">PHPMyAdmin</a></li>
<li><a href="http://www.adminer.org/">Adminer</a></li>
<li><a href="http://www.sequelpro.com/">Sequel Pro</a></li>
<li><a href="http://www.mysql.fr/products/workbench/">MySQL WorkBench</a></li>
</ul>
</ul>
</div>
</section>
<section>
<h1>Télécharger Wordpress</h1>
<div style="text-align: left;">
<p>Wordpress peut être téléchargé directement sur le site officiel :</p>
<ul>
<li>En anglais: <a href="https://wordpress.org/">https://wordpress.org/</a></li>
<li>En français: <a href="https://fr.wordpress.org/">https://fr.wordpress.org/</a></li>
</ul>
<img src="img/session2/wordpress-officiel.png" />
</div>
</section>
<section>
<h1>Mettre en place le code source</h1>
<div style="text-align: left;">
<ul>
<li>Il faut décompresser le ZIP et placer le répertoire à la racine du serveur web.</li>
<ul>
<li>Pour WAMP c'est dans <code>C:\wamp\www</code></li>
<li>Pour MAMP dans <code>/Applications/MAMP/htdocs</code></li>
</ul>
<li>En le placant de cette façon on obtiendra une URL du type: <code>http://localhost/[wordpress]</code></li>
</ul>
</section>
<section>
<h1>Voir le résultat</h1>
<div>
<img src="img/session2/wordpress-install.png" />
</div>
</section>
<section>
<h1>On avance</h1>
<div>
<img src="img/session2/wordpress-info.png" />
</div>
</section>
<section>
<h1>Et on configure</h1>
<div>
<img src="img/session2/wordpress-details.png" />
</div>
</section>
<section>
<h1>Une fois validé</h1>
<div>
<img src="img/session2/wordpress-ready.png" />
</div>
</section>
<section>
<h1>Dernière étape</h1>
<div>
<img src="img/session2/wordpress-site.png" style="max-width: 67%"/>
</div>
</section>
<section>
<h1>Et le site fonctionne !</h1>
<div>
<img src="img/session2/wordpress-live.png"/>
</div>
</section>
<section>
<h1>Quelques informations...</h1>
<div style="text-align: left;">
<ul>
<li>L'interface d'administration est accessible dans le répertoire <code>wp-admin</code> du site</li>
<ul>
<li><code>http://localhost/wordpress/wp-admin/</code></li>
</ul>
<li>Le site est à la racine</li>
<ul>
<li><code>http://localhost/wordpress/</code></li>
</ul>
</ul>
</div>
</section>
<section>
<h1>Structure de répertoire de base</h1>
<div style="text-align: left;">
<ul>
<li><code>wp-admin</code>, pour l'administration du CMS</li>
<li><code>wp-content</code>, pour les contenus, thèmes, plugins hors BDD</li>
<li><code>wp-config.php</code>, pour la configuration générale</li>
<li><code>index.php</code>, comme contrôleur principal</li>
</ul>
<img src="img/session2/wordpress-folder.png" />
</div>
</section>
<section>
<h1>Connexion à l'administration</h1>
<div>
<img src="img/session2/wordpress-connect.png" style="max-width: 46%"/>
</div>
</section>
<section>
<div>
<img src="img/session2/wordpress-dashboard.png" />
</div>
</section>
<section>
<h1>Les contenus</h1>
<div>
<ul>
<li>Les contenus sont séparés en différents types</li>
<ul>
<li>Post</li>
<li>Pages</li>
<li>Médias</li>
<li>Commentaires</li>
</ul>
<li>Chaque type peut avoir des "taxonomies" pour grouper les informations entre elles :</li>
<ul>
<li>Catégories</li>
<li>Tags</li>
</ul>
<li>Il est possible de créer des types de contenu et des taxonomies personnalisées</li>
</ul>
</div>
</section>
<section>
<h1>Les posts</h1>
<div style="text-align: left;">
<ul>
<li>Ils sont à la base de Wordpress car ils représentent généralement des articles de blog.</li>
<li>Ils ne peuvent pas être arborescent les uns par rapport aux autres et peuvent être catégorisés par défaut.</li>
<li>Par défaut ce sont les seuls contenus sur lesquels il est possible de commenter.</li>
</ul>
</div>
</section>
<section>
<h1>Les pages</h1>
<div style="text-align: left;">
<ul>
<li>Elles permettent de créer une arborescence de contenu moins éphémère que les articles.</li>
<li>Elle ne sont pas catégorisables par défaut.</li>
</ul>
</div>
</section>
<section>
<h1>Les médias</h1>
<div style="text-align: left;">
<ul>
<li>Ce sont les images de contenus et/ou d'interfaces. Elles sont ajoutées dans une bibliothèques de médias et il est possible de générer plusieurs formats en fonction des besoins du site.</li>
<li>Il est aussi possible d'ajouter des documents autres et de faire des liens vers eux à partir des contenus.</li>
</ul>
</div>
</section>
<section>
<h1>Les types de post personnalisés</h1>
<div>
<ul>
<li>Pour adapter les contenus à saisir aux besoins</li>
<li>Ils héritent du comportement d'un contenu existant</li>
<li>Ils peuvent être publiques ou privés</li>
<li>Ils ont un format d'URL particulier basé sur un slug</li>
</ul>
</div>
</section>
<section>
<h1>Exemple de code</h1>
<pre>
<code class="php" style="line-height: 1em; max-height: 1000px;">
function custom_init()
{
//All of these are optional
$args = array(
'label' => "Nouveau type",
'labels' => array(
'name' => 'Nouveaux types',
'singular_name' => 'Nouveau type'
),
'public' => true,
'exclude_from_search' => false,
'publicly_queryable' => true,
'show_ui' => true,
'show_in_nav_menus' => true,
'show_in_menu' => true,
'show_in_admin_bar' => true,
'rewrite' => array(
'slug' => 'nouveau-type'
)
);
//Register the newsletter post type.
register_post_type( 'custom-type' , $args );
}
add_action( 'init', 'custom_init' );
</code>
</pre>
</section>
</section>
<!--2-------------------------------------------------------------------------->
<section class="stack">
<section>
<h1>2. Créer son thème</h1>
</section>
<section>
<h1>Un thème ?</h1>
<div>
<ul>
<li>C'est un ensemble de fichier permettant d'afficher les contenus à l'utilisateur</li>
<li>Les thèmes Wordpress respectent des règles simples :</li>
<ul>
<li>Ils sont écrits en PHP</li>
<li>Le fichier style.css définit ce qu'est le thème</li>
<li>Les fichiers sont nommés selon leur utilité</li>
<li>Un système de fallback permet de créer des thèmes très simples ou très complexes</li>
</ul>
</ul>
</div>
</section>
<section>
<h1>Le fichier style.css</h1>
<div style="text-align: left;">
<pre>
<code class="css">
/*
Theme Name: Empirik
Author: Stéphane HULARD & Jérôme VADON
Author URI: http://www.chstudio.fr/
Description: Site Web 2013 Empirik
Version: 1.0
License: GNU General Public License
*/
</code>
</pre>
<p>Il peut être accompagné d'un fichier <code>screenshot.png</code> qui permet d'avoir un aperçu visuel directement dans l'administration.</p>
</div>
</section>
<section>
<h1>Structure d'un thème</h1>
<div>
<p>Elle est complétement détaillée sur le <a href="http://codex.wordpress.org/Theme_Development">Wordpress Codex</a> !</p>
<ul>
<li><code>header.php</code>, l'entête de la page</li>
<li><code>footer.php</code>, le pied de la page</li>
<li><code>index.php</code>, page d'accueil et template par défaut</li>
<li><code>single.php</code>, post seul</li>
<li><code>page.php</code>, page seule</li>
<li><code>archive.php</code>, <code>category.php</code>, <code>tag.php</code></li>
</ul>
</div>
</section>
<section>
<a href="https://developer.wordpress.org/themes/basics/template-hierarchy/">
<img src="https://developer.wordpress.org/files/2014/10/wp-hierarchy.png" style="max-width:125%; max-height:125%; margin-left: -12.5%; margin-top: -5%" />
</a>
</section>
<section>
<h1>Le configurateur</h1>
<div style="text-align: left;">
<ul>
<li>Si vous sélectionnez "Apparence > Personnaliser" dans l'administration, vous ouvrez le configurateur</li>
<li>Il permet de modifier rapidement l'apparence du thème en cours</li>
<li>Cette interface affiche en direct un aperçu des modifications</li>
<li>Les possibilités de cet écran sont définies dans le thème directement</li>
</ul>
<img src="img/session2/wordpress-configurateur.png" />
</div>
</section>
<section>
<h1>Les thèmes enfants</h1>
<div>
<ul>
<li>Il est possible de créer un thème enfant d'un autre thème</li>
<ul>
<li>Pour surcharger, on duplique les fichiers du parent dans le thème enfant, et ensuite on apporte les modifications.</li>
<li>La procédure complète est visible sur le <a href="http://codex.wordpress.org/Child_Themes">Codex</a></li>
</ul>
<li>Il suffit de rajouter une instruction dans le fichier style.css, <code>Template:</code></li>
</ul>
<pre style="margin: 0px;">
<code class="css">
/*
Template: parent-theme
*/
/!\ ------------------
Coller ici le contenu du fichier style.css du parent ou utiliser @import
</code>
</pre>
</div>
</section>
<section>
<h1>Avantage de l'héritage</h1>
<div>
<ul>
<li>Pas besoin d'être un "<strong>Wordpress Guru</strong>" pour personnaliser un thème</li>
<li>On peut partir d'un thème bien construit et qui répond déjà à nos principaux besoins</li>
<li>On isole les modifications apportées pour pouvoir gérer les mises à jour du parent</li>
<li>Complétement adapté aux petites modifications sur un thème choisit</li>
</ul>
</div>
</section>
<section>
<h1>Créer son propre thème</h1>
<div style="text-align:left;">
<p>Parfois, il faut sortir du cadre offert par un thème existant :</p>
<ul>
<li>Intégrer un design très spécifique peut nécessiter de créer un thème</li>
<li>Créer avec plus de liberté et apporter des fonctionnalités spécifiques</li>
</ul>
<p><strong>ATTENTION</strong>: Il vaut mieux créer un thème que transformer complètement un thème parent.</p>
</div>
</section>
<section>
<h1>Mon premier thème</h1>
<div style="text-align:left;">
<p>Un thème est au minimum composé de 3 choses :</p>
<ul>
<li>Un fichier <code>style.css</code> le décrivant</li>
<li>Un fichier <code>index.php</code> pour afficher les contenus</li>
<li>Un répertoire contenant ces deux fichiers et placé dans <code>wp-content/themes/[mon-theme]</code></li>
<li>Le thème est identifé par le nom du répertoire qui le contient</li>
</ul>
</div>
</section>
<section>
<h1><code>style.css</code></h1>
<div style="text-align:left;">
<pre>
<code class="css">
/*
Theme Name: Truite
Author: Moi
*/
</code>
</pre>
<ul>
<li><code>Theme Name:</code> pour un nom "User Friendly" du thème</li>
<li>Et d'autres instructions pour présenter le thème <code>Author:</code>, <code>Version:</code>, <code>Author:</code>, <code>Licence:</code>, ...</li>
</ul>
</div>
</section>
<section>
<h1><code>index.php</code></h1>
<div style="text-align:left;">
<pre>
<code class="php">
<?php
the_title();
</code>
</pre>
<p>Template par défaut, ce fichier contient toute la logique d'affichage générale.</p>
<p>Il n'est pas obligatoire de le créer mais c'est conseillé !</p>
</div>
</section>
<section>
<h1><code>functions.php</code></h1>
<div style="text-align:left;">
<p>Ce fichier permet de définir le comportement technique du thème.</p>
<p>Il contient l'intialisation et la personnalisation de Wordpress :</p>
<ul>
<li>Styles spécifiques dans l'éditeur WYSIWYG</li>
<li>Formats d'images personnalisées</li>
<li>Enregistrement des types de contenus et des taxonomies</li>
<li>Personnalisation de l'interface d'administration</li>
<li>...</li>
</ul>
</div>
</section>
<section>
<h1><code>functions.php</code></h1>
<div style="text-align:left;">
<pre>
<code class="php">
<?php
function montheme_setup() {
add_editor_style();
add_theme_support( 'post-thumbnails' );
add_theme_support( 'menus' );
add_image_size( 'logo-mini', 110, 110, true );
register_nav_menu( "main", __('Menu principal', 'i18n'));
register_nav_menu( "search", __('Recherche d\'annonces', 'i18n'));
register_nav_menu( "rent-folder", __('Dossier de candidature locatif', 'i18n'));
}
add_action( 'after_setup_theme', 'montheme_setup' );
</code>
</pre>
</div>
</section>
<section>
<h1>La boucle</h1>
<div style="text-align:left;">
<p>"<a href="http://codex.wordpress.org/fr:La_Boucle">La boucle</a>" est un concept technique important de Wordpress qui décrit le principe de récupération des contenus dans une page.</p>
<p>Les contenus sont récupérés grâce à des requêtes SQL et affichés dans des boucles.</p>
<pre>
<code class="php">
<?php
if ( have_posts() ) {
while( have_posts() ) { the_post();
the_title();
echo "<br/>";
}
}
</code>
</pre>
</div>
</section>
<section>
<h1>Et ensuite ?</h1>
<div style="text-align:left;">
<p>La documentation autour de la création de thèmes est très riche et partiellement traduite en français.</p>
<p>L'étude des thèmes existants est un bon point de départ pour découvir les différentes possibilités cachées...</p>
</div>
</section>
</section>
<!--3-------------------------------------------------------------------------->
<section class="stack">
<section>
<h1>3. Gérer ses plugins</h1>
</section>
<section>
<h1>Les plugins ?</h1>
<div style="text-align: left;">
<p>Les plugins sont des morceaux de code permettant d'ajouter des fonctionnalités à Wordpress :</p>
<ul>
<li>Création de diaporama</li>
<li>Ajout de shortcode, éditeur complexe</li>
<li>Référencement, statistiques</li>
<li>Gestion de droits</li>
<li>E-commerce</li>
<li>...</li>
</ul>
</div>
</section>
<section>
<h1>Où les trouver</h1>
<div style="text-align: left;">
<p>Comme pour les thèmes, il est possible d'en installer directement depuis Wordpress. Ils sont principalement référencés sur Wordpress.org.</p>
<ul>
<li><a href="https://wordpress.org/plugins/">https://wordpress.org/plugins/</a></li>
<li><a href="http://wpchannel.com/category/ressources/plugins-wordpress/">http://wpchannel.com/category/ressources/plugins-wordpress/</a></li>
</ul>
<p>Il existe énormément de plugins gratuit qui sont de qualité très variable...</p>
</div>
</section>
<section>
<h1>Créer un plugin</h1>
<div style="text-align: left;">
<p>Un plugin peut se présenter sous deux formes différentes :</p>
<ul>
<li>Un fichier PHP unique nommé [plugin].php</li>
<ul>
<li>Exemple hello.php</li>
</ul>
<li>Un répertoire contenant au moins un fichier [plugin].php ou index.php</li>
<ul>
<li>Exemple askimet/askimet.php</li>
</ul>
</ul>
<p>Ils sont toujours placés dans :</p>
<ul>
<li><code>wp-content/plugins</code> pour les plugins "standards"</li>
<li><code>wp-content/mu-plugins</code> pour les "<a href="https://codex.wordpress.org/Must_Use_Plugins">must use</a>" plugins</li>
</ul>
</div>
</section>
<section>
<h1>Les plugins <a href="https://codex.wordpress.org/Must_Use_Plugins">Must Use</a></h1>
<div style="text-align: left;">
<p>Ce sont des plugins installés dans un répertoire spécial <code>wp-content/mu-plugins</code> et qui sont activés automatiquement sur tous les sites de l'installation.</p>
<p>Ils ne sont pas affichés dans la liste par défaut de la page "Plugins" de l'administration. Ils apparaissent quand même dans une partie "must use"</p>
<p>Les mises à jour de ces plugins ne sont pas incluent dans les notifications, c'est le webmaster qui est responsable de leur mise à jour (à faire à la main).</p>
</div>
</section>
<section>
<h1>Définition d'un plugin</h1>
<div style="text-align: left;">
<p>Comme pour le thème, la définition du plugin est réalisé grâce à des commentaires...</p>
<pre>
<code class="php">
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/plugins/hello-dolly/
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.6
Author URI: http://ma.tt/
*/
</code>
</pre>
<p>Ensuite, dans ce fichier toutes les actions nécessaires au fonctionnement du plugin sont effectuées.</p>
</div>
</section>
<section>
<h1>Quelques-uns vraiment utiles</h1>
<div style="text-align: left;">
<p>Il est parfois difficile de trouver le bon plugin, voici une liste de plugins validés et solides</p>
<ul style="font-size: 0.7em;">
<li><a href="http://akismet.com/">Askimet</a></li>
<ul>
<li>Pour bloquer le spam sur les formulaires de commentaire</li>
</ul>
<li><a href="http://www.advancedcustomfields.com/">Advanced Custom Fields (payant)</a></li>
<ul>
<li>Pour créer des interfaces de saisies personnalisées</li>
</ul>
<li><a href="https://yoast.com/wordpress/plugins/seo/">SEO Wordpress</a></li>
<ul>
<li>Pour fiabilier le SEO et améliorer la pertinence des contenus</li>
</ul>
<li><a href="http://wp-rocket.me/fr/">WP Rocket</a> (payant)</li>
<ul>
<li>Un plugin de cache très performant (contenu, assets...)</li>
</ul>
<li><a href="https://ninjaforms.com/">Ninja Forms (payant)</a></li>
<li><a href="http://gndev.info/shortcodes-ultimate/">Shortcodes Ultimate</a></li>
</ul>
</div>
</section>
</section>
<!--#########################################################################-->
<section data-background-color="rgba( 0, 174, 239, 0.8 )">
<h1>Pour aller plus loin</h1>
<ul>
<li>Communauté</li>
<ul>
<li><a href="https://lyon.wordcamp.org/">https://lyon.wordcamp.org/</a></li>
<li><a href="http://www.meetup.com/WordPress-Lyon-Meetup/">http://www.meetup.com/WordPress-Lyon-Meetup/</a></li>
</ul>
<li>Outils</li>
<ul>
<li><a href="http://wp-cli.org/">http://wp-cli.org/</a></li>
<li><a href="https://github.com/chstudio/wordpress-project">https://github.com/chstudio/wordpress-project</a></li>
</ul>
</ul>
</section>
</div>
</div>
<script src="../../../assets/reveal.js/js/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
slideNumber: true,
// Display the page number of the current slide
slideNumber: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: '../../../assets/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../../../assets/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../../../assets/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../../../assets/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '../../../assets/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: '../../../assets/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>
|
static/events/2018-jakarta/location/index.html | gomex/devopsdays-web | <!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="Location" />
<meta name="twitter:title" content="Location"/>
<meta itemprop="name" content="Location"><meta property="og:description" content="Location for devopsdays Jakarta 2018" />
<meta name="twitter:description" content="Location for devopsdays Jakarta 2018" />
<meta itemprop="description" content="Location for devopsdays Jakarta 2018"><meta name="twitter:site" content="@devopsdays">
<meta property="og:type" content="event" />
<meta property="og:url" content="/events/2018-jakarta/location/" /><meta name="twitter:creator" content="@devopsdaysjkt" /><meta name="twitter:label1" value="Event" />
<meta name="twitter:data1" value="devopsdays Jakarta 2018" /><meta name="twitter:label2" value="Dates" />
<meta name="twitter:data2" value="April 26 - 27, 2018" /><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="65">
<title>devopsdays Jakarta 2018 - location information
</title>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-9713393-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<link href="/css/site.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"><link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="/events/index.xml" rel="alternate" type="application/rss+xml" title="DevOpsDays" />
<link href="/events/index.xml" rel="feed" type="application/rss+xml" title="DevOpsDays" />
<script src=/js/devopsdays-min.js></script></head>
<body lang="">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="/">
<img src="/img/devopsdays-brain.png" height="30" class="d-inline-block align-top" alt="devopsdays Logo">
DevOpsDays
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"><li class="nav-item global-navigation"><a class = "nav-link" href="/events">events</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/blog">blog</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/sponsor">sponsor</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/speaking">speaking</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/organizing">organizing</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/about">about</a></li></ul>
</div>
</nav>
<nav class="navbar event-navigation navbar-expand-md navbar-light">
<a href="/events/2018-jakarta" class="nav-link">Jakarta</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/2018-jakarta/program">program</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-jakarta/speakers">speakers</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-jakarta/contact">contact</a>
</li><li class="nav-item active">
<a class="nav-link" href="/events/2018-jakarta/conduct">conduct</a>
</li></ul>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-md-12"><div class="row">
<div class="col-md-12 content-text"><h1>devopsdays Jakarta - Location</h1>
<p>Watch this space for information about the venue including address, map/direction, parking/transit, and any hotel details.</p>
<!-- Uncomment this only if you have set the coordinates for your location in the config yaml. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html -->
<!-- <div id="map_canvas" style="width: 550px; height: 265px"></div>
<script type="text/javascript" language="javascript">
function initMap() {
var mapDiv = document.getElementById("map_canvas");
var position = new google.maps.LatLng("-6.229916", " 106.827768");
var map = new google.maps.Map(mapDiv, {
center: position,
zoom: 14,
mapTypeID: google.maps.MapTypeId.ROADMAP
});
var marker = new google.maps.Marker({
position: position,
map: map,
title: "Menara BTPN Jakarta",
});
}
window.onload = function() {
initMap();
};
</script>
<script type="text/javascript" src="https://maps-api-ssl.google.com/maps/api/js?key=AIzaSyC1bvNK9qFJGEhoWNbQuojmJJ1Tg0DoOew"></script>
-->
<br /><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 = "https://www.btpn.com"><img src = "/img/sponsors/btpn.png" alt = "BTPN" title = "BTPN" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www2.dimensiondata.com/"><img src = "/img/sponsors/dimension-data.png" alt = "Dimension Data" title = "Dimension Data" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.naradacode.com/"><img src = "/img/sponsors/naradacode.png" alt = "NaradaCode" title = "NaradaCode" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.packet-systems.com/"><img src = "/img/sponsors/packet-systems.png" alt = "Packet Systems" title = "Packet Systems" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.pivotal.io"><img src = "/img/sponsors/pivotal-before-20190307.png" alt = "Pivotal" title = "Pivotal" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.progrezconsulting.com/"><img src = "/img/sponsors/pt-aims-progrez.png" alt = "PT Aims Progrez" title = "PT Aims Progrez" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.bukalapak.com"><img src = "/img/sponsors/bukalapak-before-20190305.png" alt = "Bukalapak" title = "Bukalapak" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.gojek.io/"><img src = "/img/sponsors/gojek.png" alt = "GO JEK" title = "GO JEK" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://ekipa.co.id/"><img src = "/img/sponsors/ekipa.png" alt = "Ekipa" title = "Ekipa" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://chef.io"><img src = "/img/sponsors/chef.png" alt = "Chef Software, Inc" title = "Chef Software, Inc" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.mckinsey.com/"><img src = "/img/sponsors/mckinsey.png" alt = "McKinsey" title = "McKinsey" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.meetup.com/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://agilecircles.id/"><img src = "/img/sponsors/agile-circles.png" alt = "Agile Circles" title = "Agile Circles" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://www.devopsindonesia.com"><img src = "/img/sponsors/devops-indonesia.png" alt = "DevOps Indonesia" title = "DevOps Indonesia" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.meetup.com/AgileIndonesia/"><img src = "/img/sponsors/agile-indonesia.png" alt = "Agile Indonesia" title = "Agile Indonesia" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://geekhunter.co"><img src = "/img/sponsors/geekhunter.png" alt = "Geekhunter" title = "Geekhunter" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://bncc.net/"><img src = "/img/sponsors/bncc.png" alt = "BNCC" title = "BNCC" class="img-fluid"></a>
</div></div><div class="row cta-row">
<div class="col-md-12"><h4 class="sponsor-cta">Media Sponsors</h4></div>
</div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4">
<a href = "https://www.techinasia.com/"><img src = "/img/sponsors/tech-in-asia.png" alt = "Tech In Asia" title = "Tech In Asia" class="img-fluid"></a>
</div><div class = "col-lg-1 col-md-2 col-4">
<a href = "http://eventjakarta.com/"><img src = "/img/sponsors/event-jakarta.png" alt = "Event Jakarta" title = "Event Jakarta" class="img-fluid"></a>
</div></div><br />
</div>
</div>
</div></div>
</div>
<nav class="navbar bottom navbar-light footer-nav-row" style="background-color: #bfbfc1;">
<div class = "row">
<div class = "col-md-12 footer-nav-background">
<div class = "row">
<div class = "col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">@DEVOPSDAYS</h3>
<div>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/devopsdays/lists/devopsdays" data-chrome="noheader" height="440"></a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</div>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col footer-content">
<h3 class="footer-nav">BLOG</h3><a href = "https://www.devopsdays.org/blog/2019/05/10/10-years-of-devopsdays/"><h1 class = "footer-heading">10 years of devopsdays</h1></a><h2 class="footer-heading">by Kris Buytaert - 10 May, 2019</h2><p class="footer-content">It’s hard to believe but it is almost 10 years ago since #devopsdays happened for the first time in Gent. Back then there were almost 70 of us talking about topics that were of interest to both Operations and Development, we were exchanging our ideas and experiences `on how we were improving the quality of software delivery.
Our ideas got started on the crossroads of Open Source, Agile and early Cloud Adoption.</p><a href = "https://www.devopsdays.org/blog/"><h1 class = "footer-heading">Blogs</h1></a><h2 class="footer-heading">10 May, 2019</h2><p class="footer-content"></p><a href="https://www.devopsdays.org/blog/index.xml">Feed</a>
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">CFP OPEN</h3><a href = "/events/2019-campinas" class = "footer-content">Campinas</a><br /><a href = "/events/2019-macapa" class = "footer-content">Macapá</a><br /><a href = "/events/2019-shanghai" class = "footer-content">Shanghai</a><br /><a href = "/events/2019-recife" class = "footer-content">Recife</a><br /><a href = "/events/2020-charlotte" class = "footer-content">Charlotte</a><br /><a href = "/events/2020-prague" class = "footer-content">Prague</a><br /><a href = "/events/2020-tokyo" class = "footer-content">Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br />
<br />Propose a talk at an event near you!<br />
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">About</h3>
devopsdays is a worldwide community conference series for anyone interested in IT improvement.<br /><br />
<a href="/about/" class = "footer-content">About devopsdays</a><br />
<a href="/privacy/" class = "footer-content">Privacy Policy</a><br />
<a href="/conduct/" class = "footer-content">Code of Conduct</a>
<br />
<br />
<a href="https://www.netlify.com">
<img src="/img/netlify-light.png" alt="Deploys by Netlify">
</a>
</div>
</div>
</div>
</div>
</nav>
<script>
$(document).ready(function () {
$("#share").jsSocials({
shares: ["email", {share: "twitter", via: 'devopsdaysjkt'}, "facebook", "linkedin"],
text: 'devopsdays Jakarta - 2018',
showLabel: false,
showCount: false
});
});
</script>
</body>
</html>
|
javadoc/org/eclipse/jetty/io/class-use/ByteArrayBuffer.CaseInsensitive.html | yayaratta/TP6_MVC | <!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_03) on Tue Nov 06 09:34:23 CST 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive (Jetty :: Aggregate :: All core Jetty 8.1.8.v20121106 API)</title>
<meta name="date" content="2012-11-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive (Jetty :: Aggregate :: All core Jetty 8.1.8.v20121106 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/eclipse/jetty/io/ByteArrayBuffer.CaseInsensitive.html" title="class in org.eclipse.jetty.io">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/eclipse/jetty/io//class-useByteArrayBuffer.CaseInsensitive.html" target="_top">Frames</a></li>
<li><a href="ByteArrayBuffer.CaseInsensitive.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.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive" class="title">Uses of Class<br>org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive</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/eclipse/jetty/io/ByteArrayBuffer.CaseInsensitive.html" title="class in org.eclipse.jetty.io">ByteArrayBuffer.CaseInsensitive</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.eclipse.jetty.io">org.eclipse.jetty.io</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.jetty.io">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/eclipse/jetty/io/ByteArrayBuffer.CaseInsensitive.html" title="class in org.eclipse.jetty.io">ByteArrayBuffer.CaseInsensitive</a> in <a href="../../../../../org/eclipse/jetty/io/package-summary.html">org.eclipse.jetty.io</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/eclipse/jetty/io/ByteArrayBuffer.CaseInsensitive.html" title="class in org.eclipse.jetty.io">ByteArrayBuffer.CaseInsensitive</a> in <a href="../../../../../org/eclipse/jetty/io/package-summary.html">org.eclipse.jetty.io</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/io/BufferCache.CachedBuffer.html" title="class in org.eclipse.jetty.io">BufferCache.CachedBuffer</a></strong></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/eclipse/jetty/io/ByteArrayBuffer.CaseInsensitive.html" title="class in org.eclipse.jetty.io">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/eclipse/jetty/io//class-useByteArrayBuffer.CaseInsensitive.html" target="_top">Frames</a></li>
<li><a href="ByteArrayBuffer.CaseInsensitive.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 © 1995-2012 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved.</small></p>
</body>
</html>
|
carrot2-webapp-3.8.1/herbsilvertrigram/NY_01334508.txt.html | idigbio-citsci-hackathon/carrotFacetNgram | <html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<span class='rank0 0.0'>?o</span>
<span class='rank0 0.0'>&</span>
</br>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>??</span>
<span class='rank0 0.0'>??</span>
<span class='rank0 0.0'>I</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>'</span>
<span class='rank0 0.0'>JL</span>
</br>
<span class='rank0 0.0'>0</span>
<span class='rank6 6.041766696267732'>cm</span>
<span class='rank0 0.0'>1</span>
<span class='rank23 22.755765291406597'>23456</span>
<span class='rank17 16.747059834335055'>789</span>
<span class='rank6 5.886281793427337'>10</span>
<span class='rank4 4.050174224831018'>copyright</span>
<span class='rank2 1.7822710117187128'>reserved</span>
</br>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>Ç</span>
<span class='rank0 0.0'>???</span>
<span class='rank0 0.0'>?</span>
<span class='rank0 0.0'>???</span>
<span class='rank5 5.380675333968457'>The</span>
<span class='rank6 5.910214491268059'>New</span>
<span class='rank5 5.027215308896533'>York</span>
<span class='rank3 2.5421264334187086'>Botanical</span>
<span class='rank3 3.451197890939337'>Garden</span>
</br>
<span class='rank0 0.0013283048015750865'>01334508</span>
</br>
</br></br>
<strong>Legend - </strong>
Level of confidence that token is an accurately-transcribed word</br>
<span class='rank-13'> </span> extremely low
<span class='rank-7'> </span> very low
<span class='rank-1'> </span> low
<span class='rank0'> </span> undetermined
<span class='rank1'> </span> medium
<span class='rank6'> </span> high
<span class='rank16'> </span> very high</br>
</body>
</html>
|
share/doc/hadoop/api/org/apache/hadoop/fs/class-use/Seekable.html | devansh2015/hadoop-2.4.1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sat Jun 21 06:31:10 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.apache.hadoop.fs.Seekable (Apache Hadoop Main 2.4.1 API)
</TITLE>
<META NAME="date" CONTENT="2014-06-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.apache.hadoop.fs.Seekable (Apache Hadoop Main 2.4.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/fs/Seekable.html" title="interface in org.apache.hadoop.fs"><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/fs//class-useSeekable.html" target="_top"><B>FRAMES</B></A>
<A HREF="Seekable.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.apache.hadoop.fs.Seekable</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/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.fs"><B>org.apache.hadoop.fs</B></A></TD>
<TD>An abstract file system API. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.io.compress"><B>org.apache.hadoop.io.compress</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.fs"><!-- --></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/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</A> in <A HREF="../../../../../org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/hadoop/fs/package-summary.html">org.apache.hadoop.fs</A> that implement <A HREF="../../../../../org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/fs/FSDataInputStream.html" title="class in org.apache.hadoop.fs">FSDataInputStream</A></B></CODE>
<BR>
Utility that wraps a <CODE>FSInputStream</CODE> in a <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/DataInputStream.html?is-external=true" title="class or interface in java.io"><CODE>DataInputStream</CODE></A>
and buffers input through a <A HREF="http://download.oracle.com/javase/6/docs/api/java/io/BufferedInputStream.html?is-external=true" title="class or interface in java.io"><CODE>BufferedInputStream</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.io.compress"><!-- --></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/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</A> in <A HREF="../../../../../org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/hadoop/io/compress/package-summary.html">org.apache.hadoop.io.compress</A> that implement <A HREF="../../../../../org/apache/hadoop/fs/Seekable.html" title="interface in org.apache.hadoop.fs">Seekable</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/compress/BlockDecompressorStream.html" title="class in org.apache.hadoop.io.compress">BlockDecompressorStream</A></B></CODE>
<BR>
A <A HREF="../../../../../org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress"><CODE>DecompressorStream</CODE></A> which works
with 'block-based' based compression algorithms, as opposed to
'stream-based' compression algorithms.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/compress/CompressionInputStream.html" title="class in org.apache.hadoop.io.compress">CompressionInputStream</A></B></CODE>
<BR>
A compression input stream.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/compress/DecompressorStream.html" title="class in org.apache.hadoop.io.compress">DecompressorStream</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/compress/SplitCompressionInputStream.html" title="class in org.apache.hadoop.io.compress">SplitCompressionInputStream</A></B></CODE>
<BR>
An InputStream covering a range of compressed data.</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/fs/Seekable.html" title="interface in org.apache.hadoop.fs"><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/fs//class-useSeekable.html" target="_top"><B>FRAMES</B></A>
<A HREF="Seekable.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>
|
html/index.html | SanteriHetekivi/Labyrinttipeli | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>Labyrinttipeli: Main Page</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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Labyrinttipeli
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<!-- 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">Labyrinttipeli Documentation</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>Tämä on OHJ-1450 Olio-ohjelmoinnin jatkokurssin vuoden 2013 harjoitustyön Labyrinttipeli valmiina annettu sovelluskehys.</p>
<p>Valmiina annetut rajapinnat, tyypit ja luokat löytyvät kaikki nimiavaruudesta <code><a class="el" href="namespace_julkinen.html" title="Luo instanssi pelirajapinnasta. ">Julkinen</a></code>. </p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
|
Teams/Eclectic-A-Team/Portfolios/Cody/cody_skills.html | SUNY-Albany-CCI/INF-362-Web-Development-Sandbox-Spring-2013 | <!DOCTYPE html>
<html>
<head>
<title>
Cody Teague - Skills
</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script>
function toggle(obj1, obj2){
/****************************************************************
* This function toggles the display of text in the specified *
* paragraph element. *
****************************************************************/
var el1 = document.getElementById(obj1);
var el2 = document.getElementById(obj2);
if(el1.style.display != 'none'){
el1.style.display = 'none';
el2.value = "Show";
}
else{
el1.style.display = 'block';
el2.value = "Hide";
}
}
</script>
</head>
<body id="skills">
<div id="container">
<nav>
<a href="cody_index.html">Home</a></b>
<a href="cody_work.html">Work Experience</a>
<b><a href="cody_skills.html">Skills</a></b>
</nav>
<br/><br/>
<h1>Skills</h1>
<div class="content_box">
<p>
Below are the skills that I have developed over many years of
personal, work, and educational experience. These are the skills that I feel I bring to the table when I am asked what I can do.
</p><br/>
<p>
<b style="color:red">NOTE:</b><b> TO SEE A SKILL CLICK THE "SHOW" BUTTON BELOW EACH SKILL</b>
</p><br/><br/><br/>
<h2>Computer Networking:</h2>
<input type="button" id="a" value="Show" onclick="toggle('networking','a')"/>
<div id="networking" class="shadow" style="display:none">
<img class="img3" src="./img/Cisco.jpg" alt="Cisco"/>
<p>
During my time at Adirondack Community college, now called Suny Adirondack, I gained a great deal of
exerience working with Cisco equipment. I got to work with routers, switches, access points, servers,
and desktops. I learned how to configure all of the equipment I mentioned. We set up labs that simulated
office buildings located around the country and we had to make them work using specific protocols. All
were as close to the real thing as possible, the only thing missing was the hundreds of miles between the
equipment. My instructor had day where she would intentionally mess up the network before class and when we
came to class we would have to identify the problem and fix it. The problems she would cause could be as
simple as an unplugged cable, all the way up to changing addresses in the configurations of the routers and
switches.
<br/><br/>
I feel that this experience has preapred me for handling actual networks. I feel confident in troubleshooting,
maintaining, and upgrading existing networks.
</p>
<p>
Some examples of protocols that I have had experience with are:
</p>
<ul>
<li>RIP</li>
<li>RIPv2</li><input type="button" id="b1" class="btn btn-primary" value="Show Example" onclick="toggle('p1','b1')"/>
<img id="p1" style="display:none" class="img3" src="./img/rip.png" alt="Rip"/>
<li>EIGRP</li><input type="button" id="b2" class="btn btn-primary" value="Show Example" onclick="toggle('p2','b2')"/>
<img id="p2" style="display:none" class="img3" src="./img/eigrp.png" alt="EIGRP"/>
<li>OSPF</li><input type="button" id="b3" class="btn btn-primary" value="Show Example" onclick="toggle('p3','b3')"/>
<img id="p3" style="display:none" class="img3" src="./img/ospf.jpg" alt="OSPF"/>
</ul><br/><br/>
<input type="button" id="a2" value="Hide" onclick="toggle('networking','a')"/>
</div>
<h2>Programming:</h2>
<input type="button" id="b" value="Show" onclick="toggle('programming','b')"/>
<div id="programming" class="shadow" style="display:none">
<h3>Background</h3>
<p>
This is one area that I am relatively new to, I have only been introduced to programming in my 1st
year of college in 2009. I started learning C++, which was realtively easy because many commands and logic
follow english language. I felt that it was a good transition into programming. I eventually started getting
more and more interested in web programming using languages like PHP, CSS, HTML, and Javascript. Web development
really caught on with me and I feel I have a strong ability to create and maintain content within a webpage. I
also feel that I can design and build a full website with ease.
</p>
<h3>Known Languages</h3>
<dl>
<dt><strong>C</strong></dt>
<dt><strong>C++</strong></dt>
<dt><strong>Java</strong></dt>
<dt><strong>MIPS</strong></dt>
<dt><strong>JavaScript</strong></dt>
<dd>
For a simple example of this, all Show/Hide buttons on this page utilize a basic JavaScript function.
</dd>
<dt><strong>PHP</strong></dt>
<dt><strong>HTML</strong></dt>
<dd>
This whole website was created by me using my collective knowledge.
</dd>
<dt><strong>CSS</strong></dt>
<dd>
The whole visual appearance of this website was created using CSS. It is a very flexible solution that allows
you to make your website look and function just about any way you want.
</dd>
</dl><br/><br/>
<input type="button" id="b2" value="Hide" onclick="toggle('programming','b')"/>
</div>
<h2>Computer Hardware:</h2>
<input type="button" id="c" value="Show" onclick="toggle('hardware','c')"/>
<div id="hardware" class="shadow" style="display:none">
<img class="img3" src="./img/hardware.jpg" alt="PC Hardware"/>
<h3>Background</h3>
<p>
The image above is a picture of my main computer, one that I built years ago and have kept upgrading. One of the
benefits to being able to build your own computer is that when you want to upgrade, only minor parts need to be
changed like the RAM or CPU. This keeps costs down because you don't have to upgrade to a whole new computer.
</p>
<h3>Personal Experience</h3>
<p>
I have had many years of experience troubleshooting anf maintaining all of my friends and families computers. They
have a wide range of different types of computers. They have laptops, tablets, smartphones, and desktops. In many
cases they have contacted me to fix their technology issues. Issues that I have dealt with in that past are replacing
laptop screens, upgrading RAM, replacing smartphone screens, software installations, hard drive recoveries, and the
list goes on.
</p>
<h3>Professional Experience</h3>
<p>
My best experience out in the work world dealing with PC hardware and software is when I got the opportunity to be
technical support for a college convention for Empire State College. During this experience I was the designated tech
support person for each of the professors as they were giving their presentations and speeches. All professors used
laptops and projectors that I setup prior to their arrival. I then had to make sure that their presentation displayed
properly. Another responsibility of mine was to ensure that the audio equipement for their microphone and presentation
material was working correctly. This experience allowed my to test many of the skills I had learned throughout school.<br/><br/>
<input type="button" id="c2" value="Hide" onclick="toggle('hardware','c')"/>
</p>
</div>
</div>
</div>
<br/><br/><br/><br/>
</body>
</html> |
poi-3.9/docs/apidocs/org/apache/poi/xslf/usermodel/TextAutofit.html | brenthand/Panda | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:21:24 MSK 2012 -->
<TITLE>
TextAutofit (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2012-11-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TextAutofit (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TextAutofit.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAlign.html" title="enum in org.apache.poi.xslf.usermodel"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextCap.html" title="enum in org.apache.poi.xslf.usermodel"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/xslf/usermodel/TextAutofit.html" target="_top"><B>FRAMES</B></A>
<A HREF="TextAutofit.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.poi.xslf.usermodel</FONT>
<BR>
Enum TextAutofit</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum<<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A>>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.xslf.usermodel.TextAutofit</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable<<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A>></DD>
</DL>
<HR>
<DL>
<DT><PRE>public enum <B>TextAutofit</B><DT>extends java.lang.Enum<<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A>></DL>
</PRE>
<P>
Specifies alist of auto-fit types.
<p>
Autofit specofies that a shape should be auto-fit to fully contain the text described within it.
Auto-fitting is when text within a shape is scaled in order to contain all the text inside
</p>
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Yegor Kozlov</DD>
</DL>
<HR>
<P>
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<A NAME="enum_constant_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Enum Constant Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html#NONE">NONE</A></B></CODE>
<BR>
Specifies that text within the text body should not be auto-fit to the bounding box.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html#NORMAL">NORMAL</A></B></CODE>
<BR>
Specifies that text within the text body should be normally auto-fit to the bounding box.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html#SHAPE">SHAPE</A></B></CODE>
<BR>
Specifies that a shape should be auto-fit to fully contain the text described within it.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they are declared.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Enum</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<A NAME="enum_constant_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Enum Constant Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="NONE"><!-- --></A><H3>
NONE</H3>
<PRE>
public static final <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A> <B>NONE</B></PRE>
<DL>
<DD>Specifies that text within the text body should not be auto-fit to the bounding box.
Auto-fitting is when text within a text box is scaled in order to remain inside
the text box.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="NORMAL"><!-- --></A><H3>
NORMAL</H3>
<PRE>
public static final <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A> <B>NORMAL</B></PRE>
<DL>
<DD>Specifies that text within the text body should be normally auto-fit to the bounding box.
Autofitting is when text within a text box is scaled in order to remain inside the text box.
<p>
<em>Example:</em> Consider the situation where a user is building a diagram and needs
to have the text for each shape that they are using stay within the bounds of the shape.
An easy way this might be done is by using NORMAL autofit
</p>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="SHAPE"><!-- --></A><H3>
SHAPE</H3>
<PRE>
public static final <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A> <B>SHAPE</B></PRE>
<DL>
<DD>Specifies that a shape should be auto-fit to fully contain the text described within it.
Auto-fitting is when text within a shape is scaled in order to contain all the text inside.
<p>
<em>Example:</em> Consider the situation where a user is building a diagram and needs to have
the text for each shape that they are using stay within the bounds of the shape.
An easy way this might be done is by using SHAPE autofit
</p>
<P>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="values()"><!-- --></A><H3>
values</H3>
<PRE>
public static <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A>[] <B>values</B>()</PRE>
<DL>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (TextAutofit c : TextAutofit.values())
System.out.println(c);
</pre>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
the order they are declared</DL>
</DD>
</DL>
<HR>
<A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
valueOf</H3>
<PRE>
public static <A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAutofit.html" title="enum in org.apache.poi.xslf.usermodel">TextAutofit</A> <B>valueOf</B>(java.lang.String name)</PRE>
<DL>
<DD>Returns the enum constant of this type with the specified name.
The string must match <I>exactly</I> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
<DT><B>Returns:</B><DD>the enum constant with the specified name
<DT><B>Throws:</B>
<DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant
with the specified name
<DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TextAutofit.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextAlign.html" title="enum in org.apache.poi.xslf.usermodel"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/xslf/usermodel/TextCap.html" title="enum in org.apache.poi.xslf.usermodel"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/xslf/usermodel/TextAutofit.html" target="_top"><B>FRAMES</B></A>
<A HREF="TextAutofit.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#enum_constant_summary">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#enum_constant_detail">ENUM CONSTANTS</A> | FIELD | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
closure/goog/ui/autocomplete/inputhandler_test.html | andrewschaaf/closure-library-mirror | <!DOCTYPE html>
<html>
<!--
Copyright 2007 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.ui.AutoComplete.InputHandler</title>
<script src="../../base.js"></script>
<script>
goog.require('goog.events.KeyCodes');
goog.require('goog.functions');
goog.require('goog.object');
goog.require('goog.testing.jsunit');
goog.require('goog.testing.MockClock');
goog.require('goog.ui.AutoComplete.InputHandler');
</script>
</head>
<body>
<script>
/** Mock out the input element. */
function MockElement() {
goog.events.EventTarget.call(this);
this.setAttributeNS = function() {};
this.setAttribute = function(key, value) { this[key] = value; };
this.focus = function() {}
this.blur = function() {}
this.ownerDocument = document;
}
goog.inherits(MockElement, goog.events.EventTarget);
function MockAutoCompleter() {
this.setTokenWasCalled = false;
this.selectHilitedWasCalled = false;
this.dismissWasCalled = false;
this.getTarget = function() { return mockElement };
this.setTarget = function() { };
this.setToken = function() { this.setTokenWasCalled = true; };
this.selectHilited = function() {
this.selectHilitedWasCalled = true;
return true; // Success.
};
this.cancelDelayedDismiss = function() { };
this.dismissOnDelay = function() {};
this.dismiss = function() { this.dismissWasCalled = true; };
this.isOpen = goog.functions.TRUE;
}
/**
* MockInputHandler simulates key events for testing the IME behavior of
* InputHandler.
*/
function MockInputHandler() {
goog.ui.AutoComplete.InputHandler.call(this);
this.ac_ = new MockAutoCompleter();
this.cursorPosition_ = 0;
this.attachInput(mockElement);
}
goog.inherits(MockInputHandler, goog.ui.AutoComplete.InputHandler);
/** Checks for updates to the text area, should not happen during IME. */
MockInputHandler.prototype.update = function() {
this.updates++;
};
/** Simulates key events. */
MockInputHandler.prototype.fireKeyEvents = function(
keyCode, down, press, up, opt_properties) {
if (down) this.fireEvent('keydown', keyCode, opt_properties);
if (press) this.fireEvent('keypress', keyCode, opt_properties);
if (up) this.fireEvent('keyup', keyCode, opt_properties);
};
/** Simulates an event. */
MockInputHandler.prototype.fireEvent = function(
type, keyCode, opt_properties) {
var e = {};
e.type = type;
e.keyCode = keyCode;
e.preventDefault = function() {};
if (!goog.userAgent.IE) {
e.which = type == 'keydown' ? keyCode : 0;
}
if (opt_properties) {
goog.object.extend(e, opt_properties);
}
e = new goog.events.BrowserEvent(e);
mockElement.dispatchEvent(e);
};
MockInputHandler.prototype.setCursorPosition = function(cursorPosition) {
this.cursorPosition_ = cursorPosition;
};
MockInputHandler.prototype.getCursorPosition = function() {
return this.cursorPosition_;
};
// Variables used by all test
var mh = null;
var oldMac, oldWin, oldLinux, oldIe, oldFf, oldWebkit, oldVersion;
var oldUsesKeyDown;
var mockElement;
var mockClock;
function setUp() {
oldMac = goog.userAgent.MAC;
oldWin = goog.userAgent.WINDOWS;
oldLinux = goog.userAgent.LINUX;
oldIe = goog.userAgent.IE;
oldFf = goog.userAgent.GECKO;
oldWebkit = goog.userAgent.WEBKIT;
oldVersion = goog.userAgent.VERSION;
oldUsesKeyDown = goog.events.KeyHandler.USES_KEYDOWN_;
mockClock = new goog.testing.MockClock(true);
mockElement = new MockElement;
mh = new MockInputHandler;
}
function tearDown() {
goog.userAgent.MAC = oldMac;
goog.userAgent.WINDOWS = oldWin;
goog.userAgent.LINUX = oldLinux;
goog.userAgent.IE = oldIe;
goog.userAgent.GECKO = oldFf;
goog.userAgent.WEBKIT = oldWebkit;
goog.userAgent.VERSION = oldVersion;
goog.events.KeyHandler.USES_KEYDOWN_ = oldUsesKeyDown;
mockClock.dispose();
mockElement.dispose();
}
/** Used to simulate behavior of Windows/Firefox3 */
function simulateWinFirefox3() {
goog.userAgent.MAC = false;
goog.userAgent.WINDOWS = true;
goog.userAgent.LINUX = false;
goog.userAgent.IE = false;
goog.userAgent.GECKO = true;
goog.userAgent.WEBKIT = false;
goog.events.KeyHandler.USES_KEYDOWN_ = false;
}
/** Used to simulate behavior of Windows/InternetExplorer7 */
function simulateWinIe7() {
goog.userAgent.MAC = false;
goog.userAgent.WINDOWS = true;
goog.userAgent.LINUX = false;
goog.userAgent.IE = true;
goog.userAgent.GECKO = false;
goog.userAgent.WEBKIT = false;
goog.events.KeyHandler.USES_KEYDOWN_ = true;
}
/** Used to simulate behavior of Windows/Chrome */
function simulateWinChrome() {
goog.userAgent.MAC = false;
goog.userAgent.WINDOWS = true;
goog.userAgent.LINUX = false;
goog.userAgent.IE = false;
goog.userAgent.GECKO = false;
goog.userAgent.WEBKIT = true;
goog.userAgent.VERSION = '525';
goog.events.KeyHandler.USES_KEYDOWN_ = true;
}
/** Used to simulate behavior of Mac/Firefox3 */
function simulateMacFirefox3() {
goog.userAgent.MAC = true;
goog.userAgent.WINDOWS = false;
goog.userAgent.LINUX = false;
goog.userAgent.IE = false;
goog.userAgent.GECKO = true;
goog.userAgent.WEBKIT = false;
goog.events.KeyHandler.USES_KEYDOWN_ = true;
}
/** Used to simulate behavior of Mac/Safari3 */
function simulateMacSafari3() {
goog.userAgent.MAC = true;
goog.userAgent.WINDOWS = false;
goog.userAgent.LINUX = false;
goog.userAgent.IE = false;
goog.userAgent.GECKO = false;
goog.userAgent.WEBKIT = true;
goog.userAgent.VERSION = '525';
goog.events.KeyHandler.USES_KEYDOWN_ = true;
}
/** Used to simulate behavior of Linux/Firefox3 */
function simulateLinuxFirefox3() {
goog.userAgent.MAC = false;
goog.userAgent.WINDOWS = false;
goog.userAgent.LINUX = true;
goog.userAgent.IE = false;
goog.userAgent.GECKO = true;
goog.userAgent.WEBKIT = false;
goog.events.KeyHandler.USES_KEYDOWN_ = true;
}
/** Test the normal, non-IME case */
function testRegularKey() {
// Each key fires down, press, and up in that order, and each should
// trigger an autocomplete update
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireKeyEvents(goog.events.KeyCodes.K, true, true, true);
assertFalse('IME should not be triggered by K', mh.waitingForIme_);
mh.fireKeyEvents(goog.events.KeyCodes.A, true, true, true);
assertFalse('IME should not be triggered by A', mh.waitingForIme_);
}
/**
* This test simulates the key inputs generated by pressing
* '<ime_on>a<enter>i<ime_off>u' using the Japanese IME
* on Windows/Firefox3.
*/
function testImeWinFirefox3() {
simulateWinFirefox3();
mh.fireEvent('focus', '');
assertFalse('IME should not be triggered', mh.waitingForIme_);
// ime_on
// a
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, true, false);
// Event is not generated for key code a.
assertTrue('IME should be triggered', mh.waitingForIme_);
// enter
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, false, false, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
// i
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, true, false);
// Event is not generated for key code i.
assertTrue('IME should be triggered', mh.waitingForIme_);
// ime_off
// u
mh.fireKeyEvents(goog.events.KeyCodes.U, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireEvent('blur', '');
}
/**
* This test simulates the key inputs generated by pressing
* '<ime_on>a<enter>i<ime_off>u' using the Japanese IME
* on Windows/InternetExplorer7.
*/
function testImeWinIe7() {
simulateWinIe7();
mh.fireEvent('focus', '');
assertFalse('IME should not be triggered', mh.waitingForIme_);
// ime_on
// a
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.A, false, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// enter
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, false, false, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
// i
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.I, false, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// ime_off
// u
mh.fireKeyEvents(goog.events.KeyCodes.U, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireEvent('blur', '');
}
/**
* This test simulates the key inputs generated by pressing
* '<ime_on>a<enter>i<ime_off>u' using the Japanese IME
* on Windows/Chrome.
*/
function testImeWinChrome() {
simulateWinChrome();
mh.fireEvent('focus', '');
assertFalse('IME should not be triggered', mh.waitingForIme_);
// ime_on
// a
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.A, false, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// enter
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, false, false, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
// i
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.I, false, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// ime_off
// u
mh.fireKeyEvents(goog.events.KeyCodes.U, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireEvent('blur', '');
}
/**
* This test simulates the key inputs generated by pressing
* '<ime_on>a<enter>i<ime_off>u' using the Japanese IME
* on Mac/Firefox3.
*/
function testImeMacFirefox3() {
// TODO(user): Currently our code cannot distinguish preedit characters
// from normal ones for Mac/Firefox3.
// Enable this test after we fix it.
simulateMacFirefox3();
mh.fireEvent('focus', '');
assertFalse('IME should not be triggered', mh.waitingForIme_);
// ime_on
// a
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, true, false);
assertTrue('IME should be triggered', mh.waitingForIme_);
mh.fireKeyEvents(goog.events.KeyCodes.A, true, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// enter
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
// i
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, true, false);
mh.fireKeyEvents(goog.events.KeyCodes.I, true, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// ime_off
// u
mh.fireKeyEvents(goog.events.KeyCodes.U, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireEvent('blur', '');
}
/**
* This test simulates the key inputs generated by pressing
* '<ime_on>a<enter>i<ime_off>u' using the Japanese IME
* on Mac/Safari3.
*/
function testImeMacSafari3() {
simulateMacSafari3();
mh.fireEvent('focus', '');
assertFalse('IME should not be triggered', mh.waitingForIme_);
// ime_on
// a
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.A, false, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// enter
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, false, false, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
// i
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, false, false);
mh.fireKeyEvents(goog.events.KeyCodes.I, false, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// ime_off
// u
mh.fireKeyEvents(goog.events.KeyCodes.U, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireEvent('blur', '');
}
/**
* This test simulates the key inputs generated by pressing
* '<ime_on>a<enter>i<ime_off>u' using the Japanese IME
* on Linux/Firefox3.
*/
function testImeLinuxFirefox3() {
// TODO(user): Currently our code cannot distinguish preedit characters
// from normal ones for Linux/Firefox3.
// Enable this test after we fix it.
simulateLinuxFirefox3();
mh.fireEvent('focus', '');
assertFalse('IME should not be triggered', mh.waitingForIme_);
// ime_on
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, true, false);
// a
mh.fireKeyEvents(goog.events.KeyCodes.A, true, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// enter
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
// i
mh.fireKeyEvents(goog.events.KeyCodes.WIN_IME, true, true, false);
mh.fireKeyEvents(goog.events.KeyCodes.I, true, false, true);
assertTrue('IME should be triggered', mh.waitingForIme_);
// ime_off
// u
mh.fireKeyEvents(goog.events.KeyCodes.U, true, true, true);
assertFalse('IME should not be triggered', mh.waitingForIme_);
mh.fireEvent('blur', '');
}
/**
* Make sure that the active element handling works.
*/
function testActiveElement() {
assertNull(mh.activeElement_);
mockElement.dispatchEvent('keydown');
assertEquals(mockElement, mh.activeElement_);
mockElement.dispatchEvent('blur');
assertNull(mh.activeElement_);
mockElement.dispatchEvent('focus');
assertEquals(mockElement, mh.activeElement_);
mh.detachInput(mockElement);
assertNull(mh.activeElement_);
}
function testUpdateDoesNotTriggerSetTokenForSelectRow() {
var ih = new goog.ui.AutoComplete.InputHandler();
// Set up our input handler with the necessary mocks
var mockAutoCompleter = new MockAutoCompleter();
ih.ac_ = mockAutoCompleter;
ih.activeElement_ = mockElement;
var row = {};
ih.selectRow(row, false);
ih.update();
assertFalse('update should not call setToken on selectRow',
mockAutoCompleter.setTokenWasCalled);
ih.update();
assertFalse('update should not call setToken on selectRow',
mockAutoCompleter.setTokenWasCalled);
}
function testSetTokenText() {
var ih = new MockInputHandler();
// Set up our input handler with the necessary mocks
var mockAutoCompleter = new MockAutoCompleter();
ih.ac_ = mockAutoCompleter;
ih.activeElement_ = mockElement;
mockElement.value = 'bob, wal, joey';
ih.setCursorPosition(8);
ih.setTokenText('waldo', true /* multi-row */);
assertEquals('bob, waldo, joey', mockElement.value);
}
function testGetThrottleTime() {
var ih = new goog.ui.AutoComplete.InputHandler();
ih.setThrottleTime(999);
assertEquals('throttle time set+get', 999, ih.getThrottleTime());
}
function testGetUpdateDuringTyping() {
var ih = new goog.ui.AutoComplete.InputHandler();
ih.setUpdateDuringTyping(false);
assertFalse('update during typing set+get', ih.getUpdateDuringTyping());
}
function testEnterToSelect() {
mh.fireEvent('focus', '');
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, true, true, true);
assertTrue('Should hilite', mh.ac_.selectHilitedWasCalled);
assertFalse('Should NOT be dismissed', mh.ac_.dismissWasCalled);
}
function testEnterDoesNotSelectWhenClosed() {
mh.fireEvent('focus', '');
mh.ac_.isOpen = goog.functions.FALSE;
mh.fireKeyEvents(goog.events.KeyCodes.ENTER, true, true, true);
assertFalse('Should NOT hilite', mh.ac_.selectHilitedWasCalled);
assertTrue('Should be dismissed', mh.ac_.dismissWasCalled);
}
function testTabToSelect() {
mh.fireEvent('focus', '');
mh.fireKeyEvents(goog.events.KeyCodes.TAB, true, true, true);
assertTrue('Should hilite', mh.ac_.selectHilitedWasCalled);
assertFalse('Should NOT be dismissed', mh.ac_.dismissWasCalled);
}
function testTabDoesNotSelectWhenClosed() {
mh.fireEvent('focus', '');
mh.ac_.isOpen = goog.functions.FALSE;
mh.fireKeyEvents(goog.events.KeyCodes.TAB, true, true, true);
assertFalse('Should NOT hilite', mh.ac_.selectHilitedWasCalled);
assertTrue('Should be dismissed', mh.ac_.dismissWasCalled);
}
function testShiftTabDoesNotSelect() {
mh.fireEvent('focus', '');
mh.ac_.isOpen = goog.functions.TRUE;
mh.fireKeyEvents(goog.events.KeyCodes.TAB, true, true, true,
{shiftKey: true});
assertFalse('Should NOT hilite', mh.ac_.selectHilitedWasCalled);
assertTrue('Should be dismissed', mh.ac_.dismissWasCalled);
}
</script>
</body>
</html>
|
tags/handler/page/1/index.html | golang-my/golang-my.github.io | <!DOCTYPE html><html><head><title>https://golang.my/tags/handler/</title><link rel="canonical" href="https://golang.my/tags/handler/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://golang.my/tags/handler/" /></head></html> |
examples/example/src/main/webapp/templating/_sample_embed.html | wsaccaco/lift | <html lift:content_id="sample_embed_main">
<head>
<title>Lift Example</title>
</head>
<body>
<p id="sample_embed_main">
I am an example of a template that is embedded!!
</p>
</body>
</html>
|
dependencies/FAKE.Core/docs/apidocs/fake-azure-cloudservices-packagecloudserviceparams.html | dtchepak/wpfgesturerecognizer | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PackageCloudServiceParams - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" />
<script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/fsharp/fake">github page</a></li>
</ul>
<h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h1>PackageCloudServiceParams</h1>
<div class="xmldoc">
<p>Configuration details for packaging cloud services.</p>
</div>
<h3>Record Fields</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Record Field</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1866', 1866)" onmouseover="showTip(event, '1866', 1866)">
CloudService
</code>
<div class="tip" id="1866">
<strong>Signature:</strong> string<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/AzureCloudServices.fs#L10-10" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The name of the Cloud Service.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1867', 1867)" onmouseover="showTip(event, '1867', 1867)">
OutputPath
</code>
<div class="tip" id="1867">
<strong>Signature:</strong> string option<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/AzureCloudServices.fs#L16-16" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The output path for the .cspkg.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1868', 1868)" onmouseover="showTip(event, '1868', 1868)">
SdkVersion
</code>
<div class="tip" id="1868">
<strong>Signature:</strong> float option<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/AzureCloudServices.fs#L14-14" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The SDK version to use e.g. 2.2. If None, the latest available version is used.</p>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '1869', 1869)" onmouseover="showTip(event, '1869', 1869)">
WorkerRole
</code>
<div class="tip" id="1869">
<strong>Signature:</strong> string<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/AzureCloudServices.fs#L12-12" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>The name of the role in the service.</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<a href="http://fsharp.github.io/FAKE/index.html">
<img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
</a>
<ul class="nav nav-list" id="menu">
<li class="nav-header">FAKE - F# Make</li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li>
<li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li>
<li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li>
<li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li>
<li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li>
<li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li>
<li class="nav-header">Tutorials</li>
<li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li>
<li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li>
<li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li>
<li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li>
<li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li>
<li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li>
<li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li>
<li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li>
<li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li>
<li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li>
<li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li>
<li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li>
<li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li>
<li class="nav-header">Reference</li>
<li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</body>
</html>
|
docs/streaming.html | Seagate/hadoop-on-lustre | <!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">
<meta content="Apache Forrest" name="Generator">
<meta name="Forrest-version" content="0.8">
<meta name="Forrest-skin-name" content="pelt">
<title>Hadoop Streaming</title>
<link type="text/css" href="skin/basic.css" rel="stylesheet">
<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
<link type="text/css" href="skin/profile.css" rel="stylesheet">
<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body onload="init()">
<script type="text/javascript">ndeSetTextSize();</script>
<div id="top">
<!--+
|breadtrail
+-->
<div class="breadtrail">
<a href="http://www.apache.org/">Apache</a> > <a href="http://hadoop.apache.org/">Hadoop</a> > <a href="http://hadoop.apache.org/core/">Core</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
</div>
<!--+
|header
+-->
<div class="header">
<!--+
|start group logo
+-->
<div class="grouplogo">
<a href="http://hadoop.apache.org/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Apache Hadoop"></a>
</div>
<!--+
|end group logo
+-->
<!--+
|start Project Logo
+-->
<div class="projectlogo">
<a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo-2.gif" title="Scalable Computing Platform"></a>
</div>
<!--+
|end Project Logo
+-->
<!--+
|start Search
+-->
<div class="searchbox">
<form action="http://www.google.com/search" method="get" class="roundtopsmall">
<input value="hadoop.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">
<input name="Search" value="Search" type="submit">
</form>
</div>
<!--+
|end search
+-->
<!--+
|start Tabs
+-->
<ul id="tabs">
<li>
<a class="unselected" href="http://hadoop.apache.org/core/">Project</a>
</li>
<li>
<a class="unselected" href="http://wiki.apache.org/hadoop">Wiki</a>
</li>
<li class="current">
<a class="selected" href="index.html">Hadoop 1.0.3.16 Documentation</a>
</li>
</ul>
<!--+
|end Tabs
+-->
</div>
</div>
<div id="main">
<div id="publishedStrip">
<!--+
|start Subtabs
+-->
<div id="level2tabs"></div>
<!--+
|end Endtabs
+-->
<script type="text/javascript"><!--
document.write("Last Published: " + document.lastModified);
// --></script>
</div>
<!--+
|breadtrail
+-->
<div class="breadtrail">
</div>
<!--+
|start Menu, mainarea
+-->
<!--+
|start Menu
+-->
<div id="menu">
<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Getting Started</div>
<div id="menu_1.1" class="menuitemgroup">
<div class="menuitem">
<a href="index.html">Overview</a>
</div>
<div class="menuitem">
<a href="single_node_setup.html">Single Node Setup</a>
</div>
<div class="menuitem">
<a href="cluster_setup.html">Cluster Setup</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Guides</div>
<div id="menu_1.2" class="menuitemgroup">
<div class="menuitem">
<a href="HttpAuthentication.html">Authentication for Hadoop HTTP web-consoles</a>
</div>
</div>
<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">MapReduce</div>
<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
<div class="menuitem">
<a href="mapred_tutorial.html">MapReduce Tutorial</a>
</div>
<div class="menupage">
<div class="menupagetitle">Hadoop Streaming</div>
</div>
<div class="menuitem">
<a href="commands_manual.html">Hadoop Commands</a>
</div>
<div class="menuitem">
<a href="distcp.html">DistCp</a>
</div>
<div class="menuitem">
<a href="vaidya.html">Vaidya</a>
</div>
<div class="menuitem">
<a href="hadoop_archives.html">Hadoop Archives</a>
</div>
<div class="menuitem">
<a href="gridmix.html">Gridmix</a>
</div>
<div class="menuitem">
<a href="capacity_scheduler.html">Capacity Scheduler</a>
</div>
<div class="menuitem">
<a href="fair_scheduler.html">Fair Scheduler</a>
</div>
<div class="menuitem">
<a href="hod_scheduler.html">Hod Scheduler</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.4', 'skin/')" id="menu_1.4Title" class="menutitle">HDFS</div>
<div id="menu_1.4" class="menuitemgroup">
<div class="menuitem">
<a href="hdfs_user_guide.html">HDFS Users </a>
</div>
<div class="menuitem">
<a href="hdfs_design.html">HDFS Architecture</a>
</div>
<div class="menuitem">
<a href="hdfs_permissions_guide.html">Permissions</a>
</div>
<div class="menuitem">
<a href="hdfs_quota_admin_guide.html">Quotas</a>
</div>
<div class="menuitem">
<a href="SLG_user_guide.html">Synthetic Load Generator</a>
</div>
<div class="menuitem">
<a href="webhdfs.html">WebHDFS REST API</a>
</div>
<div class="menuitem">
<a href="libhdfs.html">C API libhdfs</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.5', 'skin/')" id="menu_1.5Title" class="menutitle">Common</div>
<div id="menu_1.5" class="menuitemgroup">
<div class="menuitem">
<a href="deployment_layout.html">Deployment Layout</a>
</div>
<div class="menuitem">
<a href="file_system_shell.html">File System Shell</a>
</div>
<div class="menuitem">
<a href="service_level_auth.html">Service Level Authorization</a>
</div>
<div class="menuitem">
<a href="native_libraries.html">Native Libraries</a>
</div>
</div>
<div onclick="SwitchMenu('menu_1.6', 'skin/')" id="menu_1.6Title" class="menutitle">Miscellaneous</div>
<div id="menu_1.6" class="menuitemgroup">
<div class="menuitem">
<a href="Secure_Impersonation.html">Secure Impersonation</a>
</div>
<div class="menuitem">
<a href="api/index.html">API Docs</a>
</div>
<div class="menuitem">
<a href="jdiff/changes.html">API Changes</a>
</div>
<div class="menuitem">
<a href="http://wiki.apache.org/hadoop/">Wiki</a>
</div>
<div class="menuitem">
<a href="http://wiki.apache.org/hadoop/FAQ">FAQ</a>
</div>
<div class="menuitem">
<a href="releasenotes.html">Release Notes</a>
</div>
<div class="menuitem">
<a href="changes.html">Change Log</a>
</div>
</div>
<div id="credit"></div>
<div id="roundbottom">
<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
<!--+
|alternative credits
+-->
<div id="credit2"></div>
</div>
<!--+
|end Menu
+-->
<!--+
|start content
+-->
<div id="content">
<div title="Portable Document Format" class="pdflink">
<a class="dida" href="streaming.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
PDF</a>
</div>
<h1>Hadoop Streaming</h1>
<div id="minitoc-area">
<ul class="minitoc">
<li>
<a href="#Hadoop+Streaming">Hadoop Streaming</a>
</li>
<li>
<a href="#How+Streaming+Works">How Streaming Works </a>
</li>
<li>
<a href="#Streaming+Command+Options">Streaming Command Options</a>
<ul class="minitoc">
<li>
<a href="#Specifying+a+Java+Class+as+the+Mapper%2FReducer">Specifying a Java Class as the Mapper/Reducer</a>
</li>
<li>
<a href="#Packaging+Files+With+Job+Submissions">Packaging Files With Job Submissions</a>
</li>
<li>
<a href="#Specifying+Other+Plugins+for+Jobs">Specifying Other Plugins for Jobs </a>
</li>
<li>
<a href="#Setting+Environment+Variables">Setting Environment Variables</a>
</li>
</ul>
</li>
<li>
<a href="#Generic+Command+Options">Generic Command Options</a>
<ul class="minitoc">
<li>
<a href="#Specifying+Configuration+Variables+with+the+-D+Option">Specifying Configuration Variables with the -D Option</a>
<ul class="minitoc">
<li>
<a href="#Specifying+Directories">Specifying Directories</a>
</li>
<li>
<a href="#Specifying+Map-Only+Jobs">Specifying Map-Only Jobs </a>
</li>
<li>
<a href="#Specifying+the+Number+of+Reducers">Specifying the Number of Reducers</a>
</li>
<li>
<a href="#Customizing+How+Lines+are+Split+into+Key%2FValue+Pairs">Customizing How Lines are Split into Key/Value Pairs</a>
</li>
</ul>
</li>
<li>
<a href="#Working+with+Large+Files+and+Archives">Working with Large Files and Archives</a>
<ul class="minitoc">
<li>
<a href="#Making+Files+Available+to+Tasks">Making Files Available to Tasks</a>
</li>
<li>
<a href="#Making+Archives+Available+to+Tasks">Making Archives Available to Tasks</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#More+Usage+Examples">More Usage Examples</a>
<ul class="minitoc">
<li>
<a href="#Hadoop+Partitioner+Class">Hadoop Partitioner Class</a>
</li>
<li>
<a href="#Hadoop+Comparator+Class">Hadoop Comparator Class</a>
</li>
<li>
<a href="#Hadoop+Aggregate+Package">Hadoop Aggregate Package</a>
</li>
<li>
<a href="#Hadoop+Field+Selection+Class">Hadoop Field Selection Class</a>
</li>
</ul>
</li>
<li>
<a href="#Frequently+Asked+Questions">Frequently Asked Questions </a>
<ul class="minitoc">
<li>
<a href="#How+do+I+use+Hadoop+Streaming+to+run+an+arbitrary+set+of+%28semi%29+independent+tasks%3F">How do I use Hadoop Streaming to run an arbitrary set of (semi) independent tasks? </a>
</li>
<li>
<a href="#How+do+I+process+files%2C+one+per+map%3F">How do I process files, one per map? </a>
</li>
<li>
<a href="#How+many+reducers+should+I+use%3F">How many reducers should I use? </a>
</li>
<li>
<a href="#If+I+set+up+an+alias+in+my+shell+script%2C+will+that+work+after+-mapper%3F">If I set up an alias in my shell script, will that work after -mapper?</a>
</li>
<li>
<a href="#Can+I+use+UNIX+pipes%3F">Can I use UNIX pipes?</a>
</li>
<li>
<a href="#What+do+I+do+if+I+get+the+%22No+space+left+on+device%22+error%3F">What do I do if I get the "No space left on device" error?</a>
</li>
<li>
<a href="#How+do+I+specify+multiple+input+directories%3F">How do I specify multiple input directories? </a>
</li>
<li>
<a href="#How+do+I+generate+output+files+with+gzip+format%3F">How do I generate output files with gzip format? </a>
</li>
<li>
<a href="#How+do+I+provide+my+own+input%2Foutput+format+with+streaming%3F">How do I provide my own input/output format with streaming? </a>
</li>
<li>
<a href="#How+do+I+parse+XML+documents+using+streaming%3F">How do I parse XML documents using streaming? </a>
</li>
<li>
<a href="#How+do+I+update+counters+in+streaming+applications%3F">How do I update counters in streaming applications? </a>
</li>
<li>
<a href="#How+do+I+update+status+in+streaming+applications%3F">How do I update status in streaming applications? </a>
</li>
<li>
<a href="#How+do+I+get+the+JobConf+variables+in+a+streaming+job%27s+mapper%2Freducer%3F">How do I get the JobConf variables in a streaming job's mapper/reducer?</a>
</li>
<li>
<a href="#How+do+I+get+the+JobConf+variables+in+a+streaming+job%27s+mapper%2Freducer%3F-N10497">How do I get the JobConf variables in a streaming job's mapper/reducer?</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- HADOOP STREAMING -->
<a name="N1000F"></a><a name="Hadoop+Streaming"></a>
<h2 class="h3">Hadoop Streaming</h2>
<div class="section">
<p>
Hadoop streaming is a utility that comes with the Hadoop distribution. The utility allows you to create and run Map/Reduce jobs with any executable or
script as the mapper and/or the reducer. For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper /bin/cat \
-reducer /bin/wc
</pre>
</div>
<!-- HOW STREAMING WORKS -->
<a name="N1001F"></a><a name="How+Streaming+Works"></a>
<h2 class="h3">How Streaming Works </h2>
<div class="section">
<p>
In the above example, both the mapper and the reducer are executables that read the input from stdin (line by line) and emit the output to stdout.
The utility will create a Map/Reduce job, submit the job to an appropriate cluster, and monitor the progress of the job until it completes.
</p>
<p>
When an executable is specified for mappers, each mapper task will launch the executable as a separate process when the mapper is initialized.
As the mapper task runs, it converts its inputs into lines and feed the lines to the stdin of the process. In the meantime, the mapper collects the
line oriented outputs from the stdout of the process and converts each line into a key/value pair, which is collected as the output of the mapper. By default, the
<em>prefix of a line up to the first tab character</em> is the <strong>key</strong> and the rest of the line (excluding the tab character) will be the <strong>value</strong>.
If there is no tab character in the line, then entire line is considered as key and the value is null. However, this can be customized, as discussed later.
</p>
<p>
When an executable is specified for reducers, each reducer task will launch the executable as a separate process then the reducer is initialized.
As the reducer task runs, it converts its input key/values pairs into lines and feeds the lines to the stdin of the process. In the meantime, the reducer collects the
line oriented outputs from the stdout of the process, converts each line into a key/value pair, which is collected as the output of the reducer. By default, the
prefix of a line up to the first tab character is the key and the rest of the line (excluding the tab character) is the value. However, this can be customized, as discussed later.
</p>
<p>
This is the basis for the communication protocol between the Map/Reduce framework and the streaming mapper/reducer.
</p>
<p>
You can supply a Java class as the mapper and/or the reducer. The above example is equivalent to:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.IdentityMapper \
-reducer /bin/wc
</pre>
<p>User can specify <span class="codefrag">stream.non.zero.exit.is.failure</span> as
<span class="codefrag">true</span> or <span class="codefrag">false</span> to make a streaming task that exits
with a non-zero status to be <span class="codefrag">Failure</span>
or <span class="codefrag">Success</span> respectively. By default, streaming tasks exiting
with non-zero status are considered to be failed tasks.</p>
</div>
<!-- STREAMING OPTIONS-->
<a name="N10056"></a><a name="Streaming+Command+Options"></a>
<h2 class="h3">Streaming Command Options</h2>
<div class="section">
<p>Streaming supports streaming command options as well as <a href="streaming.html#Generic+Command+Options">generic command options</a>.
The general command line syntax is shown below. </p>
<p>
<strong>Note:</strong> Be sure to place the generic options before the streaming options, otherwise the command will fail.
For an example, see <a href="streaming.html#Making+Archives+Available+to+Tasks">Making Archives Available to Tasks</a>.</p>
<pre class="code">bin/hadoop command [genericOptions] [streamingOptions]</pre>
<p>The Hadoop streaming command options are listed here:</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1">Parameter</th><th colspan="1" rowspan="1">Optional/Required </th><th colspan="1" rowspan="1">Description </th>
</tr>
<tr>
<td colspan="1" rowspan="1"> -input directoryname or filename</td><td colspan="1" rowspan="1"> Required </td><td colspan="1" rowspan="1"> Input location for mapper</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -output directoryname </td><td colspan="1" rowspan="1"> Required </td><td colspan="1" rowspan="1"> Output location for reducer</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -mapper executable or JavaClassName </td><td colspan="1" rowspan="1"> Required </td><td colspan="1" rowspan="1"> Mapper executable</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -reducer executable or JavaClassName</td><td colspan="1" rowspan="1"> Required </td><td colspan="1" rowspan="1"> Reducer executable</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -file filename</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Make the mapper, reducer, or combiner executable available locally on the compute nodes</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -inputformat JavaClassName</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Class you supply should return key/value pairs of Text class. If not specified, TextInputFormat is used as the default</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -outputformat JavaClassName</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Class you supply should take key/value pairs of Text class. If not specified, TextOutputformat is used as the default</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -partitioner JavaClassName</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Class that determines which reduce a key is sent to</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -combiner streamingCommand or JavaClassName</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Combiner executable for map output</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -cmdenv name=value</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Pass environment variable to streaming commands</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -inputreader</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> For backwards-compatibility: specifies a record reader class (instead of an input format class)</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -verbose</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Verbose output</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -lazyOutput</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Create output lazily. For example, if the output format is based on FileOutputFormat, the output file is created only on the first call to output.collect (or Context.write)</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -numReduceTasks</td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify the number of reducers</td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -mapdebug </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Script to call when map task fails </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -reducedebug </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Script to call when reduce task fails </td>
</tr>
</table>
<a name="N10164"></a><a name="Specifying+a+Java+Class+as+the+Mapper%2FReducer"></a>
<h3 class="h4">Specifying a Java Class as the Mapper/Reducer</h3>
<p>You can supply a Java class as the mapper and/or the reducer. </p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.IdentityMapper \
-reducer /bin/wc
</pre>
<p>You can specify <span class="codefrag">stream.non.zero.exit.is.failure</span> as <span class="codefrag">true</span> or <span class="codefrag">false</span> to make a streaming task that exits with a non-zero
status to be <span class="codefrag">Failure</span> or <span class="codefrag">Success</span> respectively. By default, streaming tasks exiting with non-zero status are considered to be failed tasks.</p>
<a name="N10184"></a><a name="Packaging+Files+With+Job+Submissions"></a>
<h3 class="h4">Packaging Files With Job Submissions</h3>
<p>
You can specify any executable as the mapper and/or the reducer. The executables do not need to pre-exist on the machines in the cluster; however, if they don't, you will need to use "-file" option to tell the framework to pack your executable files as a part of job submission. For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper myPythonScript.py \
-reducer /bin/wc \
-file myPythonScript.py
</pre>
<p>
The above example specifies a user defined Python executable as the mapper. The option "-file myPythonScript.py" causes the python executable shipped to the cluster machines as a part of job submission.
</p>
<p>
In addition to executable files, you can also package other auxiliary files (such as dictionaries, configuration files, etc) that may be used by the mapper and/or the reducer. For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-input myInputDirs \
-output myOutputDir \
-mapper myPythonScript.py \
-reducer /bin/wc \
-file myPythonScript.py \
-file myDictionary.txt
</pre>
<a name="N1019C"></a><a name="Specifying+Other+Plugins+for+Jobs"></a>
<h3 class="h4">Specifying Other Plugins for Jobs </h3>
<p>
Just as with a normal Map/Reduce job, you can specify other plugins for a streaming job:
</p>
<pre class="code">
-inputformat JavaClassName
-outputformat JavaClassName
-partitioner JavaClassName
-combiner streamingCommand or JavaClassName
</pre>
<p> The class you supply for the input format should return key/value pairs of Text class. If you do not specify an input format class, the TextInputFormat is used as the default.
Since the TextInputFormat returns keys of LongWritable class, which are actually not part of the input data, the keys will be discarded; only the values will be piped to the streaming mapper.</p>
<p>The class you supply for the output format is expected to take key/value pairs of Text class. If you do not specify an output format class, the TextOutputFormat is used as the default.</p>
<a name="N101B0"></a><a name="Setting+Environment+Variables"></a>
<h3 class="h4">Setting Environment Variables</h3>
<p>To set an environment variable in a streaming command use: </p>
<pre class="code">
-cmdenv EXAMPLE_DIR=/home/example/dictionaries/
</pre>
</div>
<!-- GENERIC COMMAND OPTIONS-->
<a name="N101C1"></a><a name="Generic+Command+Options"></a>
<h2 class="h3">Generic Command Options</h2>
<div class="section">
<p>Streaming supports <a href="streaming.html#Streaming+Command+Options">streaming command options</a> as well as generic command options.
The general command line syntax is shown below. </p>
<p>
<strong>Note:</strong> Be sure to place the generic options before the streaming options, otherwise the command will fail.
For an example, see <a href="streaming.html#Making+Archives+Available+to+Tasks">Making Archives Available to Tasks</a>.</p>
<pre class="code">bin/hadoop command [genericOptions] [streamingOptions]</pre>
<p>The Hadoop generic command options you can use with streaming are listed here:</p>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1">Parameter</th><th colspan="1" rowspan="1">Optional/Required </th><th colspan="1" rowspan="1">Description </th>
</tr>
<tr>
<td colspan="1" rowspan="1"> -conf configuration_file </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify an application configuration file </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -D property=value </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Use value for given property </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -fs host:port or local </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify a namenode </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -jt host:port or local </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify a job tracker </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -files </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify comma-separated files to be copied to the Map/Reduce cluster </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -libjars </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify comma-separated jar files to include in the classpath </td>
</tr>
<tr>
<td colspan="1" rowspan="1"> -archives </td><td colspan="1" rowspan="1"> Optional </td><td colspan="1" rowspan="1"> Specify comma-separated archives to be unarchived on the compute machines </td>
</tr>
</table>
<a name="N10251"></a><a name="Specifying+Configuration+Variables+with+the+-D+Option"></a>
<h3 class="h4">Specifying Configuration Variables with the -D Option</h3>
<p>You can specify additional configuration variables by using "-D <property>=<value>".</p>
<a name="N1025A"></a><a name="Specifying+Directories"></a>
<h4>Specifying Directories</h4>
<p>
To change the local temp directory use:
</p>
<pre class="code">
-D dfs.data.dir=/tmp
</pre>
<p>
To specify additional local temp directories use:
</p>
<pre class="code">
-D mapred.local.dir=/tmp/local
-D mapred.system.dir=/tmp/system
-D mapred.temp.dir=/tmp/temp
</pre>
<p>
<strong>Note:</strong> For more details on jobconf parameters see:
<a href="http://hadoop.apache.org/core/docs/current/mapred-default.html">mapred-default.html</a>
</p>
<a name="N10277"></a><a name="Specifying+Map-Only+Jobs"></a>
<h4>Specifying Map-Only Jobs </h4>
<p>
Often, you may want to process input data using a map function only. To do this, simply set mapred.reduce.tasks to zero.
The Map/Reduce framework will not create any reducer tasks. Rather, the outputs of the mapper tasks will be the final output of the job.
</p>
<pre class="code">
-D mapred.reduce.tasks=0
</pre>
<p>
To be backward compatible, Hadoop Streaming also supports the "-reduce NONE" option, which is equivalent to "-D mapred.reduce.tasks=0".
</p>
<a name="N10288"></a><a name="Specifying+the+Number+of+Reducers"></a>
<h4>Specifying the Number of Reducers</h4>
<p>
To specify the number of reducers, for example two, use:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D mapred.reduce.tasks=2 \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.IdentityMapper \
-reducer /bin/wc
</pre>
<a name="N10296"></a><a name="Customizing+How+Lines+are+Split+into+Key%2FValue+Pairs"></a>
<h4>Customizing How Lines are Split into Key/Value Pairs</h4>
<p>
As noted earlier, when the Map/Reduce framework reads a line from the stdout of the mapper, it splits the line into a key/value pair.
By default, the prefix of the line up to the first tab character is the key and the rest of the line (excluding the tab character) is the value.
</p>
<p>
However, you can customize this default. You can specify a field separator other than the tab character (the default),
and you can specify the nth (n >= 1) character rather than the first character in a line (the default) as the separator between the key and value.
For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D stream.map.output.field.separator=. \
-D stream.num.map.output.key.fields=4 \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.IdentityMapper \
-reducer org.apache.hadoop.mapred.lib.IdentityReducer
</pre>
<p>
In the above example, "-D stream.map.output.field.separator=." specifies "." as the field separator for the map outputs,
and the prefix up to the fourth "." in a line will be the key and the rest of the line (excluding the fourth ".") will be the value.
If a line has less than four "."s, then the whole line will be the key and the value will be an empty Text object (like the one created by new Text("")).
</p>
<p>
Similarly, you can use "-D stream.reduce.output.field.separator=SEP" and "-D stream.num.reduce.output.fields=NUM" to specify
the nth field separator in a line of the reduce outputs as the separator between the key and the value.
</p>
<p> Similarly, you can specify "stream.map.input.field.separator" and "stream.reduce.input.field.separator" as the input separator for Map/Reduce
inputs. By default the separator is the tab character.</p>
<a name="N102B1"></a><a name="Working+with+Large+Files+and+Archives"></a>
<h3 class="h4">Working with Large Files and Archives</h3>
<p>
The -files and -archives options allow you to make files and archives available to the tasks. The argument is a URI to the file or archive that you have already uploaded to HDFS.
These files and archives are cached across jobs. You can retrieve the host and fs_port values from the fs.default.name config variable.
</p>
<p>
<strong>Note:</strong>
The -files and -archives options are generic options.
Be sure to place the generic options before the command options, otherwise the command will fail.
For an example, see <a href="streaming.html#The+-archives+Option">The -archives Option</a>.
Also see <a href="streaming.html#Other+Supported+Options">Other Supported Options</a>.
</p>
<a name="N102C7"></a><a name="Making+Files+Available+to+Tasks"></a>
<h4>Making Files Available to Tasks</h4>
<p>
The -files option creates a symlink in the current working directory of the tasks that points to the local copy of the file.
</p>
<p>
In this example, Hadoop automatically creates a symlink named testfile.txt in the current working directory of the tasks.
This symlink points to the local copy of testfile.txt.
</p>
<pre class="code">
-files hdfs://host:fs_port/user/testfile.txt
</pre>
<p> User can specify a different symlink name for -files using #. </p>
<pre class="code">
-files hdfs://host:fs_port/user/testfile.txt#testfile
</pre>
<p>
Multiple entries can be specified like this:
</p>
<pre class="code">
-files hdfs://host:fs_port/user/testfile1.txt,hdfs://host:fs_port/user/testfile2.txt
</pre>
<a name="N102E6"></a><a name="Making+Archives+Available+to+Tasks"></a>
<h4>Making Archives Available to Tasks</h4>
<p>
The -archives option allows you to copy jars locally to the current working directory of tasks and automatically unjar the files.
</p>
<p>
In this example, Hadoop automatically creates a symlink named testfile.jar in the current working directory of tasks.
This symlink points to the directory that stores the unjarred contents of the uploaded jar file.
</p>
<pre class="code">
-archives hdfs://host:fs_port/user/testfile.jar
</pre>
<p> User can specify a different symlink name for -archives using #. </p>
<pre class="code">
-archives hdfs://host:fs_port/user/testfile.tgz#tgzdir
</pre>
<p>
In this example, the input.txt file has two lines specifying the names of the two files: cachedir.jar/cache.txt and cachedir.jar/cache2.txt.
"cachedir.jar" is a symlink to the archived directory, which has the files "cache.txt" and "cache2.txt".
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-archives 'hdfs://hadoop-nn1.example.com/user/me/samples/cachefile/cachedir.jar' \
-D mapred.map.tasks=1 \
-D mapred.reduce.tasks=1 \
-D mapred.job.name="Experiment" \
-input "/user/me/samples/cachefile/input.txt" \
-output "/user/me/samples/cachefile/out" \
-mapper "xargs cat" \
-reducer "cat"
$ ls test_jar/
cache.txt cache2.txt
$ jar cvf cachedir.jar -C test_jar/ .
added manifest
adding: cache.txt(in = 30) (out= 29)(deflated 3%)
adding: cache2.txt(in = 37) (out= 35)(deflated 5%)
$ hadoop dfs -put cachedir.jar samples/cachefile
$ hadoop dfs -cat /user/me/samples/cachefile/input.txt
cachedir.jar/cache.txt
cachedir.jar/cache2.txt
$ cat test_jar/cache.txt
This is just the cache string
$ cat test_jar/cache2.txt
This is just the second cache string
$ hadoop dfs -ls /user/me/samples/cachefile/out
Found 1 items
/user/me/samples/cachefile/out/part-00000 <r 3> 69
$ hadoop dfs -cat /user/me/samples/cachefile/out/part-00000
This is just the cache string
This is just the second cache string
</pre>
</div>
<!-- MORE USAGE EXAMPLES-->
<a name="N10309"></a><a name="More+Usage+Examples"></a>
<h2 class="h3">More Usage Examples</h2>
<div class="section">
<a name="N1030F"></a><a name="Hadoop+Partitioner+Class"></a>
<h3 class="h4">Hadoop Partitioner Class</h3>
<p>
Hadoop has a library class,
<a href="api/org/apache/hadoop/mapred/lib/KeyFieldBasedPartitioner.html">KeyFieldBasedPartitioner</a>, p>
that is useful for many applications. This class allows the Map/Reduce
framework to partition the map outputs based on certain key fields, not
the whole keys. For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D stream.map.output.field.separator=. \
-D stream.num.map.output.key.fields=4 \
-D map.output.key.field.separator=. \
-D mapred.text.key.partitioner.options=-k1,2 \
-D mapred.reduce.tasks=12 \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.IdentityMapper \
-reducer org.apache.hadoop.mapred.lib.IdentityReducer \
-partitioner org.apache.hadoop.mapred.lib.KeyFieldBasedPartitioner
</pre>
<p>
Here, <em>-D stream.map.output.field.separator=.</em> and <em>-D stream.num.map.output.key.fields=4</em> are as explained in previous example. The two variables are used by streaming to identify the key/value pair of mapper.
</p>
<p>
The map output keys of the above Map/Reduce job normally have four fields
separated by ".". However, the Map/Reduce framework will partition the map
outputs by the first two fields of the keys using the
<em>-D mapred.text.key.partitioner.options=-k1,2</em> option.
Here, <em>-D map.output.key.field.separator=.</em> specifies the separator
for the partition. This guarantees that all the key/value pairs with the
same first two fields in the keys will be partitioned into the same reducer.
</p>
<p>
<em>This is effectively equivalent to specifying the first two fields as the primary key and the next two fields as the secondary. The primary key is used for partitioning, and the combination of the primary and secondary keys is used for sorting.</em> A simple illustration is shown here:
</p>
<p>
Output of map (the keys)</p>
<pre class="code">
11.12.1.2
11.14.2.3
11.11.4.1
11.12.1.1
11.14.2.2
</pre>
<p>
Partition into 3 reducers (the first 2 fields are used as keys for partition)</p>
<pre class="code">
11.11.4.1
-----------
11.12.1.2
11.12.1.1
-----------
11.14.2.3
11.14.2.2
</pre>
<p>
Sorting within each partition for the reducer(all 4 fields used for sorting)</p>
<pre class="code">
11.11.4.1
-----------
11.12.1.1
11.12.1.2
-----------
11.14.2.2
11.14.2.3
</pre>
<a name="N10349"></a><a name="Hadoop+Comparator+Class"></a>
<h3 class="h4">Hadoop Comparator Class</h3>
<p>
Hadoop has a library class,
<a href="api/org/apache/hadoop/mapred/lib/KeyFieldBasedComparator.html">KeyFieldBasedComparator</a>,
that is useful for many applications. This class provides a subset of features
provided by the Unix/GNU Sort. For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D mapred.output.key.comparator.class=org.apache.hadoop.mapred.lib.KeyFieldBasedComparator \
-D stream.map.output.field.separator=. \
-D stream.num.map.output.key.fields=4 \
-D map.output.key.field.separator=. \
-D mapred.text.key.comparator.options=-k2,2nr \
-D mapred.reduce.tasks=12 \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.IdentityMapper \
-reducer org.apache.hadoop.mapred.lib.IdentityReducer
</pre>
<p>
The map output keys of the above Map/Reduce job normally have four fields
separated by ".". However, the Map/Reduce framework will sort the
outputs by the second field of the keys using the
<em>-D mapred.text.key.comparator.options=-k2,2nr</em> option.
Here, <em>-n</em> specifies that the sorting is numerical sorting and
<em>-r</em> specifies that the result should be reversed. A simple illustration
is shown below:
</p>
<p>
Output of map (the keys)</p>
<pre class="code">
11.12.1.2
11.14.2.3
11.11.4.1
11.12.1.1
11.14.2.2
</pre>
<p>
Sorting output for the reducer(where second field used for sorting)</p>
<pre class="code">
11.14.2.3
11.14.2.2
11.12.1.2
11.12.1.1
11.11.4.1
</pre>
<a name="N10375"></a><a name="Hadoop+Aggregate+Package"></a>
<h3 class="h4">Hadoop Aggregate Package</h3>
<p>
Hadoop has a library package called
<a href="api/org/apache/hadoop/mapred/lib/aggregate/package-summary.html">Aggregate</a>.
Aggregate provides a special reducer class and a special combiner class, and
a list of simple aggregators that perform aggregations such as "sum", "max",
"min" and so on over a sequence of values. Aggregate allows you to define a
mapper plugin class that is expected to generate "aggregatable items" for each
input key/value pair of the mappers. The combiner/reducer will aggregate those
aggregatable items by invoking the appropriate aggregators.
</p>
<p>
To use Aggregate, simply specify "-reducer aggregate":
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D mapred.reduce.tasks=12 \
-input myInputDirs \
-output myOutputDir \
-mapper myAggregatorForKeyCount.py \
-reducer aggregate \
-file myAggregatorForKeyCount.py \
</pre>
<p>
The python program myAggregatorForKeyCount.py looks like:
</p>
<pre class="code">
#!/usr/bin/python
import sys;
def generateLongCountToken(id):
return "LongValueSum:" + id + "\t" + "1"
def main(argv):
line = sys.stdin.readline();
try:
while line:
line = line[:-1];
fields = line.split("\t");
print generateLongCountToken(fields[0]);
line = sys.stdin.readline();
except "end of file":
return None
if __name__ == "__main__":
main(sys.argv)
</pre>
<a name="N10392"></a><a name="Hadoop+Field+Selection+Class"></a>
<h3 class="h4">Hadoop Field Selection Class</h3>
<p>
Hadoop has a library class, org.apache.hadoop.mapred.lib.FieldSelectionMapReduce, that effectively allows you to process text data like the unix "cut" utility.
The map function defined in the class treats each input key/value pair as a list of fields. You can specify the field separator (the default is the tab character).
You can select an arbitrary list of fields as the map output key, and an arbitrary list of fields as the map output value.
Similarly, the reduce function defined in the class treats each input key/value pair as a list of fields.
You can select an arbitrary list of fields as the reduce output key, and an arbitrary list of fields as the reduce output value. For example:
</p>
<pre class="code">
$HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D map.output.key.field.separa=. \
-D mapred.text.key.partitioner.options=-k1,2 \
-D mapred.data.field.separator=. \
-D map.output.key.value.fields.spec=6,5,1-3:0- \
-D reduce.output.key.value.fields.spec=0-2:5- \
-D mapred.reduce.tasks=12 \
-input myInputDirs \
-output myOutputDir \
-mapper org.apache.hadoop.mapred.lib.FieldSelectionMapReduce \
-reducer org.apache.hadoop.mapred.lib.FieldSelectionMapReduce \
-partitioner org.apache.hadoop.mapred.lib.KeyFieldBasedPartitioner
</pre>
<p>
The option "-D map.output.key.value.fields.spec=6,5,1-3:0-" specifies key/value selection for the map outputs.
Key selection spec and value selection spec are separated by ":".
In this case, the map output key will consist of fields 6, 5, 1, 2, and 3.
The map output value will consist of all fields (0- means field 0 and all the subsequent fields).
</p>
<p>
The option "-D reduce.output.key.value.fields.spec=0-2:5-" specifies
key/value selection for the reduce outputs. In this case, the reduce
output key will consist of fields 0, 1, 2 (corresponding to the original
fields 6, 5, 1). The reduce output value will consist of all fields starting
from field 5 (corresponding to all the original fields).
</p>
</div>
<!-- FREQUENTLY ASKED QUESTIONS -->
<a name="N103A9"></a><a name="Frequently+Asked+Questions"></a>
<h2 class="h3">Frequently Asked Questions </h2>
<div class="section">
<a name="N103B1"></a><a name="How+do+I+use+Hadoop+Streaming+to+run+an+arbitrary+set+of+%28semi%29+independent+tasks%3F"></a>
<h3 class="h4">How do I use Hadoop Streaming to run an arbitrary set of (semi) independent tasks? </h3>
<p>
Often you do not need the full power of Map Reduce, but only need to run multiple instances of the
same program - either on different parts of the data, or on the same data, but with different parameters.
You can use Hadoop Streaming to do this.
</p>
<a name="N103BD"></a><a name="How+do+I+process+files%2C+one+per+map%3F"></a>
<h3 class="h4">How do I process files, one per map? </h3>
<p>
As an example, consider the problem of zipping (compressing) a set of files across the hadoop cluster. You can achieve this using either of these methods:
</p>
<ol>
<li> Hadoop Streaming and custom mapper script:<ul>
<li> Generate a file containing the full HDFS path of the input files. Each map task would get one file name as input.</li>
<li> Create a mapper script which, given a filename, will get the file to local disk, gzip the file and put it back in the desired output directory</li>
</ul>
</li>
<li>The existing Hadoop Framework:<ul>
<li>Add these commands to your main function:
<pre class="code">
FileOutputFormat.setCompressOutput(conf, true);
FileOutputFormat.setOutputCompressorClass(conf, org.apache.hadoop.io.compress.GzipCodec.class);
conf.setOutputFormat(NonSplitableTextInputFormat.class);
conf.setNumReduceTasks(0);
</pre>
</li>
<li>Write your map function:
<pre class="code">
public void map(WritableComparable key,
Writable value,
OutputCollector output,
Reporter reporter)
throws IOException {
output.collect((Text)value, null);
}
</pre>
</li>
<li>Note that the output filename will not be the same as the original filename</li>
</ul>
</li>
</ol>
<a name="N103EA"></a><a name="How+many+reducers+should+I+use%3F"></a>
<h3 class="h4">How many reducers should I use? </h3>
<p>
See the Hadoop Wiki for details: <a href="mapred_tutorial.html#Reducer">Reducer</a>
</p>
<a name="N103FA"></a><a name="If+I+set+up+an+alias+in+my+shell+script%2C+will+that+work+after+-mapper%3F"></a>
<h3 class="h4">If I set up an alias in my shell script, will that work after -mapper?</h3>
<p>
For example, say I do: alias c1='cut -f1'. Will -mapper "c1" work?
</p>
<p>
Using an alias will not work, but variable substitution is allowed as shown in this example:
</p>
<pre class="code">
$ hadoop dfs -cat samples/student_marks
alice 50
bruce 70
charlie 80
dan 75
$ c2='cut -f2'; $HADOOP_HOME/bin/hadoop jar $HADOOP_HOME/hadoop-streaming.jar \
-D mapred.job.name='Experiment'
-input /user/me/samples/student_marks
-output /user/me/samples/student_out
-mapper \"$c2\" -reducer 'cat'
$ hadoop dfs -ls samples/student_out
Found 1 items/user/me/samples/student_out/part-00000 <r 3> 16
$ hadoop dfs -cat samples/student_out/part-00000
50
70
75
80
</pre>
<a name="N1040D"></a><a name="Can+I+use+UNIX+pipes%3F"></a>
<h3 class="h4">Can I use UNIX pipes?</h3>
<p>
For example, will -mapper "cut -f1 | sed s/foo/bar/g" work?
</p>
<p>
Currently this does not work and gives an "java.io.IOException: Broken pipe" error. This is probably a bug that needs to be investigated.
</p>
<a name="N1041C"></a><a name="What+do+I+do+if+I+get+the+%22No+space+left+on+device%22+error%3F"></a>
<h3 class="h4">What do I do if I get the "No space left on device" error?</h3>
<p>
For example, when I run a streaming job by distributing large executables (for example, 3.6G) through the -file option, I get a "No space left on device" error.
</p>
<p>
The jar packaging happens in a directory pointed to by the configuration variable stream.tmpdir. The default value of stream.tmpdir is /tmp. Set the value to a directory with more space:
</p>
<pre class="code">
-D stream.tmpdir=/export/bigspace/...
</pre>
<a name="N1042F"></a><a name="How+do+I+specify+multiple+input+directories%3F"></a>
<h3 class="h4">How do I specify multiple input directories? </h3>
<p>
You can specify multiple input directories with multiple '-input' options:
</p>
<pre class="code">
hadoop jar hadoop-streaming.jar -input '/user/foo/dir1' -input '/user/foo/dir2'
</pre>
<a name="N1043E"></a><a name="How+do+I+generate+output+files+with+gzip+format%3F"></a>
<h3 class="h4">How do I generate output files with gzip format? </h3>
<p>
Instead of plain text files, you can generate gzip files as your generated output. Pass '-D mapred.output.compress=true -D mapred.output.compression.codec=org.apache.hadoop.io.compress.GzipCodec' as option to your streaming job.
</p>
<a name="N1044A"></a><a name="How+do+I+provide+my+own+input%2Foutput+format+with+streaming%3F"></a>
<h3 class="h4">How do I provide my own input/output format with streaming? </h3>
<p>
At least as late as version 0.14, Hadoop does not support multiple jar files. So, when specifying your own custom classes you will have to pack them along with the streaming jar and use the custom jar instead of the default hadoop streaming jar.
</p>
<a name="N10456"></a><a name="How+do+I+parse+XML+documents+using+streaming%3F"></a>
<h3 class="h4">How do I parse XML documents using streaming? </h3>
<p>
You can use the record reader StreamXmlRecordReader to process XML documents.
</p>
<pre class="code">
hadoop jar hadoop-streaming.jar -inputreader "StreamXmlRecord,begin=BEGIN_STRING,end=END_STRING" ..... (rest of the command)
</pre>
<p>
Anything found between BEGIN_STRING and END_STRING would be treated as one record for map tasks.
</p>
<a name="N10469"></a><a name="How+do+I+update+counters+in+streaming+applications%3F"></a>
<h3 class="h4">How do I update counters in streaming applications? </h3>
<p>
A streaming process can use the stderr to emit counter information.
<span class="codefrag">reporter:counter:<group>,<counter>,<amount></span>
should be sent to stderr to update the counter.
</p>
<a name="N10478"></a><a name="How+do+I+update+status+in+streaming+applications%3F"></a>
<h3 class="h4">How do I update status in streaming applications? </h3>
<p>
A streaming process can use the stderr to emit status information.
To set a status, <span class="codefrag">reporter:status:<message></span> should be sent
to stderr.
</p>
<a name="N10487"></a><a name="How+do+I+get+the+JobConf+variables+in+a+streaming+job%27s+mapper%2Freducer%3F"></a>
<h3 class="h4">How do I get the JobConf variables in a streaming job's mapper/reducer?</h3>
<p>
See <a href="mapred_tutorial.html#Configured+Parameters">Configured Parameters</a>.
During the execution of a streaming job, the names of the "mapred" parameters are transformed. The dots ( . ) become underscores ( _ ).
For example, mapred.job.id becomes mapred_job_id and mapred.jar becomes mapred_jar. In your code, use the parameter names with the underscores.
</p>
<a name="N10497"></a><a name="How+do+I+get+the+JobConf+variables+in+a+streaming+job%27s+mapper%2Freducer%3F-N10497"></a>
<h3 class="h4">How do I get the JobConf variables in a streaming job's mapper/reducer?</h3>
<p>
See the <a href="mapred_tutorial.html#Configured+Parameters">Configured Parameters</a>.
During the execution of a streaming job, the names of the "mapred" parameters are transformed. The dots ( . ) become underscores ( _ ).
For example, mapred.job.id becomes mapred_job_id and mapred.jar becomes mapred_jar. In your code, use the parameter names with the underscores.
</p>
</div>
</div>
<!--+
|end content
+-->
<div class="clearboth"> </div>
</div>
<div id="footer">
<!--+
|start bottomstrip
+-->
<div class="lastmodified">
<script type="text/javascript"><!--
document.write("Last Published: " + document.lastModified);
// --></script>
</div>
<div class="copyright">
Copyright ©
2008 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
</div>
<!--+
|end bottomstrip
+-->
</div>
</body>
</html>
|
release/doc/html/de/deb/team_8h_source.html | delfernan/LP | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>Champion League Demo Project: team.h Source File</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../resize.js"></script>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Champion League Demo Project
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">This project has educational purposes based on PBL learning, Licensed under Educational Community License, Version 2.0</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="../../index.html"><span>Main Page</span></a></li>
<li><a href="../../namespaces.html"><span>Namespaces</span></a></li>
<li><a href="../../annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="../../files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="../../search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="../../search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="../../files.html"><span>File List</span></a></li>
<li><a href="../../globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('de/deb/team_8h_source.html','../../');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</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">team.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="../../de/deb/team_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#ifndef TEAM_H</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#define TEAM_H</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include "<a class="code" href="../../d3/d62/player_8h.html">player.h</a>"</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#include <fstream></span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include <cstring></span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include <iostream></span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include <sstream></span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html"> 23</a></span> <span class="keyword">class </span><a class="code" href="../../d1/d35/class_team.html">Team</a></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> {</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <a class="code" href="../../d1/d35/class_team.html#aada295895b747960576b69d8c87a54ba">Team</a>();</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <a class="code" href="../../d1/d35/class_team.html#ab4218fddd612d52bab47bec4feeb49de">~Team</a>();</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="../../d1/d35/class_team.html#acd3112602057d3c2df5dc97b7edf23db">getNombre</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a4e2bdf61ee9103b54c01bf65a3300bed">setNombre</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* value);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#a850c83b0e189300223e30e7f2a60f2b2">getVictorias</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a43b0095989199cafdbdb1cf87a2eba2f">setVictorias</a>(<span class="keywordtype">int</span> value);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#ab312101d725492afb23e59bfaf7385ae">getDerrotas</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a0e8272a4c5127fcd4be5444dd22cda9f">setDerrotas</a>(<span class="keywordtype">int</span> value);</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#a4ce48abf872a9edc65e8739696ff0172">getEmpates</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a9dfa2c82540d9321e6cafb6acded557f">setEmpates</a>(<span class="keywordtype">int</span> value);</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="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#af2cb553ca5d7cff6c99150227aa05ff3">getGolesAFavor</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#af21b432f707a656148c6626f105a93cc">setGolesAFavor</a>(<span class="keywordtype">int</span> value);</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="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#a078b78acbd9f55b9693489856a2846fe">getGolesEnContra</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a68c254ae21bea1353f5398b9858e7ff6">setGolesEnContra</a>(<span class="keywordtype">int</span> value);</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a6a01d394b9a3b4bfa70c5f3e97b87838">readFromFile</a>(std::fstream &f);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#ab4c45dc605b73e2e45b99c58b2057a78">writeToFile</a>(std::fstream &f);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a08fa8e9c4ba4913520597ae57998910f">readFromBinaryFile</a>(std::fstream &f);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keywordtype">void</span> <a class="code" href="../../d1/d35/class_team.html#a62b8bf4f0af5579461d0667ed5dfda4f">writeToBinaryFile</a>(std::fstream &f);</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  std::string <a class="code" href="../../d1/d35/class_team.html#a1030dce9ad53dc47351a3fa44980b77b">toStd</a> ();</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#a7df766985a420a79a13767265d0ced85">compareName</a>(<a class="code" href="../../d1/d35/class_team.html">Team</a> e);</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <span class="keywordtype">bool</span> <a class="code" href="../../d1/d35/class_team.html#aefc53486468ddf341ad1d2ad3e0578d4">comparePoints</a>(<a class="code" href="../../d1/d35/class_team.html">Team</a> e);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html#a8d210ec74ccdfe830c485eddc6ac76db"> 55</a></span>  <span class="keywordtype">char</span> <a class="code" href="../../d1/d35/class_team.html#a8d210ec74ccdfe830c485eddc6ac76db">nombre</a>[<a class="code" href="../../d3/d62/player_8h.html#abdc276a3da6aba2279ae3e4a69731d9f">MAX_NAME_SIZE</a>];</div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html#ab6444e3430b98ec88a91a841ee7788d8"> 56</a></span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#ab6444e3430b98ec88a91a841ee7788d8">victorias</a>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html#a2c6bb859be1056676938805863968dad"> 57</a></span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#a2c6bb859be1056676938805863968dad">derrotas</a>;</div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html#af9d642c2765645b9886ce332b0d9f2c8"> 58</a></span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#af9d642c2765645b9886ce332b0d9f2c8">empates</a>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html#af84c67ce79cc5a92285739baa6b93e8b"> 59</a></span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#af84c67ce79cc5a92285739baa6b93e8b">golesAFavor</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="../../d1/d35/class_team.html#aa1afdfb306f4207e4cbd79fb56facfbf"> 60</a></span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#aa1afdfb306f4207e4cbd79fb56facfbf">golesEnContra</a>;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">int</span> <a class="code" href="../../d1/d35/class_team.html#aaca5bb9a0ce8a775d590d297c772d3bd">calculaPuntos</a>();</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> };</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> <span class="preprocessor">#endif // TEAM_H</span></div>
<div class="ttc" id="class_team_html_a08fa8e9c4ba4913520597ae57998910f"><div class="ttname"><a href="../../d1/d35/class_team.html#a08fa8e9c4ba4913520597ae57998910f">Team::readFromBinaryFile</a></div><div class="ttdeci">void readFromBinaryFile(std::fstream &f)</div><div class="ttdef"><b>Definition:</b> team.cpp:77</div></div>
<div class="ttc" id="class_team_html_a68c254ae21bea1353f5398b9858e7ff6"><div class="ttname"><a href="../../d1/d35/class_team.html#a68c254ae21bea1353f5398b9858e7ff6">Team::setGolesEnContra</a></div><div class="ttdeci">void setGolesEnContra(int value)</div><div class="ttdef"><b>Definition:</b> team.cpp:63</div></div>
<div class="ttc" id="class_team_html_ab4218fddd612d52bab47bec4feeb49de"><div class="ttname"><a href="../../d1/d35/class_team.html#ab4218fddd612d52bab47bec4feeb49de">Team::~Team</a></div><div class="ttdeci">~Team()</div><div class="ttdef"><b>Definition:</b> team.cpp:27</div></div>
<div class="ttc" id="class_team_html_ab312101d725492afb23e59bfaf7385ae"><div class="ttname"><a href="../../d1/d35/class_team.html#ab312101d725492afb23e59bfaf7385ae">Team::getDerrotas</a></div><div class="ttdeci">int getDerrotas() const </div><div class="ttdef"><b>Definition:</b> team.cpp:42</div></div>
<div class="ttc" id="class_team_html"><div class="ttname"><a href="../../d1/d35/class_team.html">Team</a></div><div class="ttdef"><b>Definition:</b> team.h:23</div></div>
<div class="ttc" id="class_team_html_af2cb553ca5d7cff6c99150227aa05ff3"><div class="ttname"><a href="../../d1/d35/class_team.html#af2cb553ca5d7cff6c99150227aa05ff3">Team::getGolesAFavor</a></div><div class="ttdeci">int getGolesAFavor() const </div><div class="ttdef"><b>Definition:</b> team.cpp:54</div></div>
<div class="ttc" id="class_team_html_aa1afdfb306f4207e4cbd79fb56facfbf"><div class="ttname"><a href="../../d1/d35/class_team.html#aa1afdfb306f4207e4cbd79fb56facfbf">Team::golesEnContra</a></div><div class="ttdeci">int golesEnContra</div><div class="ttdef"><b>Definition:</b> team.h:60</div></div>
<div class="ttc" id="class_team_html_ab4c45dc605b73e2e45b99c58b2057a78"><div class="ttname"><a href="../../d1/d35/class_team.html#ab4c45dc605b73e2e45b99c58b2057a78">Team::writeToFile</a></div><div class="ttdeci">void writeToFile(std::fstream &f)</div><div class="ttdef"><b>Definition:</b> team.cpp:73</div></div>
<div class="ttc" id="class_team_html_a4e2bdf61ee9103b54c01bf65a3300bed"><div class="ttname"><a href="../../d1/d35/class_team.html#a4e2bdf61ee9103b54c01bf65a3300bed">Team::setNombre</a></div><div class="ttdeci">void setNombre(const char *value)</div><div class="ttdef"><b>Definition:</b> team.cpp:33</div></div>
<div class="ttc" id="class_team_html_ab6444e3430b98ec88a91a841ee7788d8"><div class="ttname"><a href="../../d1/d35/class_team.html#ab6444e3430b98ec88a91a841ee7788d8">Team::victorias</a></div><div class="ttdeci">int victorias</div><div class="ttdef"><b>Definition:</b> team.h:56</div></div>
<div class="ttc" id="class_team_html_a62b8bf4f0af5579461d0667ed5dfda4f"><div class="ttname"><a href="../../d1/d35/class_team.html#a62b8bf4f0af5579461d0667ed5dfda4f">Team::writeToBinaryFile</a></div><div class="ttdeci">void writeToBinaryFile(std::fstream &f)</div><div class="ttdef"><b>Definition:</b> team.cpp:85</div></div>
<div class="ttc" id="class_team_html_af21b432f707a656148c6626f105a93cc"><div class="ttname"><a href="../../d1/d35/class_team.html#af21b432f707a656148c6626f105a93cc">Team::setGolesAFavor</a></div><div class="ttdeci">void setGolesAFavor(int value)</div><div class="ttdef"><b>Definition:</b> team.cpp:57</div></div>
<div class="ttc" id="class_team_html_a4ce48abf872a9edc65e8739696ff0172"><div class="ttname"><a href="../../d1/d35/class_team.html#a4ce48abf872a9edc65e8739696ff0172">Team::getEmpates</a></div><div class="ttdeci">int getEmpates() const </div><div class="ttdef"><b>Definition:</b> team.cpp:48</div></div>
<div class="ttc" id="player_8h_html"><div class="ttname"><a href="../../d3/d62/player_8h.html">player.h</a></div></div>
<div class="ttc" id="class_team_html_aaca5bb9a0ce8a775d590d297c772d3bd"><div class="ttname"><a href="../../d1/d35/class_team.html#aaca5bb9a0ce8a775d590d297c772d3bd">Team::calculaPuntos</a></div><div class="ttdeci">int calculaPuntos()</div><div class="ttdef"><b>Definition:</b> team.cpp:93</div></div>
<div class="ttc" id="class_team_html_a7df766985a420a79a13767265d0ced85"><div class="ttname"><a href="../../d1/d35/class_team.html#a7df766985a420a79a13767265d0ced85">Team::compareName</a></div><div class="ttdeci">int compareName(Team e)</div><div class="ttdef"><b>Definition:</b> team.cpp:103</div></div>
<div class="ttc" id="class_team_html_acd3112602057d3c2df5dc97b7edf23db"><div class="ttname"><a href="../../d1/d35/class_team.html#acd3112602057d3c2df5dc97b7edf23db">Team::getNombre</a></div><div class="ttdeci">const char * getNombre() const </div><div class="ttdef"><b>Definition:</b> team.cpp:30</div></div>
<div class="ttc" id="class_team_html_a2c6bb859be1056676938805863968dad"><div class="ttname"><a href="../../d1/d35/class_team.html#a2c6bb859be1056676938805863968dad">Team::derrotas</a></div><div class="ttdeci">int derrotas</div><div class="ttdef"><b>Definition:</b> team.h:57</div></div>
<div class="ttc" id="class_team_html_aada295895b747960576b69d8c87a54ba"><div class="ttname"><a href="../../d1/d35/class_team.html#aada295895b747960576b69d8c87a54ba">Team::Team</a></div><div class="ttdeci">Team()</div><div class="ttdef"><b>Definition:</b> team.cpp:19</div></div>
<div class="ttc" id="class_team_html_a1030dce9ad53dc47351a3fa44980b77b"><div class="ttname"><a href="../../d1/d35/class_team.html#a1030dce9ad53dc47351a3fa44980b77b">Team::toStd</a></div><div class="ttdeci">std::string toStd()</div><div class="ttdef"><b>Definition:</b> team.cpp:96</div></div>
<div class="ttc" id="class_team_html_aefc53486468ddf341ad1d2ad3e0578d4"><div class="ttname"><a href="../../d1/d35/class_team.html#aefc53486468ddf341ad1d2ad3e0578d4">Team::comparePoints</a></div><div class="ttdeci">bool comparePoints(Team e)</div><div class="ttdef"><b>Definition:</b> team.cpp:107</div></div>
<div class="ttc" id="class_team_html_a078b78acbd9f55b9693489856a2846fe"><div class="ttname"><a href="../../d1/d35/class_team.html#a078b78acbd9f55b9693489856a2846fe">Team::getGolesEnContra</a></div><div class="ttdeci">int getGolesEnContra() const </div><div class="ttdef"><b>Definition:</b> team.cpp:60</div></div>
<div class="ttc" id="class_team_html_af9d642c2765645b9886ce332b0d9f2c8"><div class="ttname"><a href="../../d1/d35/class_team.html#af9d642c2765645b9886ce332b0d9f2c8">Team::empates</a></div><div class="ttdeci">int empates</div><div class="ttdef"><b>Definition:</b> team.h:58</div></div>
<div class="ttc" id="player_8h_html_abdc276a3da6aba2279ae3e4a69731d9f"><div class="ttname"><a href="../../d3/d62/player_8h.html#abdc276a3da6aba2279ae3e4a69731d9f">MAX_NAME_SIZE</a></div><div class="ttdeci">#define MAX_NAME_SIZE</div><div class="ttdef"><b>Definition:</b> player.h:21</div></div>
<div class="ttc" id="class_team_html_a43b0095989199cafdbdb1cf87a2eba2f"><div class="ttname"><a href="../../d1/d35/class_team.html#a43b0095989199cafdbdb1cf87a2eba2f">Team::setVictorias</a></div><div class="ttdeci">void setVictorias(int value)</div><div class="ttdef"><b>Definition:</b> team.cpp:39</div></div>
<div class="ttc" id="class_team_html_a0e8272a4c5127fcd4be5444dd22cda9f"><div class="ttname"><a href="../../d1/d35/class_team.html#a0e8272a4c5127fcd4be5444dd22cda9f">Team::setDerrotas</a></div><div class="ttdeci">void setDerrotas(int value)</div><div class="ttdef"><b>Definition:</b> team.cpp:45</div></div>
<div class="ttc" id="class_team_html_a9dfa2c82540d9321e6cafb6acded557f"><div class="ttname"><a href="../../d1/d35/class_team.html#a9dfa2c82540d9321e6cafb6acded557f">Team::setEmpates</a></div><div class="ttdeci">void setEmpates(int value)</div><div class="ttdef"><b>Definition:</b> team.cpp:51</div></div>
<div class="ttc" id="class_team_html_a6a01d394b9a3b4bfa70c5f3e97b87838"><div class="ttname"><a href="../../d1/d35/class_team.html#a6a01d394b9a3b4bfa70c5f3e97b87838">Team::readFromFile</a></div><div class="ttdeci">void readFromFile(std::fstream &f)</div><div class="ttdef"><b>Definition:</b> team.cpp:67</div></div>
<div class="ttc" id="class_team_html_af84c67ce79cc5a92285739baa6b93e8b"><div class="ttname"><a href="../../d1/d35/class_team.html#af84c67ce79cc5a92285739baa6b93e8b">Team::golesAFavor</a></div><div class="ttdeci">int golesAFavor</div><div class="ttdef"><b>Definition:</b> team.h:59</div></div>
<div class="ttc" id="class_team_html_a850c83b0e189300223e30e7f2a60f2b2"><div class="ttname"><a href="../../d1/d35/class_team.html#a850c83b0e189300223e30e7f2a60f2b2">Team::getVictorias</a></div><div class="ttdeci">int getVictorias() const </div><div class="ttdef"><b>Definition:</b> team.cpp:36</div></div>
<div class="ttc" id="class_team_html_a8d210ec74ccdfe830c485eddc6ac76db"><div class="ttname"><a href="../../d1/d35/class_team.html#a8d210ec74ccdfe830c485eddc6ac76db">Team::nombre</a></div><div class="ttdeci">char nombre[MAX_NAME_SIZE]</div><div class="ttdef"><b>Definition:</b> team.h:55</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="../../de/deb/team_8h.html">team.h</a></li>
<li class="footer">Generated on Wed May 13 2015 09:26:48 for Champion League Demo Project by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li>
</ul>
</div>
</body>
</html>
|
html/cobertura/ch.lambdaj.collection.LambdaSet.html | chtiJBUG/lambdaj | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Coverage Report</title>
<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
<script type="text/javascript" src="js/popup.js"></script>
</head>
<body>
<h5>Coverage Report - ch.lambdaj.collection.LambdaSet</h5>
<div class="separator"> </div>
<table class="report">
<thead><tr> <td class="heading">Classes in this File</td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td> <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
<tr><td><a href="ch.lambdaj.collection.LambdaSet.html">LambdaSet</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">88%</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:88px"><span class="text">8/9</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
</table>
<div class="separator"> </div>
<table cellspacing="0" cellpadding="0" class="src">
<tr> <td class="numLine"> 1</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// Modified or written by Lambdascale SRL for inclusion with lambdaj.</span></pre></td></tr>
<tr> <td class="numLine"> 2</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// Copyright (c) 2009-2010 Mario Fusco.</span></pre></td></tr>
<tr> <td class="numLine"> 3</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">// Licensed under the Apache License, Version 2.0 (the "License")</span></pre></td></tr>
<tr> <td class="numLine"> 4</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 5</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">package</span> ch.lambdaj.collection;</pre></td></tr>
<tr> <td class="numLine"> 6</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 7</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> org.hamcrest.*;</pre></td></tr>
<tr> <td class="numLine"> 8</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 9</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> java.io.*;</pre></td></tr>
<tr> <td class="numLine"> 10</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">import</span> java.util.*;</pre></td></tr>
<tr> <td class="numLine"> 11</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 12</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 13</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * A Set that extends the Set interface with the fluent interface methods provided by lambdaj</span></pre></td></tr>
<tr> <td class="numLine"> 14</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @author Gianfranco Tognana</span></pre></td></tr>
<tr> <td class="numLine"> 15</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @author Mario Fusco</span></pre></td></tr>
<tr> <td class="numLine"> 16</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLineCover"> 17</td> <td class="nbHitsUncovered"> 0</td> <td class="src"><pre class="src"><span class="srcUncovered"> <span class="keyword">public</span> <span class="keyword">class</span> LambdaSet<T> <span class="keyword">extends</span> LambdaCollection<T> <span class="keyword">implements</span> Set<T>, Cloneable, Serializable {</span></pre></td></tr>
<tr> <td class="numLine"> 18</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 19</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> LambdaSet(Set<? <span class="keyword">extends</span> T> inner) {</pre></td></tr>
<tr> <td class="numLineCover"> 20</td> <td class="nbHitsCovered"> 5</td> <td class="src"><pre class="src"> <span class="keyword">super</span>(inner);</pre></td></tr>
<tr> <td class="numLineCover"> 21</td> <td class="nbHitsCovered"> 5</td> <td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 22</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 23</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 24</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * {@inheritDoc}</span></pre></td></tr>
<tr> <td class="numLine"> 25</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 26</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> LambdaSet<T> retain(Matcher<?> matcher) {</pre></td></tr>
<tr> <td class="numLineCover"> 27</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> doRetain(matcher);</pre></td></tr>
<tr> <td class="numLineCover"> 28</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>;</pre></td></tr>
<tr> <td class="numLine"> 29</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 30</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 31</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 32</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * {@inheritDoc}</span></pre></td></tr>
<tr> <td class="numLine"> 33</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 34</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> LambdaSet<T> remove(Matcher<?> matcher) {</pre></td></tr>
<tr> <td class="numLineCover"> 35</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> doRemove(matcher);</pre></td></tr>
<tr> <td class="numLineCover"> 36</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">this</span>;</pre></td></tr>
<tr> <td class="numLine"> 37</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 38</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 39</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 40</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * {@inheritDoc}</span></pre></td></tr>
<tr> <td class="numLine"> 41</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 42</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> @Override</pre></td></tr>
<tr> <td class="numLine"> 43</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> LambdaSet<T> clone() {</pre></td></tr>
<tr> <td class="numLineCover"> 44</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">return</span> clone(<span class="keyword">new</span> HashSet<T>());</pre></td></tr>
<tr> <td class="numLine"> 45</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 46</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> </pre></td></tr>
<tr> <td class="numLine"> 47</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment">/**</span></pre></td></tr>
<tr> <td class="numLine"> 48</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * Returns a shallow copy of this LambdaSet instance. (The elements themselves are not copied.)</span></pre></td></tr>
<tr> <td class="numLine"> 49</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @param emptyList The empty set to be used as wrapped set of this LambdaSet if the current one is not Cloneable</span></pre></td></tr>
<tr> <td class="numLine"> 50</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> * @return A clone of this LambdaSet instance</span></pre></td></tr>
<tr> <td class="numLine"> 51</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="comment"> */</span></pre></td></tr>
<tr> <td class="numLine"> 52</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> <span class="keyword">public</span> LambdaSet<T> clone(Set<? <span class="keyword">extends</span> T> emptyList) {</pre></td></tr>
<tr> <td class="numLineCover"> 53</td> <td class="nbHitsCovered"> 1</td> <td class="src"><pre class="src"> <span class="keyword">return</span> <span class="keyword">new</span> LambdaSet<T>((Set<T>)innerClone(emptyList));</pre></td></tr>
<tr> <td class="numLine"> 54</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
<tr> <td class="numLine"> 55</td> <td class="nbHits"> </td>
<td class="src"><pre class="src"> }</pre></td></tr>
</table>
<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 14/02/12 20.29.</div>
</body>
</html>
|
usef-javadoc/energy/usef/agr/workflow/altstep/class-use/AgrFlexOfferDetermineFlexibilityStubTwoOffers.html | USEF-Foundation/ri.usef.energy | <!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.agr.workflow.altstep.AgrFlexOfferDetermineFlexibilityStubTwoOffers (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.altstep.AgrFlexOfferDetermineFlexibilityStubTwoOffers (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/altstep/AgrFlexOfferDetermineFlexibilityStubTwoOffers.html" title="class in energy.usef.agr.workflow.altstep">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/altstep/class-use/AgrFlexOfferDetermineFlexibilityStubTwoOffers.html" target="_top">Frames</a></li>
<li><a href="AgrFlexOfferDetermineFlexibilityStubTwoOffers.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.altstep.AgrFlexOfferDetermineFlexibilityStubTwoOffers" class="title">Uses of Class<br>energy.usef.agr.workflow.altstep.AgrFlexOfferDetermineFlexibilityStubTwoOffers</h2>
</div>
<div class="classUseContainer">No usage of energy.usef.agr.workflow.altstep.AgrFlexOfferDetermineFlexibilityStubTwoOffers</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/altstep/AgrFlexOfferDetermineFlexibilityStubTwoOffers.html" title="class in energy.usef.agr.workflow.altstep">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/altstep/class-use/AgrFlexOfferDetermineFlexibilityStubTwoOffers.html" target="_top">Frames</a></li>
<li><a href="AgrFlexOfferDetermineFlexibilityStubTwoOffers.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>
|
src/main/twirl/repo/blob.scala.html | takuok/gitbucket | @(branch: String,
repository: service.RepositoryService.RepositoryInfo,
pathList: List[String],
content: util.JGitUtil.ContentInfo,
latestCommit: util.JGitUtil.CommitInfo,
hasWritePermission: Boolean)(implicit context: app.Context)
@import context._
@import view.helpers._
@html.main(s"${repository.owner}/${repository.name}", Some(repository)) {
@html.header("code", repository)
@tab(branch, repository, "files")
<div class="head">
<a href="@url(repository)/tree/@encodeRefName(branch)">@repository.name</a> /
@pathList.zipWithIndex.map { case (section, i) =>
@if(i == pathList.length - 1){
@section
} else {
<a href="@url(repository)/tree/@encodeRefName(branch)/@pathList.take(i + 1).mkString("/")">@section</a> /
}
}
</div>
<table class="table table-bordered">
<tr>
<th style="font-weight: normal;">
<div class="pull-left">
@avatar(latestCommit, 20)
@user(latestCommit.committer, latestCommit.mailAddress, "username strong")
<span class="muted">@datetime(latestCommit.time)</span>
<a href="@url(repository)/commit/@latestCommit.id" class="commit-message">@link(latestCommit.summary, repository)</a>
</div>
<div class="btn-group pull-right">
@if(hasWritePermission){
<a class="btn" href="@url(repository)/edit/@encodeRefName(branch)/@pathList.mkString("/")">Edit</a>
}
<a class="btn" href="?raw=true">Raw</a>
<a class="btn" href="@url(repository)/commits/@encodeRefName(branch)/@pathList.mkString("/")">History</a>
@if(hasWritePermission){
<a class="btn btn-danger" href="@url(repository)/remove/@encodeRefName(branch)/@pathList.mkString("/")">Delete</a>
}
</div>
</th>
</tr>
<tr>
<td>
@if(content.viewType == "text"){
@defining(pathList.reverse.head) { file =>
@if(renderableSuffixes.find(suffix => file.toLowerCase.endsWith(suffix))) {
@renderMarkup(pathList, content.content.get, branch, repository, false, false)
} else {
<pre class="prettyprint linenums blob">@content.content.get</pre>
}
}
}
@if(content.viewType == "image"){
<img src="?raw=true"/>
}
@if(content.viewType == "large" || content.viewType == "binary"){
<div style="text-align: center">
<a href="?raw=true">View Raw</a><br>
(Sorry about that, but we can't show files that are this big right now)
</div>
}
</td>
</tr>
</table>
}
<script src="@assets/common/js/jquery.ba-hashchange.js"></script>
<script>
$(window).load(function(){
$(window).hashchange(function(){
updateHighlighting();
}).hashchange();
});
/**
* Hightlight lines which are specified by URL hash.
*/
function updateHighlighting(){
var hash = location.hash;
if(hash.match(/#L\d+(-L\d+)?/)){
$('li.highlight').removeClass('highlight');
var lines = hash.substr(1).split('-');
if(lines.length == 1){
$('#' + lines[0]).addClass('highlight');
$(window).scrollTop($('#' + lines[0]).offset().top - 40);
} else if(lines.length > 1){
var start = parseInt(lines[0].substr(1));
var end = parseInt(lines[1].substr(1));
for(var i = start; i <= end; i++){
$('#L' + i).addClass('highlight');
}
$(window).scrollTop($('#L' + start).offset().top - 40);
}
}
}
</script> |
share/doc/hadoop/api/org/apache/hadoop/fs/swift/exceptions/package-summary.html | devansh2015/hadoop-2.4.1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sat Jun 21 06:31:07 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.hadoop.fs.swift.exceptions (Apache Hadoop Main 2.4.1 API)
</TITLE>
<META NAME="date" CONTENT="2014-06-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.hadoop.fs.swift.exceptions (Apache Hadoop Main 2.4.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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/hadoop/fs/swift/auth/entities/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/apache/hadoop/fs/swift/http/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/fs/swift/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.apache.hadoop.fs.swift.exceptions
</H2>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/apache/hadoop/fs/swift/auth/entities/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/apache/hadoop/fs/swift/http/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/hadoop/fs/swift/exceptions/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2014 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
tools/groovy/doc/html/api/groovy/util/ObjectGraphBuilder.ChildPropertySetter.html | OpenBEL/bel-nav | <!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_60-ea) on Thu Jul 09 21:02:09 CEST 2015 -->
<title>ObjectGraphBuilder.ChildPropertySetter (Groovy 2.4.4)</title>
<meta name="date" content="2015-07-09">
<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="ObjectGraphBuilder.ChildPropertySetter (Groovy 2.4.4)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../groovy/util/ObjectGraphBuilder.html" title="class in groovy.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../groovy/util/ObjectGraphBuilder.ClassNameResolver.html" title="interface in groovy.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?groovy/util/ObjectGraphBuilder.ChildPropertySetter.html" target="_top">Frames</a></li>
<li><a href="ObjectGraphBuilder.ChildPropertySetter.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">groovy.util</div>
<h2 title="Interface ObjectGraphBuilder.ChildPropertySetter" class="title">Interface ObjectGraphBuilder.ChildPropertySetter</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../groovy/util/ObjectGraphBuilder.DefaultChildPropertySetter.html" title="class in groovy.util">ObjectGraphBuilder.DefaultChildPropertySetter</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../groovy/util/ObjectGraphBuilder.html" title="class in groovy.util">ObjectGraphBuilder</a></dd>
</dl>
<hr>
<br>
<pre>public static interface <span class="strong">ObjectGraphBuilder.ChildPropertySetter</span></pre>
<div class="block">Strategy for setting a child node on its parent.<br>
Useful for handling Lists/Arrays vs normal properties.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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>void</code></td>
<td class="colLast"><code><strong><a href="../../groovy/util/ObjectGraphBuilder.ChildPropertySetter.html#setChild(java.lang.Object,%20java.lang.Object,%20java.lang.String,%20java.lang.String)">setChild</a></strong>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> parent,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child,
<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> parentName,
<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> propertyName)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="setChild(java.lang.Object, java.lang.Object, java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setChild</h4>
<pre>void setChild(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> parent,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child,
<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> parentName,
<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> propertyName)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - the parent's node value</dd><dd><code>child</code> - the child's node value</dd><dd><code>parentName</code> - the name of the parent node</dd><dd><code>propertyName</code> - the resolved relation name of the child</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Copyright © 2003-2015 The Apache Software Foundation. All rights reserved.</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../groovy/util/ObjectGraphBuilder.html" title="class in groovy.util"><span class="strong">Prev Class</span></a></li>
<li><a href="../../groovy/util/ObjectGraphBuilder.ClassNameResolver.html" title="interface in groovy.util"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?groovy/util/ObjectGraphBuilder.ChildPropertySetter.html" target="_top">Frames</a></li>
<li><a href="ObjectGraphBuilder.ChildPropertySetter.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
Jenna-2.6.3/doc/javadoc/allclasses-noframe.html | jianglili007/pretty-printer | <!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:57 BST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
All Classes (Jena Framework)
</TITLE>
<META NAME="date" CONTENT="2010-06-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/hp/hpl/jena/datatypes/xsd/AbstractDateTime.html" title="class in com.hp.hpl.jena.datatypes.xsd">AbstractDateTime</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/AddDeniedException.html" title="class in com.hp.hpl.jena.shared">AddDeniedException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/AddOne.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">AddOne</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ALiteral.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>ALiteral</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/AllDifferent.html" title="interface in com.hp.hpl.jena.ontology"><I>AllDifferent</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/AllValuesFromRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>AllValuesFromRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/AlreadyExistsException.html" title="class in com.hp.hpl.jena.shared">AlreadyExistsException</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/AlreadyLinkedViewException.html" title="class in com.hp.hpl.jena.enhanced">AlreadyLinkedViewException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/AlreadyReifiedException.html" title="class in com.hp.hpl.jena.shared">AlreadyReifiedException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Alt.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Alt</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/AltHasNoDefaultException.html" title="class in com.hp.hpl.jena.rdf.model">AltHasNoDefaultException</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/AnnotationProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>AnnotationProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/AnonId.html" title="class in com.hp.hpl.jena.rdf.model">AnonId</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Applyer.html" title="class in com.hp.hpl.jena.graph.query">Applyer</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/AResource.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>AResource</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ARP.html" title="class in com.hp.hpl.jena.rdf.arp">ARP</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ARPConfig.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>ARPConfig</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ARPErrorNumbers.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>ARPErrorNumbers</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ARPEventHandler.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>ARPEventHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ARPHandlers.html" title="class in com.hp.hpl.jena.rdf.arp">ARPHandlers</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ARPOptions.html" title="class in com.hp.hpl.jena.rdf.arp">ARPOptions</A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/Assembler.html" title="interface in com.hp.hpl.jena.assembler"><I>Assembler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/AssemblerHelp.html" title="class in com.hp.hpl.jena.assembler">AssemblerHelp</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/AssertDisjointPairs.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">AssertDisjointPairs</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/AssertionFailureException.html" title="class in com.hp.hpl.jena.shared">AssertionFailureException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BackwardRuleInfGraphI.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>BackwardRuleInfGraphI</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BadBooleanException.html" title="class in com.hp.hpl.jena.shared">BadBooleanException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BadCharLiteralException.html" title="class in com.hp.hpl.jena.shared">BadCharLiteralException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BadDescriptionException.html" title="class in com.hp.hpl.jena.shared">BadDescriptionException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BadDescriptionMultipleRootsException.html" title="class in com.hp.hpl.jena.shared">BadDescriptionMultipleRootsException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BadDescriptionNoRootException.html" title="class in com.hp.hpl.jena.shared">BadDescriptionNoRootException</A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/BadObjectException.html" title="class in com.hp.hpl.jena.assembler">BadObjectException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BadURIException.html" title="class in com.hp.hpl.jena.shared">BadURIException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Bag.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Bag</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/BaseBuiltin.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">BaseBuiltin</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/BaseDatatype.html" title="class in com.hp.hpl.jena.datatypes">BaseDatatype</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/BaseDatatype.TypedValue.html" title="class in com.hp.hpl.jena.datatypes">BaseDatatype.TypedValue</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/BaseInfGraph.html" title="class in com.hp.hpl.jena.reasoner">BaseInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/BaseInfGraph.InfCapabilities.html" title="class in com.hp.hpl.jena.reasoner">BaseInfGraph.InfCapabilities</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/BaseInfGraph.InfFindSafeCapabilities.html" title="class in com.hp.hpl.jena.reasoner">BaseInfGraph.InfFindSafeCapabilities</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/BaseInfGraph.InfTransactionHandler.html" title="class in com.hp.hpl.jena.reasoner">BaseInfGraph.InfTransactionHandler</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BasicFBReifier.html" title="class in com.hp.hpl.jena.reasoner.rulesys">BasicFBReifier</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BasicForwardRuleInfGraph.html" title="class in com.hp.hpl.jena.reasoner.rulesys">BasicForwardRuleInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BasicForwardRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">BasicForwardRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Bind.html" title="class in com.hp.hpl.jena.graph.query">Bind</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BindingEnvironment.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>BindingEnvironment</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/BindingQueryPlan.html" title="interface in com.hp.hpl.jena.graph.query"><I>BindingQueryPlan</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/BooleanClassDescription.html" title="interface in com.hp.hpl.jena.ontology"><I>BooleanClassDescription</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Bound.html" title="class in com.hp.hpl.jena.graph.query">Bound</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Bound.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Bound</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/BrokenException.html" title="class in com.hp.hpl.jena.shared">BrokenException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/BufferPipe.html" title="class in com.hp.hpl.jena.graph.query">BufferPipe</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/BufferPipe.BoundedBufferPutException.html" title="class in com.hp.hpl.jena.graph.query">BufferPipe.BoundedBufferPutException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/BufferPipe.BoundedBufferTakeException.html" title="class in com.hp.hpl.jena.graph.query">BufferPipe.BoundedBufferTakeException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/BufferPipe.Finished.html" title="class in com.hp.hpl.jena.graph.query">BufferPipe.Finished</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Builtin.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>Builtin</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BuiltinException.html" title="class in com.hp.hpl.jena.reasoner.rulesys">BuiltinException</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/BuiltinPersonalities.html" title="class in com.hp.hpl.jena.enhanced">BuiltinPersonalities</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/BuiltinRegistry.html" title="class in com.hp.hpl.jena.reasoner.rulesys">BuiltinRegistry</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/BulkUpdateHandler.html" title="interface in com.hp.hpl.jena.graph"><I>BulkUpdateHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/CannotCreateException.html" title="class in com.hp.hpl.jena.shared">CannotCreateException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/CannotEncodeCharacterException.html" title="class in com.hp.hpl.jena.shared">CannotEncodeCharacterException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/CannotReifyException.html" title="class in com.hp.hpl.jena.shared">CannotReifyException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Capabilities.html" title="interface in com.hp.hpl.jena.graph"><I>Capabilities</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/CardinalityQRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>CardinalityQRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/CardinalityRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>CardinalityRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/listeners/ChangedListener.html" title="class in com.hp.hpl.jena.rdf.listeners">ChangedListener</A>
<BR>
<A HREF="com/hp/hpl/jena/util/CharEncoding.html" title="class in com.hp.hpl.jena.util">CharEncoding</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/ClauseEntry.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>ClauseEntry</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/ClosedException.html" title="class in com.hp.hpl.jena.shared">ClosedException</A>
<BR>
<A HREF="com/hp/hpl/jena/util/CollectionFactory.html" title="class in com.hp.hpl.jena.util">CollectionFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/Command.html" title="interface in com.hp.hpl.jena.shared"><I>Command</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/ComplementClass.html" title="interface in com.hp.hpl.jena.ontology"><I>ComplementClass</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/CompositionBase.html" title="class in com.hp.hpl.jena.graph.compose">CompositionBase</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/ConfigException.html" title="class in com.hp.hpl.jena.shared">ConfigException</A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/ConnectionDescription.html" title="class in com.hp.hpl.jena.assembler">ConnectionDescription</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/ConstraintStage.html" title="class in com.hp.hpl.jena.graph.query">ConstraintStage</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Container.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Container</I></A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/Content.html" title="class in com.hp.hpl.jena.assembler">Content</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/ConversionException.html" title="class in com.hp.hpl.jena.ontology">ConversionException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/CountLiteralValues.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">CountLiteralValues</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DAML_OIL.html" title="class in com.hp.hpl.jena.vocabulary">DAML_OIL</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/DAMLMicroReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">DAMLMicroReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/DAMLMicroReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">DAMLMicroReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DAMLVocabulary.html" title="interface in com.hp.hpl.jena.vocabulary"><I>DAMLVocabulary</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/DataRange.html" title="interface in com.hp.hpl.jena.ontology"><I>DataRange</I></A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/DatatypeFormatException.html" title="class in com.hp.hpl.jena.datatypes">DatatypeFormatException</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/DatatypeProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>DatatypeProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DB.html" title="class in com.hp.hpl.jena.vocabulary">DB</A>
<BR>
<A HREF="com/hp/hpl/jena/db/DBConnection.html" title="class in com.hp.hpl.jena.db">DBConnection</A>
<BR>
<A HREF="jena/dbcreate.html" title="class in jena">dbcreate</A>
<BR>
<A HREF="jena/dbdump.html" title="class in jena">dbdump</A>
<BR>
<A HREF="jena/dblist.html" title="class in jena">dblist</A>
<BR>
<A HREF="jena/dbload.html" title="class in jena">dbload</A>
<BR>
<A HREF="jena/dbremove.html" title="class in jena">dbremove</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DC.html" title="class in com.hp.hpl.jena.vocabulary">DC</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DC_10.html" title="class in com.hp.hpl.jena.vocabulary">DC_10</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DC_11.html" title="class in com.hp.hpl.jena.vocabulary">DC_11</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DCTerms.html" title="class in com.hp.hpl.jena.vocabulary">DCTerms</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/DCTypes.html" title="class in com.hp.hpl.jena.vocabulary">DCTypes</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/DeleteDeniedException.html" title="class in com.hp.hpl.jena.shared">DeleteDeniedException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/Delta.html" title="class in com.hp.hpl.jena.graph.compose">Delta</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/Derivation.html" title="interface in com.hp.hpl.jena.reasoner"><I>Derivation</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/Difference.html" title="class in com.hp.hpl.jena.graph.compose">Difference</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Difference.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Difference</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/DisjointUnion.html" title="class in com.hp.hpl.jena.graph.compose">DisjointUnion</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/DoesNotExistException.html" title="class in com.hp.hpl.jena.shared">DoesNotExistException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/DoesNotReifyException.html" title="class in com.hp.hpl.jena.rdf.model">DoesNotReifyException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/DOM2Model.html" title="class in com.hp.hpl.jena.rdf.arp">DOM2Model</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Domain.html" title="class in com.hp.hpl.jena.graph.query">Domain</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Drop.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Drop</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/Dyadic.html" title="class in com.hp.hpl.jena.graph.compose">Dyadic</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Dyadic.html" title="class in com.hp.hpl.jena.graph.query">Dyadic</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Element.html" title="class in com.hp.hpl.jena.graph.query">Element</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/EmptyListException.html" title="class in com.hp.hpl.jena.rdf.model">EmptyListException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/EmptyListUpdateException.html" title="class in com.hp.hpl.jena.rdf.model">EmptyListUpdateException</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/EnhGraph.html" title="class in com.hp.hpl.jena.enhanced">EnhGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/EnhNode.html" title="class in com.hp.hpl.jena.enhanced">EnhNode</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/EnumeratedClass.html" title="interface in com.hp.hpl.jena.ontology"><I>EnumeratedClass</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Equal.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Equal</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.html" title="interface in com.hp.hpl.jena.graph.query"><I>Expression</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Application.html" title="class in com.hp.hpl.jena.graph.query">Expression.Application</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Base.html" title="class in com.hp.hpl.jena.graph.query">Expression.Base</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.BoolConstant.html" title="class in com.hp.hpl.jena.graph.query">Expression.BoolConstant</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Constant.html" title="class in com.hp.hpl.jena.graph.query">Expression.Constant</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Fixed.html" title="class in com.hp.hpl.jena.graph.query">Expression.Fixed</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Util.html" title="class in com.hp.hpl.jena.graph.query">Expression.Util</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Valof.html" title="class in com.hp.hpl.jena.graph.query">Expression.Valof</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Expression.Variable.html" title="class in com.hp.hpl.jena.graph.query">Expression.Variable</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/ExpressionFunctionURIs.html" title="interface in com.hp.hpl.jena.graph.query"><I>ExpressionFunctionURIs</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/ExpressionSet.html" title="class in com.hp.hpl.jena.graph.query">ExpressionSet</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ExtendedHandler.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>ExtendedHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Factory.html" title="class in com.hp.hpl.jena.graph">Factory</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/FatalParsingErrorException.html" title="class in com.hp.hpl.jena.rdf.arp">FatalParsingErrorException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/FBRuleInfGraph.html" title="class in com.hp.hpl.jena.reasoner.rulesys">FBRuleInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/FBRuleInfGraph.RuleStore.html" title="class in com.hp.hpl.jena.reasoner.rulesys">FBRuleInfGraph.RuleStore</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/FBRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">FBRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/FGraph.html" title="class in com.hp.hpl.jena.reasoner">FGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/util/FileManager.html" title="class in com.hp.hpl.jena.util">FileManager</A>
<BR>
<A HREF="com/hp/hpl/jena/util/FileUtils.html" title="class in com.hp.hpl.jena.util">FileUtils</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/Finder.html" title="interface in com.hp.hpl.jena.reasoner"><I>Finder</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/FinderUtil.html" title="class in com.hp.hpl.jena.reasoner">FinderUtil</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Fixed.html" title="class in com.hp.hpl.jena.graph.query">Fixed</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/FixedValuator.html" title="class in com.hp.hpl.jena.graph.query">FixedValuator</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/ForwardRuleInfGraphI.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>ForwardRuleInfGraphI</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/FrontsNode.html" title="interface in com.hp.hpl.jena.graph"><I>FrontsNode</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/FrontsTriple.html" title="interface in com.hp.hpl.jena.graph"><I>FrontsTriple</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/FunctionalProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>FunctionalProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Functor.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Functor</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Functor.FunctorDatatype.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Functor.FunctorDatatype</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/GE.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">GE</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/GenericRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">GenericRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/GenericRuleReasoner.RuleMode.html" title="class in com.hp.hpl.jena.reasoner.rulesys">GenericRuleReasoner.RuleMode</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/GenericRuleReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">GenericRuleReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GetTriple.html" title="interface in com.hp.hpl.jena.graph"><I>GetTriple</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Graph.html" title="interface in com.hp.hpl.jena.graph"><I>Graph</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphAdd.html" title="interface in com.hp.hpl.jena.graph"><I>GraphAdd</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphEventManager.html" title="interface in com.hp.hpl.jena.graph"><I>GraphEventManager</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphEvents.html" title="class in com.hp.hpl.jena.graph">GraphEvents</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphExtract.html" title="class in com.hp.hpl.jena.graph">GraphExtract</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphListener.html" title="interface in com.hp.hpl.jena.graph"><I>GraphListener</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphMaker.html" title="interface in com.hp.hpl.jena.graph"><I>GraphMaker</I></A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/GraphPersonality.html" title="class in com.hp.hpl.jena.enhanced">GraphPersonality</A>
<BR>
<A HREF="com/hp/hpl/jena/db/GraphRDB.html" title="class in com.hp.hpl.jena.db">GraphRDB</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphStatisticsHandler.html" title="interface in com.hp.hpl.jena.graph"><I>GraphStatisticsHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/GraphUtil.html" title="class in com.hp.hpl.jena.graph">GraphUtil</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/GreaterThan.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">GreaterThan</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/GuardArranger.html" title="class in com.hp.hpl.jena.graph.query">GuardArranger</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/HasNoModelException.html" title="class in com.hp.hpl.jena.rdf.model">HasNoModelException</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/HasValueRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>HasValueRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Hide.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Hide</A>
<BR>
<A HREF="com/hp/hpl/jena/db/IDBConnection.html" title="interface in com.hp.hpl.jena.db"><I>IDBConnection</I></A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/xsd/IllegalDateTimeFieldException.html" title="class in com.hp.hpl.jena.datatypes.xsd">IllegalDateTimeFieldException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/IllegalParameterException.html" title="class in com.hp.hpl.jena.reasoner">IllegalParameterException</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/Implementation.html" title="class in com.hp.hpl.jena.enhanced">Implementation</A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/ImportManager.html" title="class in com.hp.hpl.jena.assembler">ImportManager</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/IndexValues.html" title="interface in com.hp.hpl.jena.graph.query"><I>IndexValues</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/Individual.html" title="interface in com.hp.hpl.jena.ontology"><I>Individual</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/InfGraph.html" title="interface in com.hp.hpl.jena.reasoner"><I>InfGraph</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/InfModel.html" title="interface in com.hp.hpl.jena.rdf.model"><I>InfModel</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/InitialStage.html" title="class in com.hp.hpl.jena.graph.query">InitialStage</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/Intersection.html" title="class in com.hp.hpl.jena.graph.compose">Intersection</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/IntersectionClass.html" title="interface in com.hp.hpl.jena.ontology"><I>IntersectionClass</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/InvalidListException.html" title="class in com.hp.hpl.jena.rdf.model">InvalidListException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/InvalidPropertyURIException.html" title="class in com.hp.hpl.jena.shared">InvalidPropertyURIException</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/InverseFunctionalProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>InverseFunctionalProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/IsBNode.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">IsBNode</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/IsDType.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">IsDType</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/IsFunctor.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">IsFunctor</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/IsLiteral.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">IsLiteral</A>
<BR>
<A HREF="com/hp/hpl/jena/util/IteratorCollection.html" title="class in com.hp.hpl.jena.util">IteratorCollection</A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/JA.html" title="class in com.hp.hpl.jena.assembler">JA</A>
<BR>
<A HREF="com/hp/hpl/jena/Jena.html" title="interface in com.hp.hpl.jena"><I>Jena</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/JenaException.html" title="class in com.hp.hpl.jena.shared">JenaException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/JenaReader.html" title="class in com.hp.hpl.jena.rdf.arp">JenaReader</A>
<BR>
<A HREF="com/hp/hpl/jena/JenaRuntime.html" title="class in com.hp.hpl.jena">JenaRuntime</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/LanguageConsistencyException.html" title="class in com.hp.hpl.jena.ontology">LanguageConsistencyException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/LE.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">LE</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/LessThan.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">LessThan</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListContains.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListContains</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListEntry.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListEntry</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListEqual.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListEqual</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ListIndexException.html" title="class in com.hp.hpl.jena.rdf.model">ListIndexException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListLength.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListLength</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListMapAsObject.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListMapAsObject</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListMapAsSubject.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListMapAsSubject</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListNotContains.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListNotContains</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/ListNotEqual.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">ListNotEqual</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Literal.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Literal</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/LiteralRequiredException.html" title="class in com.hp.hpl.jena.rdf.model">LiteralRequiredException</A>
<BR>
<A HREF="com/hp/hpl/jena/util/LocationMapper.html" title="class in com.hp.hpl.jena.util">LocationMapper</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/LocationMappingVocab.html" title="class in com.hp.hpl.jena.vocabulary">LocationMappingVocab</A>
<BR>
<A HREF="com/hp/hpl/jena/util/Locator.html" title="interface in com.hp.hpl.jena.util"><I>Locator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/LocatorClassLoader.html" title="class in com.hp.hpl.jena.util">LocatorClassLoader</A>
<BR>
<A HREF="com/hp/hpl/jena/util/LocatorFile.html" title="class in com.hp.hpl.jena.util">LocatorFile</A>
<BR>
<A HREF="com/hp/hpl/jena/util/LocatorURL.html" title="class in com.hp.hpl.jena.util">LocatorURL</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/Lock.html" title="interface in com.hp.hpl.jena.shared"><I>Lock</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/LockMRSW.html" title="class in com.hp.hpl.jena.shared">LockMRSW</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/LockMutex.html" title="class in com.hp.hpl.jena.shared">LockMutex</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/LockNone.html" title="class in com.hp.hpl.jena.shared">LockNone</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/LPBackwardRuleInfGraph.html" title="class in com.hp.hpl.jena.reasoner.rulesys">LPBackwardRuleInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/LPBackwardRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">LPBackwardRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/MakeInstance.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">MakeInstance</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/MakeSkolem.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">MakeSkolem</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/MakeTemp.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">MakeTemp</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Mapping.html" title="class in com.hp.hpl.jena.graph.query">Mapping</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Matcher.html" title="class in com.hp.hpl.jena.graph.query">Matcher</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Max.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Max</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/MaxCardinalityQRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>MaxCardinalityQRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/MaxCardinalityRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>MaxCardinalityRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/Metadata.html" title="class in com.hp.hpl.jena.util">Metadata</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Min.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Min</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/MinCardinalityQRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>MinCardinalityQRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/MinCardinalityRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>MinCardinalityRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/Mode.html" title="class in com.hp.hpl.jena.assembler">Mode</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Model.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Model</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelChangedListener.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelChangedListener</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelCon.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelCon</I></A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/ModelExpansion.html" title="class in com.hp.hpl.jena.assembler">ModelExpansion</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelExtract.html" title="class in com.hp.hpl.jena.rdf.model">ModelExtract</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelFactory.html" title="class in com.hp.hpl.jena.rdf.model">ModelFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelFactoryBase.html" title="class in com.hp.hpl.jena.rdf.model">ModelFactoryBase</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelGetter.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelGetter</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelGraphInterface.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelGraphInterface</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/ModelLoader.html" title="class in com.hp.hpl.jena.util">ModelLoader</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelMaker.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelMaker</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/ModelQueryUtil.html" title="class in com.hp.hpl.jena.util">ModelQueryUtil</A>
<BR>
<A HREF="com/hp/hpl/jena/db/ModelRDB.html" title="class in com.hp.hpl.jena.db">ModelRDB</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelReader.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelReader</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ModelSource.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ModelSource</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/MonitorGraph.html" title="class in com.hp.hpl.jena.util">MonitorGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/util/MonitorModel.html" title="class in com.hp.hpl.jena.util">MonitorModel</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/MultiUnion.html" title="class in com.hp.hpl.jena.graph.compose">MultiUnion</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/MultiUnion.MultiUnionStatisticsHandler.html" title="class in com.hp.hpl.jena.graph.compose">MultiUnion.MultiUnionStatisticsHandler</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/NamedGraphMap.html" title="class in com.hp.hpl.jena.graph.query">NamedGraphMap</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/NamedTripleBunches.html" title="class in com.hp.hpl.jena.graph.query">NamedTripleBunches</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/NamespaceEndsWithNameCharException.html" title="class in com.hp.hpl.jena.shared">NamespaceEndsWithNameCharException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/NamespaceHandler.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>NamespaceHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node.html" title="class in com.hp.hpl.jena.graph">Node</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node.NotLiteral.html" title="class in com.hp.hpl.jena.graph">Node.NotLiteral</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_ANY.html" title="class in com.hp.hpl.jena.graph">Node_ANY</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_Blank.html" title="class in com.hp.hpl.jena.graph">Node_Blank</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_Concrete.html" title="class in com.hp.hpl.jena.graph">Node_Concrete</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_Fluid.html" title="class in com.hp.hpl.jena.graph">Node_Fluid</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_Literal.html" title="class in com.hp.hpl.jena.graph">Node_Literal</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_NULL.html" title="class in com.hp.hpl.jena.graph">Node_NULL</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Node_RuleVariable.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Node_RuleVariable</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_URI.html" title="class in com.hp.hpl.jena.graph">Node_URI</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_Variable.html" title="class in com.hp.hpl.jena.graph">Node_Variable</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Node_Variable.VariableName.html" title="class in com.hp.hpl.jena.graph">Node_Variable.VariableName</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/NodeCache.html" title="class in com.hp.hpl.jena.graph">NodeCache</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/NodeIterator.html" title="interface in com.hp.hpl.jena.rdf.model"><I>NodeIterator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/NodePersonality.html" title="class in com.hp.hpl.jena.enhanced">NodePersonality</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/NodeVisitor.html" title="interface in com.hp.hpl.jena.graph"><I>NodeVisitor</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/NoReaderForLangException.html" title="class in com.hp.hpl.jena.shared">NoReaderForLangException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/NoReasonerSuppliedException.html" title="class in com.hp.hpl.jena.shared">NoReasonerSuppliedException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/NoSuchReasonerException.html" title="class in com.hp.hpl.jena.shared">NoSuchReasonerException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/NotBNode.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">NotBNode</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/NotDType.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">NotDType</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/NotEqual.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">NotEqual</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/NotFoundException.html" title="class in com.hp.hpl.jena.shared">NotFoundException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/NotFunctor.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">NotFunctor</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/NotLiteral.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">NotLiteral</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/NoValue.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">NoValue</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Now.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Now</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/NoWriterForLangException.html" title="class in com.hp.hpl.jena.shared">NoWriterForLangException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/NsIterator.html" title="interface in com.hp.hpl.jena.rdf.model"><I>NsIterator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/NTriple.html" title="class in com.hp.hpl.jena.rdf.arp">NTriple</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/listeners/NullListener.html" title="class in com.hp.hpl.jena.rdf.listeners">NullListener</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/listeners/ObjectListener.html" title="class in com.hp.hpl.jena.rdf.listeners">ObjectListener</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/ObjectProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>ObjectProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/OneToManyMap.html" title="class in com.hp.hpl.jena.util">OneToManyMap</A>
<BR>
<A HREF="com/hp/hpl/jena/util/OneToManyMap.Entry.html" title="class in com.hp.hpl.jena.util">OneToManyMap.Entry</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntClass.html" title="interface in com.hp.hpl.jena.ontology"><I>OntClass</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/OntDocManagerVocab.html" title="class in com.hp.hpl.jena.vocabulary">OntDocManagerVocab</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntDocumentManager.html" title="class in com.hp.hpl.jena.ontology">OntDocumentManager</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntDocumentManager.DefaultReadHook.html" title="class in com.hp.hpl.jena.ontology">OntDocumentManager.DefaultReadHook</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntDocumentManager.ReadFailureHandler.html" title="interface in com.hp.hpl.jena.ontology"><I>OntDocumentManager.ReadFailureHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntDocumentManager.ReadHook.html" title="interface in com.hp.hpl.jena.ontology"><I>OntDocumentManager.ReadHook</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/OntEventsVocab.html" title="class in com.hp.hpl.jena.vocabulary">OntEventsVocab</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntModel.html" title="interface in com.hp.hpl.jena.ontology"><I>OntModel</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntModelSpec.html" title="class in com.hp.hpl.jena.ontology">OntModelSpec</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/Ontology.html" title="interface in com.hp.hpl.jena.ontology"><I>Ontology</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntologyException.html" title="class in com.hp.hpl.jena.ontology">OntologyException</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>OntProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntResource.html" title="interface in com.hp.hpl.jena.ontology"><I>OntResource</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntTools.html" title="class in com.hp.hpl.jena.ontology">OntTools</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntTools.DisjointSet.html" title="class in com.hp.hpl.jena.ontology">OntTools.DisjointSet</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntTools.LCAIndex.html" title="class in com.hp.hpl.jena.ontology">OntTools.LCAIndex</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntTools.Path.html" title="class in com.hp.hpl.jena.ontology">OntTools.Path</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/OntTools.PredicatesFilter.html" title="class in com.hp.hpl.jena.ontology">OntTools.PredicatesFilter</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/OWL.html" title="class in com.hp.hpl.jena.vocabulary">OWL</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/OWL2.html" title="class in com.hp.hpl.jena.vocabulary">OWL2</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/OWLFBRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">OWLFBRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/OWLFBRuleReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">OWLFBRuleReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/OWLMicroReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">OWLMicroReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/OWLMicroReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">OWLMicroReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/OWLMiniReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">OWLMiniReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/OWLMiniReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">OWLMiniReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/OWLResults.html" title="class in com.hp.hpl.jena.vocabulary">OWLResults</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/OWLTest.html" title="class in com.hp.hpl.jena.vocabulary">OWLTest</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/ParseException.html" title="class in com.hp.hpl.jena.rdf.arp">ParseException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Pattern.html" title="class in com.hp.hpl.jena.graph.query">Pattern</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/PatternCompiler.html" title="interface in com.hp.hpl.jena.graph.query"><I>PatternCompiler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/PatternLiteral.html" title="interface in com.hp.hpl.jena.graph.query"><I>PatternLiteral</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/PatternStage.html" title="class in com.hp.hpl.jena.graph.query">PatternStage</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/PatternStageBase.html" title="class in com.hp.hpl.jena.graph.query">PatternStageBase</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/PatternStageCompiler.html" title="class in com.hp.hpl.jena.graph.query">PatternStageCompiler</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/Personality.html" title="class in com.hp.hpl.jena.enhanced">Personality</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/PersonalityConfigException.html" title="class in com.hp.hpl.jena.enhanced">PersonalityConfigException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Pipe.html" title="interface in com.hp.hpl.jena.graph.query"><I>Pipe</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/Polyadic.html" title="class in com.hp.hpl.jena.graph.compose">Polyadic</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/PolyadicPrefixMappingImpl.html" title="class in com.hp.hpl.jena.graph.compose">PolyadicPrefixMappingImpl</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/Polymorphic.html" title="class in com.hp.hpl.jena.enhanced">Polymorphic</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/PrefixMapping.html" title="interface in com.hp.hpl.jena.shared"><I>PrefixMapping</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/PrefixMapping.Factory.html" title="class in com.hp.hpl.jena.shared">PrefixMapping.Factory</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/PrefixMapping.IllegalPrefixException.html" title="class in com.hp.hpl.jena.shared">PrefixMapping.IllegalPrefixException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/PrefixMapping.JenaLockedException.html" title="class in com.hp.hpl.jena.shared">PrefixMapping.JenaLockedException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Print.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Print</A>
<BR>
<A HREF="com/hp/hpl/jena/util/PrintUtil.html" title="class in com.hp.hpl.jena.util">PrintUtil</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Product.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Product</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/Profile.html" title="interface in com.hp.hpl.jena.ontology"><I>Profile</I></A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/ProfileException.html" title="class in com.hp.hpl.jena.ontology">ProfileException</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/ProfileRegistry.html" title="class in com.hp.hpl.jena.ontology">ProfileRegistry</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Property.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Property</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/PropertyNotFoundException.html" title="class in com.hp.hpl.jena.shared">PropertyNotFoundException</A>
<BR>
<A HREF="jena/qtest.html" title="class in jena">qtest</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/QualifiedRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>QualifiedRestriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Query.html" title="class in com.hp.hpl.jena.graph.query">Query</A>
<BR>
<A HREF="jena/query.html" title="class in jena">query</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Query.UnboundVariableException.html" title="class in com.hp.hpl.jena.graph.query">Query.UnboundVariableException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryHandler.html" title="interface in com.hp.hpl.jena.graph.query"><I>QueryHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/util/QueryMapper.html" title="class in com.hp.hpl.jena.util">QueryMapper</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNode.html" title="class in com.hp.hpl.jena.graph.query">QueryNode</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNode.Any.html" title="class in com.hp.hpl.jena.graph.query">QueryNode.Any</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNode.Bind.html" title="class in com.hp.hpl.jena.graph.query">QueryNode.Bind</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNode.Bound.html" title="class in com.hp.hpl.jena.graph.query">QueryNode.Bound</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNode.Fixed.html" title="class in com.hp.hpl.jena.graph.query">QueryNode.Fixed</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNode.JustBound.html" title="class in com.hp.hpl.jena.graph.query">QueryNode.JustBound</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNodeFactory.html" title="interface in com.hp.hpl.jena.graph.query"><I>QueryNodeFactory</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryNodeFactoryBase.html" title="class in com.hp.hpl.jena.graph.query">QueryNodeFactoryBase</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/QueryStageException.html" title="class in com.hp.hpl.jena.shared">QueryStageException</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryTriple.html" title="class in com.hp.hpl.jena.graph.query">QueryTriple</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/QueryTriple.SimpleApplyer.html" title="class in com.hp.hpl.jena.graph.query">QueryTriple.SimpleApplyer</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Quotient.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Quotient</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/RandomOrderGraph.html" title="class in com.hp.hpl.jena.shared">RandomOrderGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RDF.html" title="class in com.hp.hpl.jena.vocabulary">RDF</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RDF.Nodes.html" title="class in com.hp.hpl.jena.vocabulary">RDF.Nodes</A>
<BR>
<A HREF="jena/rdfcat.html" title="class in jena">rdfcat</A>
<BR>
<A HREF="jena/rdfcompare.html" title="class in jena">rdfcompare</A>
<BR>
<A HREF="jena/rdfcopy.html" title="class in jena">rdfcopy</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/RDFDatatype.html" title="interface in com.hp.hpl.jena.datatypes"><I>RDFDatatype</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFErrorHandler.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFErrorHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFList.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFList</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFList.ApplyFn.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFList.ApplyFn</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFList.ReduceFn.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFList.ReduceFn</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFNode.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFNode</I></A>
<BR>
<A HREF="jena/rdfparse.html" title="class in jena">rdfparse</A>
<BR>
<A HREF="com/hp/hpl/jena/db/RDFRDBException.html" title="class in com.hp.hpl.jena.db">RDFRDBException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFReader.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFReader</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFReaderF.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFReaderF</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RDFS.html" title="class in com.hp.hpl.jena.vocabulary">RDFS</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RDFS.Nodes.html" title="class in com.hp.hpl.jena.vocabulary">RDFS.Nodes</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RDFSFBRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RDFSFBRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RDFSFBRuleReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RDFSFBRuleReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RDFSForwardRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RDFSForwardRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RDFSRuleInfGraph.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RDFSRuleInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RDFSRuleReasoner.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RDFSRuleReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RDFSRuleReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RDFSRuleReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RDFSyntax.html" title="class in com.hp.hpl.jena.vocabulary">RDFSyntax</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RDFTest.html" title="class in com.hp.hpl.jena.vocabulary">RDFTest</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFVisitor.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFVisitor</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFWriter.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFWriter</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RDFWriterF.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RDFWriterF</I></A>
<BR>
<A HREF="com/hp/hpl/jena/xmloutput/RDFXMLWriterI.html" title="interface in com.hp.hpl.jena.xmloutput"><I>RDFXMLWriterI</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/Reasoner.html" title="interface in com.hp.hpl.jena.reasoner"><I>Reasoner</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/ReasonerException.html" title="class in com.hp.hpl.jena.reasoner">ReasonerException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/ReasonerFactory.html" title="interface in com.hp.hpl.jena.reasoner"><I>ReasonerFactory</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/ReasonerRegistry.html" title="class in com.hp.hpl.jena.reasoner">ReasonerRegistry</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/ReasonerVocabulary.html" title="class in com.hp.hpl.jena.vocabulary">ReasonerVocabulary</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Regex.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Regex</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/ReificationStyle.html" title="class in com.hp.hpl.jena.shared">ReificationStyle</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ReifiedStatement.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ReifiedStatement</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Reifier.html" title="interface in com.hp.hpl.jena.graph"><I>Reifier</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Reifier.Util.html" title="class in com.hp.hpl.jena.graph">Reifier.Util</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Remove.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Remove</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ResIterator.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ResIterator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Resource.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Resource</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ResourceF.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ResourceF</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ResourceFactory.html" title="class in com.hp.hpl.jena.rdf.model">ResourceFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ResourceFactory.Interface.html" title="interface in com.hp.hpl.jena.rdf.model"><I>ResourceFactory.Interface</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/ResourceRequiredException.html" title="class in com.hp.hpl.jena.rdf.model">ResourceRequiredException</A>
<BR>
<A HREF="com/hp/hpl/jena/util/ResourceUtils.html" title="class in com.hp.hpl.jena.util">ResourceUtils</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/Restriction.html" title="interface in com.hp.hpl.jena.ontology"><I>Restriction</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/ResultSet.html" title="class in com.hp.hpl.jena.vocabulary">ResultSet</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RETERuleInfGraph.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RETERuleInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Rewrite.html" title="class in com.hp.hpl.jena.graph.query">Rewrite</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Rewrite.DyadicLiteral.html" title="class in com.hp.hpl.jena.graph.query">Rewrite.DyadicLiteral</A>
<BR>
<A HREF="jena/rset.html" title="class in jena">rset</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/RSIterator.html" title="interface in com.hp.hpl.jena.rdf.model"><I>RSIterator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/RSS.html" title="class in com.hp.hpl.jena.vocabulary">RSS</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Rule.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Rule</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Rule.Parser.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Rule.Parser</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Rule.ParserException.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Rule.ParserException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RuleContext.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>RuleContext</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RuleDerivation.html" title="class in com.hp.hpl.jena.reasoner.rulesys">RuleDerivation</A>
<BR>
<A HREF="jena/RuleMap.html" title="class in jena">RuleMap</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RulePreprocessHook.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>RulePreprocessHook</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RuleReasoner.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>RuleReasoner</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/RuleReasonerFactory.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>RuleReasonerFactory</I></A>
<BR>
<A HREF="com/hp/hpl/jena/assembler/RuleSet.html" title="class in com.hp.hpl.jena.assembler">RuleSet</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/RulesetNotFoundException.html" title="class in com.hp.hpl.jena.shared">RulesetNotFoundException</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/SAX2Model.html" title="class in com.hp.hpl.jena.rdf.arp">SAX2Model</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/SAX2RDF.html" title="class in com.hp.hpl.jena.rdf.arp">SAX2RDF</A>
<BR>
<A HREF="jena/schemagen.html" title="class in jena">schemagen</A>
<BR>
<A HREF="jena/schemagen.OptionDefinition.html" title="class in jena">schemagen.OptionDefinition</A>
<BR>
<A HREF="jena/schemagen.SchemagenException.html" title="class in jena">schemagen.SchemagenException</A>
<BR>
<A HREF="jena/schemagen.SchemagenOptions.html" title="interface in jena"><I>schemagen.SchemagenOptions</I></A>
<BR>
<A HREF="jena/schemagen.SchemagenOptions.OPT.html" title="enum in jena">schemagen.SchemagenOptions.OPT</A>
<BR>
<A HREF="jena/schemagen.SchemagenOptionsImpl.html" title="class in jena">schemagen.SchemagenOptionsImpl</A>
<BR>
<A HREF="jena/schemagen.SchemagenUtils.html" title="class in jena">schemagen.SchemagenUtils</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Selector.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Selector</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Seq.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Seq</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/SeqIndexBoundsException.html" title="class in com.hp.hpl.jena.rdf.model">SeqIndexBoundsException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/SilentAddI.html" title="interface in com.hp.hpl.jena.reasoner.rulesys"><I>SilentAddI</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SimpleQueryEngine.html" title="class in com.hp.hpl.jena.graph.query">SimpleQueryEngine</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SimpleQueryEngine.Cons.html" title="class in com.hp.hpl.jena.graph.query">SimpleQueryEngine.Cons</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SimpleQueryHandler.html" title="class in com.hp.hpl.jena.graph.query">SimpleQueryHandler</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SimpleQueryPlan.html" title="class in com.hp.hpl.jena.graph.query">SimpleQueryPlan</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/SimpleSelector.html" title="class in com.hp.hpl.jena.rdf.model">SimpleSelector</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SimpleTreeQueryPlan.html" title="class in com.hp.hpl.jena.graph.query">SimpleTreeQueryPlan</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SimpleTripleSorter.html" title="class in com.hp.hpl.jena.graph.query">SimpleTripleSorter</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/SlotValuator.html" title="class in com.hp.hpl.jena.graph.query">SlotValuator</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/SomeValuesFromRestriction.html" title="interface in com.hp.hpl.jena.ontology"><I>SomeValuesFromRestriction</I></A>
<BR>
<A HREF="jena/sparql.html" title="class in jena">sparql</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Stage.html" title="class in com.hp.hpl.jena.graph.query">Stage</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/StageElement.html" title="class in com.hp.hpl.jena.graph.query">StageElement</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/StageElement.FindTriples.html" title="class in com.hp.hpl.jena.graph.query">StageElement.FindTriples</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/StageElement.PutBindings.html" title="class in com.hp.hpl.jena.graph.query">StageElement.PutBindings</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/StageElement.RunValuatorSet.html" title="class in com.hp.hpl.jena.graph.query">StageElement.RunValuatorSet</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/StandardValidityReport.html" title="class in com.hp.hpl.jena.reasoner">StandardValidityReport</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Statement.html" title="interface in com.hp.hpl.jena.rdf.model"><I>Statement</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/Statement.Util.html" title="class in com.hp.hpl.jena.rdf.model">Statement.Util</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/StatementBoundary.html" title="interface in com.hp.hpl.jena.rdf.model"><I>StatementBoundary</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/StatementBoundaryBase.html" title="class in com.hp.hpl.jena.rdf.model">StatementBoundaryBase</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/arp/StatementHandler.html" title="interface in com.hp.hpl.jena.rdf.arp"><I>StatementHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/listeners/StatementListener.html" title="class in com.hp.hpl.jena.rdf.listeners">StatementListener</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/StatementTripleBoundary.html" title="class in com.hp.hpl.jena.rdf.model">StatementTripleBoundary</A>
<BR>
<A HREF="com/hp/hpl/jena/rdf/model/StmtIterator.html" title="interface in com.hp.hpl.jena.rdf.model"><I>StmtIterator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/StrConcat.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">StrConcat</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Sum.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Sum</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/SymmetricProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>SymmetricProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/SyntaxError.html" title="class in com.hp.hpl.jena.shared">SyntaxError</A>
<BR>
<A HREF="com/hp/hpl/jena/util/SystemUtils.html" title="class in com.hp.hpl.jena.util">SystemUtils</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Table.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Table</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/TableAll.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">TableAll</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/TestManifest.html" title="class in com.hp.hpl.jena.vocabulary">TestManifest</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/TestManifestX.html" title="class in com.hp.hpl.jena.vocabulary">TestManifestX</A>
<BR>
<A HREF="com/hp/hpl/jena/util/Tokenizer.html" title="class in com.hp.hpl.jena.util">Tokenizer</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TransactionHandler.html" title="interface in com.hp.hpl.jena.graph"><I>TransactionHandler</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveEngine.html" title="class in com.hp.hpl.jena.reasoner.transitiveReasoner">TransitiveEngine</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveGraphCache.html" title="class in com.hp.hpl.jena.reasoner.transitiveReasoner">TransitiveGraphCache</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveInfGraph.html" title="class in com.hp.hpl.jena.reasoner.transitiveReasoner">TransitiveInfGraph</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/TransitiveProperty.html" title="interface in com.hp.hpl.jena.ontology"><I>TransitiveProperty</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveReasoner.html" title="class in com.hp.hpl.jena.reasoner.transitiveReasoner">TransitiveReasoner</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/transitiveReasoner/TransitiveReasonerFactory.html" title="class in com.hp.hpl.jena.reasoner.transitiveReasoner">TransitiveReasonerFactory</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/TreeQueryPlan.html" title="interface in com.hp.hpl.jena.graph.query"><I>TreeQueryPlan</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Triple.html" title="class in com.hp.hpl.jena.graph">Triple</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/Triple.Field.html" title="class in com.hp.hpl.jena.graph">Triple.Field</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TripleBoundary.html" title="interface in com.hp.hpl.jena.graph"><I>TripleBoundary</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TripleCache.html" title="class in com.hp.hpl.jena.graph">TripleCache</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TripleIterator.html" title="interface in com.hp.hpl.jena.graph"><I>TripleIterator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TripleMatch.html" title="interface in com.hp.hpl.jena.graph"><I>TripleMatch</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TripleMatchFilter.html" title="class in com.hp.hpl.jena.graph">TripleMatchFilter</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/TripleMatchIterator.html" title="class in com.hp.hpl.jena.graph">TripleMatchIterator</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/TriplePattern.html" title="class in com.hp.hpl.jena.reasoner">TriplePattern</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/TripleSorter.html" title="interface in com.hp.hpl.jena.graph.query"><I>TripleSorter</I></A>
<BR>
<A HREF="jena/turtle.html" title="class in jena">turtle</A>
<BR>
<A HREF="com/hp/hpl/jena/util/TypedStream.html" title="class in com.hp.hpl.jena.util">TypedStream</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/TypeMapper.html" title="class in com.hp.hpl.jena.datatypes">TypeMapper</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/Unbound.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">Unbound</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/compose/Union.html" title="class in com.hp.hpl.jena.graph.compose">Union</A>
<BR>
<A HREF="com/hp/hpl/jena/ontology/UnionClass.html" title="interface in com.hp.hpl.jena.ontology"><I>UnionClass</I></A>
<BR>
<A HREF="com/hp/hpl/jena/shared/UnknownPropertyException.html" title="class in com.hp.hpl.jena.shared">UnknownPropertyException</A>
<BR>
<A HREF="com/hp/hpl/jena/enhanced/UnsupportedPolymorphismException.html" title="class in com.hp.hpl.jena.enhanced">UnsupportedPolymorphismException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/UpdateDeniedException.html" title="class in com.hp.hpl.jena.shared">UpdateDeniedException</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/builtins/UriConcat.html" title="class in com.hp.hpl.jena.reasoner.rulesys.builtins">UriConcat</A>
<BR>
<A HREF="com/hp/hpl/jena/util/URIref.html" title="class in com.hp.hpl.jena.util">URIref</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Util.html" title="class in com.hp.hpl.jena.graph.query">Util</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/rulesys/Util.html" title="class in com.hp.hpl.jena.reasoner.rulesys">Util</A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/ValidityReport.html" title="interface in com.hp.hpl.jena.reasoner"><I>ValidityReport</I></A>
<BR>
<A HREF="com/hp/hpl/jena/reasoner/ValidityReport.Report.html" title="class in com.hp.hpl.jena.reasoner">ValidityReport.Report</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/Valuator.html" title="interface in com.hp.hpl.jena.graph.query"><I>Valuator</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/ValuatorSet.html" title="class in com.hp.hpl.jena.graph.query">ValuatorSet</A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/VariableIndexes.html" title="interface in com.hp.hpl.jena.graph.query"><I>VariableIndexes</I></A>
<BR>
<A HREF="com/hp/hpl/jena/graph/query/VariableValues.html" title="interface in com.hp.hpl.jena.graph.query"><I>VariableValues</I></A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/VCARD.html" title="class in com.hp.hpl.jena.vocabulary">VCARD</A>
<BR>
<A HREF="jena/version.html" title="class in jena">version</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/WrappedException.html" title="class in com.hp.hpl.jena.shared">WrappedException</A>
<BR>
<A HREF="com/hp/hpl/jena/shared/WrappedIOException.html" title="class in com.hp.hpl.jena.shared">WrappedIOException</A>
<BR>
<A HREF="com/hp/hpl/jena/vocabulary/XSD.html" title="class in com.hp.hpl.jena.vocabulary">XSD</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/xsd/XSDbase64Binary.html" title="class in com.hp.hpl.jena.datatypes.xsd">XSDbase64Binary</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/xsd/XSDDatatype.html" title="class in com.hp.hpl.jena.datatypes.xsd">XSDDatatype</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/xsd/XSDDateTime.html" title="class in com.hp.hpl.jena.datatypes.xsd">XSDDateTime</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/xsd/XSDDuration.html" title="class in com.hp.hpl.jena.datatypes.xsd">XSDDuration</A>
<BR>
<A HREF="com/hp/hpl/jena/datatypes/xsd/XSDhexBinary.html" title="class in com.hp.hpl.jena.datatypes.xsd">XSDhexBinary</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|
devwidgets/ggadget/css/ggadget.css | ets-berkeley-edu/3akai-ux | /**
* Licensed to the Sakai Foundation (SF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The SF 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.
*/
/* Global */
#ggadget_remotecontent_container .fl-widget-content {
overflow: hidden;
padding: 10px;
}
/* Settings */
#ggadget_remotecontent_settings input[type="text"]{padding:3px;}
#ggadget_remotecontent_settings_url_label {margin-bottom: 3px;}
#ggadget_remotecontent_settings_url_error{color:#9f3333;font-weight:bold;padding:0 0 10px 15px;}
#ggadget_remotecontent_settings_help{color:#666;display:block;font-size:11.5px;margin:0 0 0 120px;padding:3px;}
.ggadget_remotecontent_settings_error{color:red;}
.ggadget_remotecontent_settings_label_head{font-weight:bold;}
#ggadget_remotecontent_settings_reset_size{margin-left:15px;}
.ggadget_remotecontent_settings_subcontainer{border-bottom:1px solid #ddd;margin-bottom:15px;padding-bottom:10px;}
.ggadget_remotecontent_settings_width_unit_selected{font-weight:bold;text-decoration:underline;}
/* Preview */
#ggadget_remotecontent_settings_preview{text-align:center;}
#ggadget_remotecontent_settings_preview_frame{border-style:solid;margin-bottom:50px;}
/* Color */
#ggadget_remotecontent_settings_color_container{margin-top:9px;}
.ggadget_remotecontent_settings_color{border:1px solid #eee;cursor:pointer;display:block;float:left;height:26px;margin-right:9px;text-decoration:none;width:26px;}
.ggadget_remotecontent_settings_color:hover{border:1px solid #ccc;text-decoration:none;}
.ggadget_remotecontent_settings_color_selected,.ggadget_remotecontent_settings_color_selected:hover{border:1px solid #000;}
#ggadget_remotecontent_settings_color_000000{background-color:#000;}
#ggadget_remotecontent_settings_color_cccccc{background-color:#ccc;}
#ggadget_remotecontent_settings_color_ff0000{background-color:red;}
#ggadget_remotecontent_settings_color_008000{background-color:green;}
#ggadget_remotecontent_settings_color_0000ff{background-color:#00f;}
/* Advanced */
#ggadget_remotecontent_settings_advanced_toggle_settings{margin-top:-30px;float:right;}
#ggadget_remotecontent_settings_advanced input[type="text"]{width:65px;}
/* Block */
.ggadget_remotecontent_settings_block{margin-left:15px;}
.ggadget_remotecontent_settings_block label{float:left;margin-right:5px;margin-top:3px;padding-top:5px;width:75px;}
.ggadget_remotecontent_settings_label{padding-top:10px;} |
target/site/css/maven-theme.css | soumyakbhattacharyya/SampleMavenApp | /*
HTML elements
*/
body {
margin: 0;
padding: 0;
font-size: 86%;
}
body, p, td, li, ul, ol {
font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
margin: 0;
}
a:link {
text-decoration: none;
font-weight: bold;
color: #3A816C;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #62a2a6;
}
a:hover {
font-weight: bold;
color: #7BB401;
text-decoration: underline;
}
a:active {
font-weight: bold;
color: #7BB401;
text-decoration: underline;
}
p {
margin: 0 0 1.3em 0;
padding: 0;
}
p span.box {
border: 1px solid #b8b7b7;
background:#e2d5cf;
color: #5c5c5c;
padding:0 4px;
}
/* inside a list a paragraph should not stand out */
li p {
margin: 0.2em 0 0 0;
padding: 0;
}
blockquote {
border-left: 4px solid #69c;
padding: 0 15px 0 15px;
margin: 25px 100px 25px 50px;
color: #727C4D;
text-align: left;
font-size: 1.2em;
line-height: 1.3em;
font-family: Geneva, Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
}
pre {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 1.2em;
border: 1px solid #ddd;
}
div.breakout {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 1.2em;
border: 1px solid #ddd;
margin-bottom: 0.5em;
}
/* breakout paragraphs are always one per div, so no need for margin */
div.breakout p {
margin: 0 0 0 0;
}
tt {
font-size: 1.2em;
}
table.bodyTable {
border-collapse: collapse;
table-layout: auto;
margin: 1em 0 1em 1.5em;
}
table.bodyTable th {
color: #5F6C30;
background-color: #E5EEC4;
font-weight: bold;
}
table.bodyTable tr, table.bodyTable td {
padding: 2px 5px;
border: 1px solid #CDDE8E;
}
dt {
color: #5F6C30;
font-weight: bold;
font-size: 1.1em;
margin-bottom: 0.25em;
}
/*
Page layout blocks / IDs
*/
#banner {
min-height: 77px;
background: url(../images/banner.png) top right no-repeat;
background-color: #778831;
}
* html #banner {
/* IE only */
height: 77px;
}
#bannerLeft {
width: 524px;
display: block;
color: white;
text-decoration: none;
}
#bannerRight img {
float: right;
}
#breadcrumbs {
padding: 0;
border-collapse: separate;
background-color: #BACE87;
border-top: 1px solid #434320;
border-bottom: 1px solid #434320;
font-size: 0.85em;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
color: #000;
font-weight: normal;
padding: 0 6px;
border-right: 1px solid #BACE87;
border-left: 1px solid #BACE87;
}
#breadcrumbs a:hover {
color: #000;
background-color: #E2F3B8;
border-right: 1px solid #000;
border-left: 1px solid #000;
text-decoration: none;
}
#leftColumn {
background: #E2F3B8;
border-right: 1px solid #434320;
border-bottom: 1px solid #434320;
float: left;
}
#navcolumn {
font-size: 0.75em;
padding: 0 10px 75px 10px;
vertical-align: top;
}
#navcolumn h5 {
border-bottom: 1px solid #ABBA75;
color: #658A16;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 1px;
margin-bottom: .25em;
margin-top: 1.5em;
}
#contentBox {
padding: 30px 35px 50px 35px;
background: transparent url( ../images/background.png ) center center no-repeat;
position: relative;
text-align: left;
font-size: 0.85em;
line-height: 1.3em;
}
#contentBox h2, h3, h4 {
margin-bottom: 0.5em;
}
#contentBox h2 {
color: #658a16;
font-size: 1.3em;
}
#contentBox h3 {
padding: 2px 5px;
color: #5F6C30;
font-size: 1.2em;
background-color: #E5EEC4;
border: 1px solid #CDDE8E;
}
#contentBox h4 {
color: #AF9D6F;
font-size: 1.1em;
border-bottom: 1px dotted #AF9D6F;
}
#contentBox h5 {
color: #AF9D6F;
font-style: italic;
font-size: 1.1em;
}
#footer {
padding: 0;
margin-top: 0.5em;
background-color: #BACE87;
border-top: 1px solid #434320;
border-bottom: 1px solid #434320;
font-size: 0.85em;
}
#poweredBy img {
display: inline;
border: none;
}
#poweredBy {
margin-top: 8px;
}
|
addOns/selenium/src/main/javahelp/org/zaproxy/zap/extension/selenium/resources/help_id_ID/contents/intro.html | veggiespam/zap-extensions | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Selenium</title>
</head>
<body bgcolor="#ffffff">
<h1>Selenium</h1>
<p>Selenium add-on menyediakan WebDrivers, untuk add-ons lainnya, untuk memohon dan remote kontrol browser web. Hal ini juga dibundel HtmlUnit web browser, aplikasi headless berbasis Java web browser.
<p>Add-on juga menambahkan opsi klik kanan ke panel ZAP yang menautkan daftar URL (seperti pada Riwayat dan Situs) yang memungkinkan anda membuka URL terpilih pada salah satu peramban yang didukung.
<h2>Peramban yang Didukung</h2>
<p>Berikut peramban web yang didukung:
<table border="2">
<tr>
<th>Nama</th>
<th>ID</th>
<th>Persyaratan/Catatan</th>
</tr>
<tr>
<td>Chrome</td>
<td>chrome</td>
<td>Versi berikut diketahui dapat bekerja: 59 dan 60 (versi yang lebih usang mungkin bekerja juga). Membutuhkan ChromeDriver, jika tidak pada sistem PATH, itu dapat ditetapkan dalam pilihan. Untuk informasi selengkapnya tentang ChromeDriver dan bagaimana cara untuk mendapatkannya, merujuk pada <a
href="https://sites.google.com/a/chromium.org/chromedriver/">ChromeDriver website</a>.
</td>
</tr>
<tr>
<td>Firefox</td>
<td>firefox</td>
<td>Versi berikut diketahui dapat bekerja: 45 (ESR), 46, 47.0.1, 54, dan 55 (versi yang lebih usang mungkin juga berfungsi). Beberapa versi diketahui tidak bisa berfungsi, sebagai contoh, 47.0. Versi yang lebih baru (≥ 48) membutuhkan geckodriver, itu bisa diatur dalam pilihan. Untuk informasi selengkapnya tentang geckodriver dan bagaimana cara untuk mendapatkannya, lihat situs <a
href="https://github.com/mozilla/geckodriver">geckodriver</a> (lihat catatan kaki untuk peringatan ketika menggunakan geckodriver).
</td>
</tr>
<tr>
<td>HtmlUnit</td>
<td>htmlunit</td>
<td>Mengubah pengaturan browser, tidak memiliki persyaratan.</td>
</tr>
<tr>
<td>Internet Explorer</td>
<td>ie</td>
<td>Versi berikut diketahui dapat bekerja: 11 (versi yang lebih usang mungkin berfungsi juga).
Membutuhkan IEDriverServer, jika tidak ada pada sistem PATH, itu dapat ditetapkan dalam pilihan.
Untuk informasi selengkapnya tentang IEDriverServer lihat <a
href="https://code.google.com/p/selenium/wiki/InternetExplorerDriver">situs web IEDriverServer</a> (lihat catatan kaki untuk peringatan ketika menggunakan Internet Explorer).
</td>
</tr>
<tr>
<td>Opera</td>
<td>opera</td>
<td>Untuk sementara tidak berfungsi.</td>
</tr>
<tr>
<td>PhantomJS</td>
<td>phantomjs</td>
<td>Versi berikut diketahui dapat bekerja: 2.1.1 (versi yang lebih usang mungkin berfungsi juga).
Membutuhkan biner PhantomJS, jika bukanpada sistem PATH, itu dapat diatur dalam pilihan.
Untuk informasi selengkapnya tentang PhantomJS dan bagaimana cara untuk mendapatkannya lihat <a
href="http://phantomjs.org/">situs PhantomJS</a> (lihat catatan kaki untuk peringatan ketika menggunakan PhantomJS).
</td>
</tr>
<tr>
<td>Safari</td>
<td>safari</td>
<td> </td>
</tr>
</table>
<p>Untuk menggunakan Firefox, Chrome, Internet Explorer, Opera, PhantomJS dan Safari, anda harus melakukan pemasangan terlebih dahulu di sistem anda. ID peramban bisa digunakan untuk memilih peramban saat mengkonfigurasi ZAP melalui baris perintah atau menggunakan API ZAP (contohnya, untuk mengatur Spider AJAX menggunakan salah satu atau peramban lainnya).
<p>
Beberapa persyaratan (misalnya WebDrivers) dari peramban bisa dikonfigurasi pada layar <a
href="options.html">Pilihan Layar Selenium</a>.
<h2>Dibundel WebDrivers</h2> ZAP menyediakan add-ons dengan WebDrivers, ketika mereka add-ons yang terinstal ZAP akan mencoba untuk menggunakan mereka dibundel WebDrivers secara default. Beberapa OS bisa saja tidak memiliki WebDriver untuk beberapa peramban, dalam kasus tersebut ZAP akan memberi tahu, pada panel pilihan tidak ada bundel WebDriver yang tersedia. Paket WebDrivers juga dapat (kembali)ditetapkan dengan 'Paket' tombol (misalnya, jika lain WebDriver itu diatur secara manual). Tidak semua versi peramban didukung dengan bundel WebDrivers, sebaiknya versi baru/usang dari peramban bisa digunakan bila memungkinkan.
<p>
<strong>Catatan:</strong> add-on ZAP dapat menambahkan peramban tambahan.
<p>
<strong>Firefox/geckodriver Catatan:</strong> Ada masalah (<a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=1103196">Bug 1103196</a>) yang mencegah situs HTTPS dari yang digunakan di versi ≥ 48 dan < 52.
<p>
<strong>PhantomJS Catatan:</strong> Ada masalah (<a
href="https://github.com/ariya/phantomjs/issues/11342">Masalah #11342</a>) yang mencegah situs-situs di localhost, 127.0.0.1 dan ::1 dari yang diproksi melalui ZAP. Sampai ada perbaikan tersedia, disarankan untuk tidak menggunakannya dalam kasus tersebut. Beberapa add-on lebih memilih untuk menampilkan pesan peringatan ketika itu terjadi. Sebagai solusi yang bisa menentukan, dalam <code>host</code> file, pemetaan nama domain ke alamat lokal dan menggunakan nama domain bukan.
<p>
<strong>Catatan Internet Explorer:</strong> Tidak semua versi Internet Explorer dapat berfungsi, merujuk pada <a
href="https://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration">Situs web IEDriverServer</a> untuk rincian lebih lengkap tentang bagaimana cara mengkonfigurasinya.
<h2>Lihat juga</h2>
<table>
<tr>
<td> </td>
<td><a href="options.html">Pilihan layar Selenium</a></td>
<td>untuk sebuah ikhtisar Pilihan Selenium</td>
</tr>
<tr>
<td> </td>
<td><a href="api.html">API</a></td>
<td>untuk sebuah Ikhtisar Selenium API</td>
</tr>
</table>
</body>
</html>
|
Documentation/html/Classes/DynamoDBScanResponse.html | abovelabs/aws-ios-sdk | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>DynamoDBScanResponse Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<meta name="viewport" content="width=550" />
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.0.5 (build 789)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">AWS SDK for iOS v1.4.3 </a></h1>
<a id="developerHome" href="../index.html">Amazon Web Services, Inc.</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">DynamoDBScanResponse Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
<option value="tasks">Tasks</option>
<option value="properties">Properties</option>
<option value="//api/name/consumedCapacityUnits"> consumedCapacityUnits</option>
<option value="//api/name/count"> count</option>
<option value="//api/name/items"> items</option>
<option value="//api/name/lastEvaluatedKey"> lastEvaluatedKey</option>
<option value="//api/name/scannedCount"> scannedCount</option>
<option value="instance_methods">Instance Methods</option>
<option value="//api/name/description"> - description</option>
<option value="//api/name/init"> - init</option>
<option value="//api/name/itemsObjectAtIndex:"> - itemsObjectAtIndex:</option>
<option value="//api/name/setException:"> - setException:</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/consumedCapacityUnits">consumedCapacityUnits</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/count">count</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/items">items</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/lastEvaluatedKey">lastEvaluatedKey</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/scannedCount">scannedCount</a></span></li>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/description">description</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/init">init</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/itemsObjectAtIndex:">itemsObjectAtIndex:</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/setException:">setException:</a></span></li>
</ul></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="DynamoDBScanResponse Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">DynamoDBScanResponse Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value"><a href="../Classes/DynamoDBResponse.html">DynamoDBResponse</a> : <a href="../Classes/AmazonServiceResponse.html">AmazonServiceResponse</a> : NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">DynamoDBScanResponse.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Scan Result</p>
</div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/setException:">– setException:</a></code>
<span class="tooltip"><p>If an exception was thrown, this will return the exception.</p></span>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/init">– init</a></code>
<span class="tooltip"><p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p></span>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/items"> items</a></code>
<span class="tooltip"><p>The value of the Items property for this object.</p></span>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/count"> count</a></code>
<span class="tooltip"><p>Number of items in the response.</p></span>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/scannedCount"> scannedCount</a></code>
<span class="tooltip"><p>Number of items in the complete scan before any filters are applied. A
high <code>ScannedCount</code> value with few, or no,
<code>Count</code> results indicates an inefficient <code>Scan</code>
operation.</p></span>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/lastEvaluatedKey"> lastEvaluatedKey</a></code>
<span class="tooltip"><p>Primary key of the item where the scan operation stopped. Provide this
value in a subsequent scan operation to continue the operation from
that point. The <code>LastEvaluatedKey</code> is null when the entire
scan result set is complete (i.e. the operation processed the “last
page”).</p></span>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/consumedCapacityUnits"> consumedCapacityUnits</a></code>
<span class="tooltip"><p>The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. <code>GetItem</code>,
<code>BatchGetItem</code>, <code>BatchWriteItem</code>,
<code>Query</code>, and <code>Scan</code> operations consume
<code>ReadCapacityUnits</code>, while <code>PutItem</code>,
<code>UpdateItem</code>, and <code>DeleteItem</code> operations
consume <code>WriteCapacityUnits</code>.</p></span>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/itemsObjectAtIndex:">– itemsObjectAtIndex:</a></code>
<span class="tooltip"><p>Returns a value from the items array for the specified index</p></span>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/description">– description</a></code>
<span class="tooltip"><p>Returns a string representation of this object; useful for testing and
debugging.</p></span>
</span>
</li>
</ul>
</div>
<div class="section section-methods">
<a title="Properties" name="properties"></a>
<h2 class="subtitle subtitle-methods">Properties</h2>
<div class="section-method">
<a name="//api/name/consumedCapacityUnits" title="consumedCapacityUnits"></a>
<h3 class="subsubtitle method-title">consumedCapacityUnits</h3>
<div class="method-subsection brief-description">
<p>The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. <code>GetItem</code>,
<code>BatchGetItem</code>, <code>BatchWriteItem</code>,
<code>Query</code>, and <code>Scan</code> operations consume
<code>ReadCapacityUnits</code>, while <code>PutItem</code>,
<code>UpdateItem</code>, and <code>DeleteItem</code> operations
consume <code>WriteCapacityUnits</code>.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) NSNumber *consumedCapacityUnits</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The number of Capacity Units of the provisioned throughput of the
table consumed during the operation. <code>GetItem</code>,
<code>BatchGetItem</code>, <code>BatchWriteItem</code>,
<code>Query</code>, and <code>Scan</code> operations consume
<code>ReadCapacityUnits</code>, while <code>PutItem</code>,
<code>UpdateItem</code>, and <code>DeleteItem</code> operations
consume <code>WriteCapacityUnits</code>.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/count" title="count"></a>
<h3 class="subsubtitle method-title">count</h3>
<div class="method-subsection brief-description">
<p>Number of items in the response.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) NSNumber *count</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Number of items in the response.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/items" title="items"></a>
<h3 class="subsubtitle method-title">items</h3>
<div class="method-subsection brief-description">
<p>The value of the Items property for this object.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) NSMutableArray *items</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The value of the Items property for this object.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/lastEvaluatedKey" title="lastEvaluatedKey"></a>
<h3 class="subsubtitle method-title">lastEvaluatedKey</h3>
<div class="method-subsection brief-description">
<p>Primary key of the item where the scan operation stopped. Provide this
value in a subsequent scan operation to continue the operation from
that point. The <code>LastEvaluatedKey</code> is null when the entire
scan result set is complete (i.e. the operation processed the “last
page”).</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) DynamoDBKey *lastEvaluatedKey</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Primary key of the item where the scan operation stopped. Provide this
value in a subsequent scan operation to continue the operation from
that point. The <code>LastEvaluatedKey</code> is null when the entire
scan result set is complete (i.e. the operation processed the “last
page”).</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/scannedCount" title="scannedCount"></a>
<h3 class="subsubtitle method-title">scannedCount</h3>
<div class="method-subsection brief-description">
<p>Number of items in the complete scan before any filters are applied. A
high <code>ScannedCount</code> value with few, or no,
<code>Count</code> results indicates an inefficient <code>Scan</code>
operation.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) NSNumber *scannedCount</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Number of items in the complete scan before any filters are applied. A
high <code>ScannedCount</code> value with few, or no,
<code>Count</code> results indicates an inefficient <code>Scan</code>
operation.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
</div>
<div class="section section-methods">
<a title="Instance Methods" name="instance_methods"></a>
<h2 class="subtitle subtitle-methods">Instance Methods</h2>
<div class="section-method">
<a name="//api/name/description" title="description"></a>
<h3 class="subsubtitle method-title">description</h3>
<div class="method-subsection brief-description">
<p>Returns a string representation of this object; useful for testing and
debugging.</p>
</div>
<div class="method-subsection method-declaration"><code>- (NSString *)description</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>A string representation of this object.</p>
</div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Returns a string representation of this object; useful for testing and
debugging.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/init" title="init"></a>
<h3 class="subsubtitle method-title">init</h3>
<div class="method-subsection brief-description">
<p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p>
</div>
<div class="method-subsection method-declaration"><code>- (id)init</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/itemsObjectAtIndex:" title="itemsObjectAtIndex:"></a>
<h3 class="subsubtitle method-title">itemsObjectAtIndex:</h3>
<div class="method-subsection brief-description">
<p>Returns a value from the items array for the specified index</p>
</div>
<div class="method-subsection method-declaration"><code>- (NSDictionary *)itemsObjectAtIndex:(int)<em>index</em></code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Returns a value from the items array for the specified index</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">DynamoDBScanResponse.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/setException:" title="setException:"></a>
<h3 class="subsubtitle method-title">setException:</h3>
<div class="method-subsection brief-description">
<p>If an exception was thrown, this will return the exception.</p>
</div>
<div class="method-subsection method-declaration"><code>- (void)setException:(AmazonServiceException *)<em>theException</em></code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>If an exception was thrown, this will return the exception.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">AmazonServiceResponse.h</code><br />
</div>
</div>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer"><script src="/urchin.js" type="text/javascript"></script><script type="text/javascript">urchinTracker();</script>
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2012 Amazon Web Services, Inc.. All rights reserved. (Last updated: 2012-10-05)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
|
liferay-plugins-sdk-6.2/themes/tiis-theme/docroot/css/custom_responsive.css | sDoka/tiis-library | @import "compass";
@import "mixins";
/* ---------- Dockbar ---------- */
@include respond-to(phone, tablet) {
.aui {
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dialog-iframe-popup {
padding: 0;
}
#heading {
bottom: 100%;
margin-top: -2em;
position: relative;
.site-title {
font-size: 26px;
img {
}
}
}
#navigation {
display: none;
&.open {
display: block;
.navbar-inner {
@include border-radius(3px);
padding: 10px;
.nav-collapse {
height: auto;
overflow: visible;
}
}
}
.nav {
margin: 0;
}
}
.dockbar-split .dockbar, .dockbar {
float: right;
height: auto;
position: relative;
z-index: 401;
.info-items {
height: auto;
position: static;
width: 300px;
}
.navbar-inner {
width: auto;
.btn-navbar {
background: transparent;
border-width: 0;
float: left;
font-size: 24px;
padding: 12px 15px;
&:hover {
background-color: #5BBAE8;
}
&.open {
background-color: #F5AF45;
}
}
.nav-account-controls {
padding: 0 5px;
.user-avatar-image {
display: none;
}
}
.nav-add-controls {
background: transparent;
border-top-width: 0;
padding: 0 5px;
position: static;
z-index: 350;
> li {
float: none;
margin: 0;
position: relative;
&.toggle-controls a {
clip: rect(auto auto auto auto);
position: static;
visibility: visible;
}
.page-preview-controls {
display: none;
}
> a {
background: transparent;
text-align: left;
white-space: nowrap;
&:hover {
background: #F3F3F3;
}
[class^="icon-"], [class^="icon-"], [class*=" icon-"] {
font-size: 22px;
margin-top: 0;
}
&.toggle-controls-link {
background: transparent;
[class^="icon-"], [class^="icon-"], [class*=" icon-"] {
color: #FFF;
}
}
.nav-item-label {
background: transparent;
display: inline;
left: 0;
margin-left: 0;
margin-top: 0;
padding: 0;
position: relative;
}
&:hover .nav-item-label {
display: inline;
}
.icon-caret-down {
display: none;
}
}
}
}
.nav-collapse {
z-index: 400;
&.open {
overflow: visible;
}
> .nav {
background: #009AE5;
border-width: 0;
left: auto;
margin: 0;
min-width: 160px;
position: absolute;
right: 0;
z-index: 400;
> li {
&.dropdown {
.dropdown-menu li a {
font-size: 16px;
line-height: 32px;
}
&.open {
> .dropdown-toggle {
color: #FFF;
}
}
}
> a {
color: #FFF;
font-size: 16px;
margin: 5px 0;
padding: 6px 15px;
&:focus, &:hover {
background-color: #5BBAE8;
}
}
}
}
}
}
}
.portlet-dockbar {
display: inline-block;
width: 100%;
}
.signed-out #_145_navAddControlsNavbarBtn {
display: none;
}
}
} |
LocationApp/doc/InternetConnection/class-use/ConnectToInternet.html | CMPUT301W14T11/Team11Prototype | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_30) on Mon Apr 07 15:14:49 MDT 2014 -->
<title>Uses of Class InternetConnection.ConnectToInternet</title>
<meta name="date" content="2014-04-07">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class InternetConnection.ConnectToInternet";
}
//-->
</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="../../InternetConnection/ConnectToInternet.html" title="class in InternetConnection">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?InternetConnection//class-useConnectToInternet.html" target="_top">FRAMES</a></li>
<li><a href="ConnectToInternet.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 InternetConnection.ConnectToInternet" class="title">Uses of Class<br>InternetConnection.ConnectToInternet</h2>
</div>
<div class="classUseContainer">No usage of InternetConnection.ConnectToInternet</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="../../InternetConnection/ConnectToInternet.html" title="class in InternetConnection">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-files/index-1.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../index.html?InternetConnection//class-useConnectToInternet.html" target="_top">FRAMES</a></li>
<li><a href="ConnectToInternet.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
javadoc/org/eclipse/jetty/websocket/class-use/WebSocketConnectionD06.html | yayaratta/TP6_MVC | <!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_03) on Tue Nov 06 09:34:23 CST 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.eclipse.jetty.websocket.WebSocketConnectionD06 (Jetty :: Aggregate :: All core Jetty 8.1.8.v20121106 API)</title>
<meta name="date" content="2012-11-06">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.eclipse.jetty.websocket.WebSocketConnectionD06 (Jetty :: Aggregate :: All core Jetty 8.1.8.v20121106 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/eclipse/jetty/websocket/WebSocketConnectionD06.html" title="class in org.eclipse.jetty.websocket">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/eclipse/jetty/websocket//class-useWebSocketConnectionD06.html" target="_top">Frames</a></li>
<li><a href="WebSocketConnectionD06.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.eclipse.jetty.websocket.WebSocketConnectionD06" class="title">Uses of Class<br>org.eclipse.jetty.websocket.WebSocketConnectionD06</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/eclipse/jetty/websocket/WebSocketConnectionD06.html" title="class in org.eclipse.jetty.websocket">WebSocketConnectionD06</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.eclipse.jetty.websocket">org.eclipse.jetty.websocket</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.eclipse.jetty.websocket">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/eclipse/jetty/websocket/WebSocketConnectionD06.html" title="class in org.eclipse.jetty.websocket">WebSocketConnectionD06</a> in <a href="../../../../../org/eclipse/jetty/websocket/package-summary.html">org.eclipse.jetty.websocket</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../org/eclipse/jetty/websocket/WebSocketConnectionD06.html" title="class in org.eclipse.jetty.websocket">WebSocketConnectionD06</a> in <a href="../../../../../org/eclipse/jetty/websocket/package-summary.html">org.eclipse.jetty.websocket</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/websocket/WebSocketServletConnectionD06.html" title="class in org.eclipse.jetty.websocket">WebSocketServletConnectionD06</a></strong></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/eclipse/jetty/websocket/WebSocketConnectionD06.html" title="class in org.eclipse.jetty.websocket">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/eclipse/jetty/websocket//class-useWebSocketConnectionD06.html" target="_top">Frames</a></li>
<li><a href="WebSocketConnectionD06.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 © 1995-2012 <a href="http://www.mortbay.com">Mort Bay Consulting</a>. All Rights Reserved.</small></p>
</body>
</html>
|
share/doc/hadoop/api/org/apache/hadoop/mapred/join/class-use/Parser.NodeToken.html | jimmypw/hadoop | <!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.join.Parser.NodeToken (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.join.Parser.NodeToken (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/join/Parser.NodeToken.html" title="class in org.apache.hadoop.mapred.join"><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/join//class-useParser.NodeToken.html" target="_top"><B>FRAMES</B></A>
<A HREF="Parser.NodeToken.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.join.Parser.NodeToken</B></H2>
</CENTER>
No usage of org.apache.hadoop.mapred.join.Parser.NodeToken
<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/join/Parser.NodeToken.html" title="class in org.apache.hadoop.mapred.join"><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/join//class-useParser.NodeToken.html" target="_top"><B>FRAMES</B></A>
<A HREF="Parser.NodeToken.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>
|
public/styles/styles.css | supportivesantas/project-ipsum | /* ============ BOOTSTRAP OVERRIDES ======= */
html, body {
margin: 80px 0 0 0;
height: 100%;
}
body {
margin: 40px 0 0 0;
font-family: 'Varela', Verdana, sans-serif;
color:black;
/* Margin bottom by footer height */
}
.btn.btn-success, .btn.btn-primary {
background-color: dodgerblue;
border: none;
}
.btn.btn-success:hover, .btn.btn-primary:hover {
background-color: #A6E22E;
border: none;
}
.btn.btn-success:focus, .btn.btn-primary:focus {
background-color: dodgerblue;
border: none;
}
/* for the login and about pages */
.outerContainer{
position: relative;
}
.outerContainer.about > .mainContainer{
padding: 0 0 280px 0;
}
.mainContainer{
padding: 0 0 280px 0;
}
#app {
margin: 0 0 0 0;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: rgba(255,252,244, .7);
display: flex;
flex-flow: row wrap;
justify-content: start;
width: 100%;
}
.footer-row-brand{
width:100%;
margin :0 3em 0 3em;
padding: 0;
}
.footer-row {
width:100%;
display:flex;
margin :0 3em 0 3em;
padding: 2em 0 2em 0;
flex-flow: row nowrap;
justify-content: center;
}
.footer-col {
width:100%;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 1em 0 1em 0;
}
.footer-row > .col {
}
.navbar {
position:fixed;
top:0;
left:0;
width:100%;
opacity: .8;
z-index:2;
}
.container{
padding:0;
}
nav.navbar {
background-color: dodgerblue;
}
.navbar-header{
display: flex;
flex-flow: row nowrap;
align-items: center;
}
button.navbar-toggle.collapsed {
margin-left:auto;
}
.navbar>.container-fluid .navbar-brand{
margin-left: -5px;
font-weight: bold;
font-size: 2em;
color: white;
transition: letter-spacing 0.5s ease;
}
.navbar-header img {
transition: all 0.5s ease;
}
.navbar-header:hover > img {
transform: rotate(18deg);
}
.navbar-header:hover li.navbar-brand {
letter-spacing: .05em;
}
/* override the gray link from navbar.less */
.navbar-default .navbar-nav>li>a {
color:white;
}
.navbar-default .navbar-nav>li>a:hover{
color: #555;
background-color: #e7e7e7;
}
/*navbar links*/
.navbar a, .navbar-brand, .navbar a:active{
color: white;
outline: 0;
transition: all .3s ease;
}
.panel, .well, .navbar {
border-radius: 0px;
}
li.navbar-brand, li.navbar-brand a, li.navbar-brand a:hover {
list-style:none;
text-decoration: none;
}
.panel-default>.panel-heading {
background-color: white;
}
/* Carousel styling */
.carousel-inner {
text-align:center;
}
.carousel-inner > .item > img {
display: inline;
}
.carousel-caption {
text-shadow: 0 0 8px #000;
}
/*=========== GRAPH STYLING ===========*/
path {
stroke: #A6E22E;
stroke-width: 3;
fill: none;
}
.axis {
shape-rendering: crispEdges;
}
svg#serverGraph {
position: relative;
align-content: center;
}
.xAxis-title {
text-align: center;
}
.xAxis-subtitle {
text-align: center;
color: gray;
}
.linegraph-title{
text-align: center;
}
.x.axis line {
stroke: lightgrey;
}
.x.axis .minor {
stroke-opacity: .5;
}
.x.axis path {
/*display: none;*/
stroke: #000;
}
.y.axis line, .y.axis path {
fill: none;
stroke: #000;
}
.AppViewHeaderText {
/*color: red;*/
text-align: left;
}
.appsbar {
fill: dodgerblue;
}
.appsbar:hover {
fill: #A6E22E;
transition: all .4s ease;
}
.axisM {
font: 10px sans-serif;
}
.axisM path,
.axisM line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axisM path {
display: none;
}
.d3-tip {
line-height: 1;
font-weight: bold;
padding: 12px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
border-radius: 2px;
transition: all .4s ease;
}
.d3-tip span {
color: #A6E22E;
}
/* Style northward tooltips differently */
.d3-tip.n:after {
margin: -1px 0 0 0;
top: 100%;
left: 0;
}
/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
box-sizing: border-box;
display: inline;
font-size: 10px;
width: 100%;
line-height: 1;
color: rgba(0, 0, 0, 0.8);
content: "\25BC";
position: absolute;
text-align: center;
}
/*=======================================*/
/*========= My Server Styling =============*/
::-webkit-scrollbar {
width: 0px;
}
.server-route-list {
max-height: 478px;
overflow-y: scroll;
overflow-x: hidden;
}
/*=================================*/
/*========= MONOKAI THEME COLORS =============*/
.background-dark {
background-color: #272822;
}
.background-light {
background-color: #686868;
}
.text-light {
color: #c1c1c1;
}
.text-red {
color: #F92672;
}
.text-blue {
color: dodgerblue;
}
.text-orange {
color: #FD971F;
}
.text-yellow {
color: #e6db74;
}
.text-green {
color: #A6E22E;
}
/*=================================*/
/*=========== ALL APPS PAGE STYLING ============*/
button {
color: #272822;
}
.table {
table-layout:fixed;
margin-bottom: 0px;
}
.table td {
overflow-wrap: break-word;
word-wrap: break-word;
}
.table tr {
transition: all .4s ease;
}
/*============================================*/
/*=========== WELCOME PAGE STYLING ============*/
.loginJumbo {
background-color: white;
}
.jumbo-image{
background-size:cover;
height:100%;
}
.container-fluid .jumbotron{
border-radius: 0px;
height: 80vh;
}
.container-fluid .jumbotron > .row {
height: 100%;
}
.technologies {
display: flex;
justify-content: space-around;
align-items: center;
flex-flow: row wrap;
}
.techbadge{
margin:.3em;
max-width:10em;
max-height:10em;
}
.layout-middle {
height: 70vh;
width:100%;
padding:0;
margin: 4em 0 4em 0;
display: flex;
flex-flow: row nowrap;
}
.layout-middle.flip {
display: flex;
flex-flow: row-reverse nowrap;
}
.layout-middle-img-cover {
overflow: hidden;
background-size: cover;
opacity:.7;
width:50%;
background-position: center;
}
.layout-middle-text {
display: flex;
width:50%;
flex-direction: column;
justify-content: center;
padding: 8em;
background-color: #fffcf4;
}
@media screen and (max-width: 800px){
/* CSS definitions here */
.layout-middle, .layout-middle.flip {
margin: 1em 0 1em 0;
flex-flow: row wrap;
}
.layout-middle-img-cover {
width:100%;
height:40vh;
}
.layout-middle-text {
width:100%;
padding: 1em
}
}
.tour-button {
width:8em;
height: 8em;
}
/* ============== BAR GRAPH STYLING ============= */
.barGraph rect {
fill: dodgerblue;
}
.barGraph rect:hover {
fill: #A6E22E;
}
.barGraph text {
fill: white;
font: 10px sans-serif;
text-anchor: end;
}
svg.barGraph {
width: 100%;
overflow:visible;
}
/* =========================================== */
.MainPageAppView .panel-heading:hover {
color: white;
background-color: #FD971F;
cursor: pointer;
transition: all .3s ease;
}
.loading {
visibility: hidden;
}
/*=========== Add Load Balancer ============*/
.sampleSnippet {
display: inline-block;
padding: 25px;
background-color: #FFEBEB;
}
/* =============== about page ==================== */
.team-member {
min-height:100%;
display: flex;
flex-flow: column wrap;
align-items: center;
justify-content: center;
align-content:center;
}
/* ============================================== */
.example-enter {
opacity: 0.01;
}
.example-enter.example-enter-active {
opacity: 1;
transition: opacity 500ms ease-in;
}
.example-leave {
opacity: 1;
}
.example-leave.example-leave-active {
opacity: 0.01;
transition: opacity 300ms ease-in;
}
|
content/javadoc/taverna-language/org/apache/taverna/robundle/utils/class-use/PathHelper.html | apache/incubator-taverna-site | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_72-internal) on Mon Mar 14 13:22:16 GMT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.taverna.robundle.utils.PathHelper (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)</title>
<meta name="date" content="2016-03-14">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.taverna.robundle.utils.PathHelper (Apache Taverna Language APIs (Scufl2, Databundle) 0.15.1-incubating API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/taverna/robundle/utils/PathHelper.html" title="class in org.apache.taverna.robundle.utils">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/taverna/robundle/utils/class-use/PathHelper.html" target="_top">Frames</a></li>
<li><a href="PathHelper.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.taverna.robundle.utils.PathHelper" class="title">Uses of Class<br>org.apache.taverna.robundle.utils.PathHelper</h2>
</div>
<div class="classUseContainer">No usage of org.apache.taverna.robundle.utils.PathHelper</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/taverna/robundle/utils/PathHelper.html" title="class in org.apache.taverna.robundle.utils">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/taverna/robundle/utils/class-use/PathHelper.html" target="_top">Frames</a></li>
<li><a href="PathHelper.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>
|
docs/solr-cell/org/apache/solr/handler/extraction/class-use/ExtractingRequestHandler.html | BibAlex/bhl_rails_4_solr | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Fri Jun 20 06:35:34 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.handler.extraction.ExtractingRequestHandler (Solr 4.9.0 API)</title>
<meta name="date" content="2014-06-20">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.handler.extraction.ExtractingRequestHandler (Solr 4.9.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../../../../../../org/apache/solr/handler/extraction/package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/extraction/ExtractingRequestHandler.html" title="class in org.apache.solr.handler.extraction">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/extraction/class-use/ExtractingRequestHandler.html" target="_top">Frames</a></li>
<li><a href="ExtractingRequestHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.handler.extraction.ExtractingRequestHandler" class="title">Uses of Class<br>org.apache.solr.handler.extraction.ExtractingRequestHandler</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.handler.extraction.ExtractingRequestHandler</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="../../../../../../org/apache/solr/handler/extraction/package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/extraction/ExtractingRequestHandler.html" title="class in org.apache.solr.handler.extraction">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/extraction/class-use/ExtractingRequestHandler.html" target="_top">Frames</a></li>
<li><a href="ExtractingRequestHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
core/templates/base.html | tiagoportal/Portal_Vota | {% load staticfiles %}
<!DOCTYPE HTML>
<html>
<head>
<title>{% block titulo %}{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Sistema de votação." />
<meta name="keywords" content="voto, votação, enquete, portal de ideias, funcionario, colaborador, melhores, dedicação, melhores do mês" />
<link rel="stylesheet" href="/static/css/skel.css" />
<link rel="stylesheet" href="/static/css/style.css" />
<link rel="stylesheet" href="/static/css/style-xlarge.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="/static/css/ie/v8.css" /><![endif]-->
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
{% block css %}{% endblock %}
</head>
<body id="top">
<header id="header">
{% if request.session.id %}
<img class="image avatar" src="/static/images/{{ request.session.foto }}" alt="Olá {{ request.session.nome }}!" />
<h1>Olá {{ request.session.nome }}!<br />
{{ request.session.area }}
</h1>
{% else %}
<a href="/" class="image avatar"><img src="/static/images/logo.jpg" alt="Voltar ao início" /></a>
<h1><strong>Portal Vota</strong><br />
Sistema para votar no funcionário do mês.</h1>
{% endif %}
</header>
<div id="main">
{% block container %}{% endblock %}
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.youtube.com/watch?v=bbj35kDiQvQ" alt="Video de desenvolvimento" title="Video de desenvolvimento"><span class="icon fa-youtube"></span></a></li>
<li><a href="https://play.google.com/store/apps/details?id=appinventor.ai_edsonlb.PortalVota" title="Google Play"target="blank"><span class="icon fa-android"></span></a></li>
<li><a href="https://github.com/tiagoportal/Portal_Vota" title="Veja o projeto no Github" target="blank"><span class="icon fa-github"></span></a></li>
<li><a href="https://www.facebook.com/portal.deideias?fref=ts" title="Nossa página no facebook" target="blank"><span class="icon fa-facebook"></span></a></li>
<li><a href="contato@portaldeideias.com.br" title="Contato@portaldeideias.com.br"><span class="icon fa-envelope-o"></span></a></li>
<li><a href="/premios/" alt="Ver Premios" title="Ver Prêmios"><span class="icon fa-gift"></span></a></li>
<li><a href="/vencedores/" alt="Ver vencedores" title="Ver vencedores"><span class="icon fa-trophy"></span></a></li>
<li><a href="/valida_login/" alt="login" title="home"><span class="icon fa-home"></span></a></li>
</ul>
<ul class="copyright">
<li>Design:  <a href="http://www.portaldeideias.com.br">Portal de Ideias</a></li><li>© {% now "Y" %}</li>
</ul>
</footer>
<!--[if lte IE 8]><script src="/static/css/ie/html5shiv.js"></script><![endif]-->
<script src="/static/js/jquery.min.js"></script>
<script src="/static/js/skel.min.js"></script>
<script src="/static/js/init.js"></script>
{% block js %}{% endblock %}
{% if msg %} <!-- MELHORAR A FORMA DE MSG -->
<script>
alert("AVISO: {{ msg }}");
</script>
{% endif %}
</body>
</html>
|
docs/api/edu/stolaf/cs/wmrserver/streaming/package-summary.html | benjamin-guillet/wmr-backend | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Fri Aug 10 15:18:23 CDT 2012 -->
<TITLE>
edu.stolaf.cs.wmrserver.streaming
</TITLE>
<META NAME="date" CONTENT="2012-08-10">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="edu.stolaf.cs.wmrserver.streaming";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../edu/stolaf/cs/wmrserver/db/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../edu/stolaf/cs/wmrserver/testjob/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/stolaf/cs/wmrserver/streaming/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package edu.stolaf.cs.wmrserver.streaming
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/JarBuilder.html" title="class in edu.stolaf.cs.wmrserver.streaming">JarBuilder</A></B></TD>
<TD>This class is the main class for generating job.jar
for Hadoop Streaming jobs.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/PipeMapper.html" title="class in edu.stolaf.cs.wmrserver.streaming">PipeMapper</A></B></TD>
<TD>A generic Mapper bridge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/PipeMapRed.html" title="class in edu.stolaf.cs.wmrserver.streaming">PipeMapRed</A></B></TD>
<TD>Shared functionality for PipeMapper, PipeReducer.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/PipeMapRunner.html" title="class in edu.stolaf.cs.wmrserver.streaming">PipeMapRunner<K1,V1,K2,V2></A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/PipeReducer.html" title="class in edu.stolaf.cs.wmrserver.streaming">PipeReducer</A></B></TD>
<TD>A generic Reducer bridge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/StreamJob.html" title="class in edu.stolaf.cs.wmrserver.streaming">StreamJob</A></B></TD>
<TD>All the client-side work happens here.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/StreamKeyValUtil.html" title="class in edu.stolaf.cs.wmrserver.streaming">StreamKeyValUtil</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/StreamUtil.html" title="class in edu.stolaf.cs.wmrserver.streaming">StreamUtil</A></B></TD>
<TD>Utilities not available elsewhere in Hadoop.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/UTF8ByteArrayUtils.html" title="class in edu.stolaf.cs.wmrserver.streaming">UTF8ByteArrayUtils</A></B></TD>
<TD><B>Deprecated.</B> <I>use <CODE>UTF8ByteArrayUtils</CODE> and
<A HREF="../../../../../edu/stolaf/cs/wmrserver/streaming/StreamKeyValUtil.html" title="class in edu.stolaf.cs.wmrserver.streaming"><CODE>StreamKeyValUtil</CODE></A> instead</I></TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../edu/stolaf/cs/wmrserver/db/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../edu/stolaf/cs/wmrserver/testjob/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?edu/stolaf/cs/wmrserver/streaming/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
manpages-zh.docset/Contents/Resources/Documents/html/dircolors.html | kennethlyn/dash-manpages-zh |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><meta charset="UTF-8"><TITLE>Man page of DIRCOLORS</TITLE>
</HEAD><BODY>
<H1>DIRCOLORS</H1>
Section: FSF (1)<BR>Updated: January 2000<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
dircolors - 设置 ls 的颜色
<A NAME="lbAC"> </A>
<H2>总览 (SYNOPSIS)</H2>
<B>dircolors</B>
[<I>OPTION</I>]... [<I>FILE</I>]
<A NAME="lbAD"> </A>
<H2>描述 (DESCRIPTION)</H2>
<P>
输出 用于 设置 LS_COLORS 环境变量 的 命令.
<A NAME="lbAE"> </A>
<H3>确定输出格式:</H3>
<DL COMPACT>
<DT><B>-b</B>, <B>--sh</B>, <B>--bourne-shell</B><DD>
输出 用于 设置 LS_COLORS 的 Bourne shell 命令
<DT><B>-c</B>, <B>--csh</B>, <B>--c-shell</B><DD>
输出 用于 设置 LS_COLORS 的 C shell 命令
<DT><B>-p</B>, <B>--print-database</B><DD>
输出 缺省命令
<DT><B>--help</B><DD>
显示 帮助信息, 然后 结束
<DT><B>--version</B><DD>
显示 版本信息, 然后 结束
</DL>
<P>
如果 指定了 文件 FILE, dircolors 读取 该文件 的 内容 以 决定 什么 颜色 对应
什么 文件类型 和 文件扩展名, 否则 就 使用 预编译 的 数据. 欲知 格式 细节,
请 运行 命令 `dircolors <B>--print-database</B>'.
<A NAME="lbAF"> </A>
<H2>作者 (AUTHOR)</H2>
H. Peter Anvin.
<A NAME="lbAG"> </A>
<H2>报告 BUGS</H2>
发现的 bug 送往 <<A HREF="mailto:bug-fileutils@gnu.org">bug-fileutils@gnu.org</A>>.
<A NAME="lbAH"> </A>
<H2>版权 (COPYRIGHT)</H2>
Copyright © 1999 Free Software Foundation, Inc.
<BR>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
<A NAME="lbAI"> </A>
<H2>另见 (SEE ALSO)</H2>
<B>dircolors</B>
的 完整文档 以 Texinfo 手册 的 格式 维护. 如果 正确 安装了
<B>info</B>
和
<B>dircolors</B>
程序, 使用 命令
<DL COMPACT>
<DT><DD>
<B>info dircolors</B>
</DL>
<P>
能够 访问到 完整 的 手册.
<P>
<A NAME="lbAJ"> </A>
<H2>[中文版维护人]</H2>
<B>徐明 <<A HREF="mailto:xuming@iname.com">xuming@iname.com</A>></B>
<A NAME="lbAK"> </A>
<H2>[中文版最新更新]</H2>
<B>2001/12/10</B>
第一版
<A NAME="lbAL"> </A>
<H2>《中国Linux论坛man手册页翻译计划》:</H2>
<B><A HREF="http://cmpp.linuxforum.net">http://cmpp.linuxforum.net</A></B>
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">总览 (SYNOPSIS)</A><DD>
<DT><A HREF="#lbAD">描述 (DESCRIPTION)</A><DD>
<DL>
<DT><A HREF="#lbAE">确定输出格式:</A><DD>
</DL>
<DT><A HREF="#lbAF">作者 (AUTHOR)</A><DD>
<DT><A HREF="#lbAG">报告 BUGS</A><DD>
<DT><A HREF="#lbAH">版权 (COPYRIGHT)</A><DD>
<DT><A HREF="#lbAI">另见 (SEE ALSO)</A><DD>
<DT><A HREF="#lbAJ">[中文版维护人]</A><DD>
<DT><A HREF="#lbAK">[中文版最新更新]</A><DD>
<DT><A HREF="#lbAL">《中国Linux论坛man手册页翻译计划》:</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 13:01:19 GMT, January 29, 2015
</BODY>
</HTML>
|
node_modules/grunt-recess/node_modules/recess/node_modules/less/node_modules/ycssmin/tests/files/special-comments.css | DeinDesign/css | /*!************88****
Preserving comments
as they are
********************
Keep the initial !
*******************/
#yo {
ma: "ma";
}
/*!
I said
pre-
serve! */ |
webapp/app/partials/common/access.html | apache/kylin | <!--
* 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 ng-controller="AccessCtrl">
<div class="space-4"></div>
<div class="pull-right">
<button class="btn btn-primary btn-xs" ng-click="renewAccess(entity)" ng-if="userService.hasRole('ROLE_ADMIN') || hasPermission('project',entity, permissions.ADMINISTRATION.mask) && !newAccess"><i
class="fa fa-plus"></i> Grant
</button>
<button class="btn btn-primary btn-xs" ng-click="resetNewAcess()" ng-if="newAccess"><i
class="fa fa-minus"></i> Cancel
</button>
<label tooltip-placement="left" tooltip-html-unsafe="{{accessTooltip}}"><i class="fa fa-question-circle" style="font-size: 16px"></i></label>
</div>
<div class="clearfix"></div>
<div class="space-4"></div>
<div ng-if="newAccess">
<table class="table table-striped">
<tr>
<td style="width: 20%">
<label><b>Type </b> </label>
<input type="radio" ng-model="newAccess.principal" ng-value=true /> <span tooltip="Username">User</span>
<input type="radio" ng-model="newAccess.principal" ng-value=false /> <span tooltip="User Role">Group</span>
</td>
<td style="width: 40%" >
<label><b>Name </b> </label>
<input ng-model="newAccess.sid" ng-if="newAccess.principal==true" placeholder=" User NT Account..." style="width: 80%" />
<input ng-model="newAccess.sid" ng-if="newAccess.principal==false" placeholder=" User NT Account..." style="width: 80%" />
<!-- <select chosen ng-model="newAccess.sid" ng-if="newAccess.principal==false" style="width: 80%"
ng-options="authority as authority for authority in authorities">
<option value=""></option>
</select> -->
</td>
<td >
<label><b>Permission </b> </label>
<select ng-model="newAccess.permission" ng-init="newAccess.permission=permissions.READ.value"
ng-options="permission.value as permission.name for (name, permission) in permissionsSorted">
<option value=""></option>
</select>
</td>
<td>
<button class="btn btn-default btn-xs" ng-click="grant(type, entity, newAccess)"
ng-disabled="!newAccess.sid || !newAccess.permission">Grant
</button>
</td>
</tr>
</table>
</div>
<div ng-if="!entity.accessLoading && (!entity.accessEntities || entity.accessEntities.length == 0)" no-result></div>
<loading ng-if="entity.accessLoading" text="Loading Access..."></loading>
<table ng-show="entity.accessEntities" class="table table-hover table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Access</th>
<th ng-if="userService.hasRole('ROLE_ADMIN') || hasPermission('project',entity, permissions.ADMINISTRATION.mask)">Update</th>
<th ng-if="userService.hasRole('ROLE_ADMIN') || hasPermission('project',entity, permissions.ADMINISTRATION.mask)">Revoke</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="accessEntity in entity.accessEntities">
<td>
{{accessEntity.sid.principal}}
{{accessEntity.sid.grantedAuthority}}
</td>
<td>
<span ng-if="accessEntity.sid.principal" >User</span>
<span ng-if="accessEntity.sid.grantedAuthority">Group</span>
</td>
<td>
<span ng-if="accessEntity.permission.mask == permissions.READ.mask">QUERY</span>
<span ng-if="accessEntity.permission.mask == permissions.OPERATION.mask">OPERATION</span>
<span ng-if="accessEntity.permission.mask == permissions.MANAGEMENT.mask">MANAGEMENT</span>
<span ng-if="accessEntity.permission.mask == permissions.ADMINISTRATION.mask">ADMIN</span>
</td>
<td ng-if="userService.hasRole('ROLE_ADMIN') || hasPermission('project',entity, permissions.ADMINISTRATION.mask)">
<select ng-model="accessEntity.newPermission" ng-init="newAccess.permission=permissions.READ.value"
ng-options="permission.value as permission.name for (name, permission) in permissionsSorted">
<option value="">-- select access --</option>
</select>
<button class="btn btn-default btn-xs" ng-disabled="!accessEntity.newPermission"
ng-click="update(type, entity, accessEntity, accessEntity.newPermission)">Update
</button>
</td>
<td ng-if="userService.hasRole('ROLE_ADMIN') || hasPermission('project',entity, permissions.ADMINISTRATION.mask)">
<button class="btn btn-default btn-xs" ng-click="revoke(type, accessEntity, entity)">Revoke</button>
</td>
</tr>
</tbody>
</table>
</div>
|
pet-race-ui/src/main/webapp/app/entities/race-result/race-result-delete-dialog.html | chrislovecnm/gpmr | <form name="deleteForm" ng-submit="vm.confirmDelete(vm.raceResult.raceResultId)">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"
ng-click="vm.clear()">×</button>
<h4 class="modal-title">Confirm delete operation</h4>
</div>
<div class="modal-body">
<jhi-alert-error></jhi-alert-error>
<p>Are you sure you want to delete this Race Result?</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" ng-click="vm.clear()">
<span class="glyphicon glyphicon-ban-circle"></span> <span>Cancel</span>
</button>
<button type="submit" ng-disabled="deleteForm.$invalid" class="btn btn-danger">
<span class="glyphicon glyphicon-remove-circle"></span> <span>Delete</span>
</button>
</div>
</form>
|
src/packages/Lightstreamer 4.2 Client/sdk_client_silverlight/doc/API-reference/_!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_IHandyTableListener_14_Public_Methods.html | bitpusher/Salient.ReliableHttpClient | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>IHandyTableListener Methods Public Methods</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', '_!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_IHandyTableListener_14_Public_Methods.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<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%">
</td></tr></table><div class="Element27">
IHandyTableListener Methods Public Methods</div>
<div class="Element28">
<a href="!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_IHandyTableListener.html" target="topic">IHandyTableListener Methods</a> <a href="_!!MEMBERTYPE_Methods_Lightstreamer_DotNet_Client_IHandyTableListener_14_Public_Methods_Public_Methods.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">
<div class="Element14">
Public Methods</div>
<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_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnRawUpdatesLost@int@string@int.html" target="topic">OnRawUpdatesLost</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Notification of one or more updates that were suppressed in the Server because of internal memory limitations. The notification can be sent if the subscription mode is RAW or COMMAND. It can also be sent if the subscription mode is MERGE or DISTINCT and unfiltered dispatching has been requested. In all these cases, an update loss may be unacceptable for the client (in filtered COMMAND mode, this applies to ADD and DELETE events only). </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnSnapshotEnd@int@string.html" target="topic">OnSnapshotEnd</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Notification that no more snapshot events are coming for an item. This notification is always received once, when the item is subscribed in DISTINCT or COMMAND mode and the snapshot is requested. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnUnsubscr@int@string.html" target="topic">OnUnsubscr</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Notification of the unsubscription of an item in the table. It is sent before <a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnUnsubscrAll.html" target="topic">OnUnsubscrAll</a>. Any data notification received after this call can be ignored.<br>If a <a href="Lightstreamer_DotNet_Client_SimpleTableInfo.html" target="topic">SimpleTableInfo</a> was used to describe the table, then the notification may not be sent for some item in the group; however, if any data notification is sent for an item, then it is guaranteed that the unsubscription notification for that item will also be sent.<br> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnUnsubscrAll.html" target="topic">OnUnsubscrAll</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Notification of the unsubscription of all the items in the table. The unsubscription may be subsequent to an UnsubscribeTable call or to the closure of the connection. There is no guarantee that this call will not be followed by some further <a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnUpdate@int@string@IUpdateInfo.html" target="topic">OnUpdate</a> call. Such extra calls should be ignored. </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_method.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_IHandyTableListener_OnUpdate@int@string@IUpdateInfo.html" target="topic">OnUpdate</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Notification of an update of the values for an item in the table. Field value information is supplied through a suitable value object; as such, the value object can be stored and inquired in a different thread, if needed. </div></td></tr></table></div></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> |
teamworktests/test-output/old/suite1/main.html | haimchavay/TestList | <html><head><title>Results for suite1</title></head>
<body>Select a result on the left-hand pane.</body></html>
|
dependencies/coldet/original/doc/html/math3d_cpp.html | clnsmith/wisco_opensim | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>math3d.cpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.3 on Sat Nov 18 00:15:14 2000 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
<hr><h1>math3d.cpp File Reference</h1><code>#include "<a class="el" href="sysdep_h-source.html">sysdep.h</a>"</code><br>
<code>#include "<a class="el" href="math3d_h-source.html">math3d.h</a>"</code><br>
<p>
<a href="math3d_cpp-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>float </td><td valign=bottom><a class="el" href="math3d_cpp.html#a0">MINOR</a> (const <a class="el" href="struct_Matrix3D.html">Matrix3D</a>& m, const int r0, const int r1, const int r2, const int c0, const int c1, const int c2)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a name="a0" doxytag="math3d.cpp::MINOR"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
float MINOR (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="struct_Matrix3D.html">Matrix3D</a> & <em>m</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const int <em>r0</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const int <em>r1</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const int <em>r2</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const int <em>c0</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const int <em>c1</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const int <em>c2</em> )<code> [inline]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><address><small>Generated at Sat Nov 18 00:15:14 2000 for coldet by
<a href="http://www.stack.nl/~dimitri/doxygen/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.3 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
© 1997-2000</small></address>
</body>
</html>
|
tests/tables/getColWidths05-input.html | corinthia/corinthia-editorlib | <!DOCTYPE html>
<html>
<head>
<script></script>
<script>
function performTest(api)
{
var element = document.getElementsByTagName("table")[0];
var structure = api.Tables.analyseStructure(element);
return JSON.stringify(api.Tables.getColWidths(structure));
}
</script>
</head>
<body>
<table id="table1" border="1" width="100%">
<col width="25%">
<tr>
<td>0,0</td>
<td>0,1</td>
</tr>
<tr>
<td>1,0</td>
<td>1,1</td>
</tr>
</table>
</body>
</html>
|
archive/v1.10/zh/help/ops/telemetry/monitoring-multicluster-prometheus/index.html | istio/istio.io | <!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.10/zh/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.10/zh/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/"></head><body><h1>Redirecting…</h1><a href=/v1.10/zh/docs/ops/configuration/telemetry/monitoring-multicluster-prometheus/>Click here if you are not redirected.</a></body></html> |
solr-4.10.0/docs/solr-solrj/org/apache/solr/common/util/class-use/ContentStreamBase.html | Ramzi-Alqrainy/SELK | <!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_60) on Tue Aug 26 20:49:58 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.common.util.ContentStreamBase (Solr 4.10.0 API)</title>
<meta name="date" content="2014-08-26">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.common.util.ContentStreamBase (Solr 4.10.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.html" title="class in org.apache.solr.common.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/common/util/class-use/ContentStreamBase.html" target="_top">Frames</a></li>
<li><a href="ContentStreamBase.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.common.util.ContentStreamBase" class="title">Uses of Class<br>org.apache.solr.common.util.ContentStreamBase</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.html" title="class in org.apache.solr.common.util">ContentStreamBase</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.common.util">org.apache.solr.common.util</a></td>
<td class="colLast">
<div class="block">Common utility classes reused on both clients & server.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.common.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.html" title="class in org.apache.solr.common.util">ContentStreamBase</a> in <a href="../../../../../../org/apache/solr/common/util/package-summary.html">org.apache.solr.common.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.html" title="class in org.apache.solr.common.util">ContentStreamBase</a> in <a href="../../../../../../org/apache/solr/common/util/package-summary.html">org.apache.solr.common.util</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.ByteArrayStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.ByteArrayStream</a></strong></code>
<div class="block">Construct a <code>ContentStream</code> from a <code>File</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.FileStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.FileStream</a></strong></code>
<div class="block">Construct a <code>ContentStream</code> from a <code>File</code></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.StringStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.StringStream</a></strong></code>
<div class="block">Construct a <code>ContentStream</code> from a <code>String</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.URLStream.html" title="class in org.apache.solr.common.util">ContentStreamBase.URLStream</a></strong></code>
<div class="block">Construct a <code>ContentStream</code> from a <code>URL</code>
This uses a <code>URLConnection</code> to get the content stream</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/common/util/ContentStreamBase.html" title="class in org.apache.solr.common.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/common/util/class-use/ContentStreamBase.html" target="_top">Frames</a></li>
<li><a href="ContentStreamBase.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
src/client/velo-frelo/partials/vf-scripts.html | javimosch/hideberg | <script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://maps.googleapis.com/maps/api/js?sensor=false&libraries=places"></script>
{{#each JS}}
<script type="text/javascript" src="{{root}}/{{this}}"></script>
{{/each}}
<script type="text/javascript" src="{{root}}/js/app.js"></script>
<script type="text/javascript" src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
{{> live-sync}}
|
src/packages/Lightstreamer 4.2 Client/sdk_client_windows_phone/doc/API-reference/_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_Log_ILogger_14_Public_Properties.html | cityindex-attic/CIAPI.CS | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>ILogger Members Public Properties</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', '_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_Log_ILogger_14_Public_Properties.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<div class="Element92">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="33%">
<div class="Element1">
Lightstreamer Windows Phone Client 1.0</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%">
</td></tr></table><div class="Element27">
ILogger Members Public Properties</div>
<div class="Element28">
<a href="!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_Log_ILogger.html" target="topic">ILogger Members</a> <a href="_!!MEMBEROVERVIEW_Lightstreamer_DotNet_Client_Log_ILogger_14_Public_Properties_Public_Properties.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">
<div class="Element14">
Public Properties</div>
<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_property.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_Log_ILogger_IsDebugEnabled.html" target="topic">IsDebugEnabled</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Checks if this logger is enabled for the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Debug@string.html" target="topic">Debug</a> level.<br>The property should be true if this logger is enabled for <a href="Lightstreamer_DotNet_Client_Log_ILogger_Debug@string.html" target="topic">Debug</a> events, false otherwise.<br>This property is intended to lessen the computational cost of disabled log <a href="Lightstreamer_DotNet_Client_Log_ILogger_Debug@string.html" target="topic">Debug</a> statements. Note that even if the property is false, <a href="Lightstreamer_DotNet_Client_Log_ILogger_Debug@string.html" target="topic">Debug</a> log lines may be received anyway by the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Debug@string.html" target="topic">Debug</a> methods.<br> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_property.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_Log_ILogger_IsErrorEnabled.html" target="topic">IsErrorEnabled</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Checks if this logger is enabled for the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Error@string.html" target="topic">Error</a> level.<br>The property should be true if this logger is enabled for <a href="Lightstreamer_DotNet_Client_Log_ILogger_Error@string.html" target="topic">Error</a> events, false otherwise.<br>This property is intended to lessen the computational cost of disabled log <a href="Lightstreamer_DotNet_Client_Log_ILogger_Error@string.html" target="topic">Error</a> statements. Note that even if the property is false, <a href="Lightstreamer_DotNet_Client_Log_ILogger_Error@string.html" target="topic">Error</a> log lines may be received anyway by the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Error@string.html" target="topic">Error</a> methods.<br> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_property.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_Log_ILogger_IsFatalEnabled.html" target="topic">IsFatalEnabled</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Checks if this logger is enabled for the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Fatal@string.html" target="topic">Fatal</a> level.<br>The property should be true if this logger is enabled for <a href="Lightstreamer_DotNet_Client_Log_ILogger_Fatal@string.html" target="topic">Fatal</a> events, false otherwise.<br>This property is intended to lessen the computational cost of disabled log <a href="Lightstreamer_DotNet_Client_Log_ILogger_Fatal@string.html" target="topic">Fatal</a> statements. Note that even if the property is false, <a href="Lightstreamer_DotNet_Client_Log_ILogger_Fatal@string.html" target="topic">Fatal</a> log lines may be received anyway by the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Fatal@string.html" target="topic">Fatal</a> methods.<br> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_property.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_Log_ILogger_IsInfoEnabled.html" target="topic">IsInfoEnabled</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Checks if this logger is enabled for the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Info@string.html" target="topic">Info</a> level.<br>The property should be true if this logger is enabled for <a href="Lightstreamer_DotNet_Client_Log_ILogger_Info@string.html" target="topic">Info</a> events, false otherwise.<br>This property is intended to lessen the computational cost of disabled log <a href="Lightstreamer_DotNet_Client_Log_ILogger_Info@string.html" target="topic">Info</a> statements. Note that even if the property is false, <a href="Lightstreamer_DotNet_Client_Log_ILogger_Info@string.html" target="topic">Info</a> log lines may be received anyway by the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Info@string.html" target="topic">Info</a> methods.<br> </div></td></tr><tr>
<td class="Element202" valign="top" width="10%" style="white-space: nowrap;">
<div class="Element203">
<img src="indicator_property.gif" border="0" alt="" title=""> </div></td><td class="Element202" valign="top" width="30%">
<div class="Element203">
<a href="Lightstreamer_DotNet_Client_Log_ILogger_IsWarnEnabled.html" target="topic">IsWarnEnabled</a> </div></td><td class="Element206" valign="top" width="60%">
<div class="Element207">
Checks if this logger is enabled for the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Warn@string.html" target="topic">Warn</a> level.<br>The property should be true if this logger is enabled for <a href="Lightstreamer_DotNet_Client_Log_ILogger_Warn@string.html" target="topic">Warn</a> events, false otherwise.<br>This property is intended to lessen the computational cost of disabled log <a href="Lightstreamer_DotNet_Client_Log_ILogger_Warn@string.html" target="topic">Warn</a> statements. Note that even if the property is false, <a href="Lightstreamer_DotNet_Client_Log_ILogger_Warn@string.html" target="topic">Warn</a> log lines may be received anyway by the <a href="Lightstreamer_DotNet_Client_Log_ILogger_Warn@string.html" target="topic">Warn</a> methods.<br> </div></td></tr></table></div></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> |
Venice/Venice-Web/target/Venice-Web-1.0/FusionChartsFree/Code/MyFirstChart/PieChart.html | yauritux/venice-legacy | <html>
<head>
<title>My First FusionCharts Changed to Pie Chart</title>
</head>
<body bgcolor="#ffffff">
<h2 align="center">First Chart Converted to Pie Chart </h2>
<div align="center">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300" id="Pie3D" >
<param name="movie" value="../FusionCharts/FCF_Pie3D.swf" />
<param name="FlashVars" value="&chartWidth=400&chartHeight=300&dataURL=Data.xml">
<param name="quality" value="high" />
<embed src="../FusionCharts/FCF_Pie3D.swf" flashVars="&chartWidth=400&chartHeight=300&dataURL=Data.xml" quality="high" width="400" height="300" name="Pie3D" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</body>
</html>
|
docs/xref-test/org/apache/hadoop/hbase/regionserver/CheckedArchivingHFileCleaner.html | zqxjjj/NobidaBase | <!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=ISO-8859-1" />
<title>CheckedArchivingHFileCleaner xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<pre>
<a name="1" href="#1">1</a> <em class="jxr_javadoccomment">/**</em>
<a name="2" href="#2">2</a> <em class="jxr_javadoccomment"> * Licensed to the Apache Software Foundation (ASF) under one</em>
<a name="3" href="#3">3</a> <em class="jxr_javadoccomment"> * or more contributor license agreements. See the NOTICE file</em>
<a name="4" href="#4">4</a> <em class="jxr_javadoccomment"> * distributed with this work for additional information</em>
<a name="5" href="#5">5</a> <em class="jxr_javadoccomment"> * regarding copyright ownership. The ASF licenses this file</em>
<a name="6" href="#6">6</a> <em class="jxr_javadoccomment"> * to you under the Apache License, Version 2.0 (the</em>
<a name="7" href="#7">7</a> <em class="jxr_javadoccomment"> * "License"); you may not use this file except in compliance</em>
<a name="8" href="#8">8</a> <em class="jxr_javadoccomment"> * with the License. You may obtain a copy of the License at</em>
<a name="9" href="#9">9</a> <em class="jxr_javadoccomment"> *</em>
<a name="10" href="#10">10</a> <em class="jxr_javadoccomment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em>
<a name="11" href="#11">11</a> <em class="jxr_javadoccomment"> *</em>
<a name="12" href="#12">12</a> <em class="jxr_javadoccomment"> * Unless required by applicable law or agreed to in writing, software</em>
<a name="13" href="#13">13</a> <em class="jxr_javadoccomment"> * distributed under the License is distributed on an "AS IS" BASIS,</em>
<a name="14" href="#14">14</a> <em class="jxr_javadoccomment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em>
<a name="15" href="#15">15</a> <em class="jxr_javadoccomment"> * See the License for the specific language governing permissions and</em>
<a name="16" href="#16">16</a> <em class="jxr_javadoccomment"> * limitations under the License.</em>
<a name="17" href="#17">17</a> <em class="jxr_javadoccomment"> */</em>
<a name="18" href="#18">18</a> <strong class="jxr_keyword">package</strong> org.apache.hadoop.hbase.regionserver;
<a name="19" href="#19">19</a>
<a name="20" href="#20">20</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.fs.Path;
<a name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> org.apache.hadoop.hbase.master.cleaner.BaseHFileCleanerDelegate;
<a name="22" href="#22">22</a>
<a name="23" href="#23">23</a> <em class="jxr_javadoccomment">/**</em>
<a name="24" href="#24">24</a> <em class="jxr_javadoccomment"> * HFile archive cleaner that just tells you if it has been run already or not (and allows resets) -</em>
<a name="25" href="#25">25</a> <em class="jxr_javadoccomment"> * always attempts to delete the passed file.</em>
<a name="26" href="#26">26</a> <em class="jxr_javadoccomment"> * <p></em>
<a name="27" href="#27">27</a> <em class="jxr_javadoccomment"> * Just a helper class for testing to make sure the cleaner has been run.</em>
<a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> */</em>
<a name="29" href="#29">29</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/hadoop/hbase/regionserver/CheckedArchivingHFileCleaner.html">CheckedArchivingHFileCleaner</a> <strong class="jxr_keyword">extends</strong> BaseHFileCleanerDelegate {
<a name="30" href="#30">30</a>
<a name="31" href="#31">31</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> checked;
<a name="32" href="#32">32</a>
<a name="33" href="#33">33</a> @Override
<a name="34" href="#34">34</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">boolean</strong> isFileDeletable(Path file) {
<a name="35" href="#35">35</a> checked = <strong class="jxr_keyword">true</strong>;
<a name="36" href="#36">36</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">true</strong>;
<a name="37" href="#37">37</a> }
<a name="38" href="#38">38</a>
<a name="39" href="#39">39</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> getChecked() {
<a name="40" href="#40">40</a> <strong class="jxr_keyword">return</strong> checked;
<a name="41" href="#41">41</a> }
<a name="42" href="#42">42</a>
<a name="43" href="#43">43</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> resetCheck() {
<a name="44" href="#44">44</a> checked = false;
<a name="45" href="#45">45</a> }
<a name="46" href="#46">46</a> }
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
public/stylesheets/user/edit_privilege.css | Fedena/XueDu | #list {
margin:20px auto;
width:400px;
}
#list li {
padding:6px 0 0 50px;
list-style-type:none;
}
#list li label input {
margin-right:10px;
}
.name_listodd{
background:#E4EBFE;
height:30px;
width:400px;
border-top:1px solid #C2CEEF;
}
.name_listeven{
background:#DAE6FF;
height:30px;
width:400px;
border-top:1px solid #C2CEEF;
}
.att_list_names {
display:inline;
font-weight: 600;
font-size: 13px;
}
label {display:inline;}
.user_submit_button1{
width:100px;
margin:0px auto;
}
.user_submit_button1 input{
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#27292B;
color:#FFFFFF;
font-family:arial;
font-size:14px;
font-weight:bold;
margin:30px auto;
margin-right:20px;
padding:7px 12px;
border:none;
text-align:center;
text-decoration: none;
width:100px;
cursor:pointer;
}
.label_field_pair {
width:450px;
margin:0px auto;
text-align:center;
}
.label_field_pair label {
font-weight:bold;
display:block;
color:#444;
margin-top:50px;
margin-bottom:10px;
} |
dcm4che14/trunk/build/doc/api/org/dcm4che/util/HandshakeFailedListener.html | medicayun/medicayundicom | <!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 Wed May 17 17:01:19 CST 2017 -->
<TITLE>
HandshakeFailedListener
</TITLE>
<META NAME="date" CONTENT="2017-05-17">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="HandshakeFailedListener";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Ìø¹ýµ¼º½Á´½Ó"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/dcm4che/util/HandshakeFailedEvent.html" title="org.dcm4che.util ÖеÄÀà"><B>ÉÏÒ»¸öÀà</B></A>
<A HREF="../../../org/dcm4che/util/HostNameUtils.html" title="org.dcm4che.util ÖеÄÀà"><B>ÏÂÒ»¸öÀà</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/dcm4che/util/HandshakeFailedListener.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="HandshakeFailedListener.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÕªÒª£º ǶÌ× | ×Ö¶Î | ¹¹Ôì·½·¨ | <A HREF="#method_summary">·½·¨</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÏêϸÐÅÏ¢£º ×Ö¶Î | ¹¹Ôì·½·¨ | <A HREF="#method_detail">·½·¨</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.dcm4che.util</FONT>
<BR>
½Ó¿Ú HandshakeFailedListener</H2>
<DL>
<DT><B>ËùÓг¬¼¶½Ó¿Ú£º</B> <DD>java.util.EventListener</DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>HandshakeFailedListener</B><DT>extends java.util.EventListener</DL>
</PRE>
<P>
<description>
<P>
<P>
<DL>
<DT><B>´ÓÒÔϰ汾¿ªÊ¼£º</B></DT>
<DD>September 1, 2002
<p><b>Revisions:</b>
<p><b>yyyymmdd author:</b>
<ul>
<li> explicit fix description (no line numbers but methods) go
beyond the cvs commit message
</ul></DD>
<DT><B>°æ±¾£º</B></DT>
<DD>$Revision: 3922 $ $Date: 2005-10-06 00:26:16 +0800 (å¨å, 06 10æ?2005) $</DD>
<DT><B>×÷Õߣº</B></DT>
<DD><a href="mailto:gunter@tiani.com">gunter zeilinger</a></DD>
<DT><B>ÁíÇë²Î¼û£º</B><DD><related></DL>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>·½·¨ÕªÒª</B></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><A HREF="../../../org/dcm4che/util/HandshakeFailedListener.html#handshakeFailed(org.dcm4che.util.HandshakeFailedEvent)">handshakeFailed</A></B>(<A HREF="../../../org/dcm4che/util/HandshakeFailedEvent.html" title="org.dcm4che.util ÖеÄÀà">HandshakeFailedEvent</A> event)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>·½·¨ÏêϸÐÅÏ¢</B></FONT></TH>
</TR>
</TABLE>
<A NAME="handshakeFailed(org.dcm4che.util.HandshakeFailedEvent)"><!-- --></A><H3>
handshakeFailed</H3>
<PRE>
void <B>handshakeFailed</B>(<A HREF="../../../org/dcm4che/util/HandshakeFailedEvent.html" title="org.dcm4che.util ÖеÄÀà">HandshakeFailedEvent</A> event)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>¸ÅÊö</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Èí¼þ°ü</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Àà</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Ê÷</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Òѹýʱ</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Ë÷Òý</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>°ïÖú</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/dcm4che/util/HandshakeFailedEvent.html" title="org.dcm4che.util ÖеÄÀà"><B>ÉÏÒ»¸öÀà</B></A>
<A HREF="../../../org/dcm4che/util/HostNameUtils.html" title="org.dcm4che.util ÖеÄÀà"><B>ÏÂÒ»¸öÀà</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?org/dcm4che/util/HandshakeFailedListener.html" target="_top"><B>¿ò¼Ü</B></A>
<A HREF="HandshakeFailedListener.html" target="_top"><B>ÎÞ¿ò¼Ü</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>ËùÓÐÀà</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÕªÒª£º ǶÌ× | ×Ö¶Î | ¹¹Ôì·½·¨ | <A HREF="#method_summary">·½·¨</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
ÏêϸÐÅÏ¢£º ×Ö¶Î | ¹¹Ôì·½·¨ | <A HREF="#method_detail">·½·¨</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
grails-app/assets/stylesheets/_resultSelection/selectBarchartMeasurings.css | IteraSpeed/OpenSpeedMonitor | .measurandSeries {
position: relative;
padding-top: 20px;
margin-bottom: 20px;
}
.measurandSeries .row{
margin-bottom: 15px;
}
.removeMeasurandSeriesContainer {
position: absolute;
right: 0px;
top: 0px;
}
.removeMeasurandSeriesButton {
color: #cccccc;
}
.control-label.removeAddMeasurands {
text-align: left;
padding-left: 0;
color: black !important;
} |
web/src/main/angular/src/app/core/components/help-viewer-popup/help-viewer-popup-container.component.css | jaehong-kim/pinpoint | :host {
display: block;
border: 1px solid transparent;
max-height: 800px;
overflow-y: auto;
}
:host(.navbar),
:host(.server_map) {
width: 500px;
}
:host(.response_summary),
:host(.load),
:host(.agent_response_time),
:host(.application_response_time) {
width: 340px;
}
:host(.call_tree) {
width: 540px;
}
:host(.scatter) {
width: 580px;
}
:host(.real_time) {
width: 650px;
}
:host(.agent_list),
:host(.agent_data_source),
:host(.application_data_source) {
width: 310px;
}
:host(.agent_heap),
:host(.application_heap),
:host(.agent_non_heap),
:host(.application_non_heap) {
width: 530px;
}
:host(.agent_active_request),
:host(.application_active_request),
:host(.agent_tps),
:host(.application_tps),
:host(.agent_open_file_descriptor),
:host(.application_open_file_descriptor),
:host(.application_direct_buffer_count),
:host(.application_direct_buffer_memory),
:host(.application_mapped_buffer_count),
:host(.application_total_thread),
:host(.agent_total_thread_),
:host(.agent_loaded_class_count),
:host(.agent_unloaded_class_count),
:host(.application_loaded_class_count),
:host(.application_unloaded_class_count) {
width: 405px;
}
:host(.application_mapped_buffer_memory) {
width: 420px;
}
:host(.agent_cpu_usage) {
width: 470px;
}
:host(.application_jvm_cpu_usage),
:host(.application_system_cpu_usage) {
width: 520px;
}
:host(.agent_direct_buffer_count),
:host(.agent_mapped_buffer_count) {
width: 270px;
}
:host(.agent_direct_buffer_memory) {
width: 310px;
}
:host(.agent_mapped_buffer_memory) {
width: 320px;
}
:host(.alarm) {
width: 600px;
}
.tooltip-triangle {
width: 0;
height: 0;
display: inline-block;
position: fixed;
}
|
assets/credits.html | JakeWharton/TronWallpaper | <!DOCTYPE html>
<html>
<head>
<style type="text/css">
div { margin-bottom: 2em; }
p, li, dd, dt { font-size: 12px; }
li, dd, dt { padding-bottom: 1px; padding-top: 1px; }
dd { margin-bottom: 5px; margin-left: 2em; }
ul, ol { padding-left: 1em; margin: 0; }
dl { padding-left: 0; margin: 0; }
h1 { border-bottom: 1px solid; font-size: 18px; }
h2 { font-size: 12px; margin-bottom: 5px; }
</style>
</head>
<body>
<div>
<p>Your name could be here!</p>
<p>Go to the <a href="http://github.com/JakeWharton/TronWallpaper/">GitHub project</a> and contribute!</p>
</div>
</body>
</html> |
target/EndPointsSkeleton-1.0-SNAPSHOT/index.html | WaydeJ/wayde.endpoints.skeleton | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ECP Directories</title>
<script type="text/javascript" src="/js/base.js"></script>
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap.css">
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.css">
<link type="text/css" rel="stylesheet" href="/css/style.css">
<style>
body {
padding-top: 40px;
padding-bottom: 40px;
background-color: #f5f5f5;
}
blockquote {
margin-bottom: 10px;
border-left-color: #bbb;
}
form {
margin-top: 10px;
}
form label {
width: 90px;
display: inline-block;
}
.form-signin input[type="text"] {
font-size: 16px;
height: auto;
margin-bottom: 15px;
padding: 7px 9px;
}
.row {
margin-left: 0px;
margin-top: 10px;
overflow: scroll;
}
</style>
</head>
<body>
<!-- Top Banner -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar">w</span>
<span class="icon-bar">d</span>
<span class="icon-bar">c</span>
</button>
<a class="brand" href="#">ECP Directories</a>
<div class="nav-collapse collapse pull-right">
<button id="authorize-button" style="visibility: hidden">Authorize</button>
</div>
</div>
</div>
</div>
<div class="container">
<output id="outputLog"></output>
<form onsubmit="return false;">
<h2>Start Test</h2>
<div>
<input id="btnDoSomething" type="submit" class="btn btn-small" value="Do Something">
<a href="javascript:void(0);" class="btn" id="btnDoSomethingElse">Do Something Else</a>
</div>
</form>
<script>
function init() {
com.directories.psych.init('//' + window.location.host + '/_ah/api');
}
</script>
<script src="https://apis.google.com/js/client.js?onload=init"></script>
</div>
</body>
</html> |
www/antarctica.html | deangelo200/Factzilla |
<html>
<head>
<!-- Required meta tags-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Color theme for statusbar -->
<meta name="theme-color" content="#2196f3">
<!-- Your app title -->
<title>Factzilla</title>
<!-- Path to Framework7 Library CSS, Material Theme -->
<link rel="stylesheet" href="Fz-css/framework7.ios.min.css">
<link rel="stylesheet" href="Fz-css/framework7.ios.colors.min.css">
<link rel="stylesheet" href="Fz-css/antarctica.css">
<link rel="stylesheet" href="Fz-css/shared.css">
<link rel="stylesheet" href="Fz-css/font-awesome/css/font-awesome.min.css">
<script src="Fz-js/fact-js/jquery-3.1.1.js"> </script>
<script type="text/javascript" src="Fz-js/fact-pluginjs/SocialSharing.js"></script>
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="Fz-js/fact-pluginjs/tts.js"></script>
</head>
<body>
<!-- Views -->
<div class="views">
<!-- Your main view, should have "view-main" class -->
<div class="view view-main">
<!-- Pages container, because we use fixed navbar and toolbar, it has additional appropriate classes-->
<div class="pages navbar-fixed toolbar-fixed">
<!-- Page, "data-page" contains page name -->
<div data-page="animal" class="page" id="animal-page">
<!-- Top Navbar. In Material theme it should be inside of the page-->
<div class="navbar main-home-nav">
<div class="navbar-inner">
<div class="left">
<a href="#" class="icon-only open-left-panel">
<i class="fa fa-bars fa-2x" aria-hidden="true"></i>
</a>
</div>
<div class="center" style="color:white">Antarctica Fact</div>
<div class="right">
<i class="fa fa-microphone fa-2x" aria-hidden="true" id="text-to-speak" style="opacity:0; padding:20px" onclick="text_to_speak()"></i>
</div>
</div>
</div>
<div class="panel panel-left panel-cover contentt">
<div class="content-block">
<p><i class="fa fa-times panel-close fa-3x close-btn hvr-icon-pop" aria-hidden="true"></i></p>
<ul class="side-menu">
</ul>
</div>
</div>
<!-- Bottom Toolbar. In Material theme it should be inside of the page-->
<div class="toolbar main-home-nav">
<div class="toolbar-inner">
</div>
</div>
<!-- Scrollable page content -->
<div class="page-content picture-background">
<p class="text-copied">Text Copied</p>
<div class="swiper-custom">
<div class="swiper-container">
<div class="swiper-pagination"></div>
<div class="swiper-wrapper">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="lib/framework7/js/framework7.min.js"></script>
<!-- Path to your app js-->
<script type="text/javascript" src="Fz-js/fact-js/antarctica.js"></script>
<script type="text/javascript" src="Fz-js/fact-js/share.js"></script>
</body>
</html> |
framework/template/footer.html | yfor/eshop-cms | <hr>
<p class="am-padding-left">
© 2016 西安连线网络科技有限公司
沪ICP备13016979号
</p>
|
alien4cloud-ui/src/main/webapp/views/orchestrators/directives/common_orchestrator_location_resources.html | alien4cloud/alien4cloud | <div class="row grp-margin">
<div class="col-md-6">
<div class="drop-container" alien-droppable drag-on-drop="addResourceTemplate(data)">
<empty-place-holder data="resourcesTemplates"></empty-place-holder>
<table ng-if="resourcesTemplates.length > 0" class="table table-hover">
<thead>
<tr>
<th ng-if="showMultiSelect">
<a ng-click="toggleAllTemplates()" class="ng-scope">
<i class="fa fa-fw fa-check-square-o" ng-class="{'fa-check-square-o' : allTemplatesAreSelected(), 'fa-square-o': !allTemplatesAreSelected()}" style=""></i>
</a>
</th>
<th>Icon</th>
<th>{{'COMMON.NAME' | translate}}</th>
<th>{{'COMMON.TYPE' | translate}}</th>
<th></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="template in resourcesTemplates | orderBy:'name'"
ng-click="selectTemplate(template)"
class="clickable"
ng-class="{'warning': selectedResourceTemplate == template}">
<td ng-if="showMultiSelect">
<a ng-click="toggleTemplate(template, $event)" class="ng-scope">
<i class="fa fa-fw fa-square-o" ng-class="{'fa-check-square-o' : isSelected(template), 'fa-square-o': !isSelected(template)}"></i>
</a>
</td>
<td ng-init="nodeIcon = getIcon(template.template.type)">
<i ng-if="!nodeIcon" class="fa fa-cogs fa-3x"></i>
<img ng-if="nodeIcon" ng-src="img?id={{nodeIcon}}&quality=QUALITY_32">
</td>
<td>{{template.name}}</td>
<td style="word-break: break-all;">{{template.template.type}}</td>
<td ng-if="canDuplicate">
<a
uib-tooltip="{{ 'ORCHESTRATORS.LOCATIONS.RESOURCES.DUPLICATE' | translate }}"
tooltip-append-to-body="true"
ng-click="duplicateResourceTemplate(template.id, $event)">
<i class="fa fa-clone"></i>
</a>
</td>
</tr>
</tbody>
</table>
<div class="drop-container-label">
<i class="fa fa-plus"></i> {{ 'ORCHESTRATORS.LOCATIONS.RESOURCES.DROP' | translate }}
</div>
</div>
</div>
<div class="col-md-6" ng-if="selectedResourceTemplate">
<div class="topology-column-content-head">
<span class="ng-binding">
<i class="fa fa-cubes"></i> {{'ORCHESTRATORS.LOCATIONS.RESOURCES.CONFIG' | translate}}
</span>
<a id="closeNodeTemplateDetails" class="pull-right" style="font-weight: 400;" ng-click="selectTemplate()">
<i class="fa fa-arrow-left"></i> {{'ORCHESTRATORS.LOCATIONS.RESOURCES.BACK' | translate}}
</a>
</div>
<uib-tabset justified="true">
<uib-tab index="0">
<uib-tab-heading>
{{'COMMON.PROPERTIES' | translate}}
</uib-tab-heading>
<div class="row-margin">
{{'ORCHESTRATORS.LOCATIONS.RESOURCES.CONFIG_HELP' | translate}}
</div>
<!-- load the resource template edition display snippet. Could be location resource or policy directive-->
<ng-include src="resourceTemplateEditDisplayUrl"></ng-include>
</uib-tab>
<!-- Security-->
<uib-tab index="1" ng-show="!disableSecurity()">
<uib-tab-heading >
<i class="icon-folder-open"></i> {{'ORCHESTRATORS.LOCATIONS.SECURITY' | translate}}
</uib-tab-heading>
<div ng-show="!disableSecurity()">
<div class="row" id="app-user-role">
<div class="col-md-12">
<uib-tabset>
<uib-tab heading="{{'ROLE_TABS.USERS' | translate}}" id="users-tab">
<alien-user-authorization
resource="selectedResourceTemplate"
service="locationResourcesSecurityService.users"
search-config-builder="buildSecuritySearchConfig('users')"
display-custom-search="true">
</alien-user-authorization>
</uib-tab>
<uib-tab heading="{{'COMMON.GROUPS' | translate}}" id="groups-tab">
<alien-group-authorization
resource="selectedResourceTemplate"
service="locationResourcesSecurityService.groups"
search-config-builder="buildSecuritySearchConfig('groups')"
display-custom-search="true">
</alien-group-authorization>
</uib-tab>
<uib-tab heading="{{'NAVBAR.MENU_APPS' | translate}}" id="applications-tab">
<alien-app-authorization
resource="selectedResourceTemplate"
app-service="locationResourcesSecurityService.applications"
env-service="locationResourcesSecurityService.environmentsPerApplication"
search-config-builder="buildSecuritySearchConfig('applications')"
display-custom-search="true">
</alien-app-authorization>
</uib-tab>
</uib-tabset>
</div>
</div>
</div>
</uib-tab>
</uib-tabset>
</div>
<!-- catalog-->
<div id="resource-catalog" ng-if="!selectedResourceTemplate" class="col-md-6">
<uib-tabset justified="true">
<uib-tab index="0">
<uib-tab-heading>
{{ 'ORCHESTRATORS.LOCATIONS.RESOURCES.TYPE' | translate }}
</uib-tab-heading>
<ul class="list-group" style="overflow: auto; height: {{ dimensions.height + 'px' }};">
<empty-place-holder class="center" data="favorites"></empty-place-holder>
<li class="list-group-item media clickable-media favorite"
ng-repeat="resource in favorites | orderBy : ['-provided', 'elementId']"
alien-draggable drag-enabled="true" drag-data="resource">
<div class="media-left" ng-init="nodeIcon = getIcon(resource.elementId)">
<i ng-if="!nodeIcon" class="fa fa-cogs fa-3x"></i>
<img ng-if="nodeIcon" ng-src="img?id={{nodeIcon}}&quality=QUALITY_64">
</div>
<div class="media-body">
<small class="pull-right"
ng-if="resource.provided"
uib-tooltip="{{ 'ORCHESTRATORS.LOCATIONS.RESOURCES.PROVIDED' | translate }}"
tooltip-placement="left"
tooltip-append-to-body="true">
<i class="fa fa-magic" style="color:goldenrod"></i>
</small>
<h4 class="media-heading" style="word-break: break-all;">
{{ resource.elementId}}
</h4>
<p>
<b>{{'COMMON.SOURCE' | translate}}:</b> {{ resource.archiveName }}:{{ resource.archiveVersion }}
</p>
</div>
</li>
</ul>
</uib-tab>
<uib-tab index="1" ng-if="showCatalog">
<uib-tab-heading>
<i class="icon-folder-open"></i> Catalog
</uib-tab-heading>
<a4c-component-catalog
component-type='{{catalogType}}'
display-detail-pannel="false"
drag-and-drop-enabled="true"
default-filters="{'abstract':'F'}"
height-info="dimensions"
static-facets="staticFacets"
badges="badges">
</a4c-component-catalog>
</uib-tab>
</uib-tabset>
</div>
</div>
|
docs/javadoc/com/craftmend/openaudiomc/generic/networking/interfaces/package-tree.html | ApocalypsjeNL/OpenAudioMc | <!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_251) on Wed Aug 05 13:23:32 CEST 2020 -->
<title>com.craftmend.openaudiomc.generic.networking.interfaces Class Hierarchy</title>
<meta name="date" content="2020-08-05">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.craftmend.openaudiomc.generic.networking.interfaces Class Hierarchy";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/craftmend/openaudiomc/generic/networking/handlers/package-tree.html">Prev</a></li>
<li><a href="../../../../../../com/craftmend/openaudiomc/generic/networking/io/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/craftmend/openaudiomc/generic/networking/interfaces/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 com.craftmend.openaudiomc.generic.networking.interfaces</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">com.craftmend.openaudiomc.generic.networking.interfaces.<a href="../../../../../../com/craftmend/openaudiomc/generic/networking/interfaces/NetworkingService.html" title="class in com.craftmend.openaudiomc.generic.networking.interfaces"><span class="typeNameLink">NetworkingService</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">com.craftmend.openaudiomc.generic.networking.interfaces.<a href="../../../../../../com/craftmend/openaudiomc/generic/networking/interfaces/Authenticatable.html" title="interface in com.craftmend.openaudiomc.generic.networking.interfaces"><span class="typeNameLink">Authenticatable</span></a></li>
<li type="circle">com.craftmend.openaudiomc.generic.networking.interfaces.<a href="../../../../../../com/craftmend/openaudiomc/generic/networking/interfaces/INetworkingEvents.html" title="interface in com.craftmend.openaudiomc.generic.networking.interfaces"><span class="typeNameLink">INetworkingEvents</span></a></li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../com/craftmend/openaudiomc/generic/networking/handlers/package-tree.html">Prev</a></li>
<li><a href="../../../../../../com/craftmend/openaudiomc/generic/networking/io/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/craftmend/openaudiomc/generic/networking/interfaces/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
doc/apiGuide/mini_Qtc-Enums-Core-QFile.html | uduki/hsQt | <!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.Core.QFile</TITLE
><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css"
><SCRIPT SRC="haddock-util.js" TYPE="text/javascript"
></SCRIPT
></HEAD
><BODY
><DIV CLASS="outer"
><DIV CLASS="mini-topbar"
>Qtc.Enums.Core.QFile</DIV
><DIV CLASS="mini-synopsis"
><DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A HREF="Qtc-Enums-Core-QFile.html#t%3AFileError" TARGET="main"
>FileError</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeReadError" TARGET="main"
>eReadError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeWriteError" TARGET="main"
>eWriteError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeFatalError" TARGET="main"
>eFatalError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeResourceError" TARGET="main"
>eResourceError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeOpenError" TARGET="main"
>eOpenError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeAbortError" TARGET="main"
>eAbortError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeTimeOutError" TARGET="main"
>eTimeOutError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeUnspecifiedError" TARGET="main"
>eUnspecifiedError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeRemoveError" TARGET="main"
>eRemoveError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeRenameError" TARGET="main"
>eRenameError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AePositionError" TARGET="main"
>ePositionError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeResizeError" TARGET="main"
>eResizeError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AePermissionsError" TARGET="main"
>ePermissionsError</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeCopyError" TARGET="main"
>eCopyError</A
></DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A HREF="Qtc-Enums-Core-QFile.html#t%3APermission" TARGET="main"
>Permission</A
> </DIV
> <DIV CLASS="decl"
><SPAN CLASS="keyword"
>type</SPAN
> <A HREF="Qtc-Enums-Core-QFile.html#t%3APermissions" TARGET="main"
>Permissions</A
> </DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfReadOwner" TARGET="main"
>fReadOwner</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfWriteOwner" TARGET="main"
>fWriteOwner</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfExeOwner" TARGET="main"
>fExeOwner</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeReadUser" TARGET="main"
>eReadUser</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfReadUser" TARGET="main"
>fReadUser</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeWriteUser" TARGET="main"
>eWriteUser</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfWriteUser" TARGET="main"
>fWriteUser</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AeExeUser" TARGET="main"
>eExeUser</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfExeUser" TARGET="main"
>fExeUser</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfReadGroup" TARGET="main"
>fReadGroup</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfWriteGroup" TARGET="main"
>fWriteGroup</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfExeGroup" TARGET="main"
>fExeGroup</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfReadOther" TARGET="main"
>fReadOther</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfWriteOther" TARGET="main"
>fWriteOther</A
></DIV
> <DIV CLASS="decl"
><A HREF="Qtc-Enums-Core-QFile.html#v%3AfExeOther" TARGET="main"
>fExeOther</A
></DIV
></DIV
></DIV
></BODY
></HTML
>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.