path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
frontend/src/Components/Table/TableSelectAllHeaderCell.css | Radarr/Radarr | .selectAllHeaderCell {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
width: 30px;
}
.input {
composes: input from '~Components/Form/CheckInput.css';
margin: 0;
}
|
thirdparty/sources/boost_1_60_0/libs/algorithm/doc/html/boost/algorithm/hex_idm45757432683552.html | gwq5210/litlib | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template hex</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost Algorithm Library">
<link rel="up" href="../../header/boost/algorithm/hex_hpp.html" title="Header <boost/algorithm/hex.hpp>">
<link rel="prev" href="not_enough_input.html" title="Struct not_enough_input">
<link rel="next" href="hex_idm45757432676000.html" title="Function template hex">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="not_enough_input.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/algorithm/hex_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hex_idm45757432676000.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.algorithm.hex_idm45757432683552"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template hex</span></h2>
<p>boost::algorithm::hex — Converts a sequence of integral types into a hexadecimal sequence of characters. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../header/boost/algorithm/hex_hpp.html" title="Header <boost/algorithm/hex.hpp>">boost/algorithm/hex.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> InputIterator<span class="special">,</span> <span class="keyword">typename</span> OutputIterator<span class="special">></span>
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">hex</span><span class="special">(</span><span class="identifier">InputIterator</span> first<span class="special">,</span> <span class="identifier">InputIterator</span> last<span class="special">,</span> <span class="identifier">OutputIterator</span> out<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45425141772080"></a><h2>Description</h2>
<p>
</p>
<div class="note"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top"><p>Based on the MySQL function of the same name </p></td></tr>
</table></div>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">first</code></span></p></td>
<td><p>The start of the input sequence </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">last</code></span></p></td>
<td><p>One past the end of the input sequence </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">out</code></span></p></td>
<td><p>An output iterator to the results into </p></td>
</tr>
</tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The updated output iterator </p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2010-2012 Marshall Clow<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="not_enough_input.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/algorithm/hex_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="hex_idm45757432676000.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
qcustomplot/documentation/html/dir_4749ca9c363ee6e69b445a1c06361cef.html | virtmax/qcustomplotzoom | <!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 name="author" content="Emanuel Eichhammer" />
<meta name="copyright" content="(C) 2011-2016 Emanuel Eichhammer" />
<title>src/axis Directory Reference</title>
<link href="qcp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top">
<a class="headerLink" href="index.html">Main Page</a> ·
<a class="headerLink" href="classoverview.html">Class Overview</a> ·
<a class="headerLink" href="hierarchy.html">Hierarchy</a> ·
<a class="headerLink" href="annotated.html">All Classes</a> ·
<a class="headerLink" href="pages.html">Special Pages</a>
<!-- Generated by Doxygen 1.8.12 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4749ca9c363ee6e69b445a1c06361cef.html">axis</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">axis Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
</div><!-- contents -->
</body>
</html>
|
examples/sobel/src/boost_1_63_0/doc/html/boost/intrusive/bs_set.html | ntonjeta/iidea-Docker | <!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=US-ASCII">
<title>Class template bs_set</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp" title="Header <boost/intrusive/bs_set.hpp>">
<link rel="prev" href="avltree_algorithms.html" title="Class template avltree_algorithms">
<link rel="next" href="make_bs_set.html" title="Struct template make_bs_set">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="avltree_algorithms.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="make_bs_set.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.intrusive.bs_set"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template bs_set</span></h2>
<p>boost::intrusive::bs_set</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp" title="Header <boost/intrusive/bs_set.hpp>">boost/intrusive/bs_set.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Options<span class="special">></span>
<span class="keyword">class</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">value_type</span> <a name="boost.intrusive.bs_set.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">key_type</span> <a name="boost.intrusive.bs_set.key_type"></a><span class="identifier">key_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">value_traits</span> <a name="boost.intrusive.bs_set.value_traits"></a><span class="identifier">value_traits</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">pointer</span> <a name="boost.intrusive.bs_set.pointer"></a><span class="identifier">pointer</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_pointer</span> <a name="boost.intrusive.bs_set.const_pointer"></a><span class="identifier">const_pointer</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">reference</span> <a name="boost.intrusive.bs_set.reference"></a><span class="identifier">reference</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_reference</span> <a name="boost.intrusive.bs_set.const_reference"></a><span class="identifier">const_reference</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">difference_type</span> <a name="boost.intrusive.bs_set.difference_type"></a><span class="identifier">difference_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">size_type</span> <a name="boost.intrusive.bs_set.size_type"></a><span class="identifier">size_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">value_compare</span> <a name="boost.intrusive.bs_set.value_compare"></a><span class="identifier">value_compare</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">key_compare</span> <a name="boost.intrusive.bs_set.key_compare"></a><span class="identifier">key_compare</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">iterator</span> <a name="boost.intrusive.bs_set.iterator"></a><span class="identifier">iterator</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_iterator</span> <a name="boost.intrusive.bs_set.const_iterator"></a><span class="identifier">const_iterator</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">reverse_iterator</span> <a name="boost.intrusive.bs_set.reverse_iterator"></a><span class="identifier">reverse_iterator</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_reverse_iterator</span> <a name="boost.intrusive.bs_set.const_reverse_iterator"></a><span class="identifier">const_reverse_iterator</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">insert_commit_data</span> <a name="boost.intrusive.bs_set.insert_commit_data"></a><span class="identifier">insert_commit_data</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node_traits</span> <a name="boost.intrusive.bs_set.node_traits"></a><span class="identifier">node_traits</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node</span> <a name="boost.intrusive.bs_set.node"></a><span class="identifier">node</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node_ptr</span> <a name="boost.intrusive.bs_set.node_ptr"></a><span class="identifier">node_ptr</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">const_node_ptr</span> <a name="boost.intrusive.bs_set.const_node_ptr"></a><span class="identifier">const_node_ptr</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">implementation_defined</span><span class="special">::</span><span class="identifier">node_algorithms</span> <a name="boost.intrusive.bs_set.node_algorithms"></a><span class="identifier">node_algorithms</span><span class="special">;</span>
<span class="comment">// <a class="link" href="bs_set.html#boost.intrusive.bs_setconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="bs_set.html#idp57059600-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">explicit</span> <a class="link" href="bs_set.html#idp57062752-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&</span> <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Iterator<span class="special">></span>
<a class="link" href="bs_set.html#idp57067872-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><span class="identifier">Iterator</span><span class="special">,</span> <span class="identifier">Iterator</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&</span> <span class="special">=</span> <span class="identifier">key_compare</span><span class="special">(</span><span class="special">)</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&</span> <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="bs_set.html#idp57076336-bb"><span class="identifier">bs_set</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a class="link" href="bs_set.html#idp57078576-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="bs_set.html#idp57081392-bb"><span class="special">~</span><span class="identifier">bs_set</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="bs_set.html#idp56580128-bb">public member functions</a></span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56580688-bb"><span class="identifier">begin</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56584256-bb"><span class="identifier">begin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56588096-bb"><span class="identifier">cbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56591936-bb"><span class="identifier">end</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56595504-bb"><span class="identifier">end</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56599344-bb"><span class="identifier">cend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">reverse_iterator</span> <a class="link" href="bs_set.html#idp56603184-bb"><span class="identifier">rbegin</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idp56606768-bb"><span class="identifier">rbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idp56610624-bb"><span class="identifier">crbegin</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">reverse_iterator</span> <a class="link" href="bs_set.html#idp56614480-bb"><span class="identifier">rend</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idp56618064-bb"><span class="identifier">rend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">const_reverse_iterator</span> <a class="link" href="bs_set.html#idp56621920-bb"><span class="identifier">crend</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56625776-bb"><span class="identifier">root</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56629376-bb"><span class="identifier">root</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56633248-bb"><span class="identifier">croot</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">key_compare</span> <a class="link" href="bs_set.html#idp56637120-bb"><span class="identifier">key_comp</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">value_compare</span> <a class="link" href="bs_set.html#idp56640976-bb"><span class="identifier">value_comp</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">bool</span> <a class="link" href="bs_set.html#idp56644848-bb"><span class="identifier">empty</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56648672-bb"><span class="identifier">size</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp56652608-bb"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp56657152-bb"><span class="identifier">clone_from</span></a><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span><span class="special">,</span> <span class="identifier">Cloner</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp56666208-bb"><span class="identifier">clone_from</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&&</span><span class="special">,</span> <span class="identifier">Cloner</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span> <a class="link" href="bs_set.html#idp56676016-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56682128-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56689056-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56695248-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56702224-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56713632-bb"><span class="identifier">insert_check</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span>
<span class="identifier">insert_commit_data</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Iterator<span class="special">></span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idp56725824-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="identifier">Iterator</span><span class="special">,</span> <span class="identifier">Iterator</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56733584-bb"><span class="identifier">insert_commit</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56741616-bb"><span class="identifier">insert_before</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp56748576-bb"><span class="identifier">push_back</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp56754864-bb"><span class="identifier">push_front</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56761152-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56766368-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56772336-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56778384-bb"><span class="identifier">erase</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56788480-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56796112-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56804496-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56813024-bb"><span class="identifier">erase_and_dispose</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp56825248-bb"><span class="identifier">clear</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idp56829840-bb"><span class="identifier">clear_and_dispose</span></a><span class="special">(</span><span class="identifier">Disposer</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56835872-bb"><span class="identifier">count</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">size_type</span> <a class="link" href="bs_set.html#idp56840944-bb"><span class="identifier">count</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56850000-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56854752-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56861600-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56866624-bb"><span class="identifier">lower_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56873744-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56878496-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56887200-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56892224-bb"><span class="identifier">upper_bound</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56901200-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp56905936-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56914672-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp56919680-bb"><span class="identifier">find</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span> <a class="link" href="bs_set.html#idp56928688-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56933520-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56942352-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56947472-bb"><span class="identifier">equal_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56956592-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56969024-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span>
<span class="keyword">bool</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56985824-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a class="link" href="bs_set.html#idp56998544-bb"><span class="identifier">bounded_range</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span><span class="special">,</span> <span class="keyword">bool</span><span class="special">,</span>
<span class="keyword">bool</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp57015632-bb"><span class="identifier">iterator_to</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp57020848-bb"><span class="identifier">iterator_to</span></a><span class="special">(</span><span class="identifier">const_reference</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="identifier">pointer</span> <a class="link" href="bs_set.html#idp57026336-bb"><span class="identifier">unlink_leftmost_without_rebalance</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp57030976-bb"><span class="identifier">replace_node</span></a><span class="special">(</span><span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="bs_set.html#idp57037968-bb"><span class="identifier">remove_node</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">class</span><span class="special">...</span> Options2<span class="special">></span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idp57043536-bb"><span class="identifier">merge</span></a><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span><span class="special">></span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">class</span><span class="special">...</span> Options2<span class="special">></span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idp57051488-bb"><span class="identifier">merge</span></a><span class="special">(</span><a class="link" href="bs_multiset.html" title="Class template bs_multiset">bs_multiset</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span><span class="special">></span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="bs_set.html#idp57085296-bb">public static functions</a></span>
<span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a class="link" href="bs_set.html#idp57085856-bb"><span class="identifier">container_from_end_iterator</span></a><span class="special">(</span><span class="identifier">iterator</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a class="link" href="bs_set.html#idp57091600-bb"><span class="identifier">container_from_end_iterator</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a class="link" href="bs_set.html#idp57097504-bb"><span class="identifier">container_from_iterator</span></a><span class="special">(</span><span class="identifier">iterator</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a class="link" href="bs_set.html#idp57103200-bb"><span class="identifier">container_from_iterator</span></a><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">iterator</span> <a class="link" href="bs_set.html#idp57109056-bb"><span class="identifier">s_iterator_to</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">const_iterator</span> <a class="link" href="bs_set.html#idp57115872-bb"><span class="identifier">s_iterator_to</span></a><span class="special">(</span><span class="identifier">const_reference</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="bs_set.html#idp57122688-bb"><span class="identifier">init_node</span></a><span class="special">(</span><span class="identifier">reference</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// public data members</span>
<span class="keyword">static</span> <span class="keyword">const</span> <span class="keyword">bool</span> <span class="identifier">constant_time_size</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp408905536"></a><h2>Description</h2>
<p>The class template <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> is an intrusive container, that mimics most of the interface of std::set as described in the C++ standard.</p>
<p>The template parameter <code class="computeroutput">T</code> is the type to be managed by the container. The user can specify additional options and if no options are provided default options are used.</p>
<p>The container supports the following options: <code class="computeroutput">base_hook<>/member_hook<>/value_traits<></code>, <code class="computeroutput">constant_time_size<></code>, <code class="computeroutput">size_type<></code> and <code class="computeroutput">compare<></code>. </p>
<div class="refsect2">
<a name="idp408911440"></a><h3>
<a name="boost.intrusive.bs_setconstruct-copy-destruct"></a><code class="computeroutput">bs_set</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp57059600-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Constructs an empty container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the copy constructor of the key_compare object throws. Basic guarantee. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">explicit</span> <a name="idp57062752-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&</span> cmp<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&</span> v_traits <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Constructs an empty container with given comparison and traits.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the copy constructor of the key_compare object throws. Basic guarantee. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Iterator<span class="special">></span>
<a name="idp57067872-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><span class="identifier">Iterator</span> b<span class="special">,</span> <span class="identifier">Iterator</span> e<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_compare</span> <span class="special">&</span> cmp <span class="special">=</span> <span class="identifier">key_compare</span><span class="special">(</span><span class="special">)</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">value_traits</span> <span class="special">&</span> v_traits <span class="special">=</span> <span class="identifier">value_traits</span><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Dereferencing iterator must yield an lvalue of type value_type. cmp must be a comparison function that induces a strict weak ordering.</p>
<p><span class="bold"><strong>Effects</strong></span>: Constructs an empty container and inserts elements from [b, e).</p>
<p><span class="bold"><strong>Complexity</strong></span>: Linear in N if [b, e) is already sorted using comp and otherwise N * log N, where N is the distance between first and last.</p>
<p><span class="bold"><strong>Throws</strong></span>: If value_traits::node_traits::node constructor throws (this does not happen with predefined Boost.Intrusive hooks) or the copy constructor/operator() of the key_compare object throws. Basic guarantee. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp57076336-bb"></a><span class="identifier">bs_set</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&&</span> x<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: to-do </p>
</li>
<li class="listitem">
<pre class="literallayout"><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a name="idp57078576-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&&</span> x<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: to-do </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp57081392-bb"></a><span class="special">~</span><span class="identifier">bs_set</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Detaches all elements from this. The objects in the set are not deleted (i.e. no destructors are called), but the nodes according to the <code class="computeroutput"><a class="link" href="value_traits.html" title="Struct template value_traits">value_traits</a></code> template parameter are reinitialized and thus can be reused.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Linear to elements contained in *this.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp408978544"></a><h3>
<a name="idp56580128-bb"></a><code class="computeroutput">bs_set</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56580688-bb"></a><span class="identifier">begin</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator pointing to the beginning of the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56584256-bb"></a><span class="identifier">begin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the beginning of the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56588096-bb"></a><span class="identifier">cbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the beginning of the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56591936-bb"></a><span class="identifier">end</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator pointing to the end of the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56595504-bb"></a><span class="identifier">end</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the end of the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56599344-bb"></a><span class="identifier">cend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the end of the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">reverse_iterator</span> <a name="idp56603184-bb"></a><span class="identifier">rbegin</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a reverse_iterator pointing to the beginning of the reversed container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idp56606768-bb"></a><span class="identifier">rbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the beginning of the reversed container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idp56610624-bb"></a><span class="identifier">crbegin</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the beginning of the reversed container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">reverse_iterator</span> <a name="idp56614480-bb"></a><span class="identifier">rend</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a reverse_iterator pointing to the end of the reversed container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idp56618064-bb"></a><span class="identifier">rend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the end of the reversed container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_reverse_iterator</span> <a name="idp56621920-bb"></a><span class="identifier">crend</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_reverse_iterator pointing to the end of the reversed container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56625776-bb"></a><span class="identifier">root</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a iterator pointing to the root node of the container or end() if not present.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56629376-bb"></a><span class="identifier">root</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the root node of the container or cend() if not present.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56633248-bb"></a><span class="identifier">croot</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const_iterator pointing to the root node of the container or cend() if not present.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">key_compare</span> <a name="idp56637120-bb"></a><span class="identifier">key_comp</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns the key_compare object used by the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: If key_compare copy-constructor throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">value_compare</span> <a name="idp56640976-bb"></a><span class="identifier">value_comp</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns the value_compare object used by the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: If value_compare copy-constructor throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">bool</span> <a name="idp56644848-bb"></a><span class="identifier">empty</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns true if the container is empty.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">size_type</span> <a name="idp56648672-bb"></a><span class="identifier">size</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns the number of elements stored in the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Linear to elements contained in *this if constant-time size option is disabled. Constant time otherwise.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp56652608-bb"></a><span class="identifier">swap</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> other<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Swaps the contents of two containers.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: If the comparison functor's swap call throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="keyword">void</span> <a name="idp56657152-bb"></a><span class="identifier">clone_from</span><span class="special">(</span><span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> src<span class="special">,</span> <span class="identifier">Cloner</span> cloner<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw. Cloner should yield to nodes equivalent to the original nodes.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases all the elements from *this calling Disposer::operator()(pointer), clones all the elements from src calling Cloner::operator()(const_reference ) and inserts them on *this. Copies the predicate from the source container.</p>
<p>If cloner throws, all cloned elements are unlinked and disposed calling Disposer::operator()(pointer).</p>
<p><span class="bold"><strong>Complexity</strong></span>: Linear to erased plus inserted elements.</p>
<p><span class="bold"><strong>Throws</strong></span>: If cloner throws or predicate copy assignment throws. Basic guarantee. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Cloner<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="keyword">void</span> <a name="idp56666208-bb"></a><span class="identifier">clone_from</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&&</span> src<span class="special">,</span> <span class="identifier">Cloner</span> cloner<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw. Cloner should yield to nodes equivalent to the original nodes.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases all the elements from *this calling Disposer::operator()(pointer), clones all the elements from src calling Cloner::operator()(reference) and inserts them on *this. Copies the predicate from the source container.</p>
<p>If cloner throws, all cloned elements are unlinked and disposed calling Disposer::operator()(pointer).</p>
<p><span class="bold"><strong>Complexity</strong></span>: Linear to erased plus inserted elements.</p>
<p><span class="bold"><strong>Throws</strong></span>: If cloner throws or predicate copy assignment throws. Basic guarantee.</p>
<p><span class="bold"><strong>Note</strong></span>: This version can modify the source container, useful to implement move semantics. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span> <a name="idp56676016-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue</p>
<p><span class="bold"><strong>Effects</strong></span>: Inserts value into the container if the value is not already present.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity for insert element is at most logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Does not affect the validity of iterators and references. No copy-constructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56682128-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="identifier">const_iterator</span> hint<span class="special">,</span> <span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, and "hint" must be a valid iterator</p>
<p><span class="bold"><strong>Effects</strong></span>: Tries to insert x into the container, using "hint" as a hint to where it will be inserted.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic in general, but it is amortized constant time (two comparisons in the worst case) if t is inserted immediately before hint.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Does not affect the validity of iterators and references. No copy-constructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a name="idp56689056-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span> commit_data<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself.</p>
<p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity is at most logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a name="idp56695248-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="identifier">const_iterator</span> hint<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">,</span>
<span class="identifier">insert_commit_data</span> <span class="special">&</span> commit_data<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself, using "hint" as a hint to where it will be inserted.</p>
<p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic in general, but it's amortized constant time if t is inserted immediately before hint.</p>
<p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a name="idp56702224-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span>
<span class="identifier">insert_commit_data</span> <span class="special">&</span> commit_data<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: comp must be a comparison function that induces the same strict weak ordering as key_compare. The difference is that comp compares an arbitrary key with the contained values.</p>
<p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself.</p>
<p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity is at most logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee.</p>
<p><span class="bold"><strong>Notes</strong></span>: This function is used to improve performance when constructing a value_type is expensive: if there is an equivalent value the constructed object must be discarded. Many times, the part of the node that is used to impose the order is much cheaper to construct than the value_type and this function offers the possibility to use that part to check if the insertion will be successful.</p>
<p>If the check is successful, the user can construct the value_type and use "insert_commit" to insert the object in constant-time. This gives a total logarithmic complexity to the insertion: check(O(log(N)) + commit(O(1)).</p>
<p>"commit_data" remains valid for a subsequent "insert_commit" only if no more objects are inserted or erased from the container. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="keyword">bool</span> <span class="special">></span>
<a name="idp56713632-bb"></a><span class="identifier">insert_check</span><span class="special">(</span><span class="identifier">const_iterator</span> hint<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span>
<span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span> commit_data<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: comp must be a comparison function that induces the same strict weak ordering as key_compare. The difference is that comp compares an arbitrary key with the contained values.</p>
<p><span class="bold"><strong>Effects</strong></span>: Checks if a value can be inserted in the container, using a user provided key instead of the value itself, using "hint" as a hint to where it will be inserted.</p>
<p><span class="bold"><strong>Returns</strong></span>: If there is an equivalent value returns a pair containing an iterator to the already present value and false. If the value can be inserted returns true in the returned pair boolean and fills "commit_data" that is meant to be used with the "insert_commit" function.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic in general, but it's amortized constant time if t is inserted immediately before hint.</p>
<p><span class="bold"><strong>Throws</strong></span>: If the comp ordering function throws. Strong guarantee.</p>
<p><span class="bold"><strong>Notes</strong></span>: This function is used to improve performance when constructing a value_type is expensive: if there is an equivalent value the constructed object must be discarded. Many times, the part of the constructing that is used to impose the order is much cheaper to construct than the value_type and this function offers the possibility to use that key to check if the insertion will be successful.</p>
<p>If the check is successful, the user can construct the value_type and use "insert_commit" to insert the object in constant-time. This can give a total constant-time complexity to the insertion: check(O(1)) + commit(O(1)).</p>
<p>"commit_data" remains valid for a subsequent "insert_commit" only if no more objects are inserted or erased from the container. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Iterator<span class="special">></span> <span class="keyword">void</span> <a name="idp56725824-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="identifier">Iterator</span> b<span class="special">,</span> <span class="identifier">Iterator</span> e<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Dereferencing iterator must yield an lvalue of type value_type.</p>
<p><span class="bold"><strong>Effects</strong></span>: Tries to insert each element of a range into the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Insert range is in general O(N * log(N)), where N is the size of the range. However, it is linear in N if the range is already sorted by value_comp().</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Does not affect the validity of iterators and references. No copy-constructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56733584-bb"></a><span class="identifier">insert_commit</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">insert_commit_data</span> <span class="special">&</span> commit_data<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue of type value_type. commit_data must have been obtained from a previous call to "insert_check". No objects should have been inserted or erased from the container between the "insert_check" that filled "commit_data" and the call to "insert_commit".</p>
<p><span class="bold"><strong>Effects</strong></span>: Inserts the value in the container using the information obtained from the "commit_data" that a previous "insert_check" filled.</p>
<p><span class="bold"><strong>Returns</strong></span>: An iterator to the newly inserted object.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Notes</strong></span>: This function has only sense if a "insert_check" has been previously executed to fill "commit_data". No value should be inserted or erased between the "insert_check" and "insert_commit" calls. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56741616-bb"></a><span class="identifier">insert_before</span><span class="special">(</span><span class="identifier">const_iterator</span> pos<span class="special">,</span> <span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, "pos" must be a valid iterator (or end) and must be the succesor of value once inserted according to the predicate</p>
<p><span class="bold"><strong>Effects</strong></span>: Inserts x into the container before "pos".</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: This function does not check preconditions so if "pos" is not the successor of "value" container ordering invariant will be broken. This is a low-level function to be used only for performance reasons by advanced users. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp56748576-bb"></a><span class="identifier">push_back</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, and it must be no less than the greatest inserted key</p>
<p><span class="bold"><strong>Effects</strong></span>: Inserts x into the container in the last position.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: This function does not check preconditions so if value is less than the greatest inserted key container ordering invariant will be broken. This function is slightly more efficient than using "insert_before". This is a low-level function to be used only for performance reasons by advanced users. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp56754864-bb"></a><span class="identifier">push_front</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue, and it must be no greater than the minimum inserted key</p>
<p><span class="bold"><strong>Effects</strong></span>: Inserts x into the container in the first position.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: This function does not check preconditions so if value is greater than the minimum inserted key container ordering invariant will be broken. This function is slightly more efficient than using "insert_before". This is a low-level function to be used only for performance reasons by advanced users. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56761152-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="identifier">const_iterator</span> i<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Erases the element pointed to by i.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase element is constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56766368-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="identifier">const_iterator</span> b<span class="special">,</span> <span class="identifier">const_iterator</span> e<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Erases the range pointed to by b end e.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase range is at most O(log(size() + N)), where N is the number of elements in the range.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">size_type</span> <a name="idp56772336-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given value.</p>
<p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p>
<p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">size_type</span> <a name="idp56778384-bb"></a><span class="identifier">erase</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given key. according to the comparison functor "comp".</p>
<p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p>
<p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">iterator</span> <a name="idp56788480-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="identifier">const_iterator</span> i<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases the element pointed to by i. Disposer::operator()(pointer) is called for the removed element.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase element is constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators to the erased elements. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">iterator</span> <a name="idp56796112-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="identifier">const_iterator</span> b<span class="special">,</span> <span class="identifier">const_iterator</span> e<span class="special">,</span>
<span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases the range pointed to by b end e. Disposer::operator()(pointer) is called for the removed elements.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity for erase range is at most O(log(size() + N)), where N is the number of elements in the range.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators to the erased elements. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">size_type</span> <a name="idp56804496-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given value. Disposer::operator()(pointer) is called for the removed elements.</p>
<p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p>
<p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">,</span> <span class="keyword">typename</span> Disposer<span class="special">></span>
<span class="identifier">size_type</span> <a name="idp56813024-bb"></a><span class="identifier">erase_and_dispose</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span>
<span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk) and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Requires</strong></span>: Disposer::operator()(pointer) shouldn't throw.</p>
<p><span class="bold"><strong>Effects</strong></span>: Erases all the elements with the given key. according to the comparison functor "comp". Disposer::operator()(pointer) is called for the removed elements.</p>
<p><span class="bold"><strong>Returns</strong></span>: The number of erased elements.</p>
<p><span class="bold"><strong>Complexity</strong></span>: O(log(size() + N).</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators to the erased elements. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp56825248-bb"></a><span class="identifier">clear</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Erases all of the elements.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Linear to the number of elements on the container. if it's a safe-mode or auto-unlink value_type. Constant time otherwise.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. No destructors are called. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Disposer<span class="special">></span> <span class="keyword">void</span> <a name="idp56829840-bb"></a><span class="identifier">clear_and_dispose</span><span class="special">(</span><span class="identifier">Disposer</span> disposer<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Erases all of the elements calling disposer(p) for each node to be erased. <span class="bold"><strong>Complexity</strong></span>: Average complexity for is at most O(log(size() + N)), where N is the number of elements in the container.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: Invalidates the iterators (but not the references) to the erased elements. Calls N times to disposer functor. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">size_type</span> <a name="idp56835872-bb"></a><span class="identifier">count</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns the number of contained elements with the given value</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic to the number of elements contained plus lineal to number of objects with the given value.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">size_type</span> <a name="idp56840944-bb"></a><span class="identifier">count</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns the number of contained elements with the given key</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic to the number of elements contained plus lineal to number of objects with the given key.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56850000-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">iterator</span> <a name="idp56854752-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56861600-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">const_iterator</span>
<a name="idp56866624-bb"></a><span class="identifier">lower_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is not less than k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56873744-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">iterator</span> <a name="idp56878496-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k according to comp or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56887200-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">const_iterator</span>
<a name="idp56892224-bb"></a><span class="identifier">upper_bound</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns an iterator to the first element whose key is greater than k according to comp or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp56901200-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">iterator</span> <a name="idp56905936-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp56914672-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">const_iterator</span> <a name="idp56919680-bb"></a><span class="identifier">find</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), and nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Finds an iterator to the first element whose key is k or end() if that element does not exist.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span> <a name="idp56928688-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span>
<a name="idp56933520-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a name="idp56942352-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> key<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a name="idp56947472-bb"></a><span class="identifier">equal_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> key<span class="special">,</span> <span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: key is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, key) and !comp(key, nk), with comp(nk, key) implying !comp(key, nk), with nk the key_type of a value_type inserted into <code class="computeroutput">*this</code>.</p>
<p><span class="bold"><strong>Effects</strong></span>: Finds a range containing all elements whose key is k or an empty range that indicates the position where those elements would be if they there is no elements with key k.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span>
<a name="idp56956592-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> upper_key<span class="special">,</span>
<span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to key_compare. [key_comp()(upper_key, lower_key) shall be false]</p>
<p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!key_comp()(upper_key, lower_key) && !key_comp()(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p>
<p>first = lower_bound(lower_key) if left_closed, upper_bound(lower_key) otherwise</p>
<p>second = upper_bound(upper_key) if right_closed, lower_bound(upper_key) otherwise</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws.</p>
<p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_value and upper_value.</p>
<p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">iterator</span><span class="special">,</span> <span class="identifier">iterator</span> <span class="special">></span>
<a name="idp56969024-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> upper_key<span class="special">,</span>
<span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">lower_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, lower_key) if left_closed is true, with respect to !comp(lower_key, nk) otherwise.</p>
<p><code class="computeroutput">upper_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(upper_key, nk) if right_closed is true, with respect to comp(nk, upper_key) otherwise.</p>
<p><code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to comp [comp(upper_key, lower_key) shall be false]</p>
<p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!comp(upper_key, lower_key) && !comp(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p>
<p>first = lower_bound(lower_key, comp) if left_closed, upper_bound(lower_key, comp) otherwise</p>
<p>second = upper_bound(upper_key, comp) if right_closed, lower_bound(upper_key, comp) otherwise</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws.</p>
<p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_key and upper_key.</p>
<p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a name="idp56985824-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">key_type</span> <span class="special">&</span> upper_key<span class="special">,</span>
<span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to key_compare. [key_comp()(upper_key, lower_key) shall be false]</p>
<p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!key_comp()(upper_key, lower_key) && !key_comp()(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p>
<p>first = lower_bound(lower_key) if left_closed, upper_bound(lower_key) otherwise</p>
<p>second = upper_bound(upper_key) if right_closed, lower_bound(upper_key) otherwise</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">key_compare</code> throws.</p>
<p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_value and upper_value.</p>
<p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> KeyType<span class="special">,</span> <span class="keyword">typename</span> KeyTypeKeyCompare<span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special"><</span> <span class="identifier">const_iterator</span><span class="special">,</span> <span class="identifier">const_iterator</span> <span class="special">></span>
<a name="idp56998544-bb"></a><span class="identifier">bounded_range</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> lower_key<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">KeyType</span> <span class="special">&</span> upper_key<span class="special">,</span>
<span class="identifier">KeyTypeKeyCompare</span> comp<span class="special">,</span> <span class="keyword">bool</span> left_closed<span class="special">,</span> <span class="keyword">bool</span> right_closed<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: <code class="computeroutput">lower_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to comp(nk, lower_key) if left_closed is true, with respect to !comp(lower_key, nk) otherwise.</p>
<p><code class="computeroutput">upper_key</code> is a value such that <code class="computeroutput">*this</code> is partitioned with respect to !comp(upper_key, nk) if right_closed is true, with respect to comp(nk, upper_key) otherwise.</p>
<p><code class="computeroutput">upper_key</code> shall not precede <code class="computeroutput">lower_key</code> according to comp [comp(upper_key, lower_key) shall be false]</p>
<p>If <code class="computeroutput">lower_key</code> is equivalent to <code class="computeroutput">upper_key</code> [!comp(upper_key, lower_key) && !comp(lower_key, upper_key)] then ('left_closed' || 'right_closed') must be false.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns an a pair with the following criteria:</p>
<p>first = lower_bound(lower_key, comp) if left_closed, upper_bound(lower_key, comp) otherwise</p>
<p>second = upper_bound(upper_key, comp) if right_closed, lower_bound(upper_key, comp) otherwise</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic.</p>
<p><span class="bold"><strong>Throws</strong></span>: If <code class="computeroutput">comp</code> throws.</p>
<p><span class="bold"><strong>Note</strong></span>: This function can be more efficient than calling upper_bound and lower_bound for lower_key and upper_key.</p>
<p><span class="bold"><strong>Note</strong></span>: Experimental function, the interface might change in future releases. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">iterator</span> <a name="idp57015632-bb"></a><span class="identifier">iterator_to</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns: a valid iterator i belonging to the set that points to the value</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">const_iterator</span> <a name="idp57020848-bb"></a><span class="identifier">iterator_to</span><span class="special">(</span><span class="identifier">const_reference</span> value<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns: a valid const_iterator i belonging to the set that points to the value</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="identifier">pointer</span> <a name="idp57026336-bb"></a><span class="identifier">unlink_leftmost_without_rebalance</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: Unlinks the leftmost node from the container.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Average complexity is constant time.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Notes</strong></span>: This function breaks the container and the container can only be used for more unlink_leftmost_without_rebalance calls. This function is normally used to achieve a step by step controlled destruction of the container. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp57030976-bb"></a><span class="identifier">replace_node</span><span class="special">(</span><span class="identifier">iterator</span> replace_this<span class="special">,</span> <span class="identifier">reference</span> with_this<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: replace_this must be a valid iterator of *this and with_this must not be inserted in any container.</p>
<p><span class="bold"><strong>Effects</strong></span>: Replaces replace_this in its position in the container with with_this. The container does not need to be rebalanced.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: This function will break container ordering invariants if with_this is not equivalent to *replace_this according to the ordering rules. This function is faster than erasing and inserting the node, since no rebalancing or comparison is needed. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp57037968-bb"></a><span class="identifier">remove_node</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Effects</strong></span>: removes "value" from the container.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic time.</p>
<p><span class="bold"><strong>Note</strong></span>: This static function is only usable with non-constant time size containers that have stateless comparison functors.</p>
<p>If the user calls this function with a constant time size container or stateful comparison functor a compilation error will be issued. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">class</span><span class="special">...</span> Options2<span class="special">></span> <span class="keyword">void</span> <a name="idp57043536-bb"></a><span class="identifier">merge</span><span class="special">(</span><a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span><span class="special">></span> <span class="special">&</span> source<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: "source" container's Options can only can differ in the comparison function from *this.</p>
<p><span class="bold"><strong>Effects</strong></span>: Attempts to extract each element in source and insert it into a using the comparison object of *this. If there is an element in a with key equivalent to the key of an element from source, then that element is not extracted from source.</p>
<p><span class="bold"><strong>Postcondition</strong></span>: Pointers and references to the transferred elements of source refer to those same elements but as members of *this. Iterators referring to the transferred elements will continue to refer to their elements, but they now behave as iterators into *this, not into source.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing unless the comparison object throws.</p>
<p><span class="bold"><strong>Complexity</strong></span>: N log(a.size() + N) (N has the value source.size()) </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">class</span><span class="special">...</span> Options2<span class="special">></span> <span class="keyword">void</span> <a name="idp57051488-bb"></a><span class="identifier">merge</span><span class="special">(</span><a class="link" href="bs_multiset.html" title="Class template bs_multiset">bs_multiset</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">Options2</span><span class="special">...</span><span class="special">></span> <span class="special">&</span> source<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: "source" container's Options can only can differ in the comparison function from *this.</p>
<p><span class="bold"><strong>Effects</strong></span>: Attempts to extract each element in source and insert it into a using the comparison object of *this. If there is an element in a with key equivalent to the key of an element from source, then that element is not extracted from source.</p>
<p><span class="bold"><strong>Postcondition</strong></span>: Pointers and references to the transferred elements of source refer to those same elements but as members of *this. Iterators referring to the transferred elements will continue to refer to their elements, but they now behave as iterators into *this, not into source.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing unless the comparison object throws.</p>
<p><span class="bold"><strong>Complexity</strong></span>: N log(a.size() + N) (N has the value source.size()) </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp409933216"></a><h3>
<a name="idp57085296-bb"></a><code class="computeroutput">bs_set</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a name="idp57085856-bb"></a><span class="identifier">container_from_end_iterator</span><span class="special">(</span><span class="identifier">iterator</span> end_iterator<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Precondition</strong></span>: end_iterator must be a valid end iterator of the container.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the end iterator</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a name="idp57091600-bb"></a><span class="identifier">container_from_end_iterator</span><span class="special">(</span><span class="identifier">const_iterator</span> end_iterator<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Precondition</strong></span>: end_iterator must be a valid end iterator of the container.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the end iterator</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a name="idp57097504-bb"></a><span class="identifier">container_from_iterator</span><span class="special">(</span><span class="identifier">iterator</span> it<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Precondition</strong></span>: it must be a valid iterator of the container.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the iterator</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">const</span> <a class="link" href="bs_set.html" title="Class template bs_set">bs_set</a> <span class="special">&</span> <a name="idp57103200-bb"></a><span class="identifier">container_from_iterator</span><span class="special">(</span><span class="identifier">const_iterator</span> it<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Precondition</strong></span>: it must be a valid iterator of the container.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns a const reference to the container associated to the iterator</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Logarithmic. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">iterator</span> <a name="idp57109056-bb"></a><span class="identifier">s_iterator_to</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns: a valid iterator i belonging to the set that points to the value</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: This static function is available only if the <span class="emphasis"><em>value traits</em></span> is stateless. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="identifier">const_iterator</span> <a name="idp57115872-bb"></a><span class="identifier">s_iterator_to</span><span class="special">(</span><span class="identifier">const_reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value must be an lvalue and shall be in a set of appropriate type. Otherwise the behavior is undefined.</p>
<p><span class="bold"><strong>Effects</strong></span>: Returns: a valid iterator i belonging to the set that points to the value</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Note</strong></span>: This static function is available only if the <span class="emphasis"><em>value traits</em></span> is stateless. </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="idp57122688-bb"></a><span class="identifier">init_node</span><span class="special">(</span><span class="identifier">reference</span> value<span class="special">)</span><span class="special">;</span></pre>
<p><span class="bold"><strong>Requires</strong></span>: value shall not be in a container.</p>
<p><span class="bold"><strong>Effects</strong></span>: init_node puts the hook of a value in a well-known default state.</p>
<p><span class="bold"><strong>Throws</strong></span>: Nothing.</p>
<p><span class="bold"><strong>Complexity</strong></span>: Constant time.</p>
<p><span class="bold"><strong>Note</strong></span>: This function puts the hook in the well-known default state used by auto_unlink and safe hooks. </p>
</li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005 Olaf Krzikalla<br>Copyright © 2006-2015 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="avltree_algorithms.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../intrusive/reference.html#header.boost.intrusive.bs_set_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="make_bs_set.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
rules/rules-rgaa2.2/src/test/resources/testcases/rgaa22/Rgaa22Rule06141/RGAA22.Test.6.14-3NMI-13.html | Asqatasun/Asqatasun | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>RGAA22 Test.6.14 NMI 13</title>
</head>
<body>
<div>
<p class="test-detail" lang="fr">
Possibilité d’identifier la destination ou l’action des liens et des boutons (intitulé seul)
</p>
<a href="my-link.html" title="unpredictable content pertinence and more">
<img src="image.jpg" alt="unpredictable content pertinence"/>
</a>
<p class="test-explanation">NMI : The text link pertinence is unpredictable (whatever the context)</p>
</div>
</body>
</html> |
docs/libming/SWFOutput_checkSize.html | gg0/libming-debian | <!WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
<!DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
<header>
<title>SWFOutput_checkSize - make sure there's enough space for bytes bytes</title>
</header>
<body>
<h1>NAME</h1>
SWFOutput_checkSize - make sure there's enough space for bytes bytes
<h1>SYNOPSIS</h1>
<pre>#include <ming.h>
void SWFOutput_checkSize
(
SWFOutput out,
int bytes
);
</pre>
<h1>PARAMETERS</h1>
<dl><dt>
SWFOutput out<dd>
Not Documented.
<dt>
int bytes<dd>
Not Documented.
</dl>
<h1>DESCRIPTION</h1>
Make sure there's enough space for bytes bytes.
</body>
|
ui/src/main/resources/jcr_root/libs/publick/components/admin/emailConfig/emailConfig.html | dulvac/publick-sling-blog | <div class="row" data-ng-controller="SettingsController" data-settings-type="email"
data-sly-use.email="com.nateyolles.sling.publick.components.admin.EmailConfig">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Email</h3>
</div>
<div class="panel-body">
<form action="/bin/admin/emailconfig" method="post">
<div class="row">
<div class="col-xs-12">
<div class="form-group">
<label>SMTP Username</label>
<input type="text" name="smtpUsername" data-ng-model="model.smtpUsername" data-ng-init="model.smtpUsername = '${email.smtpUsername}'" class="form-control">
<span class="help-block">The username to access your SMTP server.</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="form-group">
<label>SMTP Password</label>
<input type="password" name="smtpPassword" data-ng-model="model.smtpPassword" data-ng-init="model.smtpPassword = '${email.smtpPassword}'" data-ng-focus="clear($event)" class="form-control">
<span class="help-block">The password to access your SMTP server.</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="form-group">
<label>Sender Email</label>
<input type="email" name="sender" data-ng-model="model.sender" data-ng-init="model.sender = '${email.sender}'" class="form-control">
<span class="help-block">The email address to send from. (e.g. sender@mailserver.com)</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="form-group">
<label>Recipient Email</label>
<input type="email" name="recipient" data-ng-model="model.recipient" data-ng-init="model.recipient = '${email.recipient}'" class="form-control">
<span class="help-block">The email address to send to. (e.g. recipient@mailserver.com)</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="form-group">
<label>Host</label>
<input type="text" name="host" data-ng-model="model.host" data-ng-init="model.host = '${email.host}'" class="form-control">
<span class="help-block">The SMTP host server (e.g. email-smtp.us-west-2.amazonaws.com)</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="form-group">
<label>Port</label>
<input type="number" min="0" name="port" data-ng-model="model.port" data-ng-init="model.port = ${email.port || '\'\''}" class="form-control">
<span class="help-block">The SMTP host server port (e.g. 25)</span>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 form-group">
<button type="submit" class="btn btn-primary" data-ng-click="save($event)"
data-sly-attribute.disabled="${!email.authorable && 'disabled'}">Save</button>
</div>
</div>
<div class="row" data-ng-show="status.show">
<div class="col-xs-12">
<div class="alert {{status.type}} alert-dismissible" role="alert">
<button type="button" class="close" aria-label="Close" data-ng-click="hideAlert()"><span aria-hidden="true">×</span></button>
<strong data-ng-bind="status.header"></strong> <span data-ng-bind="status.message"></span>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div> |
src/main/twirl/gitbucket/core/helper/branchcontrol.scala.html | imeszaros/gitbucket | @(branch: String = "",
repository: gitbucket.core.service.RepositoryService.RepositoryInfo,
hasWritePermission: Boolean)(body: Html)(implicit context: gitbucket.core.controller.Context)
@import gitbucket.core.view.helpers
@gitbucket.core.helper.html.dropdown(
value = if(branch.length == 40) branch.substring(0, 10) else branch,
prefix = if(repository.branchList.contains(branch)) "branch" else if (repository.tags.map(_.name).contains(branch)) "tag" else "tree",
style = "min-width: 200px;",
maxValueWidth = "200px"
) {
<li>
<ul class="nav nav-tabs">
<li class="active" id="branch-control-tab-branches"><a href="javascript:void(0);" class="nav-item" id="nav-item-branches">Branches</a></li>
<li id="branch-control-tab-tags"><a href="javascript:void(0);" class="nav-item" id="nav-item-tags">Tags</a></li>
<li><button id="branch-control-close" class="pull-right">×</button></li>
</ul>
<li>
<input id="branch-control-input" type="text" class="form-control input-sm dropdown-filter-input"/>
</li>
@body
@if(hasWritePermission) {
<li id="create-branch" style="display: none;">
<a><form action="@helpers.url(repository)/branches" method="post" style="margin: 0;">
<span class="strong">Create branch: <span class="new-branch"></span></span>
<br><span style="padding-left: 17px;">from '@branch'</span>
<input type="hidden" name="new">
<input type="hidden" name="from" value="@branch">
</form></a>
</li>
}
</li>
}
<script>
$(function(){
$('#branch-control-input').parent().click(function(e) {
e.stopPropagation();
});
$('#branch-control-close').click(function() {
$('[data-toggle="dropdown"]').parent().removeClass('open');
});
$('#branch-control-input').keyup(function() {
updateBranchControlListFilter();
});
@if(hasWritePermission) {
$('#create-branch').click(function() {
$(this).find('input[name="new"]').val($('.dropdown-menu input').val())
$(this).find('form').submit()
});
}
$('.btn-group').click(function() {
$('#branch-control-input').val('');
//$('.dropdown-menu li').show();
$('#create-branch').hide();
});
$('#nav-item-branches').click(function(e) {
e.stopPropagation();
updateBranchControlList('branches');
});
$('#nav-item-tags').click(function(e) {
e.stopPropagation();
updateBranchControlList('tags');
});
function updateBranchControlList(active) {
if (active == 'branches') {
$('li#branch-control-tab-branches').addClass('active');
$('li#branch-control-tab-tags').removeClass('active');
$('li.branch-control-item-branch').show();
$('li.branch-control-item-branch > a').addClass('active');
$('li.branch-control-item-tag').hide();
$('li.branch-control-item-tag > a').removeClass('active');
@if(hasWritePermission) {
$('#branch-control-input').attr('placeholder', 'Find or create branch ...');
} else {
$('#branch-control-input').attr('placeholder', 'Find branch ...');
}
} else if (active == 'tags') {
$('li#branch-control-tab-branches').removeClass('active');
$('li#branch-control-tab-tags').addClass('active');
$('li.branch-control-item-branch').hide();
$('li.branch-control-item-branch > a').removeClass('active');
$('li.branch-control-item-tag').show();
$('li.branch-control-item-tag > a').addClass('active');
$('#branch-control-input').attr('placeholder', 'Find tag ...');
}
updateBranchControlListFilter();
}
function updateBranchControlListFilter() {
const inputVal = $('#branch-control-input').val();
$.each($('#branch-control-input').parent().parent().find('a.active').not('.nav-item'), function(index, elem) {
if (!inputVal || !elem.text.trim() || elem.text.trim().toLowerCase().indexOf(inputVal.toLowerCase()) >= 0) {
$(elem).parent().show();
} else {
$(elem).parent().hide();
}
});
if ($('li#branch-control-tab-branches.active').length > 0) {
@if(hasWritePermission) {
if (inputVal) {
$('#create-branch').parent().find('li:last-child').show().find('.new-branch').text(inputVal);
} else {
$('#create-branch').parent().find('li:last-child').hide();
}
}
}
}
// Initialize the branch control list
updateBranchControlList('branches');
});
</script>
|
jsw/windows-x86_64/doc/english/prop-console-flush.html | enternoescape/opendct | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Java Service Wrapper - wrapper.console.flush Property</title>
<style media="all" type="text/css">
@import url("./style/wrapper.css");
</style>
</head>
<body bgcolor="#eeeeff" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" alink="#023264" vlink="#023264" link="#525D76" text="#000000">
<map name="wrapperLogo">
<area href="http://wrapper.tanukisoftware.org" coords="90,90,88" shape="circle">
</map>
<map name="wrapperTitle">
<area href="http://www.tanukisoftware.com" coords="28,32,176,48" shape="rect">
</map>
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td valign="top" width="180">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td width="180"><img usemap="#wrapperLogo" border="0" height="180" width="180" src="images/WrapperLogo.png"></td>
</tr>
<tr>
<td>
<table cellpadding="4" cellspacing="0" width="100%" border="0">
<tr>
<td nowrap="true">
<div id="menu">
<script language="JavaScript">//@@MENU_TOP@@</script>
<div>
<b>Essentials</b>
<div>
<a href="introduction.html">Introduction</a>
</div>
<div>
<a href="integrate.html">Integration Methods</a>
</div>
<div>
<a href="properties.html">Configuration Properties</a>
</div>
<div>
<a href="launch.html">Launching Your Application</a>
</div>
<div>
<b>
>>
<a href="donate.html">Show Your Support</a>
<<
</b>
</div>
<div>
<a href="sponsors.html">Sponsors</a>
</div>
</div>
<div>
<b>Documentation</b>
<div>
<a href="jmx.html">JMX Control</a>
</div>
<div>
<a href="security-model.html">Security Model</a>
</div>
<div>
<a href="example.html">Feature Examples</a>
</div>
<div>
<a href="debugging.html">Debugging Your Application</a>
</div>
<div>
<a href="troubleshooting.html">Troubleshooting</a>
</div>
<div>
<a href="faq.html">FAQ</a>
</div>
<div>
<a href="release-notes.html">Release Notes</a>
</div>
<div>
<a href="history.html">Project History</a>
</div>
<div>
<a href="javadocs.html">Javadocs API</a>
</div>
<div>
<a href="buttons.html">Buttons</a>
</div>
<div>
<a href="authors.html">Authors</a>
</div>
<div>
<a href="license.html">License</a>
</div>
</div>
<div>
<b>Download</b>
<div>
<a href="http://sourceforge.net/project/showfiles.php?group_id=39428&package_id=31591">Binaries</a>
</div>
<div>
<a href="http://sourceforge.net/project/showfiles.php?group_id=39428&package_id=33658">Source Code</a>
</div>
</div>
<div>
<b>Get Involved</b>
<div>
<a href="http://sourceforge.net/projects/wrapper/">Source Forge</a>
</div>
<div>
<a href="http://svn.sourceforge.net/viewvc/wrapper/">Subversion Repository</a>
</div>
<div>
<a href="http://sourceforge.net/tracker/?group_id=39428">Issue Tracking</a>
</div>
<div>
<a href="http://sourceforge.net/mail/?group_id=39428">Mailing Lists and Archives</a>
</div>
<div>
<a href="http://sourceforge.net/forum/?group_id=39428">Forums (Old)</a>
</div>
</div>
</div>
<script language="JavaScript">//@@MENU_BOTTOM@@</script>
<p>
<b>Hosted by:</b>
<br>
<a href="http://sourceforge.net/projects/wrapper/"><img alt="SourceForge" border="0" height="31" width="88" src="http://sourceforge.net/sflogo.php?group_id=39428"></a>
<br>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td><td valign="top" width="*">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td colspan="3"><img height="4" src="images/spacer.gif"></td>
</tr>
<tr>
<td align="center" height="90" colspan="2"><a href="http://wrapper.tanukisoftware.org"><img border="0" height="90" width="728" src="images/OfflineAd728x90.png"></a></td><td rowspan="5"><img width="4" src="images/spacer.gif"></td>
</tr>
<tr>
<td height="49" width="435"><img usemap="#wrapperTitle" border="0" height="49" width="435" src="images/WrapperTitle.png"></td><td valign="bottom" align="right" width="*"><a href="donate.html"><img border="0" height="16" width="300" src="images/DonationRequest.png"></a></td>
</tr>
<tr>
<td height="4" colspan="2"><img height="4" width="500" src="images/BorderTop.png"></td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td valign="top" width="4"><img height="496" width="4" src="images/BorderLeft.png"></td><td bgcolor="#ffffff" valign="top" width="*" colspan="2">
<table cellpadding="4" cellspacing="0" width="100%" border="0">
<tr>
<td nowrap="true" align="center"><font zcolor="#115b77" color="#8888aa" size="5"><b>wrapper.console.flush Property</b></font></td>
</tr>
<tr>
<td>
<title>wrapper.console.flush Property</title>
<a name="N10009"></a>
<table cellpadding="2" cellspacing="0" width="100%" border="0">
<tr>
<td bgcolor="#8888aa" class="sectionheader1" width="*"><font color="#eeeeee" size="4"><b>Configuration Property Overview</b></font></td>
</tr>
<tr>
<td><img height="4" width="1" src="./images/spacer.gif"></td>
</tr>
<tr>
<td>
<ul>
<li>
<a href="properties.html">Configuration Property Overview</a>
</li>
<li>
<a href="props-logging.html">Logging Configuration Properties</a>
</li>
<li>
<a href="properties.html#name">Property List by Name</a>
</li>
</ul>
</td>
</tr>
</table>
<a name="N10027"></a>
<table cellpadding="2" cellspacing="0" width="100%" border="0">
<tr>
<td bgcolor="#8888aa" class="sectionheader1" width="*"><font color="#eeeeee" size="4"><b>wrapper.console.flush</b></font></td>
</tr>
<tr>
<td><img height="4" width="1" src="./images/spacer.gif"></td>
</tr>
<tr>
<td>
<p>
When set to true causes the Wrapper to implicitly flush stdout after
each line of output is sent to the console. For normal operation,
this does not appear to be necessary. But users who are piping the
console output of the Wrapper process into another application have
reported that the console output was not being flushed in real time.
Defaults to false.
</p>
<table cellspacing="0" cellpadding="0" width="100%" border="0" class="listing">
<tr>
<td class="listingcaption"><i>Example:</i></td>
</tr>
<tr>
<td bgcolor="#eeeeee" class="listingcell"><font color="#444444">
<pre class="listingpre">wrapper.console.flush=false</pre>
</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" id="author">
<p>
<i>by Leif Mortenson</i>
</p>
</td>
</tr>
</table>
<script language="JavaScript">//@@BODY_SECTION@@</script></td><td valign="bottom" width="4"><img height="496" width="4" src="images/BorderRight.png"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" height="4" colspan="2"><img height="4" width="500" src="images/BorderBottom.png"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" border="0" width="100%">
<tr>
<td id="copyright" align="left"><font color="#525D76" size="-1" face="arial,helvetica,sanserif"><i>
Copyright ©1999-2004 by <a href="http://www.tanukisoftware.com">Tanuki Software</a>.
All Rights Reserved.
</i></font></td><td align="right"><font color="#525D76" size="-1" face="arial,helvetica,sanserif"><i>
last modified:
<script language="JavaScript"> document.write(document.lastModified); </script></i></font></td>
</tr>
</table>
</body>
</html>
|
help/help/src/sakai_screensteps_forumsUserGuide/howdoIposttoaforumtopic.html | OpenCollabZA/sakai | <!DOCTYPE html>
<html lang="en">
<head>
<title>How do I enable student peer review for an assignment?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="sakai.assignment" name="description">
<meta content="peer review, peer assessment, peer evaluation" name="search">
<link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="../css/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/skin/morpheus-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<script src="/library/webjars/jquery/1.12.4/jquery.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='featherlight']").featherlight({
type: { image:true },
closeOnClick: 'anywhere'
});
});
</script>
</head>
<body>
<div id="wrapper"><div id="article-content">
<div id="article-header"><h1 class="article-title">How do I post to a forum topic?</h1></div>
<div id="article-description"> <div class="step-instructions screensteps-textblock screensteps-wrapper--introduction screensteps-wrapper">
<p>Forums are organizational units that group topics within the site. You cannot post directly to a forum, you must first enter a topic and post your message there.</p>
<p>In order to post to a forum topic, you will<strong> Start a New Conversation </strong>or thread.</p>
</div>
<div class="step screensteps-section screensteps-depth-1" id="go-to-forums">
<h2 id="go-to-forums" class="step-title screensteps-heading">Go to Forums.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/178/996/original/d4fc016b-1d81-4468-b910-20a5501af5fe.png" alt="Go to Forums." height="126" width="200">
</div>
<div class="step-instructions screensteps-textblock">
<p>Select the <strong>Forums</strong> tool from Tool Menu in your site.</p>
</div>
</div>
<div class="step screensteps-section screensteps-depth-1" id="choose-a-forum">
<h2 id="choose-a-forum" class="step-title screensteps-heading">Choose a forum.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/179/000/original/a8ef262d-c5ef-4dea-aa5d-736fcb67afd5.png" alt="Choose a forum." height="424" width="835">
</div>
<div class="step-instructions screensteps-textblock">
<p>This is an example of a forum. The forum title will appear in bold and in a larger font than the topic titles indented beneath it. If you would like to view more information about the forum, you may click <strong>View Full Description</strong> to view any additional information provided by the site owner.</p>
</div>
</div>
<div class="step screensteps-section screensteps-depth-1" id="select-a-topic-within-the-forum">
<h2 id="select-a-topic-within-the-forum" class="step-title screensteps-heading">Select a topic within the forum.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/178/998/original/9a037115-5980-4ee8-b668-9aa871dfecd4.png" alt="Select a topic within the forum." height="197" width="812">
</div>
<div class="step-instructions screensteps-textblock">
<p>This is an example of a forum topic. </p>
<p>Click on the title of the topic to enter that topic.</p>
</div>
</div>
<div class="step screensteps-section screensteps-depth-1" id="click-start-a-new-conversation">
<h2 id="click-start-a-new-conversation" class="step-title screensteps-heading">Click Start a New Conversation.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/179/002/original/40edb0e1-7b4b-40ef-ad76-3e2ec9b78f5f.png" alt="Click Start a New Conversation." height="398" width="826">
</div>
<div class="step-instructions screensteps-textblock">
<p>Starting a new conversation is the same thing as starting a new thread.</p>
<p>After you click <strong>Start a New Conversation</strong>, the message composition window will appear.</p>
</div>
<div class="step screensteps-section screensteps-depth-2" id="enter-a-title">
<h3 id="enter-a-title" class="step-title screensteps-heading">Enter a title.</h3>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/179/010/original/1fdcca81-0c4e-4628-9294-474974e91de3.png" alt="Enter a title." height="73" width="441">
</div>
</div>
<div class="step screensteps-section screensteps-depth-2" id="enter-a-message">
<h3 id="enter-a-message" class="step-title screensteps-heading">Enter a message.</h3>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/179/008/original/9833c479-24a9-4a81-98b2-b8cff2e49fe5.png" alt="Enter a message." height="375" width="755">
</div>
<div class="step-instructions screensteps-textblock">
<p>This description box allows the use of <a rel="nofollow" href="content.hlp?docId=whatistherichtexteditorcopied">Rich Text Editor</a>. </p>
<p><em>Note: The message box will keep track of word count in the lower right corner. </em></p>
</div>
</div>
<div class="step screensteps-section screensteps-depth-2" id="click-add-attachments-optional">
<h3 id="click-add-attachments-optional" class="step-title screensteps-heading">Click Add attachments. (Optional)</h3>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/179/004/original/9919dba3-a66c-4e5c-949e-826fd3385647.png" alt="Click Add attachments. (Optional)" height="158" width="816">
</div>
<div class="step-instructions screensteps-textblock">
<p>If desired, there is an option to upload attachments to the conversation. Click<strong> Add attachments</strong> to browse for and select your file.</p>
</div>
</div>
</div>
<div class="step screensteps-section screensteps-depth-1" id="click-post">
<h2 id="click-post" class="step-title screensteps-heading">Click Post.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/179/006/original/465761e4-2ccc-435b-9a39-4438b0b6f2ee.png" alt="Click Post." height="50" width="139">
</div>
<div class="step-instructions screensteps-textblock">
<p>After completing the conversation, click <strong>Post</strong> to make the conversation viewable.</p>
</div>
</div>
</div>
</div></div>
</body>
</html>
|
hadoop/docs/api/org/apache/hadoop/util/class-use/PureJavaCrc32.html | markkerzner/nn_kove | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Thu Jan 31 02:05:00 UTC 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.util.PureJavaCrc32 (Hadoop 1.1.2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-31">
<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.util.PureJavaCrc32 (Hadoop 1.1.2 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/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util"><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/util//class-usePureJavaCrc32.html" target="_top"><B>FRAMES</B></A>
<A HREF="PureJavaCrc32.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.util.PureJavaCrc32</B></H2>
</CENTER>
No usage of org.apache.hadoop.util.PureJavaCrc32
<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/util/PureJavaCrc32.html" title="class in org.apache.hadoop.util"><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/util//class-usePureJavaCrc32.html" target="_top"><B>FRAMES</B></A>
<A HREF="PureJavaCrc32.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
src/plugins/websocket/readme.html | zhouluoyang/openfire | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Openfire WebSocket Plugin Readme</title>
<style type="text/css">
BODY {
font-size : 100%;
}
BODY, TD, TH {
font-family : tahoma, verdana, arial, helvetica, sans-serif;
font-size : 0.8em;
}
H2 {
font-size : 10pt;
font-weight : bold;
}
A:hover {
text-decoration : none;
}
H1 {
font-family : tahoma, arial, helvetica, sans-serif;
font-size : 1.4em;
font-weight: bold;
border-bottom : 1px #ccc solid;
padding-bottom : 2px;
}
TT {
font-family : courier new;
font-weight : bold;
color : #060;
}
PRE {
font-family : courier new;
font-size : 100%;
}
</style>
</head>
<body>
<h1>
Openfire WebSocket Plugin Readme
</h1>
<h2>Overview</h2>
<p>
This plugin extends Openfire to support WebSocket. The implementation follows the XMPP WebSocket subprotocol
(<a href="https://tools.ietf.org/html/rfc7395">RFC 7395</a>) specification, which is a standard extension of the
WebSocket protocol specification (<a href="https://tools.ietf.org/html/rfc6455">RFC 6455</a>).
</p>
<p>
Note that the BOSH (http-bind) capabilities of Openfire must be enabled and correctly configured as a
prerequisite before installing this plugin. The WebSocket servlet is installed within the same context
as the BOSH component, and will reuse the same HTTP/S port(s) when establishing the WebSocket connection.
</p>
<h2>Installation</h2>
<p>Copy websocket.jar into the plugins directory of your Openfire installation. The
plugin will then be automatically deployed. To upgrade to a new version, copy the new
websocket.jar file over the existing file.</p>
<p>
Upon installation, the WebSocket URI path will be /ws/ on the same server/port as the BOSH
connector. To establish a secure WebSocket, modify the following URL as appropriate:
</p>
<pre>
wss://your.openfire.host:7443/ws/
</pre>
<h2>Configuration</h2>
<p>
The WebSocket plugin implements the Stream Management (<a href="http://xmpp.org/extensions/xep-0198.html">XEP-0198</a>)
"ack" capabilities introduced with Openfire 4.0. This provides assurance for XMPP packet delivery by allowing the peers
to agree on the number of stanzas exchanged. Two system properties are available to configure this feature:
</p>
<dl>
<dt><pre>stream.management.active</pre></dt>
<dd>Boolean property to enable/disable stream management (default: true)</dd>
<dt><pre>stream.management.unsolicitedAckFrequency</pre></dt>
<dd>Integer property indicating frequency of unsolicited ack's from the server to the client (default: 0)</dd>
</dl>
<p>
XEP-0198 allows either party (client or server) to send unsolicited ack/answer
stanzas on a periodic basis. This implementation approximates BOSH ack behavior
by sending unsolicited <a /> stanzas from the server to the client after a
configurable number of stanzas have been received from the client.
</p>
<p>
Setting the system property to "1" would indicate that each client packet should
be ack'd by the server when stream management is enabled for a particular stream.
To disable unsolicited server acks, use the default value for system property
"stream.management.unsolicitedAckFrequency" ("0"). This setting does not affect
server responses to explicit ack requests from the client.
</p>
</body>
</html>
|
docs/api/java/org/openqa/selenium/support/pagefactory/ByChained.html | misttechnologies/selenium | <!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>ByChained</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="ByChained";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/openqa/selenium/support/pagefactory/ByAll.html" title="class in org.openqa.selenium.support.pagefactory"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/openqa/selenium/support/pagefactory/DefaultElementLocator.html" title="class in org.openqa.selenium.support.pagefactory"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/openqa/selenium/support/pagefactory/ByChained.html" target="_top">Frames</a></li>
<li><a href="ByChained.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.classes.inherited.from.class.org.openqa.selenium.By">Nested</a> | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.openqa.selenium.support.pagefactory</div>
<h2 title="Class ByChained" class="title">Class ByChained</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">org.openqa.selenium.By</a></li>
<li>
<ul class="inheritance">
<li>org.openqa.selenium.support.pagefactory.ByChained</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ByChained</span>
extends <a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a>
implements java.io.Serializable</pre>
<div class="block">Mechanism used to locate elements within a document using a series of other lookups. This class
will find all DOM elements that matches each of the locators in sequence, e.g.
<pre>
driver.findElements(new ByChained(by1, by2))
</pre>
will find all elements that match <var>by2</var> and appear under an element that matches
<var>by1</var>.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../serialized-form.html#org.openqa.selenium.support.pagefactory.ByChained">Serialized Form</a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.openqa.selenium.By">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class org.openqa.selenium.<a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a></h3>
<code><a href="../../../../../org/openqa/selenium/By.ByClassName.html" title="class in org.openqa.selenium">By.ByClassName</a>, <a href="../../../../../org/openqa/selenium/By.ByCssSelector.html" title="class in org.openqa.selenium">By.ByCssSelector</a>, <a href="../../../../../org/openqa/selenium/By.ById.html" title="class in org.openqa.selenium">By.ById</a>, <a href="../../../../../org/openqa/selenium/By.ByLinkText.html" title="class in org.openqa.selenium">By.ByLinkText</a>, <a href="../../../../../org/openqa/selenium/By.ByName.html" title="class in org.openqa.selenium">By.ByName</a>, <a href="../../../../../org/openqa/selenium/By.ByPartialLinkText.html" title="class in org.openqa.selenium">By.ByPartialLinkText</a>, <a href="../../../../../org/openqa/selenium/By.ByTagName.html" title="class in org.openqa.selenium">By.ByTagName</a>, <a href="../../../../../org/openqa/selenium/By.ByXPath.html" title="class in org.openqa.selenium">By.ByXPath</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/openqa/selenium/support/pagefactory/ByChained.html#ByChained-org.openqa.selenium.By...-">ByChained</a></span>(<a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a>... bys)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/openqa/selenium/WebElement.html" title="interface in org.openqa.selenium">WebElement</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/openqa/selenium/support/pagefactory/ByChained.html#findElement-org.openqa.selenium.SearchContext-">findElement</a></span>(<a href="../../../../../org/openqa/selenium/SearchContext.html" title="interface in org.openqa.selenium">SearchContext</a> context)</code>
<div class="block">Find a single element.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.util.List<<a href="../../../../../org/openqa/selenium/WebElement.html" title="interface in org.openqa.selenium">WebElement</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/openqa/selenium/support/pagefactory/ByChained.html#findElements-org.openqa.selenium.SearchContext-">findElements</a></span>(<a href="../../../../../org/openqa/selenium/SearchContext.html" title="interface in org.openqa.selenium">SearchContext</a> context)</code>
<div class="block">Find many elements.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/openqa/selenium/support/pagefactory/ByChained.html#toString--">toString</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.openqa.selenium.By">
<!-- -->
</a>
<h3>Methods inherited from class org.openqa.selenium.<a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a></h3>
<code><a href="../../../../../org/openqa/selenium/By.html#className-java.lang.String-">className</a>, <a href="../../../../../org/openqa/selenium/By.html#cssSelector-java.lang.String-">cssSelector</a>, <a href="../../../../../org/openqa/selenium/By.html#equals-java.lang.Object-">equals</a>, <a href="../../../../../org/openqa/selenium/By.html#hashCode--">hashCode</a>, <a href="../../../../../org/openqa/selenium/By.html#id-java.lang.String-">id</a>, <a href="../../../../../org/openqa/selenium/By.html#linkText-java.lang.String-">linkText</a>, <a href="../../../../../org/openqa/selenium/By.html#name-java.lang.String-">name</a>, <a href="../../../../../org/openqa/selenium/By.html#partialLinkText-java.lang.String-">partialLinkText</a>, <a href="../../../../../org/openqa/selenium/By.html#tagName-java.lang.String-">tagName</a>, <a href="../../../../../org/openqa/selenium/By.html#xpath-java.lang.String-">xpath</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ByChained-org.openqa.selenium.By...-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ByChained</h4>
<pre>public ByChained(<a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a>... bys)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="findElement-org.openqa.selenium.SearchContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findElement</h4>
<pre>public <a href="../../../../../org/openqa/selenium/WebElement.html" title="interface in org.openqa.selenium">WebElement</a> findElement(<a href="../../../../../org/openqa/selenium/SearchContext.html" title="interface in org.openqa.selenium">SearchContext</a> context)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/openqa/selenium/By.html#findElement-org.openqa.selenium.SearchContext-">By</a></code></span></div>
<div class="block">Find a single element. Override this method if necessary.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/openqa/selenium/By.html#findElement-org.openqa.selenium.SearchContext-">findElement</a></code> in class <code><a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - A context to use to find the element</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The WebElement that matches the selector</dd>
</dl>
</li>
</ul>
<a name="findElements-org.openqa.selenium.SearchContext-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>findElements</h4>
<pre>public java.util.List<<a href="../../../../../org/openqa/selenium/WebElement.html" title="interface in org.openqa.selenium">WebElement</a>> findElements(<a href="../../../../../org/openqa/selenium/SearchContext.html" title="interface in org.openqa.selenium">SearchContext</a> context)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/openqa/selenium/By.html#findElements-org.openqa.selenium.SearchContext-">By</a></code></span></div>
<div class="block">Find many elements.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/openqa/selenium/By.html#findElements-org.openqa.selenium.SearchContext-">findElements</a></code> in class <code><a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>context</code> - A context to use to find the element</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>A list of WebElements matching the selector</dd>
</dl>
</li>
</ul>
<a name="toString--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/openqa/selenium/By.html#toString--">toString</a></code> in class <code><a href="../../../../../org/openqa/selenium/By.html" title="class in org.openqa.selenium">By</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/openqa/selenium/support/pagefactory/ByAll.html" title="class in org.openqa.selenium.support.pagefactory"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/openqa/selenium/support/pagefactory/DefaultElementLocator.html" title="class in org.openqa.selenium.support.pagefactory"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/openqa/selenium/support/pagefactory/ByChained.html" target="_top">Frames</a></li>
<li><a href="ByChained.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested.classes.inherited.from.class.org.openqa.selenium.By">Nested</a> | </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>
|
hadoop/docs/api/org/apache/hadoop/util/class-use/ProcessTree.Signal.html | markkerzner/nn_kove | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Thu Jan 31 02:05:00 UTC 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.util.ProcessTree.Signal (Hadoop 1.1.2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-31">
<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.util.ProcessTree.Signal (Hadoop 1.1.2 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/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util"><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/util//class-useProcessTree.Signal.html" target="_top"><B>FRAMES</B></A>
<A HREF="ProcessTree.Signal.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.util.ProcessTree.Signal</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/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.mapred"><B>org.apache.hadoop.mapred</B></A></TD>
<TD>A software framework for easily writing applications which process vast
amounts of data (multi-terabyte data-sets) parallelly on large clusters
(thousands of nodes) built of commodity hardware in a reliable, fault-tolerant
manner. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.util"><B>org.apache.hadoop.util</B></A></TD>
<TD>Common utilities. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.mapred"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A> in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/mapred/package-summary.html">org.apache.hadoop.mapred</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract void</CODE></FONT></TD>
<TD><CODE><B>TaskController.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/TaskController.html#signalTask(java.lang.String, int, org.apache.hadoop.util.ProcessTree.Signal)">signalTask</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> user,
int taskPid,
<A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A> signal)</CODE>
<BR>
Send a signal to a task pid as the user.</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>DefaultTaskController.</B><B><A HREF="../../../../../org/apache/hadoop/mapred/DefaultTaskController.html#signalTask(java.lang.String, int, org.apache.hadoop.util.ProcessTree.Signal)">signalTask</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> user,
int taskPid,
<A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A> signal)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A> in <A HREF="../../../../../org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</A> that return <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A></CODE></FONT></TD>
<TD><CODE><B>ProcessTree.Signal.</B><B><A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</CODE>
<BR>
Returns the enum constant of this type with the specified name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A>[]</CODE></FONT></TD>
<TD><CODE><B>ProcessTree.Signal.</B><B><A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html#values()">values</A></B>()</CODE>
<BR>
Returns an array containing the constants of this enum type, in
the order they are declared.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/util/package-summary.html">org.apache.hadoop.util</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B>ProcessTree.</B><B><A HREF="../../../../../org/apache/hadoop/util/ProcessTree.html#killProcess(java.lang.String, org.apache.hadoop.util.ProcessTree.Signal)">killProcess</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> pid,
<A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A> signal)</CODE>
<BR>
Sends signal to process, forcefully terminating the process.</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>ProcessTree.</B><B><A HREF="../../../../../org/apache/hadoop/util/ProcessTree.html#killProcessGroup(java.lang.String, org.apache.hadoop.util.ProcessTree.Signal)">killProcessGroup</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> pgrpId,
<A HREF="../../../../../org/apache/hadoop/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util">ProcessTree.Signal</A> signal)</CODE>
<BR>
Sends signal to all process belonging to same process group,
forcefully terminating the process group.</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/util/ProcessTree.Signal.html" title="enum in org.apache.hadoop.util"><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/util//class-useProcessTree.Signal.html" target="_top"><B>FRAMES</B></A>
<A HREF="ProcessTree.Signal.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
template/profile.html | networksoft/erp.roshlife | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
<title> SmartAdmin </title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Basic Styles -->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/font-awesome.min.css">
<!-- SmartAdmin Styles : Please note (smartadmin-production.css) was created using LESS variables -->
<link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-production.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-skins.min.css">
<!-- SmartAdmin RTL Support is under construction
This RTL CSS will be released in version 1.5
<link rel="stylesheet" type="text/css" media="screen" href="css/smartadmin-rtl.min.css"> -->
<!-- We recommend you use "your_style.css" to override SmartAdmin
specific styles this will also ensure you retrain your customization with each SmartAdmin update.
<link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> -->
<!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
<link rel="stylesheet" type="text/css" media="screen" href="css/demo.min.css">
<!-- FAVICONS -->
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon">
<!-- GOOGLE FONT -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700">
<!-- Specifying a Webpage Icon for Web Clip
Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html -->
<link rel="apple-touch-icon" href="img/splash/sptouch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/splash/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/splash/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/splash/touch-icon-ipad-retina.png">
<!-- iOS web-app metas : hides Safari UI Components and Changes Status Bar Appearance -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Startup image for web apps -->
<link rel="apple-touch-startup-image" href="img/splash/ipad-landscape.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)">
<link rel="apple-touch-startup-image" href="img/splash/ipad-portrait.png" media="screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)">
<link rel="apple-touch-startup-image" href="img/splash/iphone.png" media="screen and (max-device-width: 320px)">
</head>
<body class="">
<!-- possible classes: minified, fixed-ribbon, fixed-header, fixed-width-->
<!-- HEADER -->
<header id="header">
<div id="logo-group">
<!-- PLACE YOUR LOGO HERE -->
<span id="logo"> <img src="img/logo.png" alt="SmartAdmin"> </span>
<!-- END LOGO PLACEHOLDER -->
<!-- Note: The activity badge color changes when clicked and resets the number to 0
Suggestion: You may want to set a flag when this happens to tick off all checked messages / notifications -->
<span id="activity" class="activity-dropdown"> <i class="fa fa-user"></i> <b class="badge"> 21 </b> </span>
<!-- AJAX-DROPDOWN : control this dropdown height, look and feel from the LESS variable file -->
<div class="ajax-dropdown">
<!-- the ID links are fetched via AJAX to the ajax container "ajax-notifications" -->
<div class="btn-group btn-group-justified" data-toggle="buttons">
<label class="btn btn-default">
<input type="radio" name="activity" id="ajax/notify/mail.html">
Msgs (14) </label>
<label class="btn btn-default">
<input type="radio" name="activity" id="ajax/notify/notifications.html">
notify (3) </label>
<label class="btn btn-default">
<input type="radio" name="activity" id="ajax/notify/tasks.html">
Tasks (4) </label>
</div>
<!-- notification content -->
<div class="ajax-notifications custom-scroll">
<div class="alert alert-transparent">
<h4>Click a button to show messages here</h4>
This blank page message helps protect your privacy, or you can show the first message here automatically.
</div>
<i class="fa fa-lock fa-4x fa-border"></i>
</div>
<!-- end notification content -->
<!-- footer: refresh area -->
<span> Last updated on: 12/12/2013 9:43AM
<button type="button" data-loading-text="<i class='fa fa-refresh fa-spin'></i> Loading..." class="btn btn-xs btn-default pull-right">
<i class="fa fa-refresh"></i>
</button> </span>
<!-- end footer -->
</div>
<!-- END AJAX-DROPDOWN -->
</div>
<!-- projects dropdown -->
<div class="project-context hidden-xs">
<span class="label">Projects:</span>
<span class="project-selector dropdown-toggle" data-toggle="dropdown">Recent projects <i class="fa fa-angle-down"></i></span>
<!-- Suggestion: populate this list with fetch and push technique -->
<ul class="dropdown-menu">
<li>
<a href="javascript:void(0);">Online e-merchant management system - attaching integration with the iOS</a>
</li>
<li>
<a href="javascript:void(0);">Notes on pipeline upgradee</a>
</li>
<li>
<a href="javascript:void(0);">Assesment Report for merchant account</a>
</li>
<li class="divider"></li>
<li>
<a href="javascript:void(0);"><i class="fa fa-power-off"></i> Clear</a>
</li>
</ul>
<!-- end dropdown-menu-->
</div>
<!-- end projects dropdown -->
<!-- pulled right: nav area -->
<div class="pull-right">
<!-- collapse menu button -->
<div id="hide-menu" class="btn-header pull-right">
<span> <a href="javascript:void(0);" data-action="toggleMenu" title="Collapse Menu"><i class="fa fa-reorder"></i></a> </span>
</div>
<!-- end collapse menu -->
<!-- #MOBILE -->
<!-- Top menu profile link : this shows only when top menu is active -->
<ul id="mobile-profile-img" class="header-dropdown-list hidden-xs padding-5">
<li class="">
<a href="#" class="dropdown-toggle no-margin userdropdown" data-toggle="dropdown">
<img src="img/avatars/sunny.png" alt="John Doe" class="online" />
</a>
<ul class="dropdown-menu pull-right">
<li>
<a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0"><i class="fa fa-cog"></i> Setting</a>
</li>
<li class="divider"></li>
<li>
<a href="profile.html" class="padding-10 padding-top-0 padding-bottom-0"> <i class="fa fa-user"></i> <u>P</u>rofile</a>
</li>
<li class="divider"></li>
<li>
<a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="toggleShortcut"><i class="fa fa-arrow-down"></i> <u>S</u>hortcut</a>
</li>
<li class="divider"></li>
<li>
<a href="javascript:void(0);" class="padding-10 padding-top-0 padding-bottom-0" data-action="launchFullscreen"><i class="fa fa-arrows-alt"></i> Full <u>S</u>creen</a>
</li>
<li class="divider"></li>
<li>
<a href="login.html" class="padding-10 padding-top-5 padding-bottom-5" data-action="userLogout"><i class="fa fa-sign-out fa-lg"></i> <strong><u>L</u>ogout</strong></a>
</li>
</ul>
</li>
</ul>
<!-- logout button -->
<div id="logout" class="btn-header transparent pull-right">
<span> <a href="login.html" title="Sign Out" data-action="userLogout" data-logout-msg="You can improve your security further after logging out by closing this opened browser"><i class="fa fa-sign-out"></i></a> </span>
</div>
<!-- end logout button -->
<!-- search mobile button (this is hidden till mobile view port) -->
<div id="search-mobile" class="btn-header transparent pull-right">
<span> <a href="javascript:void(0)" title="Search"><i class="fa fa-search"></i></a> </span>
</div>
<!-- end search mobile button -->
<!-- input: search field -->
<form action="search.html" class="header-search pull-right">
<input id="search-fld" type="text" name="param" placeholder="Find reports and more" data-autocomplete='[
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"Java",
"JavaScript",
"Lisp",
"Perl",
"PHP",
"Python",
"Ruby",
"Scala",
"Scheme"]'>
<button type="submit">
<i class="fa fa-search"></i>
</button>
<a href="javascript:void(0);" id="cancel-search-js" title="Cancel Search"><i class="fa fa-times"></i></a>
</form>
<!-- end input: search field -->
<!-- fullscreen button -->
<div id="fullscreen" class="btn-header transparent pull-right">
<span> <a href="javascript:void(0);" data-action="launchFullscreen" title="Full Screen"><i class="fa fa-arrows-alt"></i></a> </span>
</div>
<!-- end fullscreen button -->
<!-- #Voice Command: Start Speech -->
<div id="speech-btn" class="btn-header transparent pull-right hidden-sm hidden-xs">
<div>
<a href="javascript:void(0)" title="Voice Command" data-action="voiceCommand"><i class="fa fa-microphone"></i></a>
<div class="popover bottom"><div class="arrow"></div>
<div class="popover-content">
<h4 class="vc-title">Voice command activated <br><small>Please speak clearly into the mic</small></h4>
<h4 class="vc-title-error text-center">
<i class="fa fa-microphone-slash"></i> Voice command failed
<br><small class="txt-color-red">Must <strong>"Allow"</strong> Microphone</small>
<br><small class="txt-color-red">Must have <strong>Internet Connection</strong></small>
</h4>
<a href="javascript:void(0);" class="btn btn-success" onclick="commands.help()">See Commands</a>
<a href="javascript:void(0);" class="btn bg-color-purple txt-color-white" onclick="$('#speech-btn .popover').fadeOut(50);">Close Popup</a>
</div>
</div>
</div>
</div>
<!-- end voice command -->
<!-- multiple lang dropdown : find all flags in the flags page -->
<ul class="header-dropdown-list hidden-xs">
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> <img src="img/blank.gif" class="flag flag-us" alt="United States"> <span> English (US) </span> <i class="fa fa-angle-down"></i> </a>
<ul class="dropdown-menu pull-right">
<li class="active">
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-us" alt="United States"> English (US)</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-fr" alt="France"> Français</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-es" alt="Spanish"> Español</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-de" alt="German"> Deutsch</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-jp" alt="Japan"> 日本語</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-cn" alt="China"> 中文</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-it" alt="Italy"> Italiano</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-pt" alt="Portugal"> Portugal</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-ru" alt="Russia"> Русский язык</a>
</li>
<li>
<a href="javascript:void(0);"><img src="img/blank.gif" class="flag flag-kp" alt="Korea"> 한국어</a>
</li>
</ul>
</li>
</ul>
<!-- end multiple lang -->
</div>
<!-- end pulled right: nav area -->
</header>
<!-- END HEADER -->
<!-- Left panel : Navigation area -->
<!-- Note: This width of the aside area can be adjusted through LESS variables -->
<aside id="left-panel">
<!-- User info -->
<div class="login-info">
<span> <!-- User image size is adjusted inside CSS, it should stay as it -->
<a href="javascript:void(0);" id="show-shortcut" data-action="toggleShortcut">
<img src="img/avatars/sunny.png" alt="me" class="online" />
<span>
john.doe
</span>
<i class="fa fa-angle-down"></i>
</a>
</span>
</div>
<!-- end user info -->
<!-- NAVIGATION : This navigation is also responsive
To make this navigation dynamic please make sure to link the node
(the reference to the nav > ul) after page load. Or the navigation
will not initialize.
-->
<nav>
<!-- NOTE: Notice the gaps after each icon usage <i></i>..
Please note that these links work a bit different than
traditional href="" links. See documentation for details.
-->
<ul>
<li>
<a href="index.html" title="Dashboard"><i class="fa fa-lg fa-fw fa-home"></i> <span class="menu-item-parent">Dashboard</span></a>
</li>
<li>
<a href="inbox.html"><i class="fa fa-lg fa-fw fa-inbox"></i> <span class="menu-item-parent">Inbox</span><span class="badge pull-right inbox-badge">14</span></a>
</li>
<li>
<a href="#"><i class="fa fa-lg fa-fw fa-bar-chart-o"></i> <span class="menu-item-parent">Graphs</span></a>
<ul>
<li>
<a href="flot.html">Flot Chart</a>
</li>
<li>
<a href="morris.html">Morris Charts</a>
</li>
<li>
<a href="inline-charts.html">Inline Charts</a>
</li>
<li>
<a href="dygraphs.html">Dygraphs <span class="badge pull-right inbox-badge bg-color-yellow">new</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="fa fa-lg fa-fw fa-table"></i> <span class="menu-item-parent">Tables</span></a>
<ul>
<li>
<a href="table.html">Normal Tables</a>
</li>
<li>
<a href="datatables.html">Data Tables <span class="badge inbox-badge bg-color-greenLight">v1.10</span></a>
</li>
<li>
<a href="jqgrid.html">Jquery Grid</a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="fa fa-lg fa-fw fa-pencil-square-o"></i> <span class="menu-item-parent">Forms</span></a>
<ul>
<li>
<a href="form-elements.html">Smart Form Elements</a>
</li>
<li>
<a href="form-templates.html">Smart Form Layouts</a>
</li>
<li>
<a href="validation.html">Smart Form Validation</a>
</li>
<li>
<a href="bootstrap-forms.html">Bootstrap Form Elements</a>
</li>
<li>
<a href="plugins.html">Form Plugins</a>
</li>
<li>
<a href="wizard.html">Wizards</a>
</li>
<li>
<a href="other-editors.html">Bootstrap Editors</a>
</li>
<li>
<a href="dropzone.html">Dropzone </a>
</li>
<li>
<a href="image-editor.html">Image Cropping <span class="badge pull-right inbox-badge bg-color-yellow">new</span></a>
</li>
</ul>
</li>
<li>
<a href="#"><i class="fa fa-lg fa-fw fa-desktop"></i> <span class="menu-item-parent">UI Elements</span></a>
<ul>
<li>
<a href="general-elements.html">General Elements</a>
</li>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="#">Icons</a>
<ul>
<li>
<a href="fa.html"><i class="fa fa-plane"></i> Font Awesome</a>
</li>
<li>
<a href="glyph.html"><i class="glyphicon glyphicon-plane"></i> Glyph Icons</a>
</li>
<li>
<a href="flags.html"><i class="fa fa-flag"></i> Flags</a>
</li>
</ul>
</li>
<li>
<a href="grid.html">Grid</a>
</li>
<li>
<a href="treeview.html">Tree View</a>
</li>
<li>
<a href="nestable-list.html">Nestable Lists</a>
</li>
<li>
<a href="jqui.html">JQuery UI</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="#">Six Level Menu</a>
<ul>
<li>
<a href="#"><i class="fa fa-fw fa-folder-open"></i> Item #2</a>
<ul>
<li>
<a href="#"><i class="fa fa-fw fa-folder-open"></i> Sub #2.1 </a>
<ul>
<li>
<a href="#"><i class="fa fa-fw fa-file-text"></i> Item #2.1.1</a>
</li>
<li>
<a href="#"><i class="fa fa-fw fa-plus"></i> Expand</a>
<ul>
<li>
<a href="#"><i class="fa fa-fw fa-file-text"></i> File</a>
</li>
<li>
<a href="#"><i class="fa fa-fw fa-trash-o"></i> Delete</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#"><i class="fa fa-fw fa-folder-open"></i> Item #3</a>
<ul>
<li>
<a href="#"><i class="fa fa-fw fa-folder-open"></i> 3ed Level </a>
<ul>
<li>
<a href="#"><i class="fa fa-fw fa-file-text"></i> File</a>
</li>
<li>
<a href="#"><i class="fa fa-fw fa-file-text"></i> File</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="calendar.html"><i class="fa fa-lg fa-fw fa-calendar"><em>3</em></i> <span class="menu-item-parent">Calendar</span></a>
</li>
<li>
<a href="widgets.html"><i class="fa fa-lg fa-fw fa-list-alt"></i> <span class="menu-item-parent">Widgets</span></a>
</li>
<li>
<a href="gallery.html"><i class="fa fa-lg fa-fw fa-picture-o"></i> <span class="menu-item-parent">Gallery</span></a>
</li>
<li>
<a href="gmap-xml.html"><i class="fa fa-lg fa-fw fa-map-marker"></i> <span class="menu-item-parent">GMap Skins</span><span class="badge bg-color-greenLight pull-right inbox-badge">9</span></a>
</li>
<li class="active">
<a href="#"><i class="fa fa-lg fa-fw fa-windows"></i> <span class="menu-item-parent">Miscellaneous</span></a>
<ul>
<li class="active">
<a href="#"><i class="fa fa-lg fa-fw fa-file"></i> Other Pages</a>
<ul>
<li>
<a href="forum.html">Forum Layout</a>
</li>
<li class="active">
<a href="profile.html">Profile</a>
</li>
<li>
<a href="timeline.html">Timeline</a>
</li>
</ul>
</li>
<li>
<a href="pricing-table.html">Pricing Tables</a>
</li>
<li>
<a href="invoice.html">Invoice</a>
</li>
<li>
<a href="login.html" target="_top">Login</a>
</li>
<li>
<a href="register.html" target="_top">Register</a>
</li>
<li>
<a href="lock.html" target="_top">Locked Screen</a>
</li>
<li>
<a href="error404.html">Error 404</a>
</li>
<li>
<a href="error500.html">Error 500</a>
</li>
<li>
<a href="blank_.html">Blank Page</a>
</li>
<li>
<a href="email-template.html">Email Template</a>
</li>
<li>
<a href="search.html">Search Page</a>
</li>
<li>
<a href="ckeditor.html">CK Editor</a>
</li>
</ul>
</li>
<li class="top-menu-hidden">
<a href="#"><i class="fa fa-lg fa-fw fa-cube txt-color-blue"></i> <span class="menu-item-parent">SmartAdmin Intel</span></a>
<ul>
<li>
<a href="difver.html"><i class="fa fa-stack-overflow"></i> Different Versions</a>
</li>
<li>
<a href="applayout.html"><i class="fa fa-cube"></i> App Settings</a>
</li>
<li>
<a href="http://bootstraphunter.com/smartadmin/BUGTRACK/track_/documentation/index.html" target="_blank"><i class="fa fa-book"></i> Documentation</a>
</li>
<li>
<a href="http://bootstraphunter.com/smartadmin/BUGTRACK/track_/" target="_blank"><i class="fa fa-bug"></i> Bug Tracker</a>
</li>
</ul>
</li>
</ul>
</nav>
<span class="minifyme" data-action="minifyMenu">
<i class="fa fa-arrow-circle-left hit"></i>
</span>
</aside>
<!-- END NAVIGATION -->
<!-- MAIN PANEL -->
<div id="main" role="main">
<!-- RIBBON -->
<div id="ribbon">
<span class="ribbon-button-alignment">
<span id="refresh" class="btn btn-ribbon" data-action="resetWidgets" data-title="refresh" rel="tooltip" data-placement="bottom" data-original-title="<i class='text-warning fa fa-warning'></i> Warning! This will reset all your widget settings." data-html="true">
<i class="fa fa-refresh"></i>
</span>
</span>
<!-- breadcrumb -->
<ol class="breadcrumb">
<li>Home</li><li>Miscellaneous</li><li>Other Pages</li><li>Profile</li>
</ol>
<!-- end breadcrumb -->
<!-- You can also add more buttons to the
ribbon for further usability
Example below:
<span class="ribbon-button-alignment pull-right">
<span id="search" class="btn btn-ribbon hidden-xs" data-title="search"><i class="fa-grid"></i> Change Grid</span>
<span id="add" class="btn btn-ribbon hidden-xs" data-title="add"><i class="fa-plus"></i> Add</span>
<span id="search" class="btn btn-ribbon" data-title="search"><i class="fa-search"></i> <span class="hidden-mobile">Search</span></span>
</span> -->
</div>
<!-- END RIBBON -->
<!-- MAIN CONTENT -->
<div id="content">
<!-- Bread crumb is created dynamically -->
<!-- row -->
<div class="row">
<!-- col -->
<div class="col-xs-12 col-sm-7 col-md-7 col-lg-4">
<h1 class="page-title txt-color-blueDark"><!-- PAGE HEADER --><i class="fa-fw fa fa-file-o"></i> Other Pages <span>>
Profile </span></h1>
</div>
<!-- end col -->
<!-- right side of the page with the sparkline graphs -->
<!-- col -->
<div class="col-xs-12 col-sm-5 col-md-5 col-lg-8">
<!-- sparks -->
<ul id="sparks">
<li class="sparks-info">
<h5> My Income <span class="txt-color-blue">$47,171</span></h5>
<div class="sparkline txt-color-blue hidden-mobile hidden-md hidden-sm">
1300, 1877, 2500, 2577, 2000, 2100, 3000, 2700, 3631, 2471, 2700, 3631, 2471
</div>
</li>
<li class="sparks-info">
<h5> Site Traffic <span class="txt-color-purple"><i class="fa fa-arrow-circle-up" data-rel="bootstrap-tooltip" title="Increased"></i> 45%</span></h5>
<div class="sparkline txt-color-purple hidden-mobile hidden-md hidden-sm">
110,150,300,130,400,240,220,310,220,300, 270, 210
</div>
</li>
<li class="sparks-info">
<h5> Site Orders <span class="txt-color-greenDark"><i class="fa fa-shopping-cart"></i> 2447</span></h5>
<div class="sparkline txt-color-greenDark hidden-mobile hidden-md hidden-sm">
110,150,300,130,400,240,220,310,220,300, 270, 210
</div>
</li>
</ul>
<!-- end sparks -->
</div>
<!-- end col -->
</div>
<!-- end row -->
<!-- row -->
<div class="row">
<div class="col-sm-12">
<div class="well well-sm">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6">
<div class="well well-light well-sm no-margin no-padding">
<div class="row">
<div class="col-sm-12">
<div id="myCarousel" class="carousel fade profile-carousel">
<div class="air air-bottom-right padding-10">
<a href="javascript:void(0);" class="btn txt-color-white bg-color-teal btn-sm"><i class="fa fa-check"></i> Follow</a> <a href="javascript:void(0);" class="btn txt-color-white bg-color-pinkDark btn-sm"><i class="fa fa-link"></i> Connect</a>
</div>
<div class="air air-top-left padding-10">
<h4 class="txt-color-white font-md">Jan 1, 2014</h4>
</div>
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<!-- Slide 1 -->
<div class="item active">
<img src="img/demo/s1.jpg" alt="demo user">
</div>
<!-- Slide 2 -->
<div class="item">
<img src="img/demo/s2.jpg" alt="demo user">
</div>
<!-- Slide 3 -->
<div class="item">
<img src="img/demo/m3.jpg" alt="demo user">
</div>
</div>
</div>
</div>
<div class="col-sm-12">
<div class="row">
<div class="col-sm-3 profile-pic">
<img src="img/avatars/sunny-big.png" alt="demo user">
<div class="padding-10">
<h4 class="font-md"><strong>1,543</strong>
<br>
<small>Followers</small></h4>
<br>
<h4 class="font-md"><strong>419</strong>
<br>
<small>Connections</small></h4>
</div>
</div>
<div class="col-sm-6">
<h1>John <span class="semi-bold">Doe</span>
<br>
<small> CEO, SmartAdmin</small></h1>
<ul class="list-unstyled">
<li>
<p class="text-muted">
<i class="fa fa-phone"></i> (<span class="txt-color-darken">313</span>) <span class="txt-color-darken">464</span> - <span class="txt-color-darken">6473</span>
</p>
</li>
<li>
<p class="text-muted">
<i class="fa fa-envelope"></i> <a href="mailto:simmons@smartadmin">ceo@smartadmin.com</a>
</p>
</li>
<li>
<p class="text-muted">
<i class="fa fa-skype"></i> <span class="txt-color-darken">john12</span>
</p>
</li>
<li>
<p class="text-muted">
<i class="fa fa-calendar"></i> <span class="txt-color-darken">Free after <a href="javascript:void(0);" rel="tooltip" title="" data-placement="top" data-original-title="Create an Appointment">4:30 PM</a></span>
</p>
</li>
</ul>
<br>
<p class="font-md">
<i>A little about me...</i>
</p>
<p>
Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio
cumque nihil impedit quo minus id quod maxime placeat facere
</p>
<br>
<a href="javascript:void(0);" class="btn btn-default btn-xs"><i class="fa fa-envelope-o"></i> Send Message</a>
<br>
<br>
</div>
<div class="col-sm-3">
<h1><small>Connections</small></h1>
<ul class="list-inline friends-list">
<li><img src="img/avatars/1.png" alt="friend-1">
</li>
<li><img src="img/avatars/2.png" alt="friend-2">
</li>
<li><img src="img/avatars/3.png" alt="friend-3">
</li>
<li><img src="img/avatars/4.png" alt="friend-4">
</li>
<li><img src="img/avatars/5.png" alt="friend-5">
</li>
<li><img src="img/avatars/male.png" alt="friend-6">
</li>
<li>
<a href="javascript:void(0);">413 more</a>
</li>
</ul>
<h1><small>Recent visitors</small></h1>
<ul class="list-inline friends-list">
<li><img src="img/avatars/male.png" alt="friend-1">
</li>
<li><img src="img/avatars/female.png" alt="friend-2">
</li>
<li><img src="img/avatars/female.png" alt="friend-3">
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<hr>
<div class="padding-10">
<ul class="nav nav-tabs tabs-pull-right">
<li class="active">
<a href="#a1" data-toggle="tab">Recent Articles</a>
</li>
<li>
<a href="#a2" data-toggle="tab">New Members</a>
</li>
<li class="pull-left">
<span class="margin-top-10 display-inline"><i class="fa fa-rss text-success"></i> Activity</span>
</li>
</ul>
<div class="tab-content padding-top-10">
<div class="tab-pane fade in active" id="a1">
<div class="row">
<div class="col-xs-2 col-sm-1">
<time datetime="2014-09-20" class="icon">
<strong>Jan</strong>
<span>10</span>
</time>
</div>
<div class="col-xs-10 col-sm-11">
<h6 class="no-margin"><a href="javascript:void(0);">Allice in Wonderland</a></h6>
<p>
Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi Nam eget dui.
Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero,
sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel.
</p>
</div>
<div class="col-sm-12">
<hr>
</div>
<div class="col-xs-2 col-sm-1">
<time datetime="2014-09-20" class="icon">
<strong>Jan</strong>
<span>10</span>
</time>
</div>
<div class="col-xs-10 col-sm-11">
<h6 class="no-margin"><a href="javascript:void(0);">World Report</a></h6>
<p>
Morning our be dry. Life also third land after first beginning to evening cattle created let subdue you'll winged don't Face firmament.
You winged you're was Fruit divided signs lights i living cattle yielding over light life life sea, so deep.
Abundantly given years bring were after. Greater you're meat beast creeping behold he unto She'd doesn't. Replenish brought kind gathering Meat.
</p>
</div>
<div class="col-sm-12">
<br>
</div>
</div>
</div>
<div class="tab-pane fade" id="a2">
<div class="alert alert-info fade in">
<button class="close" data-dismiss="alert">
×
</button>
<i class="fa-fw fa fa-info"></i>
<strong>51 new members </strong>joined today!
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/female.png" alt="demo user"><a href="javascript:void(0);">Jenn Wilson</a>
<div class="email">
travis@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Marshall Hitt</a>
<div class="email">
marshall@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Joe Cadena</a>
<div class="email">
joe@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Mike McBride</a>
<div class="email">
mike@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Travis Wilson</a>
<div class="email">
travis@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Marshall Hitt</a>
<div class="email">
marshall@company.com
</div>
</div>
<div class="user" title="Joe Cadena joe@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Joe Cadena</a>
<div class="email">
joe@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Mike McBride</a>
<div class="email">
mike@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Marshall Hitt</a>
<div class="email">
marshall@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);">Joe Cadena</a>
<div class="email">
joe@company.com
</div>
</div>
<div class="user" title="email@company.com">
<img src="img/avatars/male.png" alt="demo user"><a href="javascript:void(0);"> Mike McBride</a>
<div class="email">
mike@company.com
</div>
</div>
<div class="text-center">
<ul class="pagination pagination-sm">
<li class="disabled">
<a href="javascript:void(0);">Prev</a>
</li>
<li class="active">
<a href="javascript:void(0);">1</a>
</li>
<li>
<a href="javascript:void(0);">2</a>
</li>
<li>
<a href="javascript:void(0);">3</a>
</li>
<li>
<a href="javascript:void(0);">...</a>
</li>
<li>
<a href="javascript:void(0);">99</a>
</li>
<li>
<a href="javascript:void(0);">Next</a>
</li>
</ul>
</div>
</div><!-- end tab -->
</div>
</div>
</div>
</div>
<!-- end row -->
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-6">
<form method="post" class="well padding-bottom-10" onsubmit="return false;">
<textarea rows="2" class="form-control" placeholder="What are you thinking?"></textarea>
<div class="margin-top-10">
<button type="submit" class="btn btn-sm btn-primary pull-right">
Post
</button>
<a href="javascript:void(0);" class="btn btn-link profile-link-btn" rel="tooltip" data-placement="bottom" title="Add Location"><i class="fa fa-location-arrow"></i></a>
<a href="javascript:void(0);" class="btn btn-link profile-link-btn" rel="tooltip" data-placement="bottom" title="Add Voice"><i class="fa fa-microphone"></i></a>
<a href="javascript:void(0);" class="btn btn-link profile-link-btn" rel="tooltip" data-placement="bottom" title="Add Photo"><i class="fa fa-camera"></i></a>
<a href="javascript:void(0);" class="btn btn-link profile-link-btn" rel="tooltip" data-placement="bottom" title="Add File"><i class="fa fa-file"></i></a>
</div>
</form>
<div class="timeline-seperator text-center"> <span>10:30PM January 1st, 2013</span>
<div class="btn-group pull-right">
<a href="javascript:void(0);" data-toggle="dropdown" class="btn btn-default btn-xs dropdown-toggle"><span class="caret single"></span></a>
<ul class="dropdown-menu text-left">
<li>
<a href="javascript:void(0);">Hide this post</a>
</li>
<li>
<a href="javascript:void(0);">Hide future posts from this user</a>
</li>
<li>
<a href="javascript:void(0);">Mark as spam</a>
</li>
</ul>
</div>
</div>
<div class="chat-body no-padding profile-message">
<ul>
<li class="message">
<img src="img/avatars/sunny.png" class="online" alt="sunny">
<span class="message-text"> <a href="javascript:void(0);" class="username">John Doe <small class="text-muted pull-right ultra-light"> 2 Minutes ago </small></a> Can't divide were divide fish forth fish to. Was can't form the, living life grass darkness very
image let unto fowl isn't in blessed fill life yielding above all moved </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-info"><i class="fa fa-reply"></i> Reply</a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
<li>
<a href="javascript:void(0);" class="text-muted">Show All Comments (14)</a>
</li>
<li>
<a href="javascript:void(0);" class="text-primary">Edit</a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger">Delete</a>
</li>
</ul>
</li>
<li class="message message-reply">
<img src="img/avatars/3.png" class="online" alt="user">
<span class="message-text"> <a href="javascript:void(0);" class="username">Serman Syla</a> Haha! Yeah I know what you mean. Thanks for the file Sadi! <i class="fa fa-smile-o txt-color-orange"></i> </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-muted">1 minute ago </a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
</ul>
</li>
<li class="message message-reply">
<img src="img/avatars/4.png" class="online" alt="user">
<span class="message-text"> <a href="javascript:void(0);" class="username">Sadi Orlaf </a> Haha! Yeah I know what you mean. Thanks for the file Sadi! <i class="fa fa-smile-o txt-color-orange"></i> </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-muted">a moment ago </a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
</ul>
<input class="form-control input-xs" placeholder="Type and enter" type="text">
</li>
</ul>
</div>
<div class="timeline-seperator text-center"> <span>11:30PM November 27th, 2013</span>
<div class="btn-group pull-right">
<a href="javascript:void(0);" data-toggle="dropdown" class="btn btn-default btn-xs dropdown-toggle"><span class="caret single"></span></a>
<ul class="dropdown-menu text-left">
<li>
<a href="javascript:void(0);">Hide this post</a>
</li>
<li>
<a href="javascript:void(0);">Hide future posts from this user</a>
</li>
<li>
<a href="javascript:void(0);">Mark as spam</a>
</li>
</ul>
</div>
</div>
<div class="chat-body no-padding profile-message">
<ul>
<li class="message">
<img src="img/avatars/1.png" class="online" alt="user">
<span class="message-text"> <a href="javascript:void(0);" class="username">John Doe <small class="text-muted pull-right ultra-light"> 2 Minutes ago </small></a> Can't divide were divide fish forth fish to. Was can't form the, living life grass darkness very image let unto fowl isn't in blessed fill life yielding above all moved </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-info"><i class="fa fa-reply"></i> Reply</a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
<li>
<a href="javascript:void(0);" class="text-muted">Show All Comments (14)</a>
</li>
<li>
<a href="javascript:void(0);" class="text-primary">Hide</a>
</li>
</ul>
</li>
<li class="message message-reply">
<img src="img/avatars/3.png" class="online" alt="user">
<span class="message-text"> <a href="javascript:void(0);" class="username">Serman Syla</a> Haha! Yeah I know what you mean. Thanks for the file Sadi! <i class="fa fa-smile-o txt-color-orange"></i> </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-muted">1 minute ago </a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
</ul>
</li>
<li class="message message-reply">
<img src="img/avatars/4.png" class="online" alt="user">
<span class="message-text"> <a href="javascript:void(0);" class="username">Sadi Orlaf </a> Haha! Yeah I know what you mean. Thanks for the file Sadi! <i class="fa fa-smile-o txt-color-orange"></i> </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-muted">a moment ago </a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
</ul>
</li>
<li class="message message-reply">
<img src="img/avatars/4.png" class="online" alt="user">
<span class="message-text"> <a href="javascript:void(0);" class="username">Sadi Orlaf </a> Haha! Yeah I know what you mean. Thanks for the file Sadi! <i class="fa fa-smile-o txt-color-orange"></i> </span>
<ul class="list-inline font-xs">
<li>
<a href="javascript:void(0);" class="text-muted">a moment ago </a>
</li>
<li>
<a href="javascript:void(0);" class="text-danger"><i class="fa fa-thumbs-up"></i> Like</a>
</li>
</ul>
</li>
<li>
<div class="input-group wall-comment-reply">
<input id="btn-input" type="text" class="form-control" placeholder="Type your message here...">
<span class="input-group-btn">
<button class="btn btn-primary" id="btn-chat">
<i class="fa fa-reply"></i> Reply
</button> </span>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- END MAIN CONTENT -->
</div>
<!-- END MAIN PANEL -->
<!-- PAGE FOOTER -->
<div class="page-footer">
<div class="row">
<div class="col-xs-12 col-sm-6">
<span class="txt-color-white">SmartAdmin WebApp © 2013-2014</span>
</div>
<div class="col-xs-6 col-sm-6 text-right hidden-xs">
<div class="txt-color-white inline-block">
<i class="txt-color-blueLight hidden-mobile">Last account activity <i class="fa fa-clock-o"></i> <strong>52 mins ago </strong> </i>
<div class="btn-group dropup">
<button class="btn btn-xs dropdown-toggle bg-color-blue txt-color-white" data-toggle="dropdown">
<i class="fa fa-link"></i> <span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right text-left">
<li>
<div class="padding-5">
<p class="txt-color-darken font-sm no-margin">Download Progress</p>
<div class="progress progress-micro no-margin">
<div class="progress-bar progress-bar-success" style="width: 50%;"></div>
</div>
</div>
</li>
<li class="divider"></li>
<li>
<div class="padding-5">
<p class="txt-color-darken font-sm no-margin">Server Load</p>
<div class="progress progress-micro no-margin">
<div class="progress-bar progress-bar-success" style="width: 20%;"></div>
</div>
</div>
</li>
<li class="divider"></li>
<li>
<div class="padding-5">
<p class="txt-color-darken font-sm no-margin">Memory Load <span class="text-danger">*critical*</span></p>
<div class="progress progress-micro no-margin">
<div class="progress-bar progress-bar-danger" style="width: 70%;"></div>
</div>
</div>
</li>
<li class="divider"></li>
<li>
<div class="padding-5">
<button class="btn btn-block btn-default">refresh</button>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- END PAGE FOOTER -->
<!-- SHORTCUT AREA : With large tiles (activated via clicking user name tag)
Note: These tiles are completely responsive,
you can add as many as you like
-->
<div id="shortcut">
<ul>
<li>
<a href="#inbox.html" class="jarvismetro-tile big-cubes bg-color-blue"> <span class="iconbox"> <i class="fa fa-envelope fa-4x"></i> <span>Mail <span class="label pull-right bg-color-darken">14</span></span> </span> </a>
</li>
<li>
<a href="#calendar.html" class="jarvismetro-tile big-cubes bg-color-orangeDark"> <span class="iconbox"> <i class="fa fa-calendar fa-4x"></i> <span>Calendar</span> </span> </a>
</li>
<li>
<a href="#gmap-xml.html" class="jarvismetro-tile big-cubes bg-color-purple"> <span class="iconbox"> <i class="fa fa-map-marker fa-4x"></i> <span>Maps</span> </span> </a>
</li>
<li>
<a href="#invoice.html" class="jarvismetro-tile big-cubes bg-color-blueDark"> <span class="iconbox"> <i class="fa fa-book fa-4x"></i> <span>Invoice <span class="label pull-right bg-color-darken">99</span></span> </span> </a>
</li>
<li>
<a href="#gallery.html" class="jarvismetro-tile big-cubes bg-color-greenLight"> <span class="iconbox"> <i class="fa fa-picture-o fa-4x"></i> <span>Gallery </span> </span> </a>
</li>
<li>
<a href="javascript:void(0);" class="jarvismetro-tile big-cubes selected bg-color-pinkDark"> <span class="iconbox"> <i class="fa fa-user fa-4x"></i> <span>My Profile </span> </span> </a>
</li>
</ul>
</div>
<!-- END SHORTCUT AREA -->
<!--================================================== -->
<!-- PACE LOADER - turn this on if you want ajax loading to show (caution: uses lots of memory on iDevices)-->
<script data-pace-options='{ "restartOnRequestAfter": true }' src="js/plugin/pace/pace.min.js"></script>
<!-- Link to Google CDN's jQuery + jQueryUI; fall back to local -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script>
if (!window.jQuery) {
document.write('<script src="js/libs/jquery-2.0.2.min.js"><\/script>');
}
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script>
if (!window.jQuery.ui) {
document.write('<script src="js/libs/jquery-ui-1.10.3.min.js"><\/script>');
}
</script>
<!-- IMPORTANT: APP CONFIG -->
<script src="js/app.config.js"></script>
<!-- JS TOUCH : include this plugin for mobile drag / drop touch events-->
<script src="js/plugin/jquery-touch/jquery.ui.touch-punch.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- CUSTOM NOTIFICATION -->
<script src="js/notification/SmartNotification.min.js"></script>
<!-- JARVIS WIDGETS -->
<script src="js/smartwidgets/jarvis.widget.min.js"></script>
<!-- EASY PIE CHARTS -->
<script src="js/plugin/easy-pie-chart/jquery.easy-pie-chart.min.js"></script>
<!-- SPARKLINES -->
<script src="js/plugin/sparkline/jquery.sparkline.min.js"></script>
<!-- JQUERY VALIDATE -->
<script src="js/plugin/jquery-validate/jquery.validate.min.js"></script>
<!-- JQUERY MASKED INPUT -->
<script src="js/plugin/masked-input/jquery.maskedinput.min.js"></script>
<!-- JQUERY SELECT2 INPUT -->
<script src="js/plugin/select2/select2.min.js"></script>
<!-- JQUERY UI + Bootstrap Slider -->
<script src="js/plugin/bootstrap-slider/bootstrap-slider.min.js"></script>
<!-- browser msie issue fix -->
<script src="js/plugin/msie-fix/jquery.mb.browser.min.js"></script>
<!-- FastClick: For mobile devices -->
<script src="js/plugin/fastclick/fastclick.min.js"></script>
<!--[if IE 8]>
<h1>Your browser is out of date, please update your browser by going to www.microsoft.com/download</h1>
<![endif]-->
<!-- Demo purpose only -->
<script src="js/demo.min.js"></script>
<!-- MAIN APP JS FILE -->
<script src="js/app.min.js"></script>
<!-- ENHANCEMENT PLUGINS : NOT A REQUIREMENT -->
<!-- Voice command : plugin -->
<script src="js/speech/voicecommand.min.js"></script>
<!-- PAGE RELATED PLUGIN(S)
<script src="..."></script>-->
<script type="text/javascript">
// DO NOT REMOVE : GLOBAL FUNCTIONS!
$(document).ready(function() {
pageSetUp();
})
</script>
<!-- Your GOOGLE ANALYTICS CODE Below -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
_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>
|
theme_rtl/assets/frontend/layout/css/themes/gray.css | zzsoszz/metronicv37 | a {
color: #798b97;
}
a:hover {
color: #798b97;
}
.pre-header a:hover {
color: #798b97;
}
.shop-currencies a.current {
color: #798b97;
}
.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
color: #798b97;
}
.header-navigation li.menu-search i:hover {
color: #798b97;
}
.sidebar a:hover {
color: #798b97;
}
.sidebar .dropdown.open .dropdown-toggle:hover {
color: #798b97;
}
.sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
color: #798b97;
}
.content-page a:hover,
.sidebar2 a:hover {
color: #798b97;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
color: #798b97;
}
.page-404 .number,
.page-500 .number {
color: #798b97;
}
.content-form-page a:hover {
color: #798b97;
}
.quote-v1 a.btn-transparent:hover {
background: #798b97;
}
.recent-work h2 a:hover {
color: #798b97;
}
.recent-work .recent-work-item .fa:hover {
color: #798b97;
}
.our-clients h2 a:hover {
color: #798b97;
}
.front-team h3 strong {
color: #798b97;
}
.ecommerce .header-navigation ul > li.active > a,
.ecommerce .header-navigation ul > li > a:hover,
.ecommerce .header-navigation ul > li > a:focus,
.ecommerce .header-navigation ul > li.open > a,
.ecommerce .header-navigation ul > li.open > a:hover,
.ecommerce .header-navigation ul > li.open > a:focus {
color: #798b97;
}
.product-item h3 a:hover {
color: #798b97;
}
.checkout-page a:hover {
color: #798b97;
}
.langs-block-others:after {
border-bottom: 8px solid #798b97;
}
.header-navigation > ul > li.dropdown:hover > a:after {
border-bottom: 8px solid #798b97;
}
.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
background: #798b97;
color: #fff;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
background: #fff;
color: #798b97;
}
.header-navigation .search-box:after {
border-bottom: 8px solid #798b97;
}
.header-navigation .search-box {
border-top: solid 2px #798b97;
}
.title-wrapper h1 span {
color: #798b97;
}
.breadcrumb > .active {
color: #798b97;
}
.form-info h2 em {
color: #798b97;
}
.nav-tabs {
border-color: #798b97;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background: #798b97;
}
.content-search h1 em {
color: #798b97;
}
.recent-work .recent-work-item:hover a.recent-work-description {
background: #798b97;
}
.testimonials-v1 blockquote:after {
background-color: #798b97;
}
.testimonials-v1 span.testimonials-name {
color: #798b97;
}
.search-result-item h4 a {
color: #798b97;
}
.top-cart-content:after {
border-bottom: 8px solid #798b97;
}
.goods-data a,
.checkout-page .checkout-description a {
color: #798b97;
}
.product-page .review a {
color: #798b97;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background: #798b97;
color: #fff;
}
.list-view-sorting a {
background: #fff;
color: #798b97;
}
::-moz-selection {
color: #fff;
background: #798b97;
}
::selection {
color: #fff;
background: #798b97;
}
.steps-block ::-moz-selection {
color: #798b97;
background: #fff;
}
.steps-block ::selection {
color: #798b97;
background: #fff;
}
.owl-buttons .owl-prev:hover {
background-color: #798b97;
}
.owl-buttons .owl-next:hover {
background-color: #798b97;
}
.steps-block-red {
background: #798b97;
}
.pre-footer .photo-stream img:hover {
border-color: #798b97;
}
.pre-footer-light dl.f-twitter dd a {
color: #798b97;
}
.pre-footer-light address a {
color: #798b97;
}
.testimonials-v1 .left-btn:hover {
background-color: #798b97;
}
.testimonials-v1 .right-btn:hover {
background-color: #798b97;
}
.blog-tags li i,
.blog-info li i {
color: #798b97;
}
.blog-posts .more,
.blog-sidebar .more {
color: #798b97;
}
.recent-news h3 a {
color: #798b97;
}
.blog-photo-stream li img:hover {
border-color: #798b97;
}
.blog-tags li a:hover {
color: #fff;
background: #798b97;
}
.blog-tags li a:hover:after {
border-left-color: #798b97;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
color: #798b97;
}
.blog-item blockquote {
border-color: #798b97;
}
.blog-item h4.media-heading span a {
color: #798b97;
}
.front-steps-wrapper .front-step1 {
background: #798b97;
}
.pricing-active {
border: 3px solid #798b97;
box-shadow: 7px 7px rgba(121, 139, 151, 0.2);
}
.pricing:hover {
border: 3px solid #798b97;
}
.pricing:hover h4 {
color: #798b97;
}
.pricing-head h3 {
background: #798b97;
}
.pricing-head-active h4 {
color: #798b97;
}
.pricing-content li i {
color: #798b97;
}
.top-cart-block .fa-shopping-cart {
background: #798b97;
}
.product-item .btn:hover {
background: #798b97;
}
.pi-price {
color: #798b97;
}
.product-item .add2cart:hover {
color: #fff !important;
background: #798b97 !important;
border-color: #798b97;
}
.goods-page-price strong,
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
color: #798b97;
}
.shopping-total strong,
.checkout-total-block strong {
color: #798b97;
}
.compare-item strong {
color: #798b97;
}
.sidebar-products .price {
color: #798b97;
}
.price-availability-block .price strong {
color: #798b97;
}
.require {
color: #798b97;
}
.content-form-page .form-control:focus {
border: solid 1px #798b97;
}
.content-search input:focus {
border: solid 1px #798b97;
}
.btn-primary {
background: #798b97;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
background: #798b97;
}
.header-navigation .dropdown-menu > li:first-child {
border-top: 2px solid #798b97;
}
.front-steps-wrapper .front-step1:after {
border-left: 15px solid #93A2AB;
}
.del-goods:hover,
.add-goods:hover {
background-color: #93A2AB;
}
.sidebar a:hover > .fa-angle-down {
background-position: -66px 0;
}
.sidebar .collapsed:hover > .fa-angle-down {
background-position: -66px -37px;
}
.top-cart-content {
border-top: solid 2px #93A2AB;
}
.front-skills .progress-bar {
background: #93A2AB;
}
.service-box-v1:hover {
background: #93A2AB;
}
.header .mobi-toggler:hover {
background-color: #93A2AB;
border-color: #93A2AB;
}
@media (max-width: 1024px) {
.header .header-navigation li > a:hover,
.header .header-navigation li.active > a,
.header .header-navigation li.open > a:hover {
color: #93A2AB !important;
}
}
.faq-tabbable {
border-right: solid 2px #93A2AB; /* RTL */
border-left: none; /* RTL */
}
.faq-tabbable li:hover a,
.faq-tabbable li.active a{
background: #93A2AB;
}
.faq-tabbable li.active:after {
border-left: 6px solid #93A2AB;
}
.mix-filter li:hover, .mix-filter li.active {
background: #93A2AB;
color: #fff;
}
.mix-grid .mix .mix-details {
background: #93A2AB;
}
.mix-grid .mix a.mix-link,
.mix-grid .mix a.mix-preview {
background: #959798;
}
.langs-block-others {
border-top: solid 2px #93A2AB;
}
.brands .owl-buttons .owl-prev:hover {
background-position: 18px -753px;
}
.brands .owl-buttons .owl-next:hover {
background-position: -249px -753px;
}
.header-navigation ul > li.active > a/*,
.ecommerce .header-navigation ul > li.active > a*/ {
border-bottom: 2px solid #93A2AB;
} |
archive/v1.9/news/announcing-1.0.9/index.html | istio/istio.io | <!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.9/news/releases/1.0.x/announcing-1.0.9/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.9/news/releases/1.0.x/announcing-1.0.9/"></head><body><h1>Redirecting…</h1><a href=/v1.9/news/releases/1.0.x/announcing-1.0.9/>Click here if you are not redirected.</a></body></html> |
docs/examples/example-example60/index-production.html | tesjin/yii2-angularjs | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example60-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.27/angular.min.js"></script>
</head>
<body ng-app="">
<button ng-dblclick="count = count + 1" ng-init="count=0">
Increment (on double click)
</button>
count: {{count}}
</body>
</html> |
LayoutTests/crypto/subtle/ecdh-generate-key.html | nwjs/blink | <!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
<script src="resources/common.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
description("Test generating an EC key pair for ECDH.");
jsTestIsAsync = true;
var algorithmKeyGen = {
name: "ecdh",
namedCurve: "P-256",
};
var extractable = true;
debug("Generating a key pair...");
crypto.subtle.generateKey(algorithmKeyGen, extractable, ["deriveBits"]).then(function(result) {
keyPair = result;
shouldBe("keyPair.toString()", "'[object Object]'");
shouldBe("keyPair.publicKey.type", "'public'");
shouldBe("keyPair.publicKey.algorithm.name", "'ECDH'");
shouldBe("keyPair.publicKey.algorithm.namedCurve", "'P-256'");
shouldBe("keyPair.publicKey.usages", '[]');
shouldBe("keyPair.privateKey.type", "'private'");
shouldBe("keyPair.privateKey.algorithm.name", "'ECDH'");
shouldBe("keyPair.privateKey.algorithm.namedCurve", "'P-256'");
shouldBe("keyPair.privateKey.usages", '["deriveBits"]');
debug("\nTesting that custom attributes on keys survive garbage collection...");
keyPair.publicKey.foo = "bar";
gc();
setTimeout(function() {
gc();
setTimeout(function() {
shouldBe("keyPair.publicKey.foo", "'bar'");
finishJSTest();
}, 0);
}, 0);
}).catch(failAndFinishJSTest);
</script>
</body>
</html>
|
css/image-fit/reftests/object-jpg-wide/hidden_contain_left_top.html | frivoal/presto-testo | <!doctype html>
<!-- This file is generated by build.py. -->
<title>object wide.jpg; overflow:hidden; -o-object-fit:contain; -o-object-position:left top</title>
<link rel="stylesheet" href="../../support/reftests.css">
<link rel='match' href='hidden_contain_left_top-ref.html'>
<style>
#test > * { overflow:hidden; -o-object-fit:contain; -o-object-position:left top }
</style>
<div id="test">
<object data="../../support/wide.jpg"></object>
</div>
|
css/image-fit/reftests/canvas-tall/hidden_contain_center_top.html | frivoal/presto-testo | <!doctype html>
<!-- This file is generated by build.py. -->
<title>canvas; overflow:hidden; -o-object-fit:contain; -o-object-position:center top</title>
<link rel="stylesheet" href="../../support/reftests.css">
<link rel='match' href='hidden_contain_50_0-ref.html'>
<style>
#test > * { overflow:hidden; -o-object-fit:contain; -o-object-position:center top }
</style>
<div id="test">
<canvas width=148 height=222></canvas>
</div>
<script>
var c = document.querySelector('canvas').getContext('2d');
var w = c.canvas.width / 2, h = c.canvas.height / 2;
c.fillStyle = 'blue';
c.fillRect(0, 0, w, h);
c.fillRect(w, h, w, h);
c.fillStyle = 'purple';
c.fillRect(w, 0, w, h);
c.fillRect(0, h, w, h);
</script>
|
imported/peter/unicode/tables/koi8-u.html | frivoal/presto-testo | <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=koi8-u">
<title>KOI8-U</title>
</head>
<body>
<table>
<tr><th> <th>0<th>1<th>2<th>3<th>4<th>5<th>6<th>7<th>8<th>9<th>A<th>B<th>C<th>D<th>E<th>F
<tr><th>80<td><td><td><td><td><td>
<td><td><td><td><td><td><td><td><td><td>
<tr><th>90<td><td><td><td><td><td><td><td><td><td><td><td><td><td><td><td>
<tr><th>A0<td> <td>¡<td>¢<td>£<td>¤<td>¥<td>¦<td>§<td>¨<td>©<td>ª<td>«<td>¬<td><td>®<td>¯
<tr><th>B0<td>°<td>±<td>²<td>³<td>´<td>µ<td>¶<td>·<td>¸<td>¹<td>º<td>»<td>¼<td>½<td>¾<td>¿
<tr><th>C0<td>À<td>Á<td>Â<td>Ã<td>Ä<td>Å<td>Æ<td>Ç<td>È<td>É<td>Ê<td>Ë<td>Ì<td>Í<td>Î<td>Ï
<tr><th>D0<td>Ð<td>Ñ<td>Ò<td>Ó<td>Ô<td>Õ<td>Ö<td>×<td>Ø<td>Ù<td>Ú<td>Û<td>Ü<td>Ý<td>Þ<td>ß
<tr><th>E0<td>à<td>á<td>â<td>ã<td>ä<td>å<td>æ<td>ç<td>è<td>é<td>ê<td>ë<td>ì<td>í<td>î<td>ï
<tr><th>F0<td>ð<td>ñ<td>ò<td>ó<td>ô<td>õ<td>ö<td>÷<td>ø<td>ù<td>ú<td>û<td>ü<td>ý<td>þ<td>ÿ
</table>
</body>
</html>
|
src/olympia/bandwagon/templates/bandwagon/impala/base_collection.html | lavish205/olympia | {% extends "impala/base_shared.html" %}
{% block bodyclass %}collections{% endblock %}
{% block content %}
<section class="secondary">
{% include "bandwagon/impala/collection_sidebar.html" %}
</section>
{% block primary %}{% endblock %}
{% endblock %}
|
third_party/polymer/v1_0/components-chromium/neon-animation/neon-animated-pages.html | axinging/chromium-crosswalk | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--><html><head><link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-resizable-behavior/iron-resizable-behavior.html">
<link rel="import" href="../iron-selector/iron-selectable.html">
<link rel="import" href="neon-animation-runner-behavior.html">
<link rel="import" href="animations/opaque-animation.html">
<!--
Material design: [Meaningful transitions](https://www.google.com/design/spec/animation/meaningful-transitions.html)
`neon-animated-pages` manages a set of pages and runs an animation when switching between them. Its
children pages should implement `Polymer.NeonAnimatableBehavior` and define `entry` and `exit`
animations to be run when switching to or switching out of the page.
@group Neon Elements
@element neon-animated-pages
@demo demo/index.html
-->
</head><body><dom-module id="neon-animated-pages">
<style>
:host {
display: block;
position: relative;
}
:host > ::content > * {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
:host > ::content > :not(.iron-selected):not(.neon-animating) {
display: none !important;
}
:host > ::content > .neon-animating {
pointer-events: none;
}
</style>
<template>
<content id="content"></content>
</template>
</dom-module>
<script src="neon-animated-pages-extracted.js"></script></body></html> |
apps/sad/templates/sad/permission_form.html | tiposaurio/venton | {% extends "mod_backend/base_mod_backend.html" %}
<!--
@copyright Copyright (c) 2014 Submit Consulting
@author Angel Sullon (@asullom)
@package sad
Descripcion: Create/Update permission
-->
{% load i18n crispy_forms_tags %}
{% load l10n %}
{% block breadcrumbs %}
<a href="{% url 'accounts:index' %}">{% trans 'Home' %}</a>
›
<a href="/sad/permission/index/">{{opts.verbose_name_plural|capfirst}}</a>
› {{ title }}
{% endblock breadcrumbs %}
{% block content_title %}
{{ opts.verbose_name|capfirst }} | <small>{{ title }}</small>
{% endblock content_title %}
{% block content %}
{% crispy form %}
{% endblock %}
{% block extrajs %}
{{ block.super }}
<script type="text/javascript">
</script>
{% endblock extrajs %}
|
test/test_dist_long_load.html | pillforge/webgme | <html>
<head>
<script type="text/javascript" src="../dist/webgme.classes.build.js"></script>
<script type="text/javascript">
var myInit = function () {
console.log('myInit function was called');
// you can use GME.classes.Client from this point
console.log(GME);
};
</script>
<script type="text/javascript">
for (var i = 0; i <= 10000; i += 1) {
console.log('dummy loading ' + i);
}
</script>
</head>
<body on-gme-init="myInit()">
Test page.
See console for messages.
</body>
</html> |
ajax/libs/jquery.tablesorter/2.21.2/css/theme.dark.min.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:9830bf344b0024f13e87535d7bc449f9b9811b38117ff0023a692c37989dd4cd
size 4251
|
rtl-examples-android/range-control.html | sjolicoeur/chocolatechip-ui | <!DOCTYPE html>
<html lang="en" dir="rtl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-tap-highlight" content="no">
<title>ChocolateChip-UI Android</title>
<link rel="stylesheet" href="../chui/chui-android-3.9.2.css">
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="../chui/chui-3.9.2.js"></script>
<style>
div {
width: 300px;
font: bold 16pt/20pt Helvetica, sans-serif;
-webkit-user-select: none;
}
section label {
display: block;
margin-bottom: 6px;
}
section input[type=range] {
width: 200px
}
html[dir=rtl] body.isNativeAndroidBrowser input[type="range"] {
width: 200px;
}
</style>
<script>
$(function() {
$('#rangeValue1').html($('#rangeControl1').val());
// Safari, Chrome and Firefox use "input",
// Windows responds to "change":
$('#rangeControl1').on('input change', function() {
$('#rangeValue1').html($(this).val());
});
$('#rangeValue2').html($('#rangeControl2').val());
// Safari, Chrome and Firefox use "input",
// Windows responds to "change":
$('#rangeControl2').on('input change', function() {
$('#rangeValue2').html($(this).val());
});
});
</script>
</head>
<body>
<nav>
<h1>نطاق</h1>
</nav>
<article id="main" class="current">
<section>
<ul class='list'>
<li>
<h3>زيادة نقطة بنقطة<span></span></h3>
<div>
<label>القيمة الحالية: <span id='rangeValue1' class='attentionGrapper'></span></label>
<input type="range" id="rangeControl1" value="10" min="0" max="40">
</div>
</li>
</ul>
<ul class='list' ui-li-order="stacked" ui-kind='grouped'>
<li>
<h3>زيادة كل 5 نقطة<span></span></h3>
<div>
<label>القيمة الحالية: <span id='rangeValue2' class='attentionGrapper'></span></label>
<input type="range" id="rangeControl2" step='5' value="20" min="0" max="40">
</div>
</li>
</ul>
</section>
</article>
</body>
</html> |
docs/files/src_components_Input.ts.html | GintarasV/kiwi.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src\components\Input.ts - Kiwi.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="Kiwi.js"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.3.0</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/Kiwi.Animations.Animation.html">Kiwi.Animations.Animation</a></li>
<li><a href="../classes/Kiwi.Animations.Sequence.html">Kiwi.Animations.Sequence</a></li>
<li><a href="../classes/Kiwi.Animations.Tween.html">Kiwi.Animations.Tween</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Back.html">Kiwi.Animations.Tweens.Easing.Back</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Bounce.html">Kiwi.Animations.Tweens.Easing.Bounce</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Circular.html">Kiwi.Animations.Tweens.Easing.Circular</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Cubic.html">Kiwi.Animations.Tweens.Easing.Cubic</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Elastic.html">Kiwi.Animations.Tweens.Easing.Elastic</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Exponential.html">Kiwi.Animations.Tweens.Easing.Exponential</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Linear.html">Kiwi.Animations.Tweens.Easing.Linear</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quadratic.html">Kiwi.Animations.Tweens.Easing.Quadratic</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quartic.html">Kiwi.Animations.Tweens.Easing.Quartic</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Quintic.html">Kiwi.Animations.Tweens.Easing.Quintic</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.Easing.Sinusoidal.html">Kiwi.Animations.Tweens.Easing.Sinusoidal</a></li>
<li><a href="../classes/Kiwi.Animations.Tweens.TweenManager.html">Kiwi.Animations.Tweens.TweenManager</a></li>
<li><a href="../classes/Kiwi.Camera.html">Kiwi.Camera</a></li>
<li><a href="../classes/Kiwi.CameraManager.html">Kiwi.CameraManager</a></li>
<li><a href="../classes/Kiwi.Component.html">Kiwi.Component</a></li>
<li><a href="../classes/Kiwi.ComponentManager.html">Kiwi.ComponentManager</a></li>
<li><a href="../classes/Kiwi.Components.AnimationManager.html">Kiwi.Components.AnimationManager</a></li>
<li><a href="../classes/Kiwi.Components.ArcadePhysics.html">Kiwi.Components.ArcadePhysics</a></li>
<li><a href="../classes/Kiwi.Components.Box.html">Kiwi.Components.Box</a></li>
<li><a href="../classes/Kiwi.Components.Input.html">Kiwi.Components.Input</a></li>
<li><a href="../classes/Kiwi.Components.Sound.html">Kiwi.Components.Sound</a></li>
<li><a href="../classes/Kiwi.Entity.html">Kiwi.Entity</a></li>
<li><a href="../classes/Kiwi.Files.AudioFile.html">Kiwi.Files.AudioFile</a></li>
<li><a href="../classes/Kiwi.Files.DataFile.html">Kiwi.Files.DataFile</a></li>
<li><a href="../classes/Kiwi.Files.DataLibrary.html">Kiwi.Files.DataLibrary</a></li>
<li><a href="../classes/Kiwi.Files.File.html">Kiwi.Files.File</a></li>
<li><a href="../classes/Kiwi.Files.FileStore.html">Kiwi.Files.FileStore</a></li>
<li><a href="../classes/Kiwi.Files.Loader.html">Kiwi.Files.Loader</a></li>
<li><a href="../classes/Kiwi.Files.TextureFile.html">Kiwi.Files.TextureFile</a></li>
<li><a href="../classes/Kiwi.Game.html">Kiwi.Game</a></li>
<li><a href="../classes/Kiwi.GameManager.html">Kiwi.GameManager</a></li>
<li><a href="../classes/Kiwi.GameObjects.Sprite.html">Kiwi.GameObjects.Sprite</a></li>
<li><a href="../classes/Kiwi.GameObjects.StaticImage.html">Kiwi.GameObjects.StaticImage</a></li>
<li><a href="../classes/Kiwi.GameObjects.TextField.html">Kiwi.GameObjects.TextField</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMap.html">Kiwi.GameObjects.Tilemap.TileMap</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayer.html">Kiwi.GameObjects.Tilemap.TileMapLayer</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayerIsometric.html">Kiwi.GameObjects.Tilemap.TileMapLayerIsometric</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileMapLayerOrthogonal.html">Kiwi.GameObjects.Tilemap.TileMapLayerOrthogonal</a></li>
<li><a href="../classes/Kiwi.GameObjects.Tilemap.TileType.html">Kiwi.GameObjects.Tilemap.TileType</a></li>
<li><a href="../classes/Kiwi.Geom.AABB.html">Kiwi.Geom.AABB</a></li>
<li><a href="../classes/Kiwi.Geom.Circle.html">Kiwi.Geom.Circle</a></li>
<li><a href="../classes/Kiwi.Geom.Intersect.html">Kiwi.Geom.Intersect</a></li>
<li><a href="../classes/Kiwi.Geom.IntersectResult.html">Kiwi.Geom.IntersectResult</a></li>
<li><a href="../classes/Kiwi.Geom.Line.html">Kiwi.Geom.Line</a></li>
<li><a href="../classes/Kiwi.Geom.Matrix.html">Kiwi.Geom.Matrix</a></li>
<li><a href="../classes/Kiwi.Geom.Point.html">Kiwi.Geom.Point</a></li>
<li><a href="../classes/Kiwi.Geom.Ray.html">Kiwi.Geom.Ray</a></li>
<li><a href="../classes/Kiwi.Geom.Rectangle.html">Kiwi.Geom.Rectangle</a></li>
<li><a href="../classes/Kiwi.Geom.Transform.html">Kiwi.Geom.Transform</a></li>
<li><a href="../classes/Kiwi.Geom.Vector2.html">Kiwi.Geom.Vector2</a></li>
<li><a href="../classes/Kiwi.Group.html">Kiwi.Group</a></li>
<li><a href="../classes/Kiwi.HUD.HUDComponents.Counter.html">Kiwi.HUD.HUDComponents.Counter</a></li>
<li><a href="../classes/Kiwi.HUD.HUDComponents.Time.html">Kiwi.HUD.HUDComponents.Time</a></li>
<li><a href="../classes/Kiwi.HUD.HUDComponents.WidgetInput.html">Kiwi.HUD.HUDComponents.WidgetInput</a></li>
<li><a href="../classes/Kiwi.HUD.HUDDisplay.html">Kiwi.HUD.HUDDisplay</a></li>
<li><a href="../classes/Kiwi.HUD.HUDManager.html">Kiwi.HUD.HUDManager</a></li>
<li><a href="../classes/Kiwi.HUD.HUDWidget.html">Kiwi.HUD.HUDWidget</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.Bar.html">Kiwi.HUD.Widget.Bar</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.BasicScore.html">Kiwi.HUD.Widget.BasicScore</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.Button.html">Kiwi.HUD.Widget.Button</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.Icon.html">Kiwi.HUD.Widget.Icon</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.IconBar.html">Kiwi.HUD.Widget.IconBar</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.Menu.html">Kiwi.HUD.Widget.Menu</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.MenuItem.html">Kiwi.HUD.Widget.MenuItem</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.TextField.html">Kiwi.HUD.Widget.TextField</a></li>
<li><a href="../classes/Kiwi.HUD.Widget.Time.html">Kiwi.HUD.Widget.Time</a></li>
<li><a href="../classes/Kiwi.IChild.html">Kiwi.IChild</a></li>
<li><a href="../classes/Kiwi.Input.Finger.html">Kiwi.Input.Finger</a></li>
<li><a href="../classes/Kiwi.Input.InputManager.html">Kiwi.Input.InputManager</a></li>
<li><a href="../classes/Kiwi.Input.Key.html">Kiwi.Input.Key</a></li>
<li><a href="../classes/Kiwi.Input.Keyboard.html">Kiwi.Input.Keyboard</a></li>
<li><a href="../classes/Kiwi.Input.Keycodes.html">Kiwi.Input.Keycodes</a></li>
<li><a href="../classes/Kiwi.Input.Mouse.html">Kiwi.Input.Mouse</a></li>
<li><a href="../classes/Kiwi.Input.MouseCursor.html">Kiwi.Input.MouseCursor</a></li>
<li><a href="../classes/Kiwi.Input.Pointer.html">Kiwi.Input.Pointer</a></li>
<li><a href="../classes/Kiwi.Input.Touch.html">Kiwi.Input.Touch</a></li>
<li><a href="../classes/Kiwi.PluginManager.html">Kiwi.PluginManager</a></li>
<li><a href="../classes/Kiwi.Renderers.CanvasRenderer.html">Kiwi.Renderers.CanvasRenderer</a></li>
<li><a href="../classes/Kiwi.Renderers.GLArrayBuffer.html">Kiwi.Renderers.GLArrayBuffer</a></li>
<li><a href="../classes/Kiwi.Renderers.GLBlendMode.html">Kiwi.Renderers.GLBlendMode</a></li>
<li><a href="../classes/Kiwi.Renderers.GLElementArrayBuffer.html">Kiwi.Renderers.GLElementArrayBuffer</a></li>
<li><a href="../classes/Kiwi.Renderers.GLRenderManager.html">Kiwi.Renderers.GLRenderManager</a></li>
<li><a href="../classes/Kiwi.Renderers.GLTextureManager.html">Kiwi.Renderers.GLTextureManager</a></li>
<li><a href="../classes/Kiwi.Renderers.GLTextureWrapper.html">Kiwi.Renderers.GLTextureWrapper</a></li>
<li><a href="../classes/Kiwi.Renderers.Renderer.html">Kiwi.Renderers.Renderer</a></li>
<li><a href="../classes/Kiwi.Renderers.TextureAtlasRenderer.html">Kiwi.Renderers.TextureAtlasRenderer</a></li>
<li><a href="../classes/Kiwi.Shaders.ShaderManager.html">Kiwi.Shaders.ShaderManager</a></li>
<li><a href="../classes/Kiwi.Shaders.ShaderPair.html">Kiwi.Shaders.ShaderPair</a></li>
<li><a href="../classes/Kiwi.Shaders.TextureAtlasShader.html">Kiwi.Shaders.TextureAtlasShader</a></li>
<li><a href="../classes/Kiwi.Signal.html">Kiwi.Signal</a></li>
<li><a href="../classes/Kiwi.SignalBinding.html">Kiwi.SignalBinding</a></li>
<li><a href="../classes/Kiwi.Sound.Audio.html">Kiwi.Sound.Audio</a></li>
<li><a href="../classes/Kiwi.Sound.AudioLibrary.html">Kiwi.Sound.AudioLibrary</a></li>
<li><a href="../classes/Kiwi.Sound.AudioManager.html">Kiwi.Sound.AudioManager</a></li>
<li><a href="../classes/Kiwi.Stage.html">Kiwi.Stage</a></li>
<li><a href="../classes/Kiwi.State.html">Kiwi.State</a></li>
<li><a href="../classes/Kiwi.StateConfig.html">Kiwi.StateConfig</a></li>
<li><a href="../classes/Kiwi.StateManager.html">Kiwi.StateManager</a></li>
<li><a href="../classes/Kiwi.System.Bootstrap.html">Kiwi.System.Bootstrap</a></li>
<li><a href="../classes/Kiwi.System.Device.html">Kiwi.System.Device</a></li>
<li><a href="../classes/Kiwi.Textures.SingleImage.html">Kiwi.Textures.SingleImage</a></li>
<li><a href="../classes/Kiwi.Textures.SpriteSheet.html">Kiwi.Textures.SpriteSheet</a></li>
<li><a href="../classes/Kiwi.Textures.TextureAtlas.html">Kiwi.Textures.TextureAtlas</a></li>
<li><a href="../classes/Kiwi.Textures.TextureLibrary.html">Kiwi.Textures.TextureLibrary</a></li>
<li><a href="../classes/Kiwi.Time.Clock.html">Kiwi.Time.Clock</a></li>
<li><a href="../classes/Kiwi.Time.ClockManager.html">Kiwi.Time.ClockManager</a></li>
<li><a href="../classes/Kiwi.Time.MasterClock.html">Kiwi.Time.MasterClock</a></li>
<li><a href="../classes/Kiwi.Time.Timer.html">Kiwi.Time.Timer</a></li>
<li><a href="../classes/Kiwi.Time.TimerEvent.html">Kiwi.Time.TimerEvent</a></li>
<li><a href="../classes/Kiwi.Utils.Canvas.html">Kiwi.Utils.Canvas</a></li>
<li><a href="../classes/Kiwi.Utils.Color.html">Kiwi.Utils.Color</a></li>
<li><a href="../classes/Kiwi.Utils.Common.html">Kiwi.Utils.Common</a></li>
<li><a href="../classes/Kiwi.Utils.GameMath.html">Kiwi.Utils.GameMath</a></li>
<li><a href="../classes/Kiwi.Utils.Log.html">Kiwi.Utils.Log</a></li>
<li><a href="../classes/Kiwi.Utils.RandomDataGenerator.html">Kiwi.Utils.RandomDataGenerator</a></li>
<li><a href="../classes/Kiwi.Utils.RequestAnimationFrame.html">Kiwi.Utils.RequestAnimationFrame</a></li>
<li><a href="../classes/Kiwi.Utils.Version.html">Kiwi.Utils.Version</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/Animations.html">Animations</a></li>
<li><a href="../modules/Components.html">Components</a></li>
<li><a href="../modules/Easing.html">Easing</a></li>
<li><a href="../modules/Files.html">Files</a></li>
<li><a href="../modules/GameObjects.html">GameObjects</a></li>
<li><a href="../modules/Geom.html">Geom</a></li>
<li><a href="../modules/HUD.html">HUD</a></li>
<li><a href="../modules/HUDComponents.html">HUDComponents</a></li>
<li><a href="../modules/Input.html">Input</a></li>
<li><a href="../modules/Kiwi.html">Kiwi</a></li>
<li><a href="../modules/Renderers.html">Renderers</a></li>
<li><a href="../modules/Shaders.html">Shaders</a></li>
<li><a href="../modules/Sound.html">Sound</a></li>
<li><a href="../modules/System.html">System</a></li>
<li><a href="../modules/Textures.html">Textures</a></li>
<li><a href="../modules/Tilemap.html">Tilemap</a></li>
<li><a href="../modules/Time.html">Time</a></li>
<li><a href="../modules/Tweens.html">Tweens</a></li>
<li><a href="../modules/Utils.html">Utils</a></li>
<li><a href="../modules/Utils..html">Utils.</a></li>
<li><a href="../modules/Widget.html">Widget</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src\components\Input.ts</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
*
* @module Kiwi
* @submodule Components
*
*/
module Kiwi.Components {
/**
* The Input Component is used on GameObjects in which the user may interactive with via a Mouse or Touch
* and as such this class contains useful methods and callbacks you can subscribe to.
* By default the Input component is disabled (this is because when enabled the input component can be process intensive)
* but you can enabled it yourself (which is recommened) BUT in case you forget the input component will automagically
* be enabled once you access a Signal on this class.
*
* @class Input
* @extends Kiwi.Component
* @namespace Kiwi.Components
* @constructor
* @param owner {Object} The Object that this Component is on. Generally this will be a Entity.
* @param box {Kiwi.Components.Box} The box which contains the worldHitbox that is to be used for the event firing.
* @param [enabled=false] {boolean} If this input component should be enabled or not.
* @return {Kiwi.Components.Input}
*/
export class Input extends Component {
constructor(owner: Kiwi.IChild, box:Kiwi.Components.Box, enabled:boolean=false) {
super(owner,'Input');
// Signals
this._onEntered = new Kiwi.Signal();
this._onLeft = new Kiwi.Signal();
this._onDown = new Kiwi.Signal();
this._onUp = new Kiwi.Signal();
this._onDragStarted = new Kiwi.Signal();
this._onDragStopped = new Kiwi.Signal();
// Properties
this._box = box;
this._distance = new Kiwi.Geom.Point();
this._withinBounds = null;
this._outsideBounds = true;
this._isUp = true;
this._isDown = null;
this._isDragging = null;
this._justEntered = false;
this._tempDragDisabled = false;
this._tempPoint = new Kiwi.Geom.Point();
this._tempCircle = new Kiwi.Geom.Circle(0, 0, 0);
this.enabled = enabled;
}
/**
* The type of object this input is.
* @method objType
* @return {string} "Input"
* @public
*/
public objType() {
return "Input";
}
/**
* The bounding box that is being used for the 'hitarea'.
* @property _box
* @type Kiwi.Components.Box
* @private
*/
private _box: Kiwi.Components.Box;
/**
* Kiwi Signal for firing callbacks when a pointer is active and has entered the entities hitbox.
* @property _onEntered
* @type Kiwi.Signal
* @private
*/
private _onEntered: Kiwi.Signal;
/**
* Kiwi Signal for firing callbacks when a pointer is active and has left the entities hit box.
* @property _onLeft
* @type Kiwi.Signal
* @private
*/
private _onLeft: Kiwi.Signal;
/**
* Kiwi Signal for firing callbacks when a pointer is active and has pressed down on the entity.
* @property _onDown
* @type Kiwi.Signal
* @private
*/
private _onDown: Kiwi.Signal;
/**
* Kiwi Signal for firing callbacks when a pointer just released from either being above the entity or the pointer was initally pressed on it.
* @property _onUp
* @type Kiwi.Signal
* @private
*/
private _onUp: Kiwi.Signal;
/**
* Kiwi Signal for firing callbacks a entity starts being dragged.
* @property _onDragStarted
* @type Kiwi.Signal
* @private
*/
private _onDragStarted: Kiwi.Signal;
/**
* Kiwi Signal for firing callbacks a entity stops being dragged. Like on release.
* @property _onDragStopped
* @type Kiwi.Signal
* @private
*/
private _onDragStopped: Kiwi.Signal;
/**
* A Temporary Point object which is used whilst checking to see if there is any overlap.
* @property _tempPoint
* @type Kiwi.Geom.Point
* @private
*/
private _tempPoint: Kiwi.Geom.Point;
/**
* A Temporary Circle object which is used whilst checking to see if there is any overlap.
* @property _tempCircle
* @type Kiwi.Geom.Circle
* @private
*/
private _tempCircle: Kiwi.Geom.Circle;
/**
* Returns the onEntered Signal, that fires events when a pointer enters the hitbox of a entity.
* Note: Accessing this signal enables the input.
* This is READ ONLY.
* @property onEntered
* @type Kiwi.Signal
* @public
*/
public get onEntered(): Kiwi.Signal {
if (this.enabled == false) this.enabled = true;
return this._onEntered;
}
/**
* Returns the onLeft Signal, that fires events when a pointer leaves the hitbox of a entity.
* Note: Accessing this signal enables the input.
* This is READ ONLY.
* @property onLeft
* @type Kiwi.Signal
* @public
*/
public get onLeft(): Kiwi.Signal {
if (this.enabled == false) this.enabled = true;
return this._onLeft;
}
/**
* Returns the onDown Signal, that fires events when a pointer is pressed within the bounds of the signal.
* Note: Accessing this signal enables the input.
* This is READ ONLY.
* @property onDown
* @type Kiwi.Signal
* @public
*/
public get onDown(): Kiwi.Signal {
if (this.enabled == false) this.enabled = true;
return this._onDown;
}
/**
* Returns the onUp Signal, that fires events when a pointer is released either within the bounds or was pressed initially within the bounds..
* Note: Accessing this signal enables the input.
* This is READ ONLY.
* @property onUp
* @type Kiwi.Signal
* @public
*/
public get onUp(): Kiwi.Signal {
if (this.enabled == false) this.enabled = true;
return this._onUp;
}
/**
* Returns the onDragStarted Signal.
* This is READ ONLY.
* @property onDragStarted
* @type Kiwi.Signal
* @public
*/
public get onDragStarted(): Kiwi.Signal { return this._onDragStarted; }
/**
* Returns the onDragStopped Signal.
* This is READ ONLY.
* @property onDragStopped
* @type Kiwi.Signal
* @public
*/
public get onDragStopped(): Kiwi.Signal { return this._onDragStopped; }
/**
* A alias for the on release signal.
* This is READ ONLY.
* @property onRelease
* @type Kiwi.Signal
* @public
*/
public get onRelease():Kiwi.Signal {
return this.onUp;
}
/**
* A alias for the on press signal.
* This is READ ONLY.
* @property onPress
* @type Kiwi.Signal
* @public
*/
public get onPress(): Kiwi.Signal {
return this.onDown;
}
/**
* If this input is enabled or not.
* @property _enabled
* @type boolean
* @default false
* @private
*/
private _enabled: boolean;
/**
* Get if the input is enabled or not. Note: Inputs should only be enabled when needed, otherwise unnecessary processing does occur which can result in a slower game.
* @property enabled
* @type boolean
* @public
*/
public get enabled(): boolean {
return this._enabled;
}
public set enabled(val: boolean) {//perhaps later the signals should only be set if the input is enabled.
this._enabled = val;
}
/**
* If a pointer is current pressing down on the input, this will be a reference to that pointer. Otherwise it will be null.
* @property _isDown
* @type Kiwi.Input.Pointer
* @private
*/
private _isDown: Kiwi.Input.Pointer;
/**
* A boolean that indicates if no pointer is currently on the pointer
* @property _isUp
* @type boolean
* @default true
* @private
*/
private _isUp: boolean;
/**
* Indicates if a pointer is within the bounds or not. If one is then it referers to the pointer that is. Other it will be null.
* @property _withinBounds
* @type Kiwi.Input.Pointer
* @private
*/
private _withinBounds: Kiwi.Input.Pointer;
/**
* boolean indicating if every pointer is currently outside of the bounds.
* @property _outsideBounds
* @type boolean
* @default true
* @private
*/
private _outsideBounds: boolean;
/**
* If a pointer just entered the input. Used for mouse's to indicate when to appropriately fire the down event.
* Note: Could be removed once mouse version of update gets updated.
* @property _justEntered
* @type boolean
* @default false
* @private
*/
private _justEntered: boolean;
/**
* Used to see if a pointer is currently on this input. Returns a boolean indicating either true or false.
* This is READ ONLY.
* @property isDown
* @type boolean
* @public
*/
public get isDown(): boolean {
return (this._isDown !== null);
}
/**
* Used to see if no pointer is on this input (so it is up).
* This is READ ONLY.
* @property isUp
* @type boolean
* @public
*/
public get isUp(): boolean {
return this._isUp;
}
/**
* Check to see if any pointer is within the bounds of this input.
* This is READ ONLY.
* @property withinBounds
* @type boolean
* @public
*/
public get withinBounds(): boolean {
return (this._withinBounds !== null);
}
/**
* See if no pointers are within the bounds of this entity.
* This is READ ONLY.
* @property outsideBounds
* @type boolean
* @public
*/
public get outsideBounds(): boolean {
return this._outsideBounds;
}
/**
* A reference to the pointer that is currently 'dragging' this Object.
* If not dragging then this is null.
* @property _isDragging
* @type Kiwi.Input.Pointer
* @default null
* @private
*/
private _isDragging: Kiwi.Input.Pointer = null;
/**
* The distance between the top left corner of this Objects parent and the coordinates of a Pointer.
* @property _distance
* @type Kiwi.Geom.Point
* @private
*/
private _distance: Kiwi.Geom.Point;
/**
* A boolean indicating if dragging is temporarly disabled. Internal use only to stop events from misfiring.
* @property _tempDragDisabled
* @type boolean
* @private
*/
private _tempDragDisabled: boolean;
/**
* Indicates if dragging is currently enabled.
* @property _dragEnabled
* @type boolean
* @default false
* @private
*/
private _dragEnabled: boolean = false;
/**
* This is used while dragging so that you can make the IChild 'snap' to specific numbers to give a 'grid like' effect.
* E.g. If you had a 32 by 32 grid down and you wanted to make an element draggable but snap to the grid you can set this to 32.
* Default value is one.
* @property _dragDistance
* @type number
* @default 1
* @private
*/
private _dragDistance: number;
/**
* If when dragging, the IChild should snap to the center of the pointer it is being dragged by.
* @property _dragSnapToCenter
* @type boolean
* @default false
* @private
*/
private _dragSnapToCenter: boolean = false;
/**
* Returns a boolean indicating if this is currently dragging something.
* This is READ ONLY.
* @property isDragging
* @type boolean
* @public
*/
public get isDragging(): boolean { return (this._isDragging !== null); }
/**
* The drag distance that is used when dragging this object. See _dragDistance for more information.
* @property dragDistance
* @type number
* @public
*/
public get dragDistance(): number {
return this._dragDistance;
}
public set dragDistance(val: number) {
this._dragDistance = val;
}
/**
* Temporary property that gets updated everyframe with the pointer that is currently 'down' on this entity.
* @property _nowDown
* @type Kiwi.Input.Pointer
* @default null
* @private
*/
private _nowDown: Kiwi.Input.Pointer = null;
/**
* Temporary property that gets updated everyframe with the pointer that was just 'released' from being down on this entity
* @property _nowUp
* @type Kiwi.Input.Pointer
* @default null
* @private
*/
private _nowUp: Kiwi.Input.Pointer = null;
/**
* Temporary property of the pointer that is now within the bounds of the entity
* @property _nowEntered
* @type Kiwi.Input.Pointer
* @default null
* @private
*/
private _nowEntered: Kiwi.Input.Pointer = null;
/**
* Temporary property of the pointer that just left the bounds of the entity.
* @property _nowLeft
* @type Kiwi.Input.Pointer
* @default null
* @private
*/
private _nowLeft: Kiwi.Input.Pointer = null;
/**
* Temporary property of the pointer that just started draggging the entity.
* @property _nowDragging
* @type Kiwi.Input.Pointer
* @default null
* @private
*/
private _nowDragging: Kiwi.Input.Pointer = null;
/**
* Enables the dragging of this entity.
* @method enableDrag
* @param [snapToCenter=false] {boolean} If when dragging the Entity should snap to the center of the pointer.
* @param [distance=1] {number} If when dragging the Entity should snap to numbers divisible by this amount.
* @public
*/
public enableDrag(snapToCenter:boolean = false, distance:number = 1) {
if (this.enabled == false) this.enabled = true;
this._dragEnabled = true;
this._dragSnapToCenter = snapToCenter;
this._dragDistance = distance;
this._isDragging = null;
}
/**
* Disables the dragging of this entity.
* @method disableDrag
* @public
*/
public disableDrag() {
this._dragEnabled = false;
this._isDragging = null;
}
/**
* The update loop for the input.
* @method update
* @protected
*/
public update() {
if (this.enabled === false || !this.game || this.owner.active === false) {
return;
}
// Reset the temporary properties
this._nowDown = null;
this._nowUp = null;
this._nowEntered = null;
this._nowLeft = null;
this._nowDragging = null;
//Use the appropriate method of checking.
if (Kiwi.DEVICE.touch) {
this._updateTouch();
} else {
this._updateMouse();
}
//If the entity is dragging.
if (this.isDragging) {
this._tempPoint = this.game.cameras.defaultCamera.transformPoint(this._isDragging.point);
if (this._dragSnapToCenter === false) {
this.owner.transform.x = Kiwi.Utils.GameMath.snapTo((this._tempPoint.x - this._box.hitboxOffset.x - this._distance.x), this._dragDistance);
this.owner.transform.y = Kiwi.Utils.GameMath.snapTo((this._tempPoint.y - this._box.hitboxOffset.y - this._distance.y), this._dragDistance);
} else {
this.owner.transform.x = Kiwi.Utils.GameMath.snapTo((this._tempPoint.x - this._box.hitboxOffset.x - this._box.worldHitbox.width / 2), this._dragDistance);
this.owner.transform.y = Kiwi.Utils.GameMath.snapTo((this._tempPoint.y - this._box.hitboxOffset.y - this._box.worldHitbox.height / 2), this._dragDistance);
}
}
}
/**
* The update loop that gets executed when the game is using the touch manager.
* @method _updateTouch
* @private
*/
private _updateTouch() {
for (var i = 0; i < this.game.input.touch.maximumPointers; i++) {
//if that pointer is active then see where it is
if (this.game.input.touch.fingers[i].active === true) {
this._evaluateTouchPointer(this.game.input.touch.fingers[i]);
}
//if the pointer is inactive check to see if it was just down
else if (this.isDown === true && this._isDown.id === this.game.input.touch.fingers[i].id) {
this._nowUp = this.game.input.touch.fingers[i];
}
//if the pointer is not active but was within the bounds check to see if it is now outside
else if (this.isDown === false && this._nowUp === null && this.withinBounds === true && this._withinBounds.id === this.game.input.touch.fingers[i].id) {
this._nowUp = this.game.input.touch.fingers[i];
}
}
//Fire the events. LOTS OF CONDITIONS
if (this._nowEntered !== null && this.withinBounds === false) {
this._withinBounds = this._nowEntered;
this._outsideBounds = false;
this._onEntered.dispatch(this.owner, this._nowEntered);
}
if (this._nowLeft !== null && this.withinBounds === true) {
this._withinBounds = null;
this._outsideBounds = true;
this._onLeft.dispatch(this.owner, this._nowLeft);
}
if (this._nowDown !== null && this.isDown === false) {
this._onDown.dispatch(this.owner, this._nowDown);
this._isDown = this._nowDown;
this._isUp = false;
this._withinBounds = this._nowDown;
this._outsideBounds = false;
}
if (this._dragEnabled == true && this.isDragging === false && this._nowDragging !== null) {
this._onDragStarted.dispatch(this.owner, this._nowDragging);
this._isDragging = this._nowDragging;
}
if (this._nowUp !== null) {
this._onUp.dispatch(this.owner, this._nowUp);
this._isDown = null;
this._isUp = true;
this._withinBounds = null;
this._outsideBounds = true;
//dispatch drag event
if (this.isDragging === true && this._isDragging.id == this._nowUp.id) {
this._isDragging = null;
this._onDragStopped.dispatch(this.owner, this._nowUp);
}
}
}
/**
* A private method for checking to see if a touch pointer should activate any events.
* @method _evaluateTouchPointer
* @param pointer {Kiwi.Input.Finger} The pointer you are checking against.
* @private
*/
private _evaluateTouchPointer(pointer:Kiwi.Input.Finger) {
//if nothing isdown or what is down is the current pointer
if (this.isDown === false || this._isDown.id === pointer.id) {
this._tempPoint = this.game.cameras.defaultCamera.transformPoint( pointer.point );
this._tempCircle.setTo(this._tempPoint.x, this._tempPoint.y, pointer.circle.diameter);
if (Kiwi.Geom.Intersect.circleToRectangle(this._tempCircle, this._box.worldHitbox).result) {
if (this.isDown === true && this._isDown.id === pointer.id || this.isDown === false && pointer.duration > 1) {
this._nowEntered = pointer;
}
if (this.isDown === false && pointer.frameDuration < 2) {
this._nowDown = pointer;
}
if (this._dragEnabled && this.isDragging == false && this.isDown == true) {
this._distance.x = this._tempPoint.x - this._box.worldHitbox.left;
this._distance.y = this._tempPoint.y - this._box.worldHitbox.top;
this._nowDragging = pointer;
}
} else {
if (this.isDown === true) {
this._nowLeft = pointer;
} else if(this.withinBounds === true && this._withinBounds.id == pointer.id) {
this._nowLeft = pointer;
}
}
}
}
/**
* The update loop that runs when the mouse manager is the method for interacting with the screen.
* @method _updateMouse
* @private
*/
private _updateMouse() {
this._evaluateMousePointer(this.game.input.mouse.cursor);
//dispatch the events
if (this._nowLeft !== null) {
this._onLeft.dispatch(this.owner, this._nowLeft);
}
if (this._nowEntered !== null) {
this._onEntered.dispatch(this.owner, this._nowEntered);
}
if (this._nowDown !== null && this.isDown === false) {
this._onDown.dispatch(this.owner, this._nowDown);
this._isDown = this._nowDown;
this._isUp = false;
}
if (this._dragEnabled == true && this.isDragging === false && this._nowDragging !== null) {
this._onDragStarted.dispatch(this.owner, this._nowDragging);
this._isDragging = this._nowDragging;
}
if (this.isDown === true && this._nowUp !== null && this._isDown.id === this._nowUp.id) {
this._onUp.dispatch(this.owner, this._nowUp);
// Dispatch drag event
if (this.isDragging === true && this._isDragging.id == this._nowUp.id) {
this._isDragging = null;
this._onDragStopped.dispatch(this.owner, this._nowUp);
}
this._isDown = null;
this._isUp = true;
}
}
/**
* Evaluates where and what the mouse cursor is doing in relation to this box. Needs a little bit more love.
* @method _evaluateMousePointer
* @param pointer {Kiwi.Input.MouseCursor}
* @private
*/
private _evaluateMousePointer(pointer:Kiwi.Input.MouseCursor) {
this._tempPoint = this.game.cameras.defaultCamera.transformPoint(pointer.point);
if (Kiwi.Geom.Intersect.pointToRectangle(this._tempPoint, this._box.worldHitbox).result) {
if (this._dragEnabled && this.isDragging === false) {
this._distance.x = this._tempPoint.x - this._box.worldHitbox.left;
this._distance.y = this._tempPoint.y - this._box.worldHitbox.top;
}
// Has it just moved inside?
if (this.withinBounds === false) {
this._nowEntered = pointer;
this._withinBounds = pointer;
this._outsideBounds = false;
this._justEntered = true;
}
} else {
// It's outside the bounds now, was it previously in?
if (this.withinBounds === true && this.isDragging === false) {
this._nowLeft = pointer;
this._withinBounds = null;
this._outsideBounds = true;
}
}
// Input is down (click/touch)
if (pointer.isDown === true) {
//if is was a mouse, did it just enter?
if (this._justEntered) {
this._isDown = pointer;
this._isUp = false;
this._tempDragDisabled = true;
}
// Within bounds?
if (this.withinBounds === true && this.isDown === false && this._nowDown === null) {
this._nowDown = pointer;
}
if (this._dragEnabled === true && this.isDragging == false && this._tempDragDisabled === false) {
if(this.isDown == true) {
this._nowDragging = pointer;
}
}
} else {
if (this._tempDragDisabled === true) this._tempDragDisabled = false;
if (this.isDown === true) {
this._nowUp = pointer;
}
}
if (this._justEntered) this._justEntered = false;
}
/**
* Destroys the input.
* @method destory
* @public
*/
public destroy() {
super.destroy();
this.enabled = false;
delete this._box;
delete this._isDown;
delete this._isUp;
delete this._isDragging;
delete this._dragEnabled;
if(this._onDown) this._onDown.dispose();
delete this._onDown;
if(this._onDragStarted) this._onDragStarted.dispose();
delete this._onDragStarted;
if (this._onUp) this._onUp.dispose();
delete this._onUp;
if (this._onLeft) this._onLeft.dispose();
delete this._onLeft;
if (this._onEntered) this._onEntered.dispose();
delete this._onEntered;
if (this._onDragStopped) this._onDragStopped.dispose();
delete this._onDragStopped;
delete this._dragDistance;
}
}
}
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/prevalue/blocklist.blockconfiguration.html | mattbrailsford/Umbraco-CMS | <div
class="umb-block-list-block-configuration"
ng-controller="Umbraco.PropertyEditors.BlockList.BlockConfigurationController as vm"
>
<div
class="umb-block-card-grid"
ui-sortable="vm.sortableOptions"
ng-model="model.value"
>
<umb-block-card
block-config-model="block"
element-type-model="vm.getElementTypeByKey(block.contentElementTypeKey)"
ng-repeat="block in model.value"
ng-class="{'--isOpen':vm.openBlock === block}"
ng-click="vm.openBlockOverlay(block)">
<div class="__actions">
<button type="button" class="btn-reset __action umb-outline" ng-click="vm.requestRemoveBlockByIndex($index); $event.stopPropagation();">
<i class="icon icon-trash" aria-hidden="true"></i>
<localize key="general_delete" class="sr-only">Delete</localize>
</button>
</div>
</umb-block-card>
<button id="{{model.alias}}" type="button" class="btn-reset __add-button" ng-click="vm.openAddDialog($event)">
<localize key="general_add">Add</localize>
</button>
</div>
</div>
|
private/templates/SAMBRO/views/footer.html | waidyanatha/sambro-eden | <footer id='page-footer'>
<div class='container'>
<div id='footer-copyrights' class='clearfix pt4'>
<p class='pull-left extra-small'>© Sahana Eden. {{=T("All Rights Reserved.")}}</p>
</div>
</div>
</footer> |
doc-api/fr_file_index.html | psiegeldb/kwalify |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Files
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Files</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
<base target="docwin" />
</head>
<body>
<div id="index">
<h1 class="section-bar">Files</h1>
<div id="index-entries">
<a href="files/__/README_txt.html">../README.txt</a><br />
<a href="files/kwalify_rb.html">kwalify.rb</a><br />
<a href="files/kwalify/errors_rb.html">kwalify/errors.rb</a><br />
<a href="files/kwalify/main_rb.html">kwalify/main.rb</a><br />
<a href="files/kwalify/messages_rb.html">kwalify/messages.rb</a><br />
<a href="files/kwalify/meta-validator_rb.html">kwalify/meta-validator.rb</a><br />
<a href="files/kwalify/parser/base_rb.html">kwalify/parser/base.rb</a><br />
<a href="files/kwalify/parser/yaml_rb.html">kwalify/parser/yaml.rb</a><br />
<a href="files/kwalify/rule_rb.html">kwalify/rule.rb</a><br />
<a href="files/kwalify/types_rb.html">kwalify/types.rb</a><br />
<a href="files/kwalify/util_rb.html">kwalify/util.rb</a><br />
<a href="files/kwalify/util/assert-text-equal_rb.html">kwalify/util/assert-text-equal.rb</a><br />
<a href="files/kwalify/util/hash-interface_rb.html">kwalify/util/hash-interface.rb</a><br />
<a href="files/kwalify/util/hashlike_rb.html">kwalify/util/hashlike.rb</a><br />
<a href="files/kwalify/util/option-parser_rb.html">kwalify/util/option-parser.rb</a><br />
<a href="files/kwalify/util/ordered-hash_rb.html">kwalify/util/ordered-hash.rb</a><br />
<a href="files/kwalify/util/testcase-helper_rb.html">kwalify/util/testcase-helper.rb</a><br />
<a href="files/kwalify/validator_rb.html">kwalify/validator.rb</a><br />
<a href="files/kwalify/yaml-parser_rb.html">kwalify/yaml-parser.rb</a><br />
</div>
</div>
</body>
</html> |
poi-3.14/docs/apidocs/org/apache/poi/hslf/usermodel/class-use/HSLFPictureData.html | Sebaxtian/KDD | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.hslf.usermodel.HSLFPictureData (POI API Documentation)
</TITLE>
<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.poi.hslf.usermodel.HSLFPictureData (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel"><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/poi/hslf/usermodel/\class-useHSLFPictureData.html" target="_top"><B>FRAMES</B></A>
<A HREF="HSLFPictureData.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.poi.hslf.usermodel.HSLFPictureData</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/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hslf.blip"><B>org.apache.poi.hslf.blip</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hslf.model"><B>org.apache.poi.hslf.model</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hslf.usermodel"><B>org.apache.poi.hslf.usermodel</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hslf.blip"><!-- --></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/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> in <A HREF="../../../../../../org/apache/poi/hslf/blip/package-summary.html">org.apache.poi.hslf.blip</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">Subclasses of <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> in <A HREF="../../../../../../org/apache/poi/hslf/blip/package-summary.html">org.apache.poi.hslf.blip</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/poi/hslf/blip/Bitmap.html" title="class in org.apache.poi.hslf.blip">Bitmap</A></B></CODE>
<BR>
Represents a bitmap picture data: JPEG or PNG.</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/poi/hslf/blip/DIB.html" title="class in org.apache.poi.hslf.blip">DIB</A></B></CODE>
<BR>
Represents a DIB picture data in a PPT file</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/poi/hslf/blip/EMF.html" title="class in org.apache.poi.hslf.blip">EMF</A></B></CODE>
<BR>
Represents EMF (Windows Enhanced Metafile) picture data.</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/poi/hslf/blip/JPEG.html" title="class in org.apache.poi.hslf.blip">JPEG</A></B></CODE>
<BR>
Represents a JPEG picture data in a PPT file</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/poi/hslf/blip/Metafile.html" title="class in org.apache.poi.hslf.blip">Metafile</A></B></CODE>
<BR>
Represents a metafile picture which can be one of the following types: EMF, WMF, or PICT.</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/poi/hslf/blip/PICT.html" title="class in org.apache.poi.hslf.blip">PICT</A></B></CODE>
<BR>
Represents Macintosh PICT picture data.</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/poi/hslf/blip/PNG.html" title="class in org.apache.poi.hslf.blip">PNG</A></B></CODE>
<BR>
Represents a PNG picture data in a PPT file</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/poi/hslf/blip/WMF.html" title="class in org.apache.poi.hslf.blip">WMF</A></B></CODE>
<BR>
Represents a WMF (Windows Metafile) picture data.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hslf.model"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> in <A HREF="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/poi/hslf/model/package-summary.html">org.apache.poi.hslf.model</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/ActiveXShape.html#ActiveXShape(int, org.apache.poi.hslf.usermodel.HSLFPictureData)">ActiveXShape</A></B>(int movieIdx,
<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> pictureData)</CODE>
<BR>
Create a new <code>Picture</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/MovieShape.html#MovieShape(int, org.apache.poi.hslf.usermodel.HSLFPictureData)">MovieShape</A></B>(int movieIdx,
<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> pictureData)</CODE>
<BR>
Create a new <code>Picture</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/MovieShape.html#MovieShape(int, org.apache.poi.hslf.usermodel.HSLFPictureData, org.apache.poi.sl.usermodel.ShapeContainer)">MovieShape</A></B>(int movieIdx,
<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> pictureData,
<A HREF="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</A><<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</A>,<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</A>> parent)</CODE>
<BR>
Create a new <code>Picture</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/OLEShape.html#OLEShape(org.apache.poi.hslf.usermodel.HSLFPictureData)">OLEShape</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> data)</CODE>
<BR>
Create a new <code>OLEShape</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/model/OLEShape.html#OLEShape(org.apache.poi.hslf.usermodel.HSLFPictureData, org.apache.poi.sl.usermodel.ShapeContainer)">OLEShape</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> data,
<A HREF="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</A><<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</A>,<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</A>> parent)</CODE>
<BR>
Create a new <code>OLEShape</code></TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hslf.usermodel"><!-- --></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/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> that return <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></CODE></FONT></TD>
<TD><CODE><B>HSLFSlideShow.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(byte[], org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</A></B>(byte[] data,
<A HREF="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</A> format)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></CODE></FONT></TD>
<TD><CODE><B>HSLFSlideShow.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#addPicture(java.io.File, org.apache.poi.sl.usermodel.PictureData.PictureType)">addPicture</A></B>(java.io.File pict,
<A HREF="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</A> format)</CODE>
<BR>
Adds a picture to this presentation and returns the associated index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></CODE></FONT></TD>
<TD><CODE><B>HSLFPictureData.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html#create(org.apache.poi.sl.usermodel.PictureData.PictureType)">create</A></B>(<A HREF="../../../../../../org/apache/poi/sl/usermodel/PictureData.PictureType.html" title="enum in org.apache.poi.sl.usermodel">PictureData.PictureType</A> type)</CODE>
<BR>
Create an instance of <code>PictureData</code> by type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></CODE></FONT></TD>
<TD><CODE><B>HSLFPictureShape.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#getPictureData()">getPictureData</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></CODE></FONT></TD>
<TD><CODE><B>HSLFFill.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFFill.html#getPictureData()">getPictureData</A></B>()</CODE>
<BR>
<code>PictureData</code> object used in a texture, pattern of picture fill.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> that return types with arguments of type <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A>></CODE></FONT></TD>
<TD><CODE><B>HSLFSlideShowImpl.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#getPictureData()">getPictureData</A></B>()</CODE>
<BR>
Return list of pictures contained in this presentation</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.List<<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A>></CODE></FONT></TD>
<TD><CODE><B>HSLFSlideShow.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShow.html#getPictureData()">getPictureData</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>HSLFSlideShowImpl.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFSlideShowImpl.html#addPicture(org.apache.poi.hslf.usermodel.HSLFPictureData)">addPicture</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> img)</CODE>
<BR>
Add a new picture to this presentation.</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>HSLFFill.</B><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFFill.html#setPictureData(org.apache.poi.hslf.usermodel.HSLFPictureData)">setPictureData</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> data)</CODE>
<BR>
Assign picture used to fill the underlying shape.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../org/apache/poi/hslf/usermodel/package-summary.html">org.apache.poi.hslf.usermodel</A> with parameters of type <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#HSLFPictureShape(org.apache.poi.hslf.usermodel.HSLFPictureData)">HSLFPictureShape</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> data)</CODE>
<BR>
Create a new <code>Picture</code></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureShape.html#HSLFPictureShape(org.apache.poi.hslf.usermodel.HSLFPictureData, org.apache.poi.sl.usermodel.ShapeContainer)">HSLFPictureShape</A></B>(<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel">HSLFPictureData</A> data,
<A HREF="../../../../../../org/apache/poi/sl/usermodel/ShapeContainer.html" title="interface in org.apache.poi.sl.usermodel">ShapeContainer</A><<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFShape.html" title="class in org.apache.poi.hslf.usermodel">HSLFShape</A>,<A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph</A>> parent)</CODE>
<BR>
Create a new <code>Picture</code></TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/usermodel/HSLFPictureData.html" title="class in org.apache.poi.hslf.usermodel"><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/poi/hslf/usermodel/\class-useHSLFPictureData.html" target="_top"><B>FRAMES</B></A>
<A HREF="HSLFPictureData.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 2016 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
docs/deprecated-list.html | adolphenom/MARS_Assembler | <!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_33) on Tue Aug 20 12:21:10 EDT 2013 -->
<TITLE>
Deprecated List
</TITLE>
<META NAME="date" CONTENT="2013-08-20">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List";
}
}
</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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </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?deprecated-list.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.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>Deprecated API</B></H2>
</CENTER>
<HR SIZE="4" NOSHADE>
<B>Contents</B><UL>
<LI><A HREF="#method">Deprecated Methods</A>
<LI><A HREF="#constructor">Deprecated Constructors</A>
</UL>
<A NAME="method"><!-- --></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>Deprecated Methods</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getAssembleAllEnabled()">mars.Settings.getAssembleAllEnabled()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.ASSEMBLE_ALL_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getAssembleOnOpenEnabled()">mars.Settings.getAssembleOnOpenEnabled()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.ASSEMBLE_ON_OPEN_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getBareMachineEnabled()">mars.Settings.getBareMachineEnabled()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.BARE_MACHINE_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getDataSegmentHighlighting()">mars.Settings.getDataSegmentHighlighting()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DATA_SEGMENT_HIGHLIGHTING</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getDelayedBranchingEnabled()">mars.Settings.getDelayedBranchingEnabled()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DELAYED_BRANCHING_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getDisplayAddressesInHex()">mars.Settings.getDisplayAddressesInHex()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DISPLAY_ADDRESSES_IN_HEX</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getDisplayValuesInHex()">mars.Settings.getDisplayValuesInHex()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DISPLAY_VALUES_IN_HEX</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getEditorLineNumbersDisplayed()">mars.Settings.getEditorLineNumbersDisplayed()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.EDITOR_LINE_NUMBERS_DISPLAYED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getExceptionHandlerEnabled()">mars.Settings.getExceptionHandlerEnabled()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.EXCEPTION_HANDLER_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getExtendedAssemblerEnabled()">mars.Settings.getExtendedAssemblerEnabled()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.EXTENDED_ASSEMBLER_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getLabelWindowVisibility()">mars.Settings.getLabelWindowVisibility()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.LABEL_WINDOW_VISIBILITY</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getProgramArguments()">mars.Settings.getProgramArguments()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.PROGRAM_ARGUMENTS</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getRegistersHighlighting()">mars.Settings.getRegistersHighlighting()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.REGISTERS_HIGHLIGHTING</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getStartAtMain()">mars.Settings.getStartAtMain()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.START_AT_MAIN</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#getWarningsAreErrors()">mars.Settings.getWarningsAreErrors()</A>
<BR>
<I>Use <code>getBooleanSetting(int id)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.WARNINGS_ARE_ERRORS</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setAssembleAllEnabled(boolean)">mars.Settings.setAssembleAllEnabled(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.ASSEMBLE_ALL_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setAssembleOnOpenEnabled(boolean)">mars.Settings.setAssembleOnOpenEnabled(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.ASSEMBLE_ON_OPEN_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setDataSegmentHighlighting(boolean)">mars.Settings.setDataSegmentHighlighting(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DATA_SEGMENT_HIGHLIGHTING</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setDelayedBranchingEnabled(boolean)">mars.Settings.setDelayedBranchingEnabled(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DELAYED_BRANCHING_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setDelayedBranchingEnabledNonPersistent(boolean)">mars.Settings.setDelayedBranchingEnabledNonPersistent(boolean)</A>
<BR>
<I>Use <code>setBooleanSettingNonPersistent(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DELAYED_BRANCHING_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setDisplayAddressesInHex(boolean)">mars.Settings.setDisplayAddressesInHex(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DISPLAY_ADDRESSES_IN_HEX</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setDisplayValuesInHex(boolean)">mars.Settings.setDisplayValuesInHex(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.DISPLAY_VALUES_IN_HEX</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setEditorLineNumbersDisplayed(boolean)">mars.Settings.setEditorLineNumbersDisplayed(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.EDITOR_LINE_NUMBERS_DISPLAYED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setExceptionHandlerEnabled(boolean)">mars.Settings.setExceptionHandlerEnabled(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.EXCEPTION_HANDLER_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setExtendedAssemblerEnabled(boolean)">mars.Settings.setExtendedAssemblerEnabled(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.EXTENDED_ASSEMBLER_ENABLED</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setLabelWindowVisibility(boolean)">mars.Settings.setLabelWindowVisibility(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.LABEL_WINDOW_VISIBILITY</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setProgramArguments(boolean)">mars.Settings.setProgramArguments(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.PROGRAM_ARGUMENTS</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setRegistersHighlighting(boolean)">mars.Settings.setRegistersHighlighting(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.REGISTERS_HIGHLIGHTING</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setStartAtMain(boolean)">mars.Settings.setStartAtMain(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.START_AT_MAIN</code>)</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/Settings.html#setWarningsAreErrors(boolean)">mars.Settings.setWarningsAreErrors(boolean)</A>
<BR>
<I>Use <code>setBooleanSetting(int id, boolean value)</code> with the appropriate boolean setting ID
(e.g. <code>Settings.WARNINGS_ARE_ERRORS</code>)</I> </TD>
</TR>
</TABLE>
<P>
<A NAME="constructor"><!-- --></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>Deprecated Constructors</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/ErrorMessage.html#ErrorMessage(boolean, java.lang.String, int, int, java.lang.String, java.lang.String)">mars.ErrorMessage(boolean, String, int, int, String, String)</A>
<BR>
<I>Newer constructors replace the String filename parameter with a MIPSprogram parameter to provide more information.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/ErrorMessage.html#ErrorMessage(java.lang.String, int, int, java.lang.String)">mars.ErrorMessage(String, int, int, String)</A>
<BR>
<I>Newer constructors replace the String filename parameter with a MIPSprogram parameter to provide more information.</I> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="mars/ErrorMessage.html#ErrorMessage(java.lang.String, int, int, java.lang.String, java.lang.String)">mars.ErrorMessage(String, int, int, String, String)</A>
<BR>
<I>Newer constructors replace the String filename parameter with a MIPSprogram parameter to provide more information.</I> </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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </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?deprecated-list.html" target="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.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>
|
episode-031/priv/static/css/app.css | thaterikperson/elmseeds | @charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box; }
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 80%; }
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns {
width: 4.66666666667%; }
.two.columns {
width: 13.3333333333%; }
.three.columns {
width: 22%; }
.four.columns {
width: 30.6666666667%; }
.five.columns {
width: 39.3333333333%; }
.six.columns {
width: 48%; }
.seven.columns {
width: 56.6666666667%; }
.eight.columns {
width: 65.3333333333%; }
.nine.columns {
width: 74.0%; }
.ten.columns {
width: 82.6666666667%; }
.eleven.columns {
width: 91.3333333333%; }
.twelve.columns {
width: 100%;
margin-left: 0; }
.one-third.column {
width: 30.6666666667%; }
.two-thirds.column {
width: 65.3333333333%; }
.one-half.column {
width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns {
margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns {
margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns {
margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns {
margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns {
margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns {
margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns {
margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns {
margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns {
margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns {
margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns {
margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns {
margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns {
margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
font-size: 1.5em;
/* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #222; }
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300; }
h1 {
font-size: 4.0rem;
line-height: 1.2;
letter-spacing: -.1rem; }
h2 {
font-size: 3.6rem;
line-height: 1.25;
letter-spacing: -.1rem; }
h3 {
font-size: 3.0rem;
line-height: 1.3;
letter-spacing: -.1rem; }
h4 {
font-size: 2.4rem;
line-height: 1.35;
letter-spacing: -.08rem; }
h5 {
font-size: 1.8rem;
line-height: 1.5;
letter-spacing: -.05rem; }
h6 {
font-size: 1.5rem;
line-height: 1.6;
letter-spacing: 0; }
/* Larger than phablet */
@media (min-width: 550px) {
h1 {
font-size: 5.0rem; }
h2 {
font-size: 4.2rem; }
h3 {
font-size: 3.6rem; }
h4 {
font-size: 3.0rem; }
h5 {
font-size: 2.4rem; }
h6 {
font-size: 1.5rem; } }
p {
margin-top: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #1EAEDB; }
a:hover {
color: #0FA0CE; }
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px;
/* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
label,
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
label > .label-body {
display: inline-block;
margin-left: .5rem;
font-weight: normal; }
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
list-style: circle inside; }
ol {
list-style: decimal inside; }
ol, ul {
padding-left: 0;
margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
margin: 1.5rem 0 1.5rem 3rem;
font-size: 90%; }
li {
margin-bottom: 1rem; }
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
padding: .2rem .5rem;
margin: 0 .2rem;
font-size: 90%;
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
pre > code {
display: block;
padding: 1rem 1.5rem;
white-space: pre; }
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
margin-bottom: 2.5rem; }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
float: left; }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
margin-top: 3rem;
margin-bottom: 3.5rem;
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
html * {
box-sizing: border-box; }
body {
background-color: #339933;
color: #fff; }
a {
color: #fff; }
a:hover {
color: #b3e6b3; }
h2.card-desc {
color: #fff; }
button {
background-color: #eee;
border-color: #ccc;
font-size: 1.5rem; }
.card-row {
min-height: 320px;
position: relative; }
.deck {
border-radius: 10px;
padding: 10px;
height: 300px;
width: 200px;
margin-bottom: 20px;
font-size: 2.5rem;
color: #444;
position: absolute;
left: 0;
display: inline-block;
box-shadow: 1px 1px 6px #777; }
.card {
margin-bottom: 20px;
font-size: 3.5rem;
color: #444;
position: absolute;
left: 0;
background-color: transparent;
transform-style: preserve-3d; }
.card .front, .card .back {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
border-radius: 10px;
padding: 1rem;
position: absolute;
top: 0;
left: 0;
height: 300px;
width: 200px; }
.card .front {
background-color: #fff;
box-shadow: 1px 1px 6px #777; }
.card .front label {
text-align: right;
margin-bottom: 0;
line-height: 1.2; }
.card .front label.flip {
transform: rotateZ(180deg);
position: absolute; }
.card .front label.card-type {
bottom: 1rem; }
.card .front label.card-suit {
bottom: 5rem; }
.card .red {
color: #e00043; }
.card .back {
background-color: #444;
border: 1px solid #777; }
.card.discarded {
left: 220px;
box-shadow: none; }
.error {
color: #993333; }
.links {
text-align: right; }
.links a {
margin-left: 10px; }
.black .card {
background-color: #fff; }
.black .deck {
background-color: #444; }
.red .card {
background-color: #333;
color: #eee; }
.red .deck {
background-color: #833; }
.blue .card {
background-color: #ccf;
color: #338; }
.blue .deck {
background-color: #338; }
.main {
padding-top: 6rem; }
.menu {
background: #c6ecc6;
color: #333;
padding: 1rem 2rem; }
.menu a {
float: right;
color: #333; }
.submenu-w {
position: relative; }
.submenu {
background: #98dd98;
padding: 1rem 2rem;
text-align: right;
position: absolute;
width: 100%;
z-index: -1; }
.submenu a {
color: #444;
padding-left: 2rem; }
.all-text {
word-break: break-all; }
.drop-form {
border: 1px dashed #fff;
text-align: center;
padding: 4rem 8rem;
margin-bottom: 2rem; }
.drop-form-hover {
background-color: rgba(255, 255, 255, 0.2); }
.drop-error {
background-color: rgba(255, 10, 10, 0.5); }
.big-preview img {
max-width: 100%; }
/*# sourceMappingURL=app.css.map*/ |
libs/yui/yui3-gallery/src/gallery-aui-overlay-mask/assets/gallery-aui-overlay-mask-core.css | inikoo/fact | .yui3-overlaymask-content {
background: #000;
} |
deps/boost/libs/beast/doc/html/beast/ref/boost__beast__http__icy_stream/write_some.html | nawawi/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>http::icy_stream::write_some</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Chapter 1. Boost.Beast">
<link rel="up" href="../boost__beast__http__icy_stream.html" title="http::icy_stream">
<link rel="prev" href="read_some/overload2.html" title="http::icy_stream::read_some (2 of 2 overloads)">
<link rel="next" href="write_some/overload1.html" title="http::icy_stream::write_some (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="read_some/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__http__icy_stream.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="write_some/overload1.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="beast.ref.boost__beast__http__icy_stream.write_some"></a><a class="link" href="write_some.html" title="http::icy_stream::write_some">http::icy_stream::write_some</a>
</h5></div></div></div>
<p>
<a class="indexterm" name="idp120618384"></a>
Write some data to the stream.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">class</span> <a href="../../../../../../../doc/html/boost_asio/reference/ConstBufferSequence.html" target="_top"><span class="bold"><strong>ConstBufferSequence</strong></span></a><span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span>
<a class="link" href="write_some/overload1.html" title="http::icy_stream::write_some (1 of 2 overloads)">write_some</a><span class="special">(</span>
<span class="identifier">ConstBufferSequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">buffers</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="write_some/overload1.html" title="http::icy_stream::write_some (1 of 2 overloads)">more...</a></em></span>
<span class="keyword">template</span><span class="special"><</span>
<span class="keyword">class</span> <a href="../../../../../../../doc/html/boost_asio/reference/ConstBufferSequence.html" target="_top"><span class="bold"><strong>ConstBufferSequence</strong></span></a><span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span>
<a class="link" href="write_some/overload2.html" title="http::icy_stream::write_some (2 of 2 overloads)">write_some</a><span class="special">(</span>
<span class="identifier">ConstBufferSequence</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">error_code</span><span class="special">&</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="write_some/overload2.html" title="http::icy_stream::write_some (2 of 2 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2016, 2017 Vinnie Falco<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="read_some/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__http__icy_stream.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="write_some/overload1.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
src/deps/boost/doc/html/boost/back_move_inserter.html | mxrrow/zaicoin | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template back_move_inserter</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../move/reference.html#header.boost.move.iterator_hpp" title="Header <boost/move/iterator.hpp>">
<link rel="prev" href="make_move_iterator.html" title="Function template make_move_iterator">
<link rel="next" href="front_move_inserter.html" title="Function template front_move_inserter">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
<td align="center"><a href="../../../index.html">Home</a></td>
<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="make_move_iterator.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.iterator_hpp"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="front_move_inserter.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.back_move_inserter"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template back_move_inserter</span></h2>
<p>boost::back_move_inserter</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../move/reference.html#header.boost.move.iterator_hpp" title="Header <boost/move/iterator.hpp>">boost/move/iterator.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> C<span class="special">></span> <a class="link" href="back_move_insert_iterator.html" title="Class template back_move_insert_iterator">back_move_insert_iterator</a><span class="special"><</span> <span class="identifier">C</span> <span class="special">></span> <span class="identifier">back_move_inserter</span><span class="special">(</span><span class="identifier">C</span> <span class="special">&</span> x<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp115477184"></a><h2>Description</h2>
<p><span class="bold"><strong>Returns</strong></span>: back_move_insert_iterator<C>(x). </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008-2012 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="make_move_iterator.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move/reference.html#header.boost.move.iterator_hpp"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="front_move_inserter.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
original_sources/boost_1_59_0/doc/html/BOOST_RV_REF_BEG.html | TyRoXx/cdm | <!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=US-ASCII">
<title>Macro BOOST_RV_REF_BEG</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="move/reference.html#header.boost.move.core_hpp" title="Header <boost/move/core.hpp>">
<link rel="prev" href="BOOST_RV_REF.html" title="Macro BOOST_RV_REF">
<link rel="next" href="BOOST_RV_REF_END.html" title="Macro BOOST_RV_REF_END">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
<td align="center"><a href="../../index.html">Home</a></td>
<td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="BOOST_RV_REF.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="move/reference.html#header.boost.move.core_hpp"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_RV_REF_END.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="BOOST_RV_REF_BEG"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Macro BOOST_RV_REF_BEG</span></h2>
<p>BOOST_RV_REF_BEG</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="move/reference.html#header.boost.move.core_hpp" title="Header <boost/move/core.hpp>">boost/move/core.hpp</a>>
</span>BOOST_RV_REF_BEG</pre></div>
<div class="refsect1">
<a name="idp329477296"></a><h2>Description</h2>
<p>This macro is used to achieve portable syntax in move constructors and assignments for template classes marked as BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE. As macros have problems with comma-separated template arguments, the template argument must be preceded with BOOST_RV_REF_BEG and ended with BOOST_RV_REF_END </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008-2014 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="BOOST_RV_REF.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="move/reference.html#header.boost.move.core_hpp"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="BOOST_RV_REF_END.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
main/libc/unix/linux_like/constant.F_SEAL_SEAL.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../libc/constant.F_SEAL_SEAL.html">
</head>
<body>
<p>Redirecting to <a href="../../../libc/constant.F_SEAL_SEAL.html">../../../libc/constant.F_SEAL_SEAL.html</a>...</p>
<script>location.replace("../../../libc/constant.F_SEAL_SEAL.html" + location.search + location.hash);</script>
</body>
</html> |
reference/arduino.cc/en/Reference/WiFiLocalIP.html | chcbaram/CupDrone_IDE | <!DOCTYPE html>
<!--html5-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<!-- Mirrored from arduino.cc/en/Reference/WiFiLocalIP by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 06 Feb 2015 20:15:38 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<title>Arduino - WiFiLocalIP </title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<link rel="stylesheet" href="../../fonts/fonts.css" type="text/css" />
<link rel="stylesheet" href="../../css/arduino-icons.css">
<link rel="stylesheet" href="../../css/animation.css"><!--[if IE 7]>
<link rel="stylesheet" href="http://arduino.cc/css/arduino-icons-ie7.css"><![endif]-->
<!--[if gte IE 9]><!-->
<link rel='stylesheet' href='../../css/foundation2.css' type='text/css' />
<!--<![endif]-->
<!--[if IE 8]>
<link rel='stylesheet' href='http://arduino.cc/css/foundation_ie8.css' type='text/css' />
<![endif]-->
<link rel='stylesheet' href='../../css/arduino_code_highlight.css' type='text/css' />
<link rel="stylesheet" type="text/css" media="screen" href="../../css/typeplate.css">
<link rel='stylesheet' href='../pub/skins/arduinoWide_SSO/css/arduinoWide_SSO.css' type='text/css' />
<link rel='stylesheet' href='../../css/common.css' type='text/css' />
<link rel="stylesheet" href="../../css/download_page.css" />
<link href="https://plus.google.com/114839908922424087554" rel="publisher" />
<!-- embedded JS and CSS from PmWiki plugins -->
<!--HeaderText--><style type='text/css'><!--
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em;
font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
span.anchor {
float: left;
font-size: 10px;
margin-left: -10px;
width: 10px;
position:relative; top:-0.1em;
text-align: center;
}
span.anchor a { text-decoration: none; }
span.anchor a:hover { text-decoration: underline; }
ol.toc { text-indent:-20px; list-style: none; }
ol.toc ol.toc { text-indent:-40px; }
div.tocfloat { font-size: smaller; margin-bottom: 10px;
border-top: 1px dotted #555555; border-bottom: 1px dotted #555555;
padding-top: 5px; padding-bottom: 5px;
width: 38%; float: right; margin-left: 10px; clear: right;
margin-right:-13px; padding-right: 13px; padding-left: 13px;
background-color: #eeeeee; }
div.toc { font-size: smaller;
padding: 5px; border: 1px dotted #cccccc;
background: #f7f7f7;
margin-bottom: 10px; }
div.toc p { background-color: #f9f6d6;
margin-top:-5px; padding-top: 5px;
margin-left:-5px; padding-left: 5px;
margin-right:-5px; padding-right: 5px;
padding-bottom: 3px;
border-bottom: 1px dotted #cccccc; }.editconflict { color:green;
font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
table.markup { border: 2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
td.markup1 { border-bottom: 1px solid #ccf; }
div.faq { margin-left:2em; }
div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; }
div.faq hr { margin-left: -2em; }
.frame
{ border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }
/**
* GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
* (http://qbnz.com/highlighter/ and http://geshi.org/)
*/
.arduino {font-family:monospace;}
.arduino .imp {font-weight: bold; color: red;}
.arduino .kw1 {color: #CC6600;}
.arduino .kw2 {color: #006699;}
.arduino .kw3 {color: #CC6600; font-weight: bold;}
.arduino .co1 {color: #7E7E7E; font-style: italic;}
.arduino .co2 {color: #7E7E7E;}
.arduino .coMULTI {color: #7E7E7E; font-style: italic;}
.arduino .es0 {color: #000099; font-weight: bold;}
.arduino .es1 {color: #000099; font-weight: bold;}
.arduino .es2 {color: #660099; font-weight: bold;}
.arduino .es3 {color: #660099; font-weight: bold;}
.arduino .es4 {color: #660099; font-weight: bold;}
.arduino .es5 {color: #006699; font-weight: bold;}
.arduino .br0 {color: #000000;}
.arduino .sy0 {color: #000000;}
.arduino .st0 {color: #0066CC;}
.arduino .nu0 {color: #000000;}
.arduino .nu6 {color: #208080;}
.arduino .nu8 {color: #208080;}
.arduino .nu12 {color: #208080;}
.arduino .nu16 {color:#800080;}
.arduino .nu17 {color:#800080;}
.arduino .nu18 {color:#800080;}
.arduino .nu19 {color:#800080;}
.arduino .me1 {color: #ff1493;}
.arduino .me2 {color: #ff1493;}
.arduino span.xtra { display:block; }
.sourceblocklink {
text-align: right;
font-size: smaller;
}
.sourceblocktext {
padding: 0.5em;
color: #000000;
background-color: #ffffff;
}
.sourceblocktext div {
font-family: monospace;
font-size: small;
line-height: 1;
height: 1%;
}
.sourceblocktext div.head,
.sourceblocktext div.foot {
font: italic medium serif;
padding: 0.5em;
}
--></style><script type="text/javascript">
function toggle(obj) {
var elstyle = document.getElementById(obj).style;
var text = document.getElementById(obj + "tog");
if (elstyle.display == 'none') {
elstyle.display = 'block';
text.innerHTML = "hide";
} else {
elstyle.display = 'none';
text.innerHTML = "show";
}
}
</script> <meta name='robots' content='index,follow' />
<script src="http://arduino.cc/js/vendor/custom.modernizr.js"></script>
<!-- do not remove none of those lines, comments embedding in pages will break! -->
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://arduino.cc/en/pub/js/newsletter_subscribe_popup.js" type="text/javascript"></script>
<script src="https://checkout.stripe.com/checkout.js" type="text/javascript"></script>
<script src="https://arduino.cc/en/pub/js/software_download.js" type="text/javascript"></script><!-- keep https! -->
<link rel='stylesheet' href='../../../code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.min.css' type='text/css' />
<script src="http://arduino.cc/tools/comments/extern/?s=wiki" type="text/javascript"></script>
</head>
<body>
<div id="menuWings" class="fixed"></div>
<div id="page">
<script>
var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase();
if(userAgent.indexOf('mac')>0){
$("head").append('<style type="text/css">@-moz-document url-prefix() {h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, th a, th a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #wikitext h2 a:hover, #wikitext h3 a:hover, #wikitext h4 a:hover {padding-bottom: 0.5em!important;} #pageheader .search input{font-family: "TyponineSans Regular 18";} #pagefooter .monospace{margin-top: -4px;} #navWrapper ul.left > li{margin-top: -2px; padding-bottom: 2px;}#navWrapper ul.right > li{margin-top: -5px; padding-bottom: 5px;}#navWrapper ul.right > li ul{margin-top: 4px;} .slider-container .fixed-caption p{padding:8px 0 14px 0}}</style>');
}
</script>
<!--[if IE]>
<link rel='stylesheet' href='https://id.arduino.cc//css/ie-monospace.css' type='text/css' />
<![endif]-->
<div id="menuWings" class="fixed"></div>
<!--[if IE 8]>
<div class="alert-box panel ie8alert">
<p><strong>Arduino.cc offers limited compatibility for Internet Explorer 8. Get a modern browser as Chrome, Firefox or Safari.</strong></p>
<a href="" class="close">×</a>
</div>
<![endif]-->
<div id="pageheader">
<div class="row" class="contain-to-grid">
<div class="small-6 large-8 eight columns">
<div class="title"><a href="http://arduino.cc/">Arduino</a></div>
</div>
<div class="small-6 large-4 four columns search">
<div class="row collapse">
<form method="GET" action="http://www.google.com/search">
<div class="small-12 twelve columns">
<i class="icon-search-2"></i>
<input type="hidden" name="ie" value="UTF-8">
<input type="hidden" name="oe" value="UTF-8">
<input type="text" name="q" size="25" maxlength="255" value="" placeholder="Search the Arduino Website">
<input type="submit" name="btnG" VALUE="search">
<input type="hidden" name="domains" value="http://arduino.cc">
<input type="hidden" name="sitesearch" value="http://arduino.cc">
</div>
</form> </div>
</div>
</div>
<!--[if gte IE 9]><!-->
<div id="navWrapper" class="sticky">
<!--<![endif]-->
<!--[if IE 8]>
<div id="navWrapper">
<![endif]-->
<nav class="top-bar" data-options="is_hover:true" >
<ul class="title-area">
<li class="name"></li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li id="navLogo">
<a href="http://arduino.cc/">
<img src="../../img/logo_46.png" alt="userpicture" />
</a>
</li>
<li id="navHome"><a href="http://arduino.cc/">Home</a></li>
<li><a href="http://store.arduino.cc/">Buy</a></li>
<li><a href="http://arduino.cc/en/Main/Software">Download</a></li>
<li class="has-dropdown"><a href="#">Products</a>
<ul class="dropdown">
<li><a href="http://arduino.cc/en/Main/Products">Arduino</a></li>
<li><a href="http://arduino.cc/en/ArduinoAtHeart/Products">AtHeart</a></li>
<li><a href="http://arduino.cc/en/ArduinoCertified/Products">Certified</a></li>
</ul>
</li>
<li class="has-dropdown active"><a href="#">Learning</a>
<ul class="dropdown">
<li><a href="../Guide/HomePage.html">Getting started</a></li>
<li><a href="http://arduino.cc/en/Tutorial/HomePage">Examples</a></li>
<li><a href="HomePage.html">Reference</a></li>
<li><a href="http://playground.arduino.cc/">Playground</a></li>
</ul>
</li>
<li><a href="http://forum.arduino.cc/">Forum</a></li>
<li class="has-dropdown"><a href="#">Support</a>
<ul class="dropdown">
<li><a href="../Main/FAQ.html">FAQ</a></li>
<li><a href="http://arduino.cc/en/ContactUs">Contact Us</a></li>
</ul>
</li>
<li><a href="http://blog.arduino.cc/">Blog</a></li>
</ul>
<ul class="right">
<li><a href="https://id.arduino.cc/auth/login/?returnurl=http%3A%2F%2Farduino.cc%2Fen%2FReference%2FWiFiLocalIP" class="cart">LOG IN</a></li>
<li><a href="https://id.arduino.cc/auth/signup" class="cart">SIGN UP</a></li>
</ul>
</section>
</nav>
</div>
</div>
<br class="clear"/>
<div id="pagetext">
<!--PageText-->
<div id='wikitext'>
<p><strong>Reference</strong> <a class='wikilink' href='HomePage.html'>Language</a> | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a>
</p>
<p class='vspace'></p><p><a class='wikilink' href='WiFi.html'>WiFi</a>
</p>
<p class='vspace'></p><h2><span class='wikiword'>WiFi</span>.localIP()</h2>
<h4>Description</h4>
<p>Gets the <span class='wikiword'>WiFi</span> shield's IP address
</p>
<p class='vspace'></p><h4>Syntax</h4>
<p><span class='wikiword'>WiFi</span>.localIP(); <br />
</p><h4>Parameters</h4>
<p>none
</p>
<p class='vspace'></p><h4>Returns</h4>
<p>the IP address of the shield
</p>
<p class='vspace'></p><h4>Example</h4>
<p>
<div class='sourceblock ' id='sourceblock1'>
<div class='sourceblocktext'><div class="arduino"><br />
<span class="co2">#include <WiFi.h></span><br />
<br />
<span class="kw1">char</span> ssid<span class="br0">[</span><span class="br0">]</span> <span class="sy0">=</span> <span class="st0">"yourNetwork"</span><span class="sy0">;</span> <span class="co1">//SSID of your network</span><br />
<br />
<span class="kw1">int</span> status <span class="sy0">=</span> WL_IDLE_STATUS<span class="sy0">;</span> <span class="co1">// the Wifi radio's status</span><br />
<br />
IPAddress ip<span class="sy0">;</span> <span class="co1">// the IP address of your shield</span><br />
<br />
<span class="kw1">void</span> <span class="kw3">setup</span><span class="br0">(</span><span class="br0">)</span><br />
<span class="br0">{</span><br />
<span class="co1">// initialize serial:</span><br />
<span class="kw1">Serial</span>.<span class="kw1">begin</span><span class="br0">(</span><span class="nu0">9600</span><span class="br0">)</span><span class="sy0">;</span><br />
<br />
WiFi.<span class="kw1">begin</span><span class="br0">(</span>ssid<span class="br0">)</span><span class="sy0">;</span><br />
<br />
<span class="kw1">if</span> <span class="br0">(</span> status <span class="sy0">!=</span> WL_CONNECTED<span class="br0">)</span> <span class="br0">{</span> <br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"Couldn't get a wifi connection"</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">while</span><span class="br0">(</span><span class="kw1">true</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="br0">}</span> <br />
<span class="co1">// if you are connected, print out info about the connection:</span><br />
<span class="kw1">else</span> <span class="br0">{</span><br />
<span class="co1">//print the local IP address</span><br />
ip <span class="sy0">=</span> WiFi.<span class="me1">localIP</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span>ip<span class="br0">)</span><span class="sy0">;</span><br />
<br />
<span class="br0">}</span><br />
<span class="br0">}</span><br />
<br />
<span class="kw1">void</span> <span class="kw3">loop</span> <span class="br0">(</span><span class="br0">)</span> <span class="br0">{</span><span class="br0">}</span></div></div>
<div class='sourceblocklink'><a href='http://arduino.cc/en/Reference/WiFiLocalIP?action=sourceblock&num=1' type='text/plain'>[Get Code]</a></div>
</div>
<a class='wikilink' href='HomePage.html'>Reference Home</a>
</p>
<p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://arduino.cc/forum/index.php/board,23.0.html' rel='nofollow'>Forum</a>.</em>
</p>
<p class='vspace'></p><p>The text of the Arduino reference is licensed under a
<a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>. Code samples in the reference are released into the public domain.
</p>
</div>
<!-- AddThis Button Style BEGIN -->
<style>
.addthis_toolbox {
margin: 2em 0 1em;
}
.addthis_toolbox img {
float: left;
height: 25px;
margin-right: 10px;
width: auto;
}
.addthis_toolbox .social-container {
float: left;
height: 27px;
width: auto;
}
.addthis_toolbox .social-container .social-content {
float: left;
margin-top: 2px;
max-width: 0;
overflow: hidden;
-moz-transition: max-width .3s ease-out;
-webkit-transition: max-width .3s ease-out;
-o-transition: max-width .3s ease-out;
transition: max-width .3s ease-out;
}
.addthis_toolbox .social-container:hover .social-content {
max-width: 100px;
-moz-transition: max-width .2s ease-in;
-webkit-transition: max-width .2s ease-in;
-o-transition: max-width .2s ease-in;
transition: max-width .2s ease-in;
}
.addthis_toolbox .social-container .social-content a {
float: left;
margin-right: 5px;
}
.addthis_toolbox h3 {
font-size: 24px;
text-align: left;
}
</style>
<!-- AddThis Button Style END -->
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<h3>Share</h3>
<!-- FACEBOOK -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/facebook.png" />
<div class="social-content">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
</div>
</div>
<!-- TWITTER -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/twitter.png">
<div class="social-content">
<a class="addthis_button_tweet"></a>
</div>
</div>
<!-- PINTEREST -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/pinterest.png">
<div class="social-content">
<a class="addthis_button_pinterest_pinit" pi:pinit:url="http://www.addthis.com/features/pinterest" pi:pinit:media="http://www.addthis.com/cms-content/images/features/pinterest-lg.png"></a>
</div>
</div>
<!-- G+ -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/gplus.png">
<div class="social-content">
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50573fab238b0d34"></script>
</div>
<!-- AddThis Button END -->
</div> <!-- eof pagetext -->
</div> <!-- eof page -->
<!--PageFooterFmt-->
<div id="pagefooter">
<div id="newsletterModal" class="reveal-modal small">
<form action="http://arduino.cc/subscribe.php" method="post" name="sendy-subscribe-form" id="sendy-subscribe-form" class="form-popup">
<div class="modalHeader">
<h3 style="line-height: 1.8rem;" class="modal-header-alt">This link has expired. <br>Please re-subscribe to our Newsletters.</h3>
<h3 class="modal-header-main">Subscribe to our Newsletters</h3>
</div>
<div class="modalBody" id="newsletterModalBody">
<div id="newsletterEmailField" class="row" style="padding-left: 0">
<div class="large-2 columns">
<label for="email" class="newsletter-form-label inline">Email</label>
</div>
<div class="large-10 columns" style="padding-left: 0">
<input placeholder="Enter your email address" type="email" name="email" class="subscribe-form-input" />
<p id="emailMissing" class="newsletterPopupError">Please enter a valid email to subscribe</p>
</div>
</div>
<div style="margin-left:20px">
<div style="margin-bottom:0.3em">
<input style="display:none" type="checkbox" checked name="list[]" value="arduino_newsletter_id" id="worldwide" class="newsletter-form-checkbox" />
<label for="worldwide"></label>
<div style="display:inline-block" class="newsletter-form-label">Arduino Newsletter</div>
</div>
<div>
<input style="display:none" type="checkbox" checked name="list[]" value="arduino_store_newsletter_id" id="store" class="newsletter-form-checkbox" />
<label for="store"></label>
<div style="display:inline-block" class="newsletter-form-label">Arduino Store Newsletter</div>
</div>
</div>
<div>
<p class="newsletterPopupError2" id="newsletterSubscribeStatus"></p>
</div>
</div>
<div class="row modalFooter">
<div class="form-buttons-row">
<button type="button" value="Cancel" class="popup-form-button white cancel-modal close-reveal-modal">Cancel</button>
<button type="submit" name="Subscribe" id="subscribe-submit-btn" class="popup-form-button">Next</button>
</div>
</div>
</form>
<!-- step 2, confirm popup -->
<div class="confirm-popup" style="margin-bottom:1em">
<div class="modalHeader">
<h3>Confirm your email address</h3>
</div>
<div class="modalBody" id="newsletterModalBody" style="padding-right:1em;margin-bottom:0">
<p style="margin-bottom:1em;font-size:15px">
We need to confirm your email address.<br>
To complete the subscription, please click the link in the
email we just sent you.
</p>
<p style="margin-bottom:1em;font-size:15px">
Thank you for subscribing!
</p>
<p style="margin-bottom:1em;font-size:15px">
Arduino<br>
via Egeo 16<br>
Torino, 10131<br>
Italy<br>
</p>
</div>
<div class="row modalFooter">
<div class="form-buttons-row">
<button name="Ok" class="popup-form-button" id="close-confirm-popup">Ok</button>
</div>
</div>
</div>
</div><div id="pagefooter" class="pagefooter">
<div class="row">
<div class="large-8 eight columns">
<div class="large-4 four columns newsletter-box">
<!-- Begin Sendy Signup Form -->
<h6>Newsletter</h6>
<div>
<input type="email" name="email" class="email" id="sendy-EMAIL" placeholder="Enter your email to sign up">
<i class="icon-right-small"></i>
<input value="Subscribe" name="subscribe" id="sendy-subscribe" class="newsletter-button">
</div>
<!--End sendy_embed_signup-->
</div>
<div class="clearfix"></div>
<ul class="inline-list">
<li class="monospace">©2015 Arduino</li>
<li><a href="http://arduino.cc/en/Main/CopyrightNotice">Copyright Notice</a></li>
<li><a href='http://arduino.cc/en/Main/ContactUs'>Contact us</a></li>
<li><a href='http://arduino.cc/Careers'>Careers</a></li>
</ul>
</div>
<div class="large-4 four columns">
<ul id="arduinoSocialLinks" class="arduino-social-links">
<li>
<a href="https://twitter.com/arduino">
<img src="../../img/twitter.png" />
</a>
</li>
<li>
<a href="http://www.facebook.com/official.arduino">
<img src="../../img/facebook.png" />
</a>
</li>
<li>
<a href="https://plus.google.com/+Arduino">
<img src="../../img/gplus.png" />
</a>
</li>
<li>
<a href="http://www.flickr.com/photos/arduino_cc">
<img src="../../img/flickr.png" />
</a>
</li>
<li>
<a href="http://youtube.com/arduinoteam">
<img src="../../img/youtube.png" />
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--/PageFooterFmt-->
<!--[if gte IE 9]><!-->
<script src="http://arduino.cc/js/foundation.min.js"></script>
<script src="http://arduino.cc/js/foundation.topbar.custom.js"></script>
<script>
$(document).foundation();
</script>
<!--<![endif]-->
<!--[if IE 8]>
<script src="http://arduino.cc/js/foundation_ie8.min.js"></script>
<script src="http://arduino.cc/js/ie8/jquery.foundation.orbit.js"></script>
<script src="http://arduino.cc/js/ie8/jquery.foundation.alerts.js"></script>
<script src="http://arduino.cc/js/app.js"></script>
<script>
$(window).load(function(){
$("#featured").orbit();
});
</script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22581631-3']);
_gaq.push(['_setDomainName', 'arduino.cc']);
_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>
<script>
$(window).load(function(){
$('a').each (function () {
href = $(this).attr ('href');
if (href.substring (0, 4) == 'http' && href.indexOf ('arduino.cc') == -1)
$(this).attr ('target', '_blank');
});
});
</script>
</body>
<!-- Mirrored from arduino.cc/en/Reference/WiFiLocalIP by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 06 Feb 2015 20:15:38 GMT -->
</html>
|
doc/event/fn.reset.html | LiXiaoRan/mass-Framework | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<title>$.fn.reset</title>
<script>
window.$$path = location.protocol + "//" + location.host;
document.write('<script src="' + $$path + '/mass_merge.js"><\/script>');
document.write('<script src="' + $$path + '/doc/scripts/common.js"><\/script>');
</script>
</head>
<body>
<article>
<h3>$.fn.reset([ fn ])</h3>
<p>
<span class="stress">描述:</span>
</p>
<p>为 reset 事件绑定一个处理函数,或者触发元素上的 reset 事件。</p>
<p>这个函数的第一种用法是 .bind('reset', handler) 的快捷方式,第二种用法是 .fire('reset') 的快捷方式。</p>
<p>此事件并不是所有元素都支持,只有form才有 </p>
<p>
<span class="stress">参数:</span>
</p>
<dl>
<dt>fn</dt>
<dd>可选。Funcion。回调函数。</dd>
</dl>
</article>
</body>
</html> |
weka-3-7-13/doc/weka/associations/NumericItem.html | Ishub/hack-the-talk | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Thu Sep 10 12:29:35 NZST 2015 -->
<title>NumericItem</title>
<meta name="date" content="2015-09-10">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NumericItem";
}
//-->
</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="../../weka/associations/NominalItem.html" title="class in weka.associations"><span class="strong">Prev Class</span></a></li>
<li><a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?weka/associations/NumericItem.html" target="_top">Frames</a></li>
<li><a href="NumericItem.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li>Field | </li>
<li><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">weka.associations</div>
<h2 title="Class NumericItem" class="title">Class NumericItem</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../weka/associations/Item.html" title="class in weka.associations">weka.associations.Item</a></li>
<li>
<ul class="inheritance">
<li>weka.associations.NumericItem</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a>></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">NumericItem</span>
extends <a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a>
implements java.io.Serializable</pre>
<div class="block">Class that encapsulates a numeric item.</div>
<dl><dt><span class="strong">Version:</span></dt>
<dd>$Revision: 10172 $</dd>
<dt><span class="strong">Author:</span></dt>
<dd>Mark Hall (mhall{[at]}pentaho{[dot]}com)</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../serialized-form.html#weka.associations.NumericItem">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations">NumericItem.Comparison</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../weka/associations/NumericItem.html#NumericItem(weka.core.Attribute,%20double,%20weka.associations.NumericItem.Comparison)">NumericItem</a></strong>(<a href="../../weka/core/Attribute.html" title="class in weka.core">Attribute</a> att,
double splitPoint,
<a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations">NumericItem.Comparison</a> comp)</code>
<div class="block">Constructs a new <code>NumericItem</code></div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object compareTo)</code>
<div class="block">Equals.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations">NumericItem.Comparison</a></code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.html#getComparison()">getComparison</a></strong>()</code>
<div class="block">Gets the comparison operator for this item.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.html#getComparisonAsString()">getComparisonAsString</a></strong>()</code>
<div class="block">Get this item's comparison operator as a String.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.html#getItemValueAsString()">getItemValueAsString</a></strong>()</code>
<div class="block">Get this item's value as a String.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.html#getSplitPoint()">getSplitPoint</a></strong>()</code>
<div class="block">Gets the numeric test.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../weka/associations/NumericItem.html#toString(boolean)">toString</a></strong>(boolean freq)</code>
<div class="block">A string representation of this item, (i.e.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_weka.associations.Item">
<!-- -->
</a>
<h3>Methods inherited from class weka.associations.<a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a></h3>
<code><a href="../../weka/associations/Item.html#compareTo(weka.associations.Item)">compareTo</a>, <a href="../../weka/associations/Item.html#decreaseFrequency()">decreaseFrequency</a>, <a href="../../weka/associations/Item.html#decreaseFrequency(int)">decreaseFrequency</a>, <a href="../../weka/associations/Item.html#getAttribute()">getAttribute</a>, <a href="../../weka/associations/Item.html#getFrequency()">getFrequency</a>, <a href="../../weka/associations/Item.html#hashCode()">hashCode</a>, <a href="../../weka/associations/Item.html#increaseFrequency()">increaseFrequency</a>, <a href="../../weka/associations/Item.html#increaseFrequency(int)">increaseFrequency</a>, <a href="../../weka/associations/Item.html#toString()">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="NumericItem(weka.core.Attribute, double, weka.associations.NumericItem.Comparison)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NumericItem</h4>
<pre>public NumericItem(<a href="../../weka/core/Attribute.html" title="class in weka.core">Attribute</a> att,
double splitPoint,
<a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations">NumericItem.Comparison</a> comp)
throws java.lang.Exception</pre>
<div class="block">Constructs a new <code>NumericItem</code></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>att</code> - the attribute that backs the item.</dd><dd><code>splitPoint</code> - the numeric test value.</dd><dd><code>comp</code> - the comparison operator.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.Exception</code> - if the NumericItem can't be constructed.</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getSplitPoint()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSplitPoint</h4>
<pre>public double getSplitPoint()</pre>
<div class="block">Gets the numeric test.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the numeric test value for this item.</dd></dl>
</li>
</ul>
<a name="getComparison()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getComparison</h4>
<pre>public <a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations">NumericItem.Comparison</a> getComparison()</pre>
<div class="block">Gets the comparison operator for this item.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the comparison operator for this item.</dd></dl>
</li>
</ul>
<a name="getItemValueAsString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getItemValueAsString</h4>
<pre>public java.lang.String getItemValueAsString()</pre>
<div class="block">Get this item's value as a String.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/associations/Item.html#getItemValueAsString()">getItemValueAsString</a></code> in class <code><a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>this item's value as a String.</dd></dl>
</li>
</ul>
<a name="getComparisonAsString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getComparisonAsString</h4>
<pre>public java.lang.String getComparisonAsString()</pre>
<div class="block">Get this item's comparison operator as a String.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../weka/associations/Item.html#getComparisonAsString()">getComparisonAsString</a></code> in class <code><a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>this item's comparison operator as a String.</dd></dl>
</li>
</ul>
<a name="toString(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString(boolean freq)</pre>
<div class="block">A string representation of this item, (i.e. <attribute name> <comparison
operator> <item value>). This default implementation just prints the
attribute name and (optionally) frequency information.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../weka/associations/Item.html#toString(boolean)">toString</a></code> in class <code><a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>freq</code> - true if the frequency should be included.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a string representation of this item.</dd></dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object compareTo)</pre>
<div class="block">Equals. Compares the attribute, numeric test and comparison operator</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../weka/associations/Item.html#equals(java.lang.Object)">equals</a></code> in class <code><a href="../../weka/associations/Item.html" title="class in weka.associations">Item</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>true if this NumericItem is equal to the argument.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../index-all.html">Index</a></li>
<li><a href="../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../weka/associations/NominalItem.html" title="class in weka.associations"><span class="strong">Prev Class</span></a></li>
<li><a href="../../weka/associations/NumericItem.Comparison.html" title="enum in weka.associations"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?weka/associations/NumericItem.html" target="_top">Frames</a></li>
<li><a href="NumericItem.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li>Field | </li>
<li><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>
|
deps/boost/libs/hana/doc/html/bool_8hpp.html | nawawi/poedit | <!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML header for doxygen 1.8.9.1-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Boost.Hana: boost/hana/bool.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
// Copyright Louis Dionne 2013-2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
MathJax.Hub.Config({
"HTML-CSS": {
linebreaks: {
automatic: true,
width: "75% container"
}
}
});
</script><script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<!-- Additional javascript for drawing charts. -->
<script type="text/javascript" src="highcharts.js"></script>
<script type="text/javascript" src="highcharts-data.js"></script>
<script type="text/javascript" src="highcharts-exporting.js"></script>
<script type="text/javascript" src="chart.js"></script>
<script type="text/javascript" src="hana.js"></script>
</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="Boost.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.Hana
 <span id="projectnumber">1.5.0</span>
</div>
<div id="projectbrief">Your standard library for metaprogramming</div>
</td>
<td> <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>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</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('bool_8hpp.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#namespaces">Namespaces</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">bool.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Defines the <code>Logical</code> and <code>Comparable</code> models of <code><a class="el" href="structboost_1_1hana_1_1integral__constant.html" title="Compile-time value of an integral type. ">boost::hana::integral_constant</a></code>.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceboost_1_1hana"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana.html">boost::hana</a></td></tr>
<tr class="memdesc:namespaceboost_1_1hana"><td class="mdescLeft"> </td><td class="mdescRight">Namespace containing everything in the library. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:namespaceboost_1_1hana_1_1literals"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana_1_1literals.html">boost::hana::literals</a></td></tr>
<tr class="memdesc:namespaceboost_1_1hana_1_1literals"><td class="mdescLeft"> </td><td class="mdescRight">Namespace containing C++14 user-defined literals provided by Hana. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a85ac3c47d02722a334181aab540e732c"><td class="memTemplParams" colspan="2">template<char... c> </td></tr>
<tr class="memitem:a85ac3c47d02722a334181aab540e732c"><td class="memTemplItemLeft" align="right" valign="top">constexpr auto </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana_1_1literals.html#a85ac3c47d02722a334181aab540e732c">boost::hana::literals::operator""_c</a> ()</td></tr>
<tr class="memdesc:a85ac3c47d02722a334181aab540e732c"><td class="mdescLeft"> </td><td class="mdescRight">Creates a <code><a class="el" href="structboost_1_1hana_1_1integral__constant.html" title="Compile-time value of an integral type. ">hana::integral_constant</a></code> from a literal. <a href="namespaceboost_1_1hana_1_1literals.html#a85ac3c47d02722a334181aab540e732c">More...</a><br /></td></tr>
<tr class="separator:a85ac3c47d02722a334181aab540e732c"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Defines the <code>Logical</code> and <code>Comparable</code> models of <code><a class="el" href="structboost_1_1hana_1_1integral__constant.html" title="Compile-time value of an integral type. ">boost::hana::integral_constant</a></code>. </p>
<dl class="section copyright"><dt>Copyright</dt><dd>Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at <a href="http://boost.org/LICENSE_1_0.txt">http://boost.org/LICENSE_1_0.txt</a>) </dd></dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML footer for doxygen 1.8.9.1-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_1878a3f4746a95c6aad317458cc7ef80.html">boost</a></li><li class="navelem"><a class="el" href="dir_daf74c896eae580804ddb7810f485dad.html">hana</a></li><li class="navelem"><a class="el" href="bool_8hpp.html">bool.hpp</a></li>
</ul>
</div>
</body>
</html>
|
锋利的JQ第二版源码/Ch5/demo2-多行文本框高度变化/demo1-2文本框高度变化.html | hedianjie/- | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
* { margin:0; padding:0;font:normal 12px/17px Arial; }
.msg {width:300px; margin:100px; }
.msg_caption { width:100%; overflow:hidden; margin-bottom:1px;}
.msg_caption span { display:block; float:left; margin:0 2px; padding:4px 10px; background:#898989; cursor:pointer;color:white; }
.msg textarea{ width:300px; height:80px;height:100px;border:1px solid #000;}
</style>
<!-- 引入jQuery -->
<script src="../../scripts/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
var $comment = $('#comment'); //获取评论框
$('.bigger').click(function(){ //放大按钮绑定单击事件
if(!$comment.is(":animated")){ //判断是否处于动画
if( $comment.height() < 500 ){
$comment.animate({ height : "+=50" },400); //重新设置高度,在原有的基础上加50
}
}
})
$('.smaller').click(function(){//缩小按钮绑定单击事件
if(!$comment.is(":animated")){//判断是否处于动画
if( $comment.height() > 50 ){
$comment.animate({ height : "-=50" },400); //重新设置高度,在原有的基础上减50
}
}
});
});
</script>
</head>
<body>
<form action="" method="post">
<div class="msg">
<div class="msg_caption">
<span class="bigger" >放大</span>
<span class="smaller" >缩小</span>
</div>
<div>
<textarea id="comment" rows="8" cols="20">多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.多行文本框高度变化.</textarea>
</div>
</div>
</form>
</body>
</html> |
www/lib/ionic-native-transitions/test/index.html | gupta-ji6/Smart-Apart-Prototype | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>{%=o.htmlWebpackPlugin.options.pkg.title %}</title>
<!-- cordova script (this will be a 404 during development) -->
<script src="cordova.js"></script>
</head>
<body ng-app="test" ng-strict-di ng-controller="MainController as main">
<ion-side-menus enable-menu-with-back-views="true">
<ion-side-menu-content>
<ion-nav-bar class="bar-positive">
<ion-nav-back-button class="button-icon ion-arrow-left-c">
</ion-nav-back-button>
<ion-nav-buttons side="left">
<button menu-toggle="left" class="button button-clear">
<i class="icon ion-navicon-round"></i>
</button>
</ion-nav-buttons>
<ion-nav-buttons side="right">
<button class="button button-clear" ng-click="main.openModal()">
<i class="icon ion-open"></i> Modal
</button>
</ion-nav-buttons>
</ion-nav-bar>
<ion-nav-view></ion-nav-view>
</ion-side-menu-content>
<ion-side-menu side="left" ui-view="menu"></ion-side-menu>
</ion-side-menus>
<script id="templates/tabs.html" type="text/ng-template">
<ion-tabs class="tabs-icon-top tabs-positive">
<ion-tab title="Home" icon="ion-home" ui-sref="tabs.home" ui-sref-opts="{inherit:false}">
<ion-nav-view name="home-tab"></ion-nav-view>
</ion-tab>
<ion-tab title="About" icon="ion-ios-football" ui-sref="tabs.about">
<ion-nav-view name="about-tab"></ion-nav-view>
</ion-tab>
<ion-tab title="Contact" icon="ion-bag" ui-sref="tabs.contact">
<ion-nav-view name="contact-tab"></ion-nav-view>
</ion-tab>
</ion-tab>
</ion-tabs>
</script>
<script id="templates/home.html" type="text/ng-template">
<ion-view view-title="Home">
<ion-content class="">
<p>
<a class="button button-full button-large icon icon-right ion-chevron-right" ui-sref="one">Start</a>
</p>
Is enabled: {{main.isEnable}}
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.enable()">Enable plugin</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.disable()">Disable plugin</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.enableBothTransitions()">Enable both transitions</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.disableWithoutDisablingIonicTransitions()">Disable plugin and ionic transitions</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.stateGo()">StateGo</a>
<button class="button button-full button-large icon icon-right ion-chevron-right" native-ui-sref="four({test: 'buyakacha2!', testParamUrl: 'haha'})" native-ui-sref-opts="{inherit:false}" native-options="{type: 'slide', direction:'down'}">
StateGo via directive
</button>
<button class="button button-full button-large icon icon-right ion-chevron-right" native-ui-sref="four" native-ui-sref-opts="{inherit:false}">
StateGo via directive without native-options
</button>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.locationUrl()">LocationUrl</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.sameStateGo()">sameStateGo</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.sameStateGo(true)">sameStateGo with reload</a>
<a class="button button-full button-large icon icon-right ion-chevron-right" ng-click="main.stateError()">State on error</a>
</ion-content>
</ion-view>
</script>
<script id="templates/one.html" type="text/ng-template">
<ion-view view-title="One">
<ion-nav-buttons side="left">
<button class="button button-clear" native-ui-sref="tabs.home" native-ui-sref-opts="{reload: true}" native-options="{type: 'slide', direction:'down'}">
<i class="icon ion-arrow-left-c"></i> Custom back
</button>
</ion-nav-buttons>
<ion-content class="">
<p>
<a class="button button-full button-large icon icon-right ion-chevron-right" ui-sref="two">Two</a>
</p>
</ion-content>
</ion-view>
</script>
<script id="templates/two.html" type="text/ng-template">
<ion-view view-title="Two">
<ion-content class="">
<p>
<a class="button button-full button-large icon icon-right ion-chevron-right" ui-sref="three">Three</a>
</p>
</ion-content>
</ion-view>
</script>
<script id="templates/three.html" type="text/ng-template">
<ion-view view-title="Three">
<ion-content class="">
<p>
<a class="button button-full button-large icon icon-right ion-chevron-right" ui-sref="four">Four</a>
<a class="button" ng-click="main.goBack()">Go back</a>
<a class="button" ng-click="main.goBack(-1)">Go back 1 states</a>
<a class="button" ng-click="main.goBack(-2)">Go back 2 states</a>
<a class="button" ng-click="main.goBack(-3)">Go back 3 states</a>
<a class="button" ng-click="main.goBack(-10)">Go back 10 states</a>
</p>
</ion-content>
</ion-view>
</script>
<script id="templates/four.html" type="text/ng-template">
<ion-view view-title="Four">
<ion-content class="">
</ion-content>
</ion-view>
</script>
<script id="templates/five.html" type="text/ng-template">
<ion-view view-title="Five">
<ion-content class="">
</ion-content>
</ion-view>
</script>
<script id="templates/about.html" type="text/ng-template">
<ion-view view-title="About">
<ion-content class="padding">
<h3>Create hybrid mobile apps with the web technologies you love.</h3>
<p>Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS components for building highly interactive apps.</p>
<p>Built with Sass and optimized for AngularJS.</p>
</ion-content>
</ion-view>
</script>
<script id="templates/contact.html" type="text/ng-template">
<ion-view title="Contact">
<ion-content>
<div class="list">
<a class="item" href="https://twitter.com/julienrenaux">
@julienrenaux
</a>
<div class="item">
@IonicFramework
</div>
<div class="item">
@DriftyTeam
</div>
</div>
</ion-content>
</ion-view>
</script>
{% for (var chunk in o.htmlWebpackPlugin.files.chunks) { %}
<script src="{%=o.htmlWebpackPlugin.files.chunks[chunk].entry %}"></script>
{% } %}
</body>
</html>
|
old/dhtmlx/samples/dhtmlxDataView/01_initialization/06_paging_custom.html | o-unity/lanio | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Custom paging</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/>
<script src="../../../codebase/dhtmlx.js"></script>
</head>
<body>
<h1>Custom paging</h1>
<style type="text/css" media="screen">
.paging_text{
font-family: Tahoma;
font-size: 10pt;
float: left;
padding: 3px 10px 0px 10px;
}
</style>
<div id="data_container" style="border:1px solid #A4BED4; background-color:white; width:710px;height:392px;"></div>
<br>
<div id="paging_here" style="width:596px;height:46px; "></div>
<script>
data = new dhtmlXDataView({
container:"data_container",
type:{
template:"<span class='dhx_strong'>#Maintainer#</span>#Package# <span class='dhx_light'>#Version#</span>",
height:35
}
});
pager = data.define("pager",{
container:"paging_here",
size:20
});
data.load("php/data.php");
function setType(mode){
var new_one = "";
switch(mode){
case "a":
new_one="{common.pages()}";
break;
case "b":
new_one="{common.first()}{common.pages()}{common.last()}";
break;
case "c":
new_one="{common.prev()}<div class='paging_text'>Page {common.page()} from #limit#</div>{common.next()}";
break;
}
pager.define("template",new_one);
}
</script>
<div>
<a href="javascript:void(0)" onclick='setType("a");'>Paging template A</a><br />
<a href="javascript:void(0)" onclick='setType("b");'>Paging template B</a><br />
<a href="javascript:void(0)" onclick='setType("c");'>Paging template C</a><br />
</div>
</body>
</html>
|
sites/all/libraries/php-excel/Documentation/API/__filesource/fsource_PHPExcel__PHPExcelSharedJAMAdocsincludesheader.php.html | fspadmin/FSP-Website | <html>
<head>
<title>File Source for header.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
<tr>
<td class="header_menu">
[ <a href="../classtrees_PHPExcel.html" class="menu">class tree: PHPExcel</a> ]
[ <a href="../elementindex_PHPExcel.html" class="menu">index: PHPExcel</a> ]
[ <a href="../elementindex.html" class="menu">all elements</a> ]
</td>
</tr>
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" class="menu">
<div id="todolist">
<p><a href="../todolist.html">Todo List</a></p>
</div>
<b>Packages:</b><br />
<a href="../li_PHPExcel.html">PHPExcel</a><br />
<a href="../li_com-tecnick-tcpdf.html">com-tecnick-tcpdf</a><br />
<a href="../li_JAMA.html">JAMA</a><br />
<a href="../li_Math_Stats.html">Math_Stats</a><br />
<a href="../li_PHPExcel_CachedObjectStorage.html">PHPExcel_CachedObjectStorage</a><br />
<a href="../li_PHPExcel_Calculation.html">PHPExcel_Calculation</a><br />
<a href="../li_PHPExcel_Cell.html">PHPExcel_Cell</a><br />
<a href="../li_PHPExcel_Reader.html">PHPExcel_Reader</a><br />
<a href="../li_PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a><br />
<a href="../li_PHPExcel_Reader_Excel2007.html">PHPExcel_Reader_Excel2007</a><br />
<a href="../li_PHPExcel_RichText.html">PHPExcel_RichText</a><br />
<a href="../li_PHPExcel_Settings.html">PHPExcel_Settings</a><br />
<a href="../li_PHPExcel_Shared.html">PHPExcel_Shared</a><br />
<a href="../li_PHPExcel_Shared_Best_Fit.html">PHPExcel_Shared_Best_Fit</a><br />
<a href="../li_PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a><br />
<a href="../li_PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a><br />
<a href="../li_PHPExcel_Shared_ZipArchive.html">PHPExcel_Shared_ZipArchive</a><br />
<a href="../li_PHPExcel_Style.html">PHPExcel_Style</a><br />
<a href="../li_PHPExcel_Worksheet.html">PHPExcel_Worksheet</a><br />
<a href="../li_PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a><br />
<a href="../li_PHPExcel_Writer.html">PHPExcel_Writer</a><br />
<a href="../li_PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a><br />
<a href="../li_PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a><br />
<br /><br />
</td>
<td>
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
<h1 align="center">Source for file header.php</h1>
<p>Documentation is available at <a href="../PHPExcel/_PHPExcel---Shared---JAMA---docs---includes---header.php.html">header.php</a></p>
<div class="src-code">
<ol><li><div class="src-line"><a name="a1"></a><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</div></li>
<li><div class="src-line"><a name="a2"></a> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></div></li>
<li><div class="src-line"><a name="a3"></a><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"></div></li>
<li><div class="src-line"><a name="a4"></a> <head></div></li>
<li><div class="src-line"><a name="a5"></a> <title>JAMA v1.0.1</title></div></li>
<li><div class="src-line"><a name="a6"></a> <meta name="description" content="JAMA v1.0.1 - Port of the proposed standard Java Matrix Library to PHP" /></div></li>
<li><div class="src-line"><a name="a7"></a> <meta name="robots" content="index, follow" /></div></li>
<li><div class="src-line"><a name="a8"></a> <meta name="keywords" content="php, matrix, matrix library, cholesky decomposition, eigenvalue decomposition, eigenvector, lu decomposition, qr decomposition, singular value decomposition" /></div></li>
<li><div class="src-line"><a name="a9"></a> <link rel="stylesheet" type="text/css" href="style.css" /></div></li>
<li><div class="src-line"><a name="a10"></a> </head></div></li>
<li><div class="src-line"><a name="a11"></a> <body></div></li>
</ol>
</div>
<div class="credit">
<hr />
Documentation generated on Sun, 27 Feb 2011 16:32:14 -0800 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.3</a>
</div>
</td></tr></table>
</td>
</tr>
</table>
</body>
</html> |
lib/commons-math3-3.3/docs/apidocs/org/apache/commons/math3/genetics/class-use/RandomKeyMutation.html | aryantaheri/openstack-benchmarking | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.commons.math3.genetics.RandomKeyMutation (Apache Commons Math 3.3 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.math3.genetics.RandomKeyMutation (Apache Commons Math 3.3 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/commons/math3/genetics/RandomKeyMutation.html" title="class in org.apache.commons.math3.genetics">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/genetics/class-use/RandomKeyMutation.html" target="_top">Frames</a></li>
<li><a href="RandomKeyMutation.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.commons.math3.genetics.RandomKeyMutation" class="title">Uses of Class<br>org.apache.commons.math3.genetics.RandomKeyMutation</h2>
</div>
<div class="classUseContainer">No usage of org.apache.commons.math3.genetics.RandomKeyMutation</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/commons/math3/genetics/RandomKeyMutation.html" title="class in org.apache.commons.math3.genetics">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/genetics/class-use/RandomKeyMutation.html" target="_top">Frames</a></li>
<li><a href="RandomKeyMutation.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 © 2003–2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
test/css/test.css | FENIX-Platform/fenix-ui-menu |
/*# sourceMappingURL=test.css.map */
|
wire/modules/Inputfield/InputfieldTinyMCE/tinymce-3.5.8/plugins/codemagic/css/codemirror.css | BKRajaYogaFoundation/shantitree-web | .CodeMirror {
overflow: auto;
height: 90%;
line-height: 14px;
font-size: 13px;
font-family: monospace;
background-color: #fff;
border:1px solid #abc6dd;
_position: relative; /* IE6 hack */
}
.CodeMirror-gutter {
position: absolute; left: 0; top: 0;
background-color: #f7f7f7;
border-right: 1px solid #eee;
min-width: 2em;
height: 100%;
}
.CodeMirror-gutter-text {
color: #aaa;
text-align: right;
padding: .4em .2em .4em .4em;
}
.CodeMirror-lines {
padding: .4em;
}
.CodeMirror pre {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border-width: 0; margin: 0; padding: 0; background: transparent;
font-family: inherit;
}
.CodeMirror pre.activeline {
background: none repeat scroll 0 0 #efefef !important;
}
.CodeMirror-cursor {
z-index: 10;
position: absolute;
visibility: hidden;
border-left: 1px solid black !important;
}
.CodeMirror-focused .CodeMirror-cursor {
visibility: visible;
}
span.CodeMirror-selected {
background: #ccc !important;
color: HighlightText !important;
}
.CodeMirror-focused span.CodeMirror-selected {
background: Highlight !important;
}
.CodeMirror-matchingbracket {color: #000 !important; background-color: #a0e0fc !important;}
.CodeMirror-nonmatchingbracket {color: #f22 !important;}
.CodeMirrorToolBar
{
border:1px solid #abc6dd;
border-bottom: 0;
background:#e5effd;
margin:0px;
padding:0;
}
.CMBtn
{
border:1px solid #b0c8e8;
background:#cadcf0;
font :700 10px verdana;
margin:5px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
color: #6497d9;
}
.searched {
background-color: yellow;
}
.completions {
position: absolute;
border: 1px solid #000000;
background-color: #F0F0EE;
padding: 3px;
}
.completions select {
background-color: #FFFFFF;
border: 1px solid #B5A69C;
width: 200px;
height: 144px;
} |
typo3/sysext/sys_note/Resources/Private/Templates/Note/List.html | morinfa/TYPO3.CMS | {namespace notes=TYPO3\CMS\SysNote\ViewHelpers}
<f:layout name="Default" />
<f:section name="Content">
<f:if condition="{notes}">
<h2><f:translate key="internal_note" /></h2>
<div class="typo3-dblist-sysnotes">
<f:for each="{notes}" as="note">
<div class="panel panel-default panel-sysnote panel-sysnote-category-{note.category}">
<div class="panel-heading clearfix">
<span class="typeicon t3js-contextmenutrigger" data-table="sys_note" data-uid="{note.uid}">
<core:icon identifier="sysnote-type-{note.category}" />
</span>
<span class="author">
<f:translate key="author" />
<f:if condition="{note.author.realName}">
<f:then>{note.author.realName}</f:then>
<f:else>{note.author.userName}</f:else>
</f:if>
</span>
<span>•</span>
<span class="date">
<f:translate key="date" />
<f:format.date>{note.modificationDate}</f:format.date>
</span>
<f:if condition="{note.personal}">
·
<span class="personal">
<f:translate key="personal" /> <f:translate key="yes" /></span>
</f:if>
<div class="btn-group pull-right">
<a href="{notes:editLink(id:note.uid)}" class="btn btn-default btn-sm">
<core:icon identifier="actions-open" />
</a>
<a href="{notes:deleteLink(id:note.uid)}" class="btn btn-default btn-sm t3js-modal-trigger" data-severity="warning" data-title="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:delete')}" data-content="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_alt_doc.xlf:deleteWarning')}" data-button-close-text="{f:translate(key: 'LLL:EXT:lang/Resources/Private/Language/locallang_common.xlf:cancel')}">
<core:icon identifier="actions-edit-delete" />
</a>
</div>
</div>
<div class="panel-body">
<h4><span><f:if condition="{note.category}"><f:translate key="category.{note.category}" />: </f:if></span>{note.subject}</h4>
<f:format.nl2br>{note.message}</f:format.nl2br>
</div>
</div>
</f:for>
</div>
</f:if>
</f:section>
|
lib/poi-3.17/docs/apidocs/org/apache/poi/hssf/record/ObjectProtectRecord.html | TonyClark/ESL | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
ObjectProtectRecord (POI API Documentation)
</TITLE>
<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="ObjectProtectRecord (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/ObjectProtectRecord.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/hssf/record/NumberRecord.html" title="class in org.apache.poi.hssf.record"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/hssf/record/ObjRecord.html" title="class in org.apache.poi.hssf.record"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/hssf/record/ObjectProtectRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="ObjectProtectRecord.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="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.poi.hssf.record</FONT>
<BR>
Class ObjectProtectRecord</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.RecordBase</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.Record</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.StandardRecord</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hssf.record.ObjectProtectRecord</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public final class <B>ObjectProtectRecord</B><DT>extends <A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A><DT>implements java.lang.Cloneable</DL>
</PRE>
<P>
Title: Object Protect Record<P>
Description: Protect embedded object with the lamest "security" ever invented.
This record tells "I want to protect my objects" with lame security. It
appears in conjunction with the PASSWORD and PROTECT records as well as its
scenario protect cousin.<P>
REFERENCE: PG 368 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Andrew C. Oliver (acoliver at apache dot org)</DD>
</DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_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>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#sid">sid</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#ObjectProtectRecord()">ObjectProtectRecord</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#ObjectProtectRecord(org.apache.poi.hssf.record.RecordInputStream)">ObjectProtectRecord</A></B>(<A HREF="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A> in)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html" title="class in org.apache.poi.hssf.record">ObjectProtectRecord</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#clone()">clone</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#getDataSize()">getDataSize</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#getProtect()">getProtect</A></B>()</CODE>
<BR>
get whether the sheet is protected or not</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#getSid()">getSid</A></B>()</CODE>
<BR>
return the non static version of the id for this record.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</A></B>(<A HREF="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</A> out)</CODE>
<BR>
Write the data content of this BIFF record.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#setProtect(boolean)">setProtect</A></B>(boolean protect)</CODE>
<BR>
set whether the sheet is protected or not</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html#toString()">toString</A></B>()</CODE>
<BR>
get a string representation of the record (for biffview/debugging)</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.StandardRecord"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.<A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#getRecordSize()">getRecordSize</A>, <A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(int, byte[])">serialize</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.Record"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.<A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</A>, <A HREF="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</A></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>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_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>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="sid"><!-- --></A><H3>
sid</H3>
<PRE>
public static final short <B>sid</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.poi.hssf.record.ObjectProtectRecord.sid">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ObjectProtectRecord()"><!-- --></A><H3>
ObjectProtectRecord</H3>
<PRE>
public <B>ObjectProtectRecord</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="ObjectProtectRecord(org.apache.poi.hssf.record.RecordInputStream)"><!-- --></A><H3>
ObjectProtectRecord</H3>
<PRE>
public <B>ObjectProtectRecord</B>(<A HREF="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A> in)</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">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="setProtect(boolean)"><!-- --></A><H3>
setProtect</H3>
<PRE>
public void <B>setProtect</B>(boolean protect)</PRE>
<DL>
<DD>set whether the sheet is protected or not
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>protect</CODE> - whether to protect the sheet or not</DL>
</DD>
</DL>
<HR>
<A NAME="getProtect()"><!-- --></A><H3>
getProtect</H3>
<PRE>
public boolean <B>getProtect</B>()</PRE>
<DL>
<DD>get whether the sheet is protected or not
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>whether to protect the sheet or not</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#toString()">Record</A></CODE></B></DD>
<DD>get a string representation of the record (for biffview/debugging)
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="serialize(org.apache.poi.util.LittleEndianOutput)"><!-- --></A><H3>
serialize</H3>
<PRE>
public void <B>serialize</B>(<A HREF="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util">LittleEndianOutput</A> out)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">StandardRecord</A></CODE></B></DD>
<DD>Write the data content of this BIFF record. The 'ushort sid' and 'ushort size' header fields
have already been written by the superclass.
<p>
The number of bytes written must equal the record size reported by
<A HREF="../../../../../org/apache/poi/hssf/record/RecordBase.html#getRecordSize()"><CODE>RecordBase.getRecordSize()</CODE></A>} minus four
( record header consisting of a 'ushort sid' and 'ushort reclength' has already been written
by their superclass).
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#serialize(org.apache.poi.util.LittleEndianOutput)">serialize</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>out</CODE> - the output object</DL>
</DD>
</DL>
<HR>
<A NAME="getDataSize()"><!-- --></A><H3>
getDataSize</H3>
<PRE>
protected int <B>getDataSize</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html#getDataSize()">getDataSize</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record">StandardRecord</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSid()"><!-- --></A><H3>
getSid</H3>
<PRE>
public short <B>getSid</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">Record</A></CODE></B></DD>
<DD>return the non static version of the id for this record.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>he id for this record</DL>
</DD>
</DL>
<HR>
<A NAME="clone()"><!-- --></A><H3>
clone</H3>
<PRE>
public <A HREF="../../../../../org/apache/poi/hssf/record/ObjectProtectRecord.html" title="class in org.apache.poi.hssf.record">ObjectProtectRecord</A> <B>clone</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></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=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/ObjectProtectRecord.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/hssf/record/NumberRecord.html" title="class in org.apache.poi.hssf.record"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/hssf/record/ObjRecord.html" title="class in org.apache.poi.hssf.record"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/hssf/record/ObjectProtectRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="ObjectProtectRecord.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="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <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>
<i>Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
_layouts/post.html | samdroid-apps/www-sugarlabs | ---
layout: default
---
<h1>{{ page.title }}</h1>
<p>{{ page.date | date: "%b %-d %Y" }}</p>
{{ content }}
<p><a href="/press">Return to press information</a></p>
<p><a href='/'>Return to main page</a></p>
|
public/css/themes/royal.css | froala/wordpress-froala-wysiwyg | /*!
* froala_editor v4.0.9 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
.fr-clearfix::after {
clear: both;
display: block;
content: "";
height: 0; }
.fr-hide-by-clipping {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.royal-theme.fr-box.fr-basic {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-box.fr-basic .fr-element {
font-family: sans-serif;
color: #414141;
font-size: 14px;
line-height: 1.6;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 60px;
text-align: left; }
.royal-theme .fr-element {
-webkit-user-select: auto; }
.royal-theme .fr-element a {
user-select: auto;
-o-user-select: auto;
-moz-user-select: auto;
-khtml-user-select: auto;
-webkit-user-select: auto;
-ms-user-select: auto; }
.royal-theme .fr-element.fr-disabled {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme.fr-box a.fr-floating-btn {
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
height: 40px;
width: 40px;
background: #FFF;
color: #333333;
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
left: 0;
top: 0;
line-height: 40px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: none; }
.royal-theme.fr-box a.fr-floating-btn svg {
-webkit-transition: transform 0.2s ease 0s;
-moz-transition: transform 0.2s ease 0s;
-ms-transition: transform 0.2s ease 0s;
-o-transition: transform 0.2s ease 0s;
fill: #333333; }
.royal-theme.fr-box a.fr-floating-btn i, .royal-theme.fr-box a.fr-floating-btn svg {
font-size: 14px;
line-height: 40px; }
.royal-theme.fr-box a.fr-floating-btn:hover {
background: #ebebeb; }
.royal-theme.fr-box a.fr-floating-btn:hover svg {
fill: #333333; }
.royal-theme.fr-box .fr-visible a.fr-floating-btn {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); }
.royal-theme iframe.fr-iframe {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme .fr-wrapper::after {
clear: both;
display: block;
content: "";
height: 0; }
.royal-theme .fr-wrapper .fr-placeholder {
font-size: 14px;
color: #AAA;
font-family: sans-serif;
top: 0;
left: 0;
right: 0; }
.royal-theme .fr-wrapper ::-moz-selection {
background: rgba(181, 214, 253, 0.8);
color: #000; }
.royal-theme .fr-wrapper ::selection {
background: rgba(181, 214, 253, 0.8);
color: #000; }
.royal-theme.fr-box.fr-basic .fr-wrapper {
background: #FFF;
border: 1px solid #CCCCCC;
border-bottom-color: #efefef;
top: 0;
left: 0; }
.royal-theme.fr-box.fr-basic.fr-top .fr-wrapper {
border-top: 0; }
.royal-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
border-bottom: 0;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
@media (min-width: 992px) {
.royal-theme .fr-box.fr-document .fr-wrapper {
padding: 30px;
background: #efefef; }
.royal-theme .fr-box.fr-document .fr-wrapper .fr-element {
background: #FFF;
margin: auto;
z-index: auto; }
.royal-theme .fr-box.fr-document .fr-wrapper .fr-element hr {
background: #efefef; } }
.royal-theme .fr-sticky-on {
z-index: 10; }
.royal-theme .fr-sticky-on.fr-sticky-ios {
left: 0;
right: 0; }
.royal-theme span.fr-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.royal-theme .fr-track-hide-mobile {
width: 0;
height: 0; }
.royal-theme .fr-opacity-0 {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-box .fr-counter {
padding: 10px;
color: #999999;
font-size: 14px;
font-family: sans-serif;
border-radius: 2px 0 0 0;
-moz-border-radius: 2px 0 0 0;
-webkit-border-radius: 2px 0 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-box.fr-rtl .fr-counter {
left: 0;
right: auto;
border-radius: 0 2px 0 0;
-moz-border-radius: 0 2px 0 0;
-webkit-border-radius: 0 2px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme textarea.fr-code {
resize: none;
-moz-resize: none;
-webkit-resize: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #FFF;
color: #000; }
.royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
top: 0;
right: 0;
background: #FFF;
color: #333333;
-moz-outline: 0;
outline: 0;
border: 0;
padding: 8px 7px;
-webkit-transition: background 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s;
-o-transition: background 0.2s ease 0s;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
font-size: 24px;
width: 24px; }
.royal-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
background: #ebebeb; }
.royal-theme.fr-popup .fr-layer.fr-color-hex-layer {
margin: 0;
padding: 20px;
padding-top: 0; }
.royal-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
padding: 15px 0 0; }
.royal-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
width: 38px;
height: 40px;
padding: 17px 0 0;
margin: 0; }
.royal-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
font-size: 13px;
height: 40px;
width: 38px; }
.royal-theme.fr-popup .fr-color-set {
line-height: 0; }
.royal-theme.fr-popup .fr-color-set.fr-selected-set {
padding: 20px;
padding-bottom: 0; }
.royal-theme.fr-popup .fr-color-set > span {
width: 32px;
height: 32px; }
.royal-theme.fr-popup .fr-color-set > span > i, .royal-theme.fr-popup .fr-color-set > span > svg {
line-height: 32px;
height: 24px;
width: 24px;
margin: 4px;
font-size: 13px;
bottom: 0;
left: 0; }
.royal-theme.fr-popup .fr-color-set > span > i path, .royal-theme.fr-popup .fr-color-set > span > svg path {
fill: #222222; }
.royal-theme.fr-popup .fr-color-set > span .fr-selected-color {
color: #FFF;
font-size: 13px;
font-weight: 400;
line-height: 32px;
top: 0;
bottom: 0;
right: 0;
left: 0; }
.royal-theme.fr-popup .fr-color-set > span:hover, .royal-theme.fr-popup .fr-color-set > span:focus {
outline: 1px solid #222222; }
.royal-theme.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
-o-transform: translate3d(100%, 0, 0); }
.royal-theme .fr-drag-helper {
background: #0098f7;
-webkit-opacity: 0.2;
-moz-opacity: 0.2;
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 2147483640; }
.royal-theme .fr-dragging {
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-popup .fr-emoticon {
width: 24px;
height: 24px; }
.royal-theme.fr-popup .fr-emoticon img {
height: 24px;
width: 24px; }
.royal-theme.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
padding: 0 0 0 14px; }
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
.royal-theme.fr-popup .fr-icon-container.fr-emoticon-container {
width: 368px; } }
.royal-theme.fr-popup .fr-file-upload-layer {
border: dashed 2px #bdbdbd;
padding: 25px 0;
margin: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme.fr-popup .fr-file-upload-layer:hover {
background: #ebebeb; }
.royal-theme.fr-popup .fr-file-upload-layer.fr-drop {
background: #ebebeb;
border-color: #0098f7; }
.royal-theme.fr-popup .fr-file-upload-layer .fr-form {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483640; }
.royal-theme.fr-popup .fr-file-upload-layer .fr-form input {
right: 0;
top: 0;
bottom: 0;
margin: 0; }
.royal-theme.fr-popup .fr-file-progress-bar-layer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme.fr-popup .fr-file-progress-bar-layer > h3 {
margin: 10px 0; }
.royal-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
background: #b3e0fd; }
.royal-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
background: #0098f7;
-webkit-transition: width 0.2s ease 0s;
-moz-transition: width 0.2s ease 0s;
-ms-transition: width 0.2s ease 0s;
-o-transition: width 0.2s ease 0s; }
.royal-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
top: 0;
-webkit-animation: loading 2s linear infinite;
-moz-animation: loading 2s linear infinite;
-o-animation: loading 2s linear infinite;
animation: loading 2s linear infinite; }
.royal-theme .fr-element img {
padding: 0 1px; }
.royal-theme .fr-image-resizer {
border: solid 1px #0098f7;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-image-resizer .fr-handler {
background: #0098f7;
border: solid 1px #FFF;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme .fr-image-resizer .fr-handler {
width: 12px;
height: 12px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hnw {
left: -6px;
top: -6px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hne {
right: -6px;
top: -6px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hsw {
left: -6px;
bottom: -6px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hse {
right: -6px;
bottom: -6px; }
@media (min-width: 1200px) {
.royal-theme .fr-image-resizer .fr-handler {
width: 10px;
height: 10px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hnw {
left: -5px;
top: -5px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hne {
right: -5px;
top: -5px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hsw {
left: -5px;
bottom: -5px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hse {
right: -5px;
bottom: -5px; } }
.royal-theme.fr-image-overlay {
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2147483640; }
.royal-theme .fr-by-url-padding {
padding: 11.5px 0; }
.royal-theme.fr-popup .fr-upload-progress-layer {
border-radius: 0;
overflow-y: auto; }
.royal-theme.fr-popup .fr-files-upload-layer {
border: dashed 2px #bdbdbd;
margin: 20px; }
.royal-theme.fr-popup .fr-files-upload-layer:hover {
background: #ebebeb; }
.royal-theme.fr-popup .fr-files-upload-layer.fr-drop {
background: #ebebeb;
border-color: #0098f7; }
.royal-theme.fr-popup .fr-files-upload-layer .fr-form {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483640; }
.royal-theme.fr-popup .fr-files-upload-layer .fr-form input {
right: 0;
top: 0;
bottom: 0;
margin: 0; }
.royal-theme.fr-popup .fr-files-progress-bar-layer > h3 {
margin: 10px 0; }
.royal-theme.fr-popup .fr-files-progress-bar-layer > div.fr-loader {
background: #b3e0fd; }
.royal-theme.fr-popup .fr-files-progress-bar-layer > div.fr-loader span {
background: #0098f7;
-webkit-transition: width 0.2s ease 0s;
-moz-transition: width 0.2s ease 0s;
-ms-transition: width 0.2s ease 0s;
-o-transition: width 0.2s ease 0s; }
.royal-theme.fr-popup .fr-files-progress-bar-layer > div.fr-loader.fr-indeterminate span {
top: 0;
-webkit-animation: loading 2s linear infinite;
-moz-animation: loading 2s linear infinite;
-o-animation: loading 2s linear infinite;
animation: loading 2s linear infinite; }
.royal-theme .fr-progress-bar {
background-color: #4CAF50; }
.royal-theme .fr-uploading {
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme .fr-icons {
padding: 10px 20px 0; }
.royal-theme .half-circle {
border-bottom: 0; }
.royal-theme .checkbox-container input {
opacity: 0;
height: 0;
width: 0; }
.royal-theme .checkmark {
top: 0;
left: 0; }
.royal-theme .fr-cloud-icon {
margin: 0 auto; }
.royal-theme .fr-files-checkbox {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-files-checkbox svg {
width: 10px;
height: 10px; }
.royal-theme .fr-files-checkbox span {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
.royal-theme .fr-files-checkbox input {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 18px;
margin: 0;
padding: 0;
width: 18px; }
.royal-theme .fr-files-checkbox input:not(:checked) + span {
border: solid 2px #999999; }
.royal-theme .fr-files-checkbox input:not(:checked):active + span {
background-color: #f5f5f5; }
.royal-theme .fr-files-checkbox input:not(:checked):focus + span, .royal-theme .fr-files-checkbox input:not(:checked):hover + span {
border-color: #515151; }
.royal-theme .fr-files-checkbox input:checked + span {
background: #0098f7;
border: solid 2px #0098f7; }
.royal-theme .fr-files-checkbox input:checked:active + span {
background-color: #EcF5Ff; }
.royal-theme .fr-files-checkbox input:checked:focus + span, .royal-theme .fr-files-checkbox input:checked:hover + span {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme .fr-checkbox-disabled {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-checkbox-disabled span {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
.royal-theme .fr-checkbox-disabled input {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
margin: 0;
padding: 0; }
.royal-theme .fr-checkbox-disabled input:not(:checked) + span {
border: solid 2px #999999; }
.royal-theme .fr-checkbox-disabled input:not(:checked):active + span {
background-color: #f5f5f5; }
.royal-theme .fr-checkbox-disabled input:checked + span {
background: #0098f7;
border: solid 2px #0098f7; }
.royal-theme .fr-checkbox-disabled input:checked:active + span {
background-color: #EcF5Ff; }
.royal-theme .fr-files-manager-tooltip .tooltiptext {
font-weight: 100; }
.royal-theme .fr-file-view-modal {
left: 0;
top: 0;
overflow: auto; }
.royal-theme .fr-file-view-image {
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto; }
.royal-theme .fr-file-error {
font-weight: 200; }
.royal-theme .fr-autoplay-checkbox-label {
margin: 0; }
.royal-theme .checkbox-container .checkmark:after {
border-width: 0 3px 3px 0; }
.royal-theme .file-item-details .file-description {
font-weight: 300; }
.royal-theme #myprogressBar {
background-color: #4CAF50; }
.royal-theme .progress-circle {
padding: 0; }
.royal-theme .fr-hovered-over-file {
background-color: #F0F0F0; }
.royal-theme.fr-box.fr-fullscreen {
top: 0;
left: 0;
bottom: 0;
right: 0; }
.royal-theme.fr-box.fr-fullscreen .fr-wrapper {
background-color: #FFF; }
.royal-theme.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-box.fr-fullscreen .fr-toolbar {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-box.fr-fullscreen .fr-second-toolbar {
margin-top: 0;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
border: 0; }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
border-bottom: solid 1px #ebebeb; }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
color: #646464; }
.royal-theme .fr-element img {
padding: 0 1px; }
.royal-theme .fr-image-resizer {
border: solid 1px #0098f7;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-image-resizer .fr-handler {
background: #0098f7;
border: solid 1px #FFF;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme .fr-image-resizer .fr-handler {
width: 12px;
height: 12px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hnw {
left: -6px;
top: -6px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hne {
right: -6px;
top: -6px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hsw {
left: -6px;
bottom: -6px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hse {
right: -6px;
bottom: -6px; }
@media (min-width: 1200px) {
.royal-theme .fr-image-resizer .fr-handler {
width: 10px;
height: 10px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hnw {
left: -5px;
top: -5px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hne {
right: -5px;
top: -5px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hsw {
left: -5px;
bottom: -5px; }
.royal-theme .fr-image-resizer .fr-handler.fr-hse {
right: -5px;
bottom: -5px; } }
.royal-theme.fr-image-overlay {
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2147483640; }
.royal-theme.fr-popup .fr-image-upload-layer {
border: dashed 2px #bdbdbd;
padding: 25px 0;
margin: 20px; }
.royal-theme.fr-popup .fr-image-upload-layer:hover {
background: #ebebeb; }
.royal-theme.fr-popup .fr-image-upload-layer.fr-drop {
background: #ebebeb;
border-color: #0098f7; }
.royal-theme.fr-popup .fr-image-upload-layer .fr-form {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483640; }
.royal-theme.fr-popup .fr-image-upload-layer .fr-form input {
right: 0;
top: 0;
bottom: 0;
margin: 0; }
.royal-theme.fr-popup .fr-image-progress-bar-layer > h3 {
margin: 10px 0; }
.royal-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
background: #b3e0fd; }
.royal-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
background: #0098f7;
-webkit-transition: width 0.2s ease 0s;
-moz-transition: width 0.2s ease 0s;
-ms-transition: width 0.2s ease 0s;
-o-transition: width 0.2s ease 0s; }
.royal-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
top: 0;
-webkit-animation: loading 2s linear infinite;
-moz-animation: loading 2s linear infinite;
-o-animation: loading 2s linear infinite;
animation: loading 2s linear infinite; }
.royal-theme .fr-uploading {
-webkit-opacity: 0.4;
-moz-opacity: 0.4;
opacity: 0.4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-head-line::after {
clear: both;
display: block;
content: "";
height: 0; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
margin-top: 10px; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
opacity: 0;
width: 0;
padding: 12px 0; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags {
padding: 0 20px; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a {
opacity: 0;
padding: 6px 12px;
margin: 8px 0 8px 8px;
border-radius: 32px;
-moz-border-radius: 32px;
-webkit-border-radius: 32px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
-moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
background-color: #f5f5f5; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a:focus {
background-color: #ebebeb; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a:hover {
background-color: #ebebeb; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a:active {
background-color: #d6d6d6; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
background-color: #EcF5Ff;
color: #0098f7; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
background-color: #ebebeb; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
background-color: #ebebeb; }
.royal-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
background-color: #d6d6d6; }
.royal-theme.fr-show-tags .fr-modal-more svg path {
fill: #0098f7; }
.royal-themediv.fr-modal-body {
-webkit-transition: background 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s;
-o-transition: background 0.2s ease 0s; }
.royal-themediv.fr-modal-body .fr-preloader {
margin: 50px auto; }
.royal-themediv.fr-modal-body div.fr-image-list {
margin: 0 20px;
padding: 0; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: opacity 0.2s ease 0s;
-moz-transition: opacity 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s;
background: #000;
top: 0;
left: 0;
bottom: 0;
right: 0; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
color: #FFF;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
background: #CCCCCC; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
-moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0); }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
-webkit-opacity: 0.75;
-moz-opacity: 0.75;
opacity: 0.75;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, .royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
line-height: 40px; }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
background: #B8312F;
fill: #FFF;
padding: 8px;
-webkit-transform: translateY(-50%) translateX(25%);
-moz-transform: translateY(-50%) translateX(25%);
-ms-transform: translateY(-50%) translateX(25%);
-o-transform: translateY(-50%) translateX(25%); }
.royal-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
background: #FFF;
fill: #0098f7;
padding: 8px;
-webkit-transform: translateY(-50%) translateX(-125%);
-moz-transform: translateY(-50%) translateX(-125%);
-ms-transform: translateY(-50%) translateX(-125%);
-o-transform: translateY(-50%) translateX(-125%); }
.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
-webkit-opacity: 0.75;
-moz-opacity: 0.75;
opacity: 0.75;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
width: 40px;
height: 40px; }
.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
background: #bf4644;
color: #FFF; }
.royal-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
background: #ebebeb; }
.royal-theme .fr-line-breaker {
border-top: 1px solid #0098f7; }
.royal-theme .fr-line-breaker a.fr-floating-btn {
left: calc(50% - (40px / 2));
top: -20px; }
.royal-theme .fr-line-breaker a.fr-floating-btn svg {
margin: 8px;
height: 24px;
width: 24px; }
.royal-theme .fr-markdown-view {
box-sizing: inherit; }
.royal-theme .fr-markdown-editor {
box-sizing: inherit; }
.royal-theme .fr-markdown-editor > p {
margin: 0; }
.royal-theme .fr-markdown-view > p {
margin-top: 0; }
.royal-theme .fr-markdown-view > dl {
margin-top: 0; }
.royal-theme .fr-markdown-view > dt {
font-weight: 700; }
.royal-theme .fr-markdown-view > dd {
margin-left: 0; }
.royal-theme .fr-markdown-view > pre code {
border: 0;
padding: 0; }
.royal-theme .fr-markdown-view > hr {
border: 0; }
.royal-theme .fr-markdown-view > table {
border-spacing: 0; }
.royal-theme .fr-quick-insert {
padding-right: 10px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-quick-insert a.fr-floating-btn svg {
margin: 8px;
width: 24px;
height: 24px; }
.royal-theme .fr-quick-insert.fr-on a.fr-floating-btn svg {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg); }
.royal-theme .fr-qi-helper {
padding-left: 20px; }
.royal-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
padding: 6px 10px 10px 10px;
color: #222222;
background: #FFF;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0); }
.royal-theme .fr-qi-helper a.fr-btn.fr-floating-btn svg {
fill: #222222; }
.royal-theme .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1); }
.royal-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
padding: 10px 15px; }
.royal-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
font-size: 16px; }
.royal-theme.fr-popup .fr-special-character {
width: 24px;
height: 24px; }
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
.royal-theme.fr-popup .fr-icon-container.fr-sc-container {
width: 368px; } }
.royal-theme .fr-element table td.fr-selected-cell, .royal-theme .fr-element table th.fr-selected-cell {
border: 1px double #0098f7; }
.royal-theme .fr-element table tr {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme .fr-element table td, .royal-theme .fr-element table th {
user-select: text;
-o-user-select: text;
-moz-user-select: text;
-khtml-user-select: text;
-webkit-user-select: text;
-ms-user-select: text; }
.royal-theme .fr-element .fr-no-selection table td, .royal-theme .fr-element .fr-no-selection table th {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme .fr-table-resizer div {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-right: 1px solid #0098f7; }
.royal-theme .fr-no-selection {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme.fr-popup .fr-table-size {
margin: 20px; }
.royal-theme.fr-popup .fr-table-size .fr-select-table-size {
line-height: 0; }
.royal-theme.fr-popup .fr-table-size .fr-select-table-size > span {
padding: 0 4px 4px 0; }
.royal-theme.fr-popup .fr-table-size .fr-select-table-size > span > span {
border: 1px solid #DDD; }
.royal-theme.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
background: rgba(0, 152, 247, 0.3);
border: solid 1px #0098f7; }
.royal-theme.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
clear: both;
display: block;
content: "";
height: 0; }
.royal-theme.fr-popup .fr-table-colors {
padding: 20px;
padding-bottom: 0; }
.royal-theme #fr-form-container {
margin: auto;
overflow: auto; }
.royal-theme .fr-range-value-start > span:before {
width: 0;
height: 0; }
.royal-theme .fr-range-value-end > span:before {
width: 0;
height: 0; }
.royal-theme .fr-range-slider > input {
left: 0; }
.royal-theme .fr-range-slider > input::-moz-range-thumb {
z-index: 10; }
.royal-theme .fr-range-slider > input::-moz-range-track {
border: 0; }
.royal-theme .fr-range-slider > input:last-of-type::-moz-range-track {
border: 0; }
.royal-theme .fr-range-slider > input[type="range"]::-moz-focus-outer {
border: 0; }
.royal-theme .fr-element .fr-video {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme .fr-element .fr-video::after {
top: 0;
left: 0;
right: 0;
bottom: 0; }
.royal-theme .fr-element .fr-video > * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme.fr-box .fr-video-resizer {
border: solid 1px #0098f7;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme.fr-box .fr-video-resizer .fr-handler {
background: #0098f7;
border: solid 1px #FFF;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme.fr-box .fr-video-resizer .fr-handler {
width: 12px;
height: 12px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
left: -6px;
top: -6px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
right: -6px;
top: -6px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
left: -6px;
bottom: -6px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
right: -6px;
bottom: -6px; }
@media (min-width: 1200px) {
.royal-theme.fr-box .fr-video-resizer .fr-handler {
width: 10px;
height: 10px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
left: -5px;
top: -5px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
right: -5px;
top: -5px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
left: -5px;
bottom: -5px; }
.royal-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
right: -5px;
bottom: -5px; } }
.royal-theme.fr-popup .fr-video-upload-layer {
border: dashed 2px #bdbdbd;
padding: 25px 0;
margin: 20px; }
.royal-theme.fr-popup .fr-video-upload-layer:hover {
background: #ebebeb; }
.royal-theme.fr-popup .fr-video-upload-layer.fr-drop {
background: #ebebeb;
border-color: #0098f7; }
.royal-theme.fr-popup .fr-video-upload-layer .fr-form {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483640; }
.royal-theme.fr-popup .fr-video-upload-layer .fr-form input {
right: 0;
top: 0;
bottom: 0;
margin: 0; }
.royal-theme.fr-popup .fr-video-progress-bar-layer > h3 {
margin: 10px 0; }
.royal-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
background: #b3e0fd; }
.royal-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
background: #0098f7;
-webkit-transition: width 0.2s ease 0s;
-moz-transition: width 0.2s ease 0s;
-ms-transition: width 0.2s ease 0s;
-o-transition: width 0.2s ease 0s; }
.royal-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
top: 0;
-webkit-animation: loading 2s linear infinite;
-moz-animation: loading 2s linear infinite;
-o-animation: loading 2s linear infinite;
animation: loading 2s linear infinite; }
.royal-theme.fr-video-overlay {
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2147483640; }
.royal-theme .fr-view img.fr-rounded, .royal-theme .fr-view .fr-img-caption.fr-rounded img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme .fr-view img.fr-shadow, .royal-theme .fr-view .fr-img-caption.fr-shadow img {
-webkit-box-shadow: 10px 10px 5px 0px #cccccc;
-moz-box-shadow: 10px 10px 5px 0px #cccccc;
box-shadow: 10px 10px 5px 0px #cccccc; }
.royal-theme .fr-view img.fr-bordered {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-view .fr-img-caption.fr-bordered img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme .fr-view span[style~="color:"] a {
color: inherit; }
.royal-theme .fr-view strong {
font-weight: 700; }
.royal-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
background: whitesmoke; }
.royal-theme .fr-view table td, .royal-theme .fr-view table th {
border: 1px solid #DDD; }
.royal-theme .fr-view table th {
background: #ececec; }
.royal-theme .fr-view hr {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme .fr-view[dir="rtl"] blockquote {
border-right: solid 2px #5E35B1;
margin-right: 0;
padding-left: 0; }
.royal-theme .fr-view[dir="rtl"] blockquote blockquote {
border-color: #00BCD4; }
.royal-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
border-color: #43A047; }
.royal-theme .fr-view blockquote {
border-left: solid 2px #5E35B1;
margin-left: 0;
color: #5E35B1; }
.royal-theme .fr-view blockquote blockquote {
border-color: #00BCD4;
color: #00BCD4; }
.royal-theme .fr-view blockquote blockquote blockquote {
border-color: #43A047;
color: #43A047; }
.royal-theme .fr-view span.fr-emoticon {
line-height: 0; }
.royal-theme .fr-view span.fr-emoticon.fr-emoticon-img {
font-size: inherit; }
.royal-theme .fr-view .fr-text-bordered {
padding: 10px 0; }
.royal-theme .fr-view .fr-class-highlighted {
background-color: #ffff00; }
.royal-theme .fr-view .fr-class-code {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #f5f5f5; }
.royal-theme .fr-view img.fr-dib {
margin: 5px auto; }
.royal-theme .fr-view img.fr-dib.fr-fil {
margin-left: 0; }
.royal-theme .fr-view img.fr-dib.fr-fir {
margin-right: 0; }
.royal-theme .fr-view img.fr-dii {
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
.royal-theme .fr-view img.fr-dii.fr-fil {
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
.royal-theme .fr-view img.fr-dii.fr-fir {
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
.royal-theme .fr-view span.fr-img-caption.fr-dib {
margin: 5px auto; }
.royal-theme .fr-view span.fr-img-caption.fr-dib.fr-fil {
margin-left: 0; }
.royal-theme .fr-view span.fr-img-caption.fr-dib.fr-fir {
margin-right: 0; }
.royal-theme .fr-view span.fr-img-caption.fr-dii {
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
.royal-theme .fr-view span.fr-img-caption.fr-dii.fr-fil {
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
.royal-theme .fr-view span.fr-img-caption.fr-dii.fr-fir {
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
.royal-theme .fr-view .fr-video.fr-rv {
height: 0; }
.royal-theme .fr-view .fr-video.fr-rv > iframe, .royal-theme .fr-view .fr-video.fr-rv object, .royal-theme .fr-view .fr-video.fr-rv embed {
top: 0;
left: 0; }
.royal-theme .fr-view .fr-video > * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme .fr-view a.fr-strong {
font-weight: 700; }
.royal-theme .fr-view .fr-img-caption .fr-img-wrap {
padding: 0;
margin: auto; }
.royal-theme .fr-view .fr-img-caption .fr-img-wrap img {
margin: auto; }
.royal-theme .fr-view .fr-img-caption .fr-img-wrap > span {
margin: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme .fr-view button.fr-rounded, .royal-theme .fr-view input.fr-rounded, .royal-theme .fr-view textarea.fr-rounded {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme a.fr-view.fr-strong {
font-weight: 700; }
.royal-theme img.fr-view.fr-dib {
margin: 5px auto; }
.royal-theme img.fr-view.fr-dib.fr-fil {
margin-left: 0; }
.royal-theme img.fr-view.fr-dib.fr-fir {
margin-right: 0; }
.royal-theme img.fr-view.fr-dii {
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
.royal-theme img.fr-view.fr-dii.fr-fil {
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
.royal-theme img.fr-view.fr-dii.fr-fir {
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
.royal-theme span.fr-img-caption.fr-view.fr-dib {
margin: 5px auto; }
.royal-theme span.fr-img-caption.fr-view.fr-dib.fr-fil {
margin-left: 0; }
.royal-theme span.fr-img-caption.fr-view.fr-dib.fr-fir {
margin-right: 0; }
.royal-theme span.fr-img-caption.fr-view.fr-dii {
margin-left: 5px;
margin-right: 5px;
max-width: calc(100% - (2 * 5px)); }
.royal-theme span.fr-img-caption.fr-view.fr-dii.fr-fil {
margin: 5px 5px 5px 0;
max-width: calc(100% - 5px); }
.royal-theme span.fr-img-caption.fr-view.fr-dii.fr-fir {
margin: 5px 0 5px 5px;
max-width: calc(100% - 5px); }
.royal-theme .fr-element .fr-embedly {
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme .fr-element .fr-embedly::after {
top: 0;
left: 0;
right: 0;
bottom: 0; }
.royal-theme .fr-element .fr-embedly > * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme.fr-box .fr-embedly-resizer {
border: solid 1px #0098f7;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none; }
.royal-theme.fr-popup .fr-icon.fr-fa-icon {
width: 18px;
padding: 8px;
margin: 6px;
font-size: 16px; }
@supports not (-ms-high-contrast: none) {
.royal-theme.fr-popup .fr-icon-container.fr-fa-container {
grid-template-columns: repeat(auto-fill, minmax(45px, 45px)); } }
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
.royal-theme.fr-popup .fr-icon-container.fr-fa-container {
width: 506px; } }
.royal-theme .tui-image-editor-container {
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 10; }
.royal-theme .tui-editor-cancel-btn {
background-color: #FFF;
border: 1px solid #CCCCCC; }
.royal-theme .tui-editor-save-btn {
color: #FFF; }
.royal-theme .examples-variante > a {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif; }
.royal-theme .sc-cm-holder > .sc-cm {
border-top: 5px solid #222222 !important; }
.royal-theme .sc-cm__item_dropdown:hover > a, .royal-theme .sc-cm a:hover {
background-color: #ebebeb !important; }
.royal-theme .sc-cm__item_active > a, .royal-theme .sc-cm__item_active > a:hover, .royal-theme .sc-cm a:active, .royal-theme .sc-cm a:focus {
background-color: #d6d6d6 !important; }
.royal-theme .sc-cm-holder > .sc-cm:before {
background-color: #ebebeb !important; }
.royal-theme .fr-tooltip {
top: 0;
left: 0;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: #222222;
color: #FFF;
font-size: 11px;
line-height: 22px;
font-family: Arial, Helvetica, sans-serif;
-webkit-transition: opacity 0.2s ease 0s;
-moz-transition: opacity 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.royal-theme .fr-tooltip.fr-visible {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-toolbar .fr-command.fr-btn, .royal-theme.fr-popup .fr-command.fr-btn, .royal-theme.fr-modal .fr-command.fr-btn {
color: #333333;
-moz-outline: 0;
border: 0;
margin: 4px 2px;
padding: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
height: 40px; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-btn-hover, .royal-theme.fr-popup .fr-command.fr-btn.fr-btn-hover, .royal-theme.fr-modal .fr-command.fr-btn.fr-btn-hover {
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .royal-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner, .royal-theme.fr-modal .fr-command.fr-btn::-moz-focus-inner {
border: 0; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text, .royal-theme.fr-popup .fr-command.fr-btn.fr-btn-text, .royal-theme.fr-modal .fr-command.fr-btn.fr-btn-text {
width: auto; }
.royal-theme.fr-toolbar .fr-command.fr-btn i, .royal-theme.fr-toolbar .fr-command.fr-btn svg, .royal-theme.fr-popup .fr-command.fr-btn i, .royal-theme.fr-popup .fr-command.fr-btn svg, .royal-theme.fr-modal .fr-command.fr-btn i, .royal-theme.fr-modal .fr-command.fr-btn svg {
margin: 8px 7px;
width: 24px; }
.royal-theme.fr-toolbar .fr-command.fr-btn svg.fr-svg, .royal-theme.fr-popup .fr-command.fr-btn svg.fr-svg, .royal-theme.fr-modal .fr-command.fr-btn svg.fr-svg {
height: 24px; }
.royal-theme.fr-toolbar .fr-command.fr-btn svg path, .royal-theme.fr-popup .fr-command.fr-btn svg path, .royal-theme.fr-modal .fr-command.fr-btn svg path {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
fill: #333333; }
.royal-theme.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .royal-theme.fr-popup .fr-command.fr-btn span.fr-sr-only, .royal-theme.fr-modal .fr-command.fr-btn span.fr-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; }
.royal-theme.fr-toolbar .fr-command.fr-btn span, .royal-theme.fr-popup .fr-command.fr-btn span, .royal-theme.fr-modal .fr-command.fr-btn span {
font-size: 14px;
line-height: 17px;
min-width: 30px;
height: 17px;
padding: 0 4px; }
.royal-theme.fr-toolbar .fr-command.fr-btn img, .royal-theme.fr-popup .fr-command.fr-btn img, .royal-theme.fr-modal .fr-command.fr-btn img {
margin: 8px 7px;
width: 24px; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .royal-theme.fr-popup .fr-command.fr-btn.fr-btn-active-popup, .royal-theme.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
background: #d6d6d6; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span, .royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img, .royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown i, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown span, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown img, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown i, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown span, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown img, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown svg {
margin-left: 3px;
margin-right: 11px; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown:after, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown:after {
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #333333;
right: 2px;
top: 18px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
fill: #333333;
background: #d6d6d6;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
background: #ebebeb;
fill: #333333; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
border-top-color: #333333; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .royal-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .royal-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
border-top: 0;
border-bottom: 4px solid #222222; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-disabled, .royal-theme.fr-popup .fr-command.fr-btn.fr-disabled, .royal-theme.fr-modal .fr-command.fr-btn.fr-disabled {
color: #bdbdbd;
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .royal-theme.fr-popup .fr-command.fr-btn.fr-disabled::after, .royal-theme.fr-modal .fr-command.fr-btn.fr-disabled::after {
border-top-color: #bdbdbd; }
.royal-theme.fr-toolbar .fr-tabs .fr-command.fr-btn, .royal-theme.fr-popup .fr-tabs .fr-command.fr-btn, .royal-theme.fr-modal .fr-tabs .fr-command.fr-btn {
margin: 0;
width: 46px;
height: 40px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .royal-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .royal-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .royal-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .royal-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .royal-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
background: #FFF; }
.royal-theme.fr-toolbar .fr-tabs .fr-command.fr-btn span, .royal-theme.fr-popup .fr-tabs .fr-command.fr-btn span, .royal-theme.fr-modal .fr-tabs .fr-command.fr-btn span {
height: 27px; }
.royal-theme.fr-toolbar .fr-tabs .fr-command.fr-btn img, .royal-theme.fr-toolbar .fr-tabs .fr-command.fr-btn svg, .royal-theme.fr-popup .fr-tabs .fr-command.fr-btn img, .royal-theme.fr-popup .fr-tabs .fr-command.fr-btn svg, .royal-theme.fr-modal .fr-tabs .fr-command.fr-btn img, .royal-theme.fr-modal .fr-tabs .fr-command.fr-btn svg {
margin: 8px 11px;
width: 24px;
height: 24px; }
.royal-theme.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .royal-theme.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
fill: #0098f7; }
.royal-theme.fr-toolbar.fr-disabled .fr-btn, .royal-theme.fr-toolbar.fr-disabled .fr-btn.fr-active, .royal-theme.fr-popup.fr-disabled .fr-btn, .royal-theme.fr-popup.fr-disabled .fr-btn.fr-active, .royal-theme.fr-modal.fr-disabled .fr-btn, .royal-theme.fr-modal.fr-disabled .fr-btn.fr-active {
color: #bdbdbd;
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .royal-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .royal-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .royal-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .royal-theme.fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .royal-theme.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
border-top-color: #bdbdbd; }
.royal-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .royal-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .royal-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .royal-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .royal-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .royal-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .royal-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .royal-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .royal-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .royal-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .royal-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .royal-theme.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex; }
.royal-theme.fr-desktop .fr-command:hover, .royal-theme.fr-desktop .fr-command:focus, .royal-theme.fr-desktop .fr-command.fr-btn-hover, .royal-theme.fr-desktop .fr-command.fr-expanded {
outline: 0;
color: #333333; }
.royal-theme.fr-desktop .fr-command:hover:not(.fr-table-cell), .royal-theme.fr-desktop .fr-command:focus:not(.fr-table-cell), .royal-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .royal-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
background: #ebebeb; }
.royal-theme.fr-desktop .fr-command:hover::after, .royal-theme.fr-desktop .fr-command:focus::after, .royal-theme.fr-desktop .fr-command.fr-btn-hover::after, .royal-theme.fr-desktop .fr-command.fr-expanded::after {
border-top-color: #333333; }
.royal-theme.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .royal-theme.fr-desktop .fr-command:active {
color: #333333;
background: #d6d6d6; }
.royal-theme.fr-desktop .fr-command.fr-active:hover, .royal-theme.fr-desktop .fr-command.fr-active:focus, .royal-theme.fr-desktop .fr-command.fr-active.fr-btn-hover, .royal-theme.fr-desktop .fr-command.fr-active.fr-expanded {
background: #ebebeb; }
.royal-theme.fr-desktop .fr-command.fr-active:active {
background: #d6d6d6; }
.royal-theme.fr-toolbar.fr-mobile .fr-command.fr-blink, .royal-theme.fr-popup.fr-mobile .fr-command.fr-blink {
background: #d6d6d6; }
.royal-theme .fr-command.fr-btn.fr-options {
width: 16px;
margin-left: -5px; }
.royal-theme .fr-command.fr-btn.fr-options.fr-btn-hover, .royal-theme .fr-command.fr-btn.fr-options:hover, .royal-theme .fr-command.fr-btn.fr-options:focus {
border-left: solid 1px #FAFAFA;
-webkit-transition: border-left 0s, background-color 0.5s;
-moz-transition: border-left 0s, background-color 0.5s;
-ms-transition: border-left 0s, background-color 0.5s;
-o-transition: border-left 0s, background-color 0.5s; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu {
background: #FFF;
right: auto;
bottom: auto;
height: auto;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
height: auto;
max-height: 275px; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
padding: 0;
margin: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: height 0.3s;
-moz-transition: height 0.3s;
-ms-transition: height 0.3s;
-o-transition: height 0.3s;
margin-top: 0;
height: 0; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
margin: 0;
padding: 8px 0;
min-width: 72px; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
padding: 0;
margin: 0;
font-size: 15px; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
padding: 0 20px;
color: inherit;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
width: 24px;
height: 24px;
margin: 3px 4px; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
fill: #333333; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
background: #d6d6d6; }
.royal-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
color: #bdbdbd; }
.royal-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.royal-theme .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-modal {
color: #222222;
font-family: Arial, Helvetica, sans-serif;
overflow-x: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2147483640;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.royal-theme.fr-modal.fr-middle .fr-modal-wrapper {
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); }
.royal-theme.fr-modal .fr-modal-wrapper {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin: 20px auto;
background: #FFF;
min-width: 300px;
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
border: 0; }
@media (min-width: 768px) and (max-width: 991px) {
.royal-theme.fr-modal .fr-modal-wrapper {
margin: 30px auto; } }
@media (min-width: 992px) {
.royal-theme.fr-modal .fr-modal-wrapper {
margin: 50px auto; } }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
background: #FFF;
min-height: 42px;
border-bottom: solid #efefef 1px;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s; }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
height: 56px;
padding: 0 10px; }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
margin: 10px;
top: 0;
right: 0; }
.royal-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
font-size: 20px;
padding: 19px 10px;
margin: 0;
font-weight: 400;
line-height: 18px; }
.royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body {
min-height: 150px;
overflow-y: auto;
padding-bottom: 20px; }
.royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
outline: 0; }
.royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
height: 36px;
color: #0098f7;
padding: 10px;
-webkit-transition: background 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s;
-o-transition: background 0.2s ease 0s;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
background: #ebebeb;
color: #0098f7; }
.royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
background: #d6d6d6;
color: #0098f7; }
.royal-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
border: 0; }
.royal-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
background: #ebebeb; }
.royal-theme.fr-overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-popup {
color: #222222;
background: #FFF;
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
font-family: Arial, Helvetica, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
margin-top: 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.royal-theme.fr-popup .fr-icon {
font-size: 20px;
font-weight: 400;
padding: 6px; }
.royal-theme.fr-popup .fr-icon-container {
padding: 20px;
max-height: 200px;
overflow: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
@supports not (-ms-high-contrast: none) {
.royal-theme.fr-popup .fr-icon-container {
grid-template-columns: repeat(auto-fill, minmax(36px, 36px)); } }
@media (min-width: 768px) {
.royal-theme.fr-popup .fr-icon-container {
min-width: 276px; } }
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
.royal-theme.fr-popup .fr-icon-container {
width: 236px; } }
.royal-theme.fr-popup .fr-input-focus {
background: whitesmoke; }
.royal-theme.fr-popup.fr-above {
border-top: 0; }
.royal-theme.fr-popup.fr-hidden {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-popup .fr-input-line {
padding: 15px 0; }
.royal-theme.fr-popup .fr-input-line input[type="text"], .royal-theme.fr-popup .fr-input-line input[type="number"], .royal-theme.fr-popup .fr-input-line textarea {
margin-bottom: 1px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: solid 1px #999999;
color: #222222;
font-size: 14px;
background: #FFF;
padding: 4px 12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border 0.5s, padding 0.5s;
-moz-transition: border 0.5s, padding 0.5s;
-ms-transition: border 0.5s, padding 0.5s;
-o-transition: border 0.5s, padding 0.5s; }
.royal-theme.fr-popup .fr-input-line input[type="text"]:hover, .royal-theme.fr-popup .fr-input-line input[type="number"]:hover, .royal-theme.fr-popup .fr-input-line textarea:hover {
border: solid 1px #515151; }
.royal-theme.fr-popup .fr-input-line input[type="text"]:focus, .royal-theme.fr-popup .fr-input-line input[type="number"]:focus, .royal-theme.fr-popup .fr-input-line textarea:focus {
border: solid 2px #0098f7;
padding: 3px 11px; }
.royal-theme.fr-popup .fr-input-line input[type="text"], .royal-theme.fr-popup .fr-input-line input[type="number"] {
height: 46px; }
.royal-theme.fr-popup .fr-input-line input + label, .royal-theme.fr-popup .fr-input-line textarea + label {
top: 29px;
left: 12px;
font-size: 14px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: #FFF;
padding: 0; }
.royal-theme.fr-popup .fr-input-line input.fr-not-empty + label, .royal-theme.fr-popup .fr-input-line textarea.fr-not-empty + label {
color: gray;
width: auto;
left: 4px;
padding: 0 4px;
font-size: 11px;
top: 9px; }
.royal-theme.fr-popup input, .royal-theme.fr-popup textarea {
user-select: text;
-o-user-select: text;
-moz-user-select: text;
-khtml-user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-popup .fr-buttons {
line-height: 0; }
.royal-theme.fr-popup .fr-buttons .fr-btn {
margin-left: 4px;
margin-right: 4px; }
.royal-theme.fr-popup .fr-buttons.fr-tabs {
border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #f5f5f5; }
@media (max-width: 768px) {
.royal-theme.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
width: 276px; } }
.royal-theme.fr-popup .fr-buttons:not(.fr-tabs) {
padding: 5px; }
.royal-theme.fr-popup .fr-layer {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
width: 195px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 20px; }
@media (min-width: 768px) {
.royal-theme.fr-popup .fr-layer {
width: 260px; } }
.royal-theme.fr-popup .fr-action-buttons {
height: 36px; }
.royal-theme.fr-popup .fr-action-buttons button.fr-command {
height: 36px;
color: #0098f7;
padding: 10px;
font-size: 16px;
-webkit-transition: background 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s;
-o-transition: background 0.2s ease 0s;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-popup .fr-action-buttons button.fr-command:hover, .royal-theme.fr-popup .fr-action-buttons button.fr-command:focus {
background: #ebebeb;
color: #0098f7; }
.royal-theme.fr-popup .fr-action-buttons button.fr-command:active {
background: #d6d6d6;
color: #0098f7; }
.royal-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
border: 0; }
.royal-theme.fr-popup .fr-checkbox {
width: 18px;
height: 18px;
padding: 10px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.royal-theme.fr-popup .fr-checkbox svg {
margin-left: 2px;
margin-top: 2px;
width: 10px;
height: 10px; }
.royal-theme.fr-popup .fr-checkbox span {
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
width: 18px;
height: 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
-o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
.royal-theme.fr-popup .fr-checkbox input {
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
height: 18px;
margin: 0;
padding: 0;
width: 18px; }
.royal-theme.fr-popup .fr-checkbox input:not(:checked) + span {
border: solid 2px #999999; }
.royal-theme.fr-popup .fr-checkbox input:not(:checked):active + span {
background-color: #f5f5f5; }
.royal-theme.fr-popup .fr-checkbox input:not(:checked):focus + span, .royal-theme.fr-popup .fr-checkbox input:not(:checked):hover + span {
border-color: #515151; }
.royal-theme.fr-popup .fr-checkbox input:checked + span {
background: #0098f7;
border: solid 2px #0098f7; }
.royal-theme.fr-popup .fr-checkbox input:checked:active + span {
background-color: #EcF5Ff; }
.royal-theme.fr-popup .fr-checkbox input:checked:focus + span, .royal-theme.fr-popup .fr-checkbox input:checked:hover + span {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.royal-theme.fr-popup .fr-checkbox-line {
font-size: 14px;
line-height: 1.4px;
margin-top: 10px; }
.royal-theme.fr-popup .fr-checkbox-line label {
margin: 0 5px; }
.royal-theme.fr-popup.fr-rtl .fr-input-line input + label, .royal-theme.fr-popup.fr-rtl .fr-input-line textarea + label {
left: auto;
right: 0; }
.royal-theme .fr-text-edit-layer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme.fr-toolbar {
color: #222222;
background: #FFF;
font-family: Arial, Helvetica, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #CCCCCC;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding-bottom: 0;
-webkit-transition: padding-bottom 0.5s;
-moz-transition: padding-bottom 0.5s;
-ms-transition: padding-bottom 0.5s;
-o-transition: padding-bottom 0.5s; }
.royal-theme.fr-toolbar::after {
clear: both;
display: block;
content: "";
height: 0; }
.royal-theme.fr-toolbar::after {
height: 0; }
.royal-theme.fr-toolbar .fr-newline {
margin-left: 9px;
margin-right: 9px;
background: #efefef;
height: 1px;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
-ms-transition: height 0.5s;
-o-transition: height 0.5s; }
.royal-theme.fr-toolbar.fr-toolbar-open .fr-newline {
height: 0; }
.royal-theme.fr-toolbar .fr-more-toolbar {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #f5f5f5;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
-ms-transition: height 0.5s;
-o-transition: height 0.5s;
height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.royal-theme.fr-toolbar .fr-more-toolbar.fr-expanded {
height: 48px; }
.royal-theme.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
margin-left: 4px;
margin-right: 4px; }
.royal-theme.fr-toolbar .fr-btn-grp {
margin: 0 17px 0 12px; }
@media (max-width: 768px) {
.royal-theme.fr-toolbar .fr-btn-grp {
margin: 0 7px 0 6px; } }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-open {
margin-top: 10px;
margin-bottom: -1px;
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
background: #f5f5f5; }
.royal-theme.fr-toolbar.fr-inline {
-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
border: 0;
z-index: 2147483630; }
.royal-theme.fr-toolbar.fr-inline.fr-above {
border-top: 0; }
.royal-theme.fr-toolbar.fr-inline .fr-newline {
height: 0; }
.royal-theme.fr-toolbar.fr-top {
top: 0;
border-bottom: 0;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar.fr-bottom {
bottom: 0;
border-top: 0;
padding-bottom: 0;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar.fr-bottom .fr-newline {
padding-top: 0;
-webkit-transition: padding-top 0.5s;
-moz-transition: padding-top 0.5s;
-ms-transition: padding-top 0.5s;
-o-transition: padding-top 0.5s; }
.royal-theme.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
padding-top: 48px;
background: #FFF; }
.royal-theme.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
margin-top: -1px;
margin-bottom: 10px;
border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme.fr-toolbar.fr-sticky-on {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme .fr-separator {
background: #ebebeb; }
.royal-theme .fr-separator.fr-vs {
height: 32px;
width: 1px;
margin: 8px 4px; }
.royal-theme .fr-separator.fr-hs {
width: calc(100% - (2 * 4px));
margin: 0 4px;
height: 1px; }
.royal-theme .fr-second-toolbar {
border: 1px solid #CCCCCC;
border-top: 0;
background: #FFF;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; }
.royal-theme .fr-second-toolbar::after {
clear: both;
display: block;
content: "";
height: 0; }
.royal-theme #fr-logo > span {
padding: 11px 5px 10px 15px;
font-size: 12px;
font-weight: 500;
color: #b1b2b7;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s; }
.royal-theme #fr-logo > svg {
height: 20px;
width: 47px;
margin: 7px 0; }
.royal-theme #fr-logo > svg * {
-webkit-transition: fill 0.3s;
-moz-transition: fill 0.3s;
-ms-transition: fill 0.3s;
-o-transition: fill 0.3s; }
.royal-theme #fr-logo:hover > span, .royal-theme #fr-logo:focus > span {
color: #0098f7; }
.royal-theme #fr-logo:hover > svg .fr-logo, .royal-theme #fr-logo:focus > svg .fr-logo {
fill: #0098f7; }
|
docs/cobra/checkMassChargeBalance.html | hhefzi/cobratoolbox | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of checkMassChargeBalance</title>
<meta name="keywords" content="checkMassChargeBalance">
<meta name="description" content="checkMassChargeBalance tests for a list of reactions if these reactions are">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="m2html © 2003 Guillaume Flandin">
<meta name="robots" content="index, follow">
<link type="text/css" rel="stylesheet" href="../m2html.css">
</head>
<body>
<a name="_top"></a>
<!-- menu.html cobra -->
<h1>checkMassChargeBalance
</h1>
<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
<div class="box"><strong>checkMassChargeBalance tests for a list of reactions if these reactions are</strong></div>
<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
<div class="box"><strong>function [massImbalance,imBalancedMass,imBalancedCharge,imBalancedBool,Elements] = checkMassChargeBalance(model,rxnBool,printLevel) </strong></div>
<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
<div class="fragment"><pre class="comment">checkMassChargeBalance tests for a list of reactions if these reactions are
mass-balanced by adding all elements on left hand side and comparing them
with the sums of elements on the right hand side of the reaction.
[UnbalancedRxns] = checkMassChargeBalance(model,RxnList)
INPUT
model COBRA model structure
OPTIONAL INPUT
rxnBool Boolean vector corresponding to reactions in model to be
tested. If empty, then all tested.
Alternatively, can be the indices of reactions to test:
i.e. rxnBool(indixes)=1;
printLevel {-1,(0),1}
-1 = print out diagnostics on problem reactions to a file
0 = silent
1 = print out diagnostics on problem reactions to screen
OUTPUTS
massImbalance nRxn x nElement matrix with mass imblance
for each element checked. 0 if balanced.
imBalancedMass nRxn x 1 cell with charge imbalance
e.g. -3 H means three hydrogens disappear
in the reaction.
imBalancedCharge nRxn x 1 vector with charge imbalance,
empty if no imbalanced reactions
imbalancedBool boolean vector indicating imbalanced reactions
Elements nElement x 1 cell array of element
abbreviations checked
Ines Thiele 12/09
IT, 06/10, Corrected some bugs and improved speed.
RF, 09/09/10, Support for very large models and printing to file.</pre></div>
<!-- crossreference -->
<h2><a name="_cross"></a>CROSS-REFERENCE INFORMATION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
This function calls:
<ul style="list-style-image:url(../matlabicon.gif)">
<li><a href="printRxnFormula.html" class="code" title="function formulas = printRxnFormula(model,rxnAbbrList,printFlag,lineChangeFlag,metNameFlag,fid,directionFlag)">printRxnFormula</a> printRxnFormula Print the reaction formulas for a list of reactions</li></ul>
This function is called by:
<ul style="list-style-image:url(../matlabicon.gif)">
</ul>
<!-- crossreference -->
<h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2>
<div class="fragment"><pre>0001 <a name="_sub0" href="#_subfunctions" class="code">function [massImbalance,imBalancedMass,imBalancedCharge,imBalancedBool,Elements] = checkMassChargeBalance(model,rxnBool,printLevel)</a>
0002 <span class="comment">%checkMassChargeBalance tests for a list of reactions if these reactions are</span>
0003 <span class="comment">%mass-balanced by adding all elements on left hand side and comparing them</span>
0004 <span class="comment">%with the sums of elements on the right hand side of the reaction.</span>
0005 <span class="comment">%</span>
0006 <span class="comment">% [UnbalancedRxns] = checkMassChargeBalance(model,RxnList)</span>
0007 <span class="comment">%</span>
0008 <span class="comment">%INPUT</span>
0009 <span class="comment">% model COBRA model structure</span>
0010 <span class="comment">%</span>
0011 <span class="comment">%OPTIONAL INPUT</span>
0012 <span class="comment">% rxnBool Boolean vector corresponding to reactions in model to be</span>
0013 <span class="comment">% tested. If empty, then all tested.</span>
0014 <span class="comment">% Alternatively, can be the indices of reactions to test:</span>
0015 <span class="comment">% i.e. rxnBool(indixes)=1;</span>
0016 <span class="comment">% printLevel {-1,(0),1}</span>
0017 <span class="comment">% -1 = print out diagnostics on problem reactions to a file</span>
0018 <span class="comment">% 0 = silent</span>
0019 <span class="comment">% 1 = print out diagnostics on problem reactions to screen</span>
0020 <span class="comment">%</span>
0021 <span class="comment">%OUTPUTS</span>
0022 <span class="comment">% massImbalance nRxn x nElement matrix with mass imblance</span>
0023 <span class="comment">% for each element checked. 0 if balanced.</span>
0024 <span class="comment">% imBalancedMass nRxn x 1 cell with charge imbalance</span>
0025 <span class="comment">% e.g. -3 H means three hydrogens disappear</span>
0026 <span class="comment">% in the reaction.</span>
0027 <span class="comment">% imBalancedCharge nRxn x 1 vector with charge imbalance,</span>
0028 <span class="comment">% empty if no imbalanced reactions</span>
0029 <span class="comment">%</span>
0030 <span class="comment">% imbalancedBool boolean vector indicating imbalanced reactions</span>
0031 <span class="comment">%</span>
0032 <span class="comment">% Elements nElement x 1 cell array of element</span>
0033 <span class="comment">% abbreviations checked</span>
0034 <span class="comment">% Ines Thiele 12/09</span>
0035 <span class="comment">% IT, 06/10, Corrected some bugs and improved speed.</span>
0036 <span class="comment">% RF, 09/09/10, Support for very large models and printing to file.</span>
0037
0038 [nMet,nRxn]=size(model.S);
0039 <span class="keyword">if</span> exist(<span class="string">'rxnBool'</span>,<span class="string">'var'</span>)
0040 <span class="keyword">if</span> ~isempty(rxnBool)
0041 <span class="keyword">if</span> length(rxnBool)~=nRxn
0042 rxnBool2=false(nRxn,1);
0043 rxnBool2(rxnBool)=1;
0044 rxnBool=rxnBool2;
0045 <span class="keyword">end</span>
0046 <span class="keyword">else</span>
0047 model=findSExRxnInd(model);
0048 <span class="comment">%only check mass balance of internal reactions</span>
0049 rxnBool=model.SIntRxnBool;
0050 <span class="keyword">end</span>
0051 <span class="keyword">else</span>
0052 model=findSExRxnInd(model);
0053 <span class="comment">%only check mass balance of internal reactions</span>
0054 rxnBool=model.SIntRxnBool;
0055 <span class="keyword">end</span>
0056 <span class="keyword">if</span> ~exist(<span class="string">'printLevel'</span>,<span class="string">'var'</span>)
0057 printLevel=0;
0058 <span class="keyword">end</span>
0059
0060 <span class="comment">% List of Elements</span>
0061 Elements = {<span class="string">'H'</span>,<span class="string">'C'</span>, <span class="string">'O'</span>, <span class="string">'P'</span>, <span class="string">'S'</span>, <span class="string">'N'</span>, <span class="string">'Mg'</span>,<span class="string">'X'</span>,<span class="string">'Fe'</span>,<span class="string">'Zn'</span>,<span class="string">'Co'</span>,<span class="string">'R'</span>};
0062
0063 E=sparse(nMet,length(Elements));
0064 massImbalance=sparse(nRxn,length(Elements));
0065 <span class="keyword">for</span> j = 1 : length(Elements)
0066 <span class="keyword">if</span> j==1
0067 [dE,E_el]=checkBalance(model,Elements{j},printLevel);
0068 massImbalance(:,j)=dE;
0069 E(:,j)=E_el;
0070 fprintf(<span class="string">'%s\n'</span>,[<span class="string">'Checked element '</span> Elements{j}]);
0071 <span class="keyword">else</span>
0072 <span class="comment">%no need to print out for each element which metabolites have no</span>
0073 <span class="comment">%formula</span>
0074 [massImbalance(:,j),E(:,j)]=checkBalance(model,Elements{j},0);
0075 fprintf(<span class="string">'%s\n'</span>,[<span class="string">'Checking element '</span> Elements{j}]);
0076 <span class="keyword">end</span>
0077 <span class="keyword">end</span>
0078 massImbalance(~rxnBool,:)=0;
0079 imBalancedBool=sum(abs(massImbalance'))'~=0;
0080
0081 imBalancedBool=rxnBool & imBalancedBool;
0082
0083 imBalancedMass=cell(nRxn,1);
0084 <span class="keyword">for</span> i = 1 : nRxn
0085 imBalancedMass{i,1}=<span class="string">''</span>;
0086 <span class="keyword">if</span> imBalancedBool(i)
0087 <span class="keyword">for</span> j = 1 : length(Elements)
0088 <span class="keyword">if</span> massImbalance(i,j)~=0
0089 <span class="keyword">if</span> ~strcmp(imBalancedMass{i,1},<span class="string">''</span>)
0090 imBalancedMass{i,1} = [imBalancedMass{i,1} <span class="string">', '</span> int2str(massImbalance(i,j)) <span class="string">' '</span> Elements{j}];
0091 <span class="keyword">else</span>
0092 imBalancedMass{i,1} = [int2str(massImbalance(i,j)) <span class="string">' '</span> Elements{j}];
0093 <span class="keyword">end</span>
0094 <span class="keyword">end</span>
0095
0096 <span class="keyword">end</span>
0097 <span class="keyword">if</span> strfind(imBalancedMass{i,1},<span class="string">'NaN'</span>)
0098 imBalancedMass{i,1}=<span class="string">'NaN'</span>;
0099 <span class="keyword">end</span>
0100 <span class="keyword">end</span>
0101 <span class="keyword">if</span> mod(i,1000)==0
0102 fprintf(<span class="string">'%n\t%s\n'</span>,i,[<span class="string">'reactions checked for '</span> Elements{j} <span class="string">' balance'</span>]);
0103 <span class="keyword">end</span>
0104 <span class="keyword">end</span>
0105 <span class="keyword">if</span> printLevel==-1
0106 firstMissing=0;
0107 <span class="keyword">for</span> p=1:nRxn
0108 <span class="keyword">if</span> ~strcmp(imBalancedMass{p,1},<span class="string">''</span>)
0109 <span class="comment">%at the moment, ignore reactions with a metabolite that have</span>
0110 <span class="comment">%no formula</span>
0111 <span class="keyword">if</span> ~strcmp(imBalancedMass{p,1},<span class="string">'NaN'</span>)
0112 <span class="keyword">if</span> ~firstMissing
0113 fid=fopen(<span class="string">'mass_imbalanced_reactions.txt'</span>,<span class="string">'w'</span>);
0114 fprintf(fid,<span class="string">'%s;%s;%s;%s\n'</span>,<span class="string">'#Rxn'</span>,<span class="string">'rxnAbbr'</span>,<span class="string">'imbalance'</span>,<span class="string">'equation'</span>);
0115
0116 warning(<span class="string">'There are mass imbalanced reactions, see mass_imbalanced_reactions.txt'</span>)
0117 firstMissing=1;
0118 <span class="keyword">end</span>
0119 equation=<a href="printRxnFormula.html" class="code" title="function formulas = printRxnFormula(model,rxnAbbrList,printFlag,lineChangeFlag,metNameFlag,fid,directionFlag)">printRxnFormula</a>(model,model.rxns(p),0);
0120 fprintf(fid,<span class="string">'%s;%s;%s;%s\n'</span>,int2str(p),model.rxns{p},imBalancedMass{p,1},equation{1});
0121 <span class="keyword">for</span> m=1:size(model.S,1)
0122 <span class="keyword">if</span> model.S(m,p)~=0
0123 fprintf(fid,<span class="string">'%s\t%s\t%s\t%s\t%s\n'</span>,int2str(m),model.mets{m},int2str(model.S(m,p)),int2str(E(m)),model.metFormulas{m});
0124 <span class="keyword">end</span>
0125 <span class="keyword">end</span>
0126 <span class="keyword">end</span>
0127 <span class="keyword">end</span>
0128 <span class="keyword">end</span>
0129 <span class="keyword">if</span> firstMissing
0130 fclose(fid);
0131 <span class="keyword">end</span>
0132 <span class="keyword">end</span>
0133 <span class="keyword">if</span> printLevel==1
0134 <span class="keyword">for</span> p=1:nRxn
0135 <span class="keyword">if</span> ~strcmp(imBalancedMass{p,1},<span class="string">''</span>)
0136 <span class="comment">%at the moment, ignore reactions with a metabolite that have</span>
0137 <span class="comment">%no formula</span>
0138 <span class="keyword">if</span> ~strcmp(imBalancedMass{p,1},<span class="string">'NaN'</span>)
0139 equation=<a href="printRxnFormula.html" class="code" title="function formulas = printRxnFormula(model,rxnAbbrList,printFlag,lineChangeFlag,metNameFlag,fid,directionFlag)">printRxnFormula</a>(model,model.rxns(p),0);
0140 fprintf(<span class="string">'%6s\t%30s\t%10s\t%s\n'</span>,int2str(p),model.rxns{p},imBalancedMass{p,1},equation{1});
0141 <span class="keyword">if</span> 0
0142 <span class="keyword">for</span> m=1:size(model.S,1)
0143 <span class="keyword">if</span> model.S(m,p)~=0
0144 fprintf(fid,<span class="string">'%s\t%s\t%s\t%s\t%s\n'</span>,int2str(m),model.mets{m},int2str(model.S(m,p)),int2str(E(m)),model.metFormulas{m});
0145 <span class="keyword">end</span>
0146 <span class="keyword">end</span>
0147 <span class="keyword">end</span>
0148 <span class="keyword">end</span>
0149 <span class="keyword">end</span>
0150 <span class="keyword">end</span>
0151 <span class="keyword">end</span>
0152
0153 <span class="comment">%</span>
0154 <span class="keyword">if</span> nnz(strcmp(<span class="string">''</span>,imBalancedMass))==nRxn
0155 imBalancedMass=[];
0156 <span class="keyword">end</span>
0157
0158 <span class="comment">% Check for charge balance</span>
0159 imBalancedCharge=[];
0160 firstMissing=0;
0161 <span class="keyword">if</span> isfield(model, <span class="string">'metCharges'</span>)
0162 <span class="keyword">for</span> m=1:nMet
0163 <span class="keyword">if</span> isnan(model.metCharges(m)) && ~isempty(model.metFormulas{m})
0164 <span class="keyword">if</span> printLevel==1
0165 fprintf(<span class="string">'%s\t%s\n'</span>,int2str(m),[model.mets{m} <span class="string">' has no charge but has formula.'</span>])
0166 <span class="keyword">if</span> ~firstMissing
0167 warning(<span class="string">'model structure must contain model.metCharges field for each metabolite'</span>);
0168 <span class="keyword">end</span>
0169 firstMissing=1;
0170 <span class="keyword">end</span>
0171 <span class="keyword">if</span> printLevel==-1
0172 <span class="keyword">if</span> ~firstMissing
0173 fid=fopen(<span class="string">'metabolites_without_charge.txt'</span>,<span class="string">'w'</span>);
0174 <span class="keyword">end</span>
0175 firstMissing=1;
0176 fprintf(fid,<span class="string">'%s\t%s\n'</span>,int2str(m),model.mets{m})
0177 <span class="keyword">end</span>
0178 <span class="keyword">else</span>
0179 dC=model.S'*model.metCharges;
0180 <span class="keyword">end</span>
0181 <span class="keyword">end</span>
0182 <span class="keyword">if</span> any(dC(rxnBool))~=0
0183 imBalancedCharge=dC;
0184 imBalancedCharge(~rxnBool)=0;
0185 <span class="keyword">else</span>
0186 imBalancedCharge=[];
0187 <span class="keyword">end</span>
0188 <span class="keyword">end</span>
0189
0190 <span class="keyword">if</span> printLevel==-1
0191 firstMissing=0;
0192 <span class="keyword">if</span> ~isempty(imBalancedCharge)
0193 <span class="keyword">for</span> q=1:nRxn
0194 <span class="keyword">if</span> model.SIntRxnBool(q) && dC(q)~=0 && strcmp(imBalancedMass{p,1},<span class="string">''</span>)
0195 <span class="keyword">if</span> ~firstMissing
0196 fid=fopen(<span class="string">'charge_imbalanced_reactions.txt'</span>,<span class="string">'w'</span>);
0197 warning(<span class="string">'There are charged imbalanced reactions (that are mass balanced), see charge_imbalanced_reactions.txt'</span>)
0198 firstMissing=1;
0199 <span class="keyword">end</span>
0200 equation=<a href="printRxnFormula.html" class="code" title="function formulas = printRxnFormula(model,rxnAbbrList,printFlag,lineChangeFlag,metNameFlag,fid,directionFlag)">printRxnFormula</a>(model,model.rxns(q),0);
0201 fprintf(fid,<span class="string">'%s\t%s\t%s\n'</span>,int2str(q),model.rxns{q},equation{1});
0202 <span class="keyword">if</span> 0
0203 <span class="keyword">for</span> m=1:size(model.S,1)
0204 <span class="keyword">if</span> model.S(m,q)~=0
0205 fprintf(fid,<span class="string">'%s\t%15s\t%3s\t%3s\t%s\n'</span>,int2str(m),model.mets{m},int2str(model.S(m,q)),int2str(model.metCharges(m)),model.metFormulas{m});
0206 <span class="keyword">end</span>
0207 <span class="keyword">end</span>
0208 <span class="keyword">end</span>
0209 <span class="keyword">end</span>
0210 <span class="keyword">end</span>
0211 <span class="keyword">if</span> firstMissing
0212 fclose(fid);
0213 <span class="keyword">end</span>
0214 <span class="keyword">end</span>
0215 <span class="keyword">end</span>
0216
0217 <span class="keyword">if</span> printLevel==1
0218 <span class="keyword">if</span> ~isempty(imBalancedCharge)
0219 fprintf(<span class="string">'%s\n'</span>,<span class="string">'Mass balanced, but charged imbalanced reactions:'</span>)
0220 <span class="keyword">for</span> q=1:nRxn
0221 <span class="keyword">if</span> model.SIntRxnBool(q) && dC(q)~=0 && strcmp(imBalancedMass{p,1},<span class="string">''</span>)
0222 equation=<a href="printRxnFormula.html" class="code" title="function formulas = printRxnFormula(model,rxnAbbrList,printFlag,lineChangeFlag,metNameFlag,fid,directionFlag)">printRxnFormula</a>(model,model.rxns(q),0);
0223 fprintf(<span class="string">'%s\t%s\t%s\n'</span>,int2str(q),model.rxns{q},equation{1});
0224 <span class="keyword">if</span> 1
0225 <span class="keyword">for</span> m=1:size(model.S,1)
0226 <span class="keyword">if</span> model.S(m,q)~=0
0227 fprintf(<span class="string">'%s\t%15s\t%3s\t%3s\t%s\n'</span>,int2str(m),model.mets{m},int2str(model.S(m,q)),int2str(model.metCharges(m)),model.metFormulas{m});
0228 <span class="keyword">end</span>
0229 <span class="keyword">end</span>
0230 <span class="keyword">end</span>
0231 <span class="keyword">end</span>
0232 <span class="keyword">end</span>
0233 <span class="keyword">end</span>
0234 <span class="keyword">end</span>
0235
0236 <span class="keyword">if</span> ~isempty(imBalancedCharge)
0237 imBalancedBool = imBalancedBool | imBalancedCharge~=0;
0238 <span class="keyword">end</span>
0239
0240
0241
0242
0243</pre></div>
<hr><address>Generated on Sun 26-Dec-2010 12:06:07 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> © 2003</address>
</body>
</html> |
docshell/test/navigation/file_triggeringprincipal_parent_iframe_window_open_nav.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<body>
navigated by window.open()
</body>
</html>
|
layout/reftests/bugs/428810-2f-ltr-insets.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML>
<title>Testcase, bug 428810</title>
<style type="text/css">
html, body { margin: 0; padding: 0; }
</style>
<div style="height: 6px">
<div style="float: left; height: 20px; width: 116px"></div>
</div>
<div style="width: 70px; display: list-item; margin: 1px 1px 32px 32px; border: medium solid transparent; border-width: 2px 2px 16px 16px; padding: 4px 4px 8px 8px">
<div style="float: left; height: 20px; width: 15px"></div>
</div>
|
dom/bindings/crashtests/862092.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
var frameDoc = document.getElementById("f").contentDocument;
frameDoc.adoptNode(document.createElement("select"));
}
</script>
</head>
<body onload="boom();">
<iframe id="f"></iframe>
</body>
</html>
|
layout/reftests/backgrounds/attachment-local-positioning-4-ref.html | Yukarumya/Yukarum-Redfoxes | <!doctype html>
<title>CSS Reftest Reference: background-attachment: local</title>
<link rel="author" title="Simon Sapin" href="http://exyr.org/about/" />
<style>
#outer {
border: solid;
background: url(aqua-yellow-32x32.png) local no-repeat -10px -10px;
overflow: hidden;
width: 200px;
height: 300px;
}
div div {
width: 250px;
height: 370px;
}
p {
margin: 0;
padding-top: 100px;
text-align: right;
position: relative;
top: -10px;
left: -10px;
}
</style>
<div id=outer>
<div>
<p><img src=blue-32x32.png style="width: 160px"></p>
</div>
</div>
|
LayoutTests/sputnik/Conformance/11_Expressions/11.4_Unary_Operators/11.4.1_The_delete_Operator/S11.4.1_A2.2_T1.html | youfoh/webkit-efl | <html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = function ()
{
return 'SputnikError: ' + this.message;
};
var sputnikException;
function testPrint(msg)
{
var span = document.createElement("span");
document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
span.innerHTML = msg + '<br />';
}
function escapeHTML(text)
{
return text.toString().replace(/&/g, "&").replace(/</g, "<");
}
function printTestPassed(msg)
{
testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
function printTestFailed(msg)
{
testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
}
function testFailed(msg)
{
throw new SputnikError(msg);
}
var successfullyParsed = false;
</script>
</head>
<body>
<p>S11.4.1_A2.2_T1</p>
<div id='console'></div>
<script>
try {
/**
* @name: S11.4.1_A2.2_T1;
* @section: 11.4.1;
* @assertion: If GetBase(x) doesn't have a property GetPropertyName(x), return true;
* @description: Checking undeclared variable case;
*/
//CHECK#1
if (delete x !== true) {
testFailed('#1: delete x === true');
}
//CHECK#2
if (delete this.x !== true) {
testFailed('#2: delete this.x === true');
}
} catch (ex) {
sputnikException = ex;
}
var successfullyParsed = true;
</script>
<script>
if (!successfullyParsed)
printTestFailed('successfullyParsed is not set');
else if (sputnikException)
printTestFailed(sputnikException);
else
printTestPassed("");
testPrint('<br /><span class="pass">TEST COMPLETE</span>');
</script>
</body>
</html>
|
LayoutTests/storage/indexeddb/transaction-read-only.html | youfoh/webkit-efl | <html>
<head>
<script src="../../fast/js/resources/js-test-pre.js"></script>
<script src="resources/shared.js"></script>
</head>
<body>
<script src="resources/transaction-read-only.js"></script>
<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
|
LayoutTests/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T4.html | youfoh/webkit-efl | <html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = function ()
{
return 'SputnikError: ' + this.message;
};
var sputnikException;
function testPrint(msg)
{
var span = document.createElement("span");
document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
span.innerHTML = msg + '<br />';
}
function escapeHTML(text)
{
return text.toString().replace(/&/g, "&").replace(/</g, "<");
}
function printTestPassed(msg)
{
testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
function printTestFailed(msg)
{
testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
}
function testFailed(msg)
{
throw new SputnikError(msg);
}
var successfullyParsed = false;
</script>
</head>
<body>
<p>S15.4.4.12_A2.1_T4</p>
<div id='console'></div>
<script>
try {
/**
* @name: S15.4.4.12_A2.1_T4;
* @section: 15.4.4.12;
* @assertion: Operator use ToInteger from start;
* @description: start = -Infinity;
*/
var x = [0,1,2,3];
var arr = x.splice(Number.NEGATIVE_INFINITY,3);
//CHECK#1
arr.getClass = Object.prototype.toString;
if (arr.getClass() !== "[object " + "Array" + "]") {
testFailed('#1: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); arr is Array object. Actual: ' + (arr.getClass()));
}
//CHECK#2
if (arr.length !== 3) {
testFailed('#2: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); arr.length === 3. Actual: ' + (arr.length));
}
//CHECK#3
if (arr[0] !== 0) {
testFailed('#3: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); arr[0] === 0. Actual: ' + (arr[0]));
}
//CHECK#4
if (arr[1] !== 1) {
testFailed('#4: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); arr[1] === 1. Actual: ' + (arr[1]));
}
//CHECK#5
if (arr[2] !== 2) {
testFailed('#5: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); arr[2] === 2. Actual: ' + (arr[2]));
}
//CHECK#6
if (x.length !== 1) {
testFailed('#6: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); x.length === 1. Actual: ' + (x.length));
}
//CHECK#7
if (x[0] !== 3) {
testFailed('#7: var x = [0,1,2,3]; var arr = x.splice(Number.NEGATIVE_INFINITY,3); x[0] === 3. Actual: ' + (x[0]));
}
} catch (ex) {
sputnikException = ex;
}
var successfullyParsed = true;
</script>
<script>
if (!successfullyParsed)
printTestFailed('successfullyParsed is not set');
else if (sputnikException)
printTestFailed(sputnikException);
else
printTestPassed("");
testPrint('<br /><span class="pass">TEST COMPLETE</span>');
</script>
</body>
</html>
|
third_party/js/sunspider-benchmark/date-format-xparb.html | googlearchive/caja | <!DOCTYPE html>
<head>
<!--
Copyright (C) 2007 Apple Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. 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.
THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. 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.
-->
<title>SunSpider date-format-xparb</title>
<link rel="stylesheet" href="sunspider.css">
</head>
<body>
<h3>date-format-xparb</h3>
<div id="console">
</div>
<script>
function record(time) {
document.getElementById("console").innerHTML = time + "ms";
if (window.parent) {
parent.recordResult(time);
}
}
</script>
<script>
var _sunSpiderStartDate = new Date();
/*
* Copyright (C) 2004 Baron Schwartz <baron at sequent dot org>
*
* 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, version 2.1.
*
* 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 Lesser General Public License for more
* details.
*/
Date.parseFunctions = {count:0};
Date.parseRegexes = [];
Date.formatFunctions = {count:0};
Date.prototype.dateFormat = function(format) {
if (Date.formatFunctions[format] == null) {
Date.createNewFormat(format);
}
var func = Date.formatFunctions[format];
return this[func]();
}
Date.createNewFormat = function(format) {
var funcName = "format" + Date.formatFunctions.count++;
Date.formatFunctions[format] = funcName;
var code = "Date.prototype." + funcName + " = function(){return ";
var special = false;
var ch = '';
for (var i = 0; i < format.length; ++i) {
ch = format.charAt(i);
if (!special && ch == "\\") {
special = true;
}
else if (special) {
special = false;
code += "'" + String.escape(ch) + "' + ";
}
else {
code += Date.getFormatCode(ch);
}
}
eval(code.substring(0, code.length - 3) + ";}");
}
Date.getFormatCode = function(character) {
switch (character) {
case "d":
return "String.leftPad(this.getDate(), 2, '0') + ";
case "D":
return "Date.dayNames[this.getDay()].substring(0, 3) + ";
case "j":
return "this.getDate() + ";
case "l":
return "Date.dayNames[this.getDay()] + ";
case "S":
return "this.getSuffix() + ";
case "w":
return "this.getDay() + ";
case "z":
return "this.getDayOfYear() + ";
case "W":
return "this.getWeekOfYear() + ";
case "F":
return "Date.monthNames[this.getMonth()] + ";
case "m":
return "String.leftPad(this.getMonth() + 1, 2, '0') + ";
case "M":
return "Date.monthNames[this.getMonth()].substring(0, 3) + ";
case "n":
return "(this.getMonth() + 1) + ";
case "t":
return "this.getDaysInMonth() + ";
case "L":
return "(this.isLeapYear() ? 1 : 0) + ";
case "Y":
return "this.getFullYear() + ";
case "y":
return "('' + this.getFullYear()).substring(2, 4) + ";
case "a":
return "(this.getHours() < 12 ? 'am' : 'pm') + ";
case "A":
return "(this.getHours() < 12 ? 'AM' : 'PM') + ";
case "g":
return "((this.getHours() %12) ? this.getHours() % 12 : 12) + ";
case "G":
return "this.getHours() + ";
case "h":
return "String.leftPad((this.getHours() %12) ? this.getHours() % 12 : 12, 2, '0') + ";
case "H":
return "String.leftPad(this.getHours(), 2, '0') + ";
case "i":
return "String.leftPad(this.getMinutes(), 2, '0') + ";
case "s":
return "String.leftPad(this.getSeconds(), 2, '0') + ";
case "O":
return "this.getGMTOffset() + ";
case "T":
return "this.getTimezone() + ";
case "Z":
return "(this.getTimezoneOffset() * -60) + ";
default:
return "'" + String.escape(character) + "' + ";
}
}
Date.parseDate = function(input, format) {
if (Date.parseFunctions[format] == null) {
Date.createParser(format);
}
var func = Date.parseFunctions[format];
return Date[func](input);
}
Date.createParser = function(format) {
var funcName = "parse" + Date.parseFunctions.count++;
var regexNum = Date.parseRegexes.length;
var currentGroup = 1;
Date.parseFunctions[format] = funcName;
var code = "Date." + funcName + " = function(input){\n"
+ "var y = -1, m = -1, d = -1, h = -1, i = -1, s = -1;\n"
+ "var d = new Date();\n"
+ "y = d.getFullYear();\n"
+ "m = d.getMonth();\n"
+ "d = d.getDate();\n"
+ "var results = input.match(Date.parseRegexes[" + regexNum + "]);\n"
+ "if (results && results.length > 0) {"
var regex = "";
var special = false;
var ch = '';
for (var i = 0; i < format.length; ++i) {
ch = format.charAt(i);
if (!special && ch == "\\") {
special = true;
}
else if (special) {
special = false;
regex += String.escape(ch);
}
else {
obj = Date.formatCodeToRegex(ch, currentGroup);
currentGroup += obj.g;
regex += obj.s;
if (obj.g && obj.c) {
code += obj.c;
}
}
}
code += "if (y > 0 && m >= 0 && d > 0 && h >= 0 && i >= 0 && s >= 0)\n"
+ "{return new Date(y, m, d, h, i, s);}\n"
+ "else if (y > 0 && m >= 0 && d > 0 && h >= 0 && i >= 0)\n"
+ "{return new Date(y, m, d, h, i);}\n"
+ "else if (y > 0 && m >= 0 && d > 0 && h >= 0)\n"
+ "{return new Date(y, m, d, h);}\n"
+ "else if (y > 0 && m >= 0 && d > 0)\n"
+ "{return new Date(y, m, d);}\n"
+ "else if (y > 0 && m >= 0)\n"
+ "{return new Date(y, m);}\n"
+ "else if (y > 0)\n"
+ "{return new Date(y);}\n"
+ "}return null;}";
Date.parseRegexes[regexNum] = new RegExp("^" + regex + "$");
eval(code);
}
Date.formatCodeToRegex = function(character, currentGroup) {
switch (character) {
case "D":
return {g:0,
c:null,
s:"(?:Sun|Mon|Tue|Wed|Thu|Fri|Sat)"};
case "j":
case "d":
return {g:1,
c:"d = parseInt(results[" + currentGroup + "], 10);\n",
s:"(\\d{1,2})"};
case "l":
return {g:0,
c:null,
s:"(?:" + Date.dayNames.join("|") + ")"};
case "S":
return {g:0,
c:null,
s:"(?:st|nd|rd|th)"};
case "w":
return {g:0,
c:null,
s:"\\d"};
case "z":
return {g:0,
c:null,
s:"(?:\\d{1,3})"};
case "W":
return {g:0,
c:null,
s:"(?:\\d{2})"};
case "F":
return {g:1,
c:"m = parseInt(Date.monthNumbers[results[" + currentGroup + "].substring(0, 3)], 10);\n",
s:"(" + Date.monthNames.join("|") + ")"};
case "M":
return {g:1,
c:"m = parseInt(Date.monthNumbers[results[" + currentGroup + "]], 10);\n",
s:"(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)"};
case "n":
case "m":
return {g:1,
c:"m = parseInt(results[" + currentGroup + "], 10) - 1;\n",
s:"(\\d{1,2})"};
case "t":
return {g:0,
c:null,
s:"\\d{1,2}"};
case "L":
return {g:0,
c:null,
s:"(?:1|0)"};
case "Y":
return {g:1,
c:"y = parseInt(results[" + currentGroup + "], 10);\n",
s:"(\\d{4})"};
case "y":
return {g:1,
c:"var ty = parseInt(results[" + currentGroup + "], 10);\n"
+ "y = ty > Date.y2kYear ? 1900 + ty : 2000 + ty;\n",
s:"(\\d{1,2})"};
case "a":
return {g:1,
c:"if (results[" + currentGroup + "] == 'am') {\n"
+ "if (h == 12) { h = 0; }\n"
+ "} else { if (h < 12) { h += 12; }}",
s:"(am|pm)"};
case "A":
return {g:1,
c:"if (results[" + currentGroup + "] == 'AM') {\n"
+ "if (h == 12) { h = 0; }\n"
+ "} else { if (h < 12) { h += 12; }}",
s:"(AM|PM)"};
case "g":
case "G":
case "h":
case "H":
return {g:1,
c:"h = parseInt(results[" + currentGroup + "], 10);\n",
s:"(\\d{1,2})"};
case "i":
return {g:1,
c:"i = parseInt(results[" + currentGroup + "], 10);\n",
s:"(\\d{2})"};
case "s":
return {g:1,
c:"s = parseInt(results[" + currentGroup + "], 10);\n",
s:"(\\d{2})"};
case "O":
return {g:0,
c:null,
s:"[+-]\\d{4}"};
case "T":
return {g:0,
c:null,
s:"[A-Z]{3}"};
case "Z":
return {g:0,
c:null,
s:"[+-]\\d{1,5}"};
default:
return {g:0,
c:null,
s:String.escape(character)};
}
}
Date.prototype.getTimezone = function() {
return this.toString().replace(
/^.*? ([A-Z]{3}) [0-9]{4}.*$/, "$1").replace(
/^.*?\(([A-Z])[a-z]+ ([A-Z])[a-z]+ ([A-Z])[a-z]+\)$/, "$1$2$3");
}
Date.prototype.getGMTOffset = function() {
return (this.getTimezoneOffset() > 0 ? "-" : "+")
+ String.leftPad(Math.floor(this.getTimezoneOffset() / 60), 2, "0")
+ String.leftPad(this.getTimezoneOffset() % 60, 2, "0");
}
Date.prototype.getDayOfYear = function() {
var num = 0;
Date.daysInMonth[1] = this.isLeapYear() ? 29 : 28;
for (var i = 0; i < this.getMonth(); ++i) {
num += Date.daysInMonth[i];
}
return num + this.getDate() - 1;
}
Date.prototype.getWeekOfYear = function() {
// Skip to Thursday of this week
var now = this.getDayOfYear() + (4 - this.getDay());
// Find the first Thursday of the year
var jan1 = new Date(this.getFullYear(), 0, 1);
var then = (7 - jan1.getDay() + 4);
document.write(then);
return String.leftPad(((now - then) / 7) + 1, 2, "0");
}
Date.prototype.isLeapYear = function() {
var year = this.getFullYear();
return ((year & 3) == 0 && (year % 100 || (year % 400 == 0 && year)));
}
Date.prototype.getFirstDayOfMonth = function() {
var day = (this.getDay() - (this.getDate() - 1)) % 7;
return (day < 0) ? (day + 7) : day;
}
Date.prototype.getLastDayOfMonth = function() {
var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
return (day < 0) ? (day + 7) : day;
}
Date.prototype.getDaysInMonth = function() {
Date.daysInMonth[1] = this.isLeapYear() ? 29 : 28;
return Date.daysInMonth[this.getMonth()];
}
Date.prototype.getSuffix = function() {
switch (this.getDate()) {
case 1:
case 21:
case 31:
return "st";
case 2:
case 22:
return "nd";
case 3:
case 23:
return "rd";
default:
return "th";
}
}
String.escape = function(string) {
return string.replace(/('|\\)/g, "\\$1");
}
String.leftPad = function (val, size, ch) {
var result = new String(val);
if (ch == null) {
ch = " ";
}
while (result.length < size) {
result = ch + result;
}
return result;
}
Date.daysInMonth = [31,28,31,30,31,30,31,31,30,31,30,31];
Date.monthNames =
["January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"];
Date.dayNames =
["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"];
Date.y2kYear = 50;
Date.monthNumbers = {
Jan:0,
Feb:1,
Mar:2,
Apr:3,
May:4,
Jun:5,
Jul:6,
Aug:7,
Sep:8,
Oct:9,
Nov:10,
Dec:11};
Date.patterns = {
ISO8601LongPattern:"Y-m-d H:i:s",
ISO8601ShortPattern:"Y-m-d",
ShortDatePattern: "n/j/Y",
LongDatePattern: "l, F d, Y",
FullDateTimePattern: "l, F d, Y g:i:s A",
MonthDayPattern: "F d",
ShortTimePattern: "g:i A",
LongTimePattern: "g:i:s A",
SortableDateTimePattern: "Y-m-d\\TH:i:s",
UniversalSortableDateTimePattern: "Y-m-d H:i:sO",
YearMonthPattern: "F, Y"};
var date = new Date("1/1/2007 1:11:11");
for (var i = 0; i < 4000; ++i) {
var shortFormat = date.dateFormat("Y-m-d");
var longFormat = date.dateFormat("l, F d, Y g:i:s A");
date.setTime(date.getTime() + 84266956);
}
var _sunSpiderInterval = new Date() - _sunSpiderStartDate;
record(_sunSpiderInterval);
</script>
</body>
</html>
|
doc/org/jgentleframework/integration/remoting/rmi/context/package-use.html | haint/jgentle | <!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_13) on Wed Aug 05 08:53:18 ICT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=utf8">
<TITLE>
Uses of Package org.jgentleframework.integration.remoting.rmi.context
</TITLE>
<META NAME="date" CONTENT="2009-08-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 Package org.jgentleframework.integration.remoting.rmi.context";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jgentleframework/integration/remoting/rmi/context/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>org.jgentleframework.integration.remoting.rmi.context</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/jgentleframework/integration/remoting/rmi/context/package-summary.html">org.jgentleframework.integration.remoting.rmi.context</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jgentleframework.integration.remoting.rmi.context"><B>org.jgentleframework.integration.remoting.rmi.context</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jgentleframework.integration.remoting.rmi.context"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../../../../../org/jgentleframework/integration/remoting/rmi/context/package-summary.html">org.jgentleframework.integration.remoting.rmi.context</A> used by <A HREF="../../../../../../org/jgentleframework/integration/remoting/rmi/context/package-summary.html">org.jgentleframework.integration.remoting.rmi.context</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../../org/jgentleframework/integration/remoting/rmi/context/class-use/IRmiExporterProxyFactoryBean.html#org.jgentleframework.integration.remoting.rmi.context"><B>IRmiExporterProxyFactoryBean</B></A></B>
<BR>
The Interface IRmiExporterProxyFactoryBean.</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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/jgentleframework/integration/remoting/rmi/context/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
maven-javadoc-plugin/src/main/javadoc/org/apache/maven/plugins/javadoc/package.html | apache/maven-plugins | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<HTML>
<HEAD>
<TITLE>API Overview</TITLE>
</HEAD>
<BODY>
<p>The following tables lists all supported Javadoc options and Standard Doclet options since Javadoc 1.4 in the
Maven Javadoc Plugin.</p>
<ol>
<li>
<a href="#Standard_Javadoc_Options">Standard Javadoc Options</a>
</li>
<li>
<a href="#Standard_Doclet_Options">Standard Doclet Options</a>
</li>
<li>
<a href="#Javadoc_References">Javadoc References</a>
</li>
</ol>
<h3>
<a name="Standard_Javadoc_Options">Standard Javadoc Options</a>
</h3>
<p>The following table is the complete list of the Standard Javadoc Options and its equivalent
in the Maven Javadoc Plugin.</p>
<table class="bodyTable">
<tr class="a">
<th>
<b>Javadoc Options</b>
</th>
<th>
<b>Since Javadoc</b>
</th>
<th>
<b>Maven Javadoc Plugin Options</b>
</th>
</tr>
<tr class="b">
<td>
<b>-1.1</b>
</td>
<td>
1.4
</td>
<td>
<old/>
</td>
</tr>
<tr class="a">
<td>
<b>-bootclasspath</b>
<i> classpathlist</i>
</td>
<td>
1.4
</td>
<td>
<bootclasspath/>, <bootclasspathArtifacts/>
</td>
</tr>
<tr class="b">
<td>
<b>-classpath</b>
<i> classpathlist</i>
</td>
<td>
1.4
</td>
<td>
Auto-discovered
</td>
</tr>
<tr class="a">
<td>
<b>-breakiterator</b>
</td>
<td>
1.5
</td>
<td>
<breakiterator/>
</td>
</tr>
<tr class="b">
<td>
<b>-doclet</b>
<i> class</i>
</td>
<td>
1.4
</td>
<td>
<doclet/>, <docletArtifact/>,
<docletArtifacts/>
</td>
</tr>
<tr class="a">
<td>
<b>-docletpath</b>
<i> classpathlist</i>
</td>
<td>
1.4
</td>
<td>
<docletPath/>
</td>
</tr>
<tr class="b">
<td>
<b>-encoding</b>
<i> name</i>
</td>
<td>
1.4
</td>
<td>
<encoding/>
</td>
</tr>
<tr class="a">
<td><b>-exclude</b><i> packagename1</i><b>:</b><i> packagename2</i><b>:</b>... </td>
<td>
1.5
</td>
<td>
<excludePackageNames/>
</td>
</tr>
<tr class="b">
<td>
<b>-extdirs</b>
<i> dirlist</i>
</td>
<td>
1.4
</td>
<td>
<extdirs/>
</td>
</tr>
<tr class="a">
<td>
<b>-help</b>
</td>
<td>
1.4
</td>
<td>
-
</td>
</tr>
<tr class="b">
<td>
<b>-J</b>
<i> flag</i>
</td>
<td>
1.4
</td>
<td>
<additionalJOption/>, <maxmemory/>,
<minmemory/>
</td>
</tr>
<tr class="a">
<td>
<b>-locale</b>
<i> language_country_variant</i>
</td>
<td>
1.4
</td>
<td>
<locale/>
</td>
</tr>
<tr class="b">
<td>
<b>-overview</b>
<i> path\filename</i>
</td>
<td>
1.4
</td>
<td>
<overview/>
</td>
</tr>
<tr class="a">
<td>
<b>-package</b>
</td>
<td>
1.4
</td>
<td>
<show/>
</td>
</tr>
<tr class="b">
<td>
<b>-private</b>
</td>
<td>
1.4
</td>
<td>
<show/>
</td>
</tr>
<tr class="a">
<td>
<b>-protected</b>
</td>
<td>
1.4
</td>
<td>
<show/>
</td>
</tr>
<tr class="b">
<td>
<b>-public</b>
</td>
<td>
1.4
</td>
<td>
<show/>
</td>
</tr>
<tr class="a">
<td>
<b>-quiet</b>
</td>
<td>
1.5
</td>
<td>
<quiet/>
</td>
</tr>
<tr class="b">
<td>
<b>-source</b>
<b>1.4</b>
</td>
<td>
1.4
</td>
<td>
<source/>
</td>
</tr>
<tr class="a">
<td>
<b>-sourcepath</b>
<i> sourcepathlist</i>
</td>
<td>
1.4
</td>
<td>
<sourcepath/>
</td>
</tr>
<tr class="b">
<td><b>-subpackages</b><i> package1</i><b>:</b><i> package2</i><b>:</b>... </td>
<td>
1.5
</td>
<td>
<subpackages/>
</td>
</tr>
<tr class="a">
<td>
<b>-verbose</b>
</td>
<td>
1.4
</td>
<td>
<verbose/>
</td>
</tr>
</table>
<h3>
<a name="Standard_Doclet_Options">Standard Doclet Options</a>
</h3>
<p>The following table is the complete list of the Standard Doclet Options and its equivalent in
the Maven Javadoc Plugin.</p>
<table class="bodyTable">
<tr class="a">
<th>
<b>Standard Doclet Options</b>
</th>
<th>
<b>Since Javadoc</b>
</th>
<th>
<b>Maven Javadoc Plugin Options</b>
</th>
</tr>
<tr class="b">
<td>
<b>-author</b>
</td>
<td>
1.4
</td>
<td>
<author/>
</td>
</tr>
<tr class="a">
<td>
<b>-bottom</b>
<i> text</i>
</td>
<td>
1.4
</td>
<td>
<bottom/>
</td>
</tr>
<tr class="b">
<td>
<b>-breakiterator</b>
</td>
<td>
1.4 only
</td>
<td>
<breakiterator/>
</td>
</tr>
<tr class="a">
<td>
<b>-charset</b>
<i> name</i>
</td>
<td>
1.4
</td>
<td>
<charset/>
</td>
</tr>
<tr class="b">
<td>
<b>-d</b>
<i>directory</i>
</td>
<td>
1.4
</td>
<td>
<outputDirectory/>
</td>
</tr>
<tr class="a">
<td>
<b>-docencoding</b>
<i> name</i>
</td>
<td>
1.4
</td>
<td>
<docencoding/>
</td>
</tr>
<tr class="b">
<td>
<b>-docfilessubdirs</b>
</td>
<td>
1.4
</td>
<td>
<docfilesubdirs/>
</td>
</tr>
<tr class="a">
<td>
<b>-doctitle</b>
<i> title</i>
</td>
<td>
1.4
</td>
<td>
<doctitle/>
</td>
</tr>
<tr class="b">
<td>
<b>-exclude</b>
<i> packagename1:packagename2:...</i>
</td>
<td>
1.4
</td>
<td>
<excludePackageNames/>
</td>
</tr>
<tr class="a">
<td>
<b>-excludedocfilessubdir</b>
<i> name1:name2...</i>
</td>
<td>
1.4
</td>
<td>
<excludedocfilesubdir/>
</td>
</tr>
<tr class="b">
<td>
<b>-footer</b>
<i> footer</i>
</td>
<td>
1.4
</td>
<td>
<footer/>
</td>
</tr>
<tr class="a">
<td><b>-group</b><i> groupheading packagepattern:packagepattern:...</i></td>
<td>
1.4
</td>
<td>
<groups/>
</td>
</tr>
<tr class="b">
<td>
<b>-header</b>
<i> header</i>
</td>
<td>
1.4
</td>
<td>
<header/>
</td>
</tr>
<tr class="a">
<td>
<b>-helpfile</b>
<i> path\filename</i>
</td>
<td>
1.4
</td>
<td>
<helpfile/>
</td>
</tr>
<tr class="b">
<td>
<b>-link</b>
<i> extdocURL</i>
</td>
<td>
1.4
</td>
<td>
<links/>
</td>
</tr>
<tr class="a">
<td>
<b>-linkoffline</b>
<i> extdocURL packagelistLoc</i>
</td>
<td>
1.4
</td>
<td>
<offlinelinks/>
</td>
</tr>
<tr class="b">
<td>
<b>-linksource</b>
</td>
<td>
1.4
</td>
<td>
<linksource/>
</td>
</tr>
<tr class="a">
<td>
<b>-keywords</b>
</td>
<td>1.4.2</td>
<td>
<keywords/>
</td>
</tr>
<tr class="b">
<td>
<b>-nocomment</b>
</td>
<td>
1.4
</td>
<td>
<nocomment/>
</td>
</tr>
<tr class="a">
<td>
<b>-nodeprecated</b>
</td>
<td>
1.4
</td>
<td>
<nodeprecated/>
</td>
</tr>
<tr class="b">
<td>
<b>-nodeprecatedlist</b>
</td>
<td>
1.4
</td>
<td>
<nodeprecatedlist/>
</td>
</tr>
<tr class="a">
<td>
<b>-nohelp</b>
</td>
<td>
1.4
</td>
<td>
<nohelp/>
</td>
</tr>
<tr class="b">
<td>
<b>-noindex</b>
</td>
<td>
1.4
</td>
<td>
<noindex/>
</td>
</tr>
<tr class="a">
<td>
<b>-nonavbar</b>
</td>
<td>
1.4
</td>
<td>
<nonavbar/>
</td>
</tr>
<tr class="b">
<td>
<b>-noqualifier</b>
<i> all | packagename1:packagename2:...</i>
</td>
<td>
1.4
</td>
<td>
<noqualifier/>
</td>
</tr>
<tr class="a">
<td>
<b>-nosince</b>
</td>
<td>
1.4
</td>
<td>
<nosince/>
</td>
</tr>
<tr class="b">
<td>
<b>-notimestamp</b>
</td>
<td>1.5</td>
<td>
<notimestamp/>
</td>
</tr>
<tr class="a">
<td>
<b>-notree</b>
</td>
<td>
1.4
</td>
<td>
<notree/>
</td>
</tr>
<tr class="b">
<td>
<b>-packagesheader</b>
</td>
<td>
1.4.2
</td>
<td>
<packagesheader/>
</td>
</tr>
<tr class="a">
<td>
<b>-quiet</b>
</td>
<td>
1.4 only
</td>
<td>
<quiet/>
</td>
</tr>
<tr class="b">
<td>
<b>-serialwarn</b>
</td>
<td>
1.4
</td>
<td>
<serialwarn/>
</td>
</tr>
<tr class="a">
<td>
<b>-sourcetab</b> (<b>-linksourcetab</b> in 1.4.2)
</td>
<td>
1.5
</td>
<td>
<sourcetab/>
</td>
</tr>
<tr class="b">
<td>
<b>-splitindex</b>
</td>
<td>
1.4
</td>
<td>
<splitindex/>
</td>
</tr>
<tr class="a">
<td>
<b>-stylesheetfile</b>
<i> path\filename</i>
</td>
<td>
1.4
</td>
<td>
<stylesheetfile/>
</td>
</tr>
<tr class="b">
<td>
<b>-subpackages</b>
<i> package1:package1:...</i>
</td>
<td>
1.4 only
</td>
<td>
<subpackages/>
</td>
</tr>
<tr class="a">
<td>
<b>-tag</b>
<i> tagname:Xaoptcmf:"taghead"</i>
</td>
<td>
1.4
</td>
<td>
<tags/>
</td>
</tr>
<tr class="b">
<td>
<b>-taglet<i> class</i></b>
</td>
<td>
1.4
</td>
<td>
<taglet/>, <tagletArtifact/>,
<tagletArtifacts/>, <taglets/>
</td>
</tr>
<tr class="a">
<td>
<b>-tagletpath</b>
<i> tagletpathlist</i>
</td>
<td>
1.4
</td>
<td>
<tagletpath/>, Auto-discovered
</td>
</tr>
<tr class="b">
<td>
<b>-title</b>
<i>title</i>
<b>(deprecated)</b>
</td>
<td>
1.4
</td>
<td>
-
</td>
</tr>
<tr class="a">
<td>
<b>-top</b>
</td>
<td>
6.0
</td>
<td>
<top/>
</td>
</tr>
<tr class="b">
<td>
<b>-use</b>
</td>
<td>
1.4
</td>
<td>
<use/>
</td>
</tr>
<tr class="a">
<td>
<b>-version</b>
</td>
<td>
1.4
</td>
<td>
<version/>
</td>
</tr>
<tr class="b">
<td>
<b>-windowtitle</b>
<i> title</i>
</td>
<td>
1.4
</td>
<td>
<windowtitle/>
</td>
</tr>
</table>
<h3>
<a name="Javadoc_References">Javadoc References</a>
</h3>
<dl>
<dt>The Java API Documentation Generator - 1.4</dt>
<dd>
<a href="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html">
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html</a>
</dd>
<dt>The Java API Documentation Generator - 1.5</dt>
<dd>
<a href="http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html">
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html</a>
</dd>
<dt>The Java API Documentation Generator - 6.0</dt>
<dd>
<a href="http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html">
http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html</a>
</dd>
</dl>
<p><b>Note</b>: these references are <b>NOT</b> up-to-date! Some options are also specified in the
"API Enhancements" section on the Javadoc Technology home page.</p>
<style type="text/css">
<!--
table.bodyTable th {
color: white;
background-color: #bbb;
text-align: left;
font-weight: bold;
}
table.bodyTable th, table.bodyTable td {
}
table.bodyTable tr.a {
background-color: #ddd;
}
table.bodyTable tr.b {
background-color: #eee;
}
table {
}
-->
</style>
</BODY>
</HTML>
|
examples/111_Moebius_Arc.html | gagern/CindyJS | <!DOCTYPE html>
<html>
<head>
<title>Cindy JS Example</title>
<meta charset="UTF-8">
<script type="text/javascript" src="../build/js/Cindy.js"></script>
<script type="text/javascript">
var cdy = CindyJS({
ports: [{id: "CSCanvas", snap: true, grid: 1}],
scripts: "cs*",
language: "en",
defaultAppearance: {
},
geometry: [
{name:"A1", type:"Free", pos:[0,5], color:[1,0,0], labeled:true},
{name:"A2", type:"Free", pos:[0,3], color:[1,0,0], labeled:true},
{name:"A3", type:"Free", pos:[0,0], color:[1,0,0], labeled:true},
{name:"B1", type:"Free", pos:[3,5], color:[0,1,0], labeled:true},
{name:"B2", type:"Free", pos:[3,3], color:[0,1,0], labeled:true},
{name:"B3", type:"Free", pos:[3,0], color:[0,1,0], labeled:true},
{name:"AA", type:"Free", pos:[-6,1]},
{name:"BB", type:"Free", pos:[0,-4]},
{name:"CC", type:"Free", pos:[-2,-4]},
{name:"Arc", type:"ArcBy3", args:["AA", "BB", "CC"], color:[0,0.75,0], size:2},
{name:"Tr0", type:"TrMoebius", args:["A1","B1","A2","B2","A3","B3"]},
{name:"ArcTr", type:"TrMoebiusArc", args:["Tr0","Arc"], color:[0, 0, 1], size:2},
]
});
</script>
</head>
<body style="font-family:Arial;">
<div id="CSCanvas" style="width:500px; height:500px; border:2px solid black"></div>
</body>
</html>
|
doc/allclasses-noframe.html | YlJava110/WelikeAndroid | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_40) on Fri Aug 14 13:04:45 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>所有类</title>
<meta name="date" content="2015-08-14">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">所有类</h1>
<div class="indexContainer">
<ul>
<li><a href="com/lody/welike/utils/AppUtils.html" title="com.lody.welike.utils中的类">AppUtils</a></li>
<li><a href="com/lody/welike/bitmap/AsyncBitmapLoader.html" title="com.lody.welike.bitmap中的类">AsyncBitmapLoader</a></li>
<li><a href="com/lody/welike/bitmap/AsyncBitmapLoader.BitmapPackage.html" title="com.lody.welike.bitmap中的类">AsyncBitmapLoader.BitmapPackage</a></li>
<li><a href="com/lody/welike/bitmap/callback/BitmapCallback.html" title="com.lody.welike.bitmap.callback中的类">BitmapCallback</a></li>
<li><a href="com/lody/welike/bitmap/BitmapConfig.html" title="com.lody.welike.bitmap中的类">BitmapConfig</a></li>
<li><a href="com/lody/welike/bitmap/BitmapPreprocessor.html" title="com.lody.welike.bitmap中的类">BitmapPreprocessor</a></li>
<li><a href="com/lody/welike/bitmap/BitmapRequest.html" title="com.lody.welike.bitmap中的类">BitmapRequest</a></li>
<li><a href="com/lody/welike/BuildConfig.html" title="com.lody.welike中的类">BuildConfig</a></li>
<li><a href="com/lody/welike/utils/ByteArrayPool.html" title="com.lody.welike.utils中的类">ByteArrayPool</a></li>
<li><a href="com/lody/welike/guard/annotation/Catch.html" title="com.lody.welike.guard.annotation中的注释">Catch</a></li>
<li><a href="com/lody/welike/database/DataType.html" title="com.lody.welike.database中的枚举">DataType</a></li>
<li><a href="com/lody/welike/database/DbUpdateListener.html" title="com.lody.welike.database中的接口"><span class="interfaceName">DbUpdateListener</span></a></li>
<li><a href="com/lody/welike/utils/DiskLruCache.html" title="com.lody.welike.utils中的类">DiskLruCache</a></li>
<li><a href="com/lody/welike/http/callback/DownloadCallback.html" title="com.lody.welike.http.callback中的类">DownloadCallback</a></li>
<li><a href="com/lody/welike/http/DownloadController.html" title="com.lody.welike.http中的类">DownloadController</a></li>
<li><a href="com/lody/welike/http/DownloadController.State.html" title="com.lody.welike.http中的枚举">DownloadController.State</a></li>
<li><a href="com/lody/welike/http/DownloadTask.html" title="com.lody.welike.http中的类">DownloadTask</a></li>
<li><a href="com/lody/welike/ui/DynamicActivityBinder.html" title="com.lody.welike.ui中的类">DynamicActivityBinder</a></li>
<li><a href="com/lody/welike/http/callback/FileUploadCallback.html" title="com.lody.welike.http.callback中的类">FileUploadCallback</a></li>
<li><a href="com/lody/welike/utils/HashUtils.html" title="com.lody.welike.utils中的类">HashUtils</a></li>
<li><a href="com/lody/welike/http/callback/HttpBitmapCallback.html" title="com.lody.welike.http.callback中的类">HttpBitmapCallback</a></li>
<li><a href="com/lody/welike/http/callback/HttpCallback.html" title="com.lody.welike.http.callback中的类">HttpCallback</a></li>
<li><a href="com/lody/welike/http/HttpConfig.html" title="com.lody.welike.http中的类">HttpConfig</a></li>
<li><a href="com/lody/welike/http/HttpParams.html" title="com.lody.welike.http中的类">HttpParams</a></li>
<li><a href="com/lody/welike/http/HttpRequest.html" title="com.lody.welike.http中的类">HttpRequest</a></li>
<li><a href="com/lody/welike/http/HttpRequestBuilder.html" title="com.lody.welike.http中的类">HttpRequestBuilder</a></li>
<li><a href="com/lody/welike/http/HttpRequestExecutor.html" title="com.lody.welike.http中的类">HttpRequestExecutor</a></li>
<li><a href="com/lody/welike/http/HttpRequestQueue.html" title="com.lody.welike.http中的类">HttpRequestQueue</a></li>
<li><a href="com/lody/welike/http/HttpResponse.html" title="com.lody.welike.http中的类">HttpResponse</a></li>
<li><a href="com/lody/welike/http/callback/HttpResultCallback.html" title="com.lody.welike.http.callback中的类">HttpResultCallback</a></li>
<li><a href="com/lody/welike/http/HttpSession.html" title="com.lody.welike.http中的类">HttpSession</a></li>
<li><a href="com/lody/welike/http/HttpSessionManager.html" title="com.lody.welike.http中的类">HttpSessionManager</a></li>
<li><a href="com/lody/welike/http/HttpThreadPool.html" title="com.lody.welike.http中的类">HttpThreadPool</a></li>
<li><a href="com/lody/welike/database/annotation/ID.html" title="com.lody.welike.database.annotation中的注释">ID</a></li>
<li><a href="com/lody/welike/database/annotation/Ignore.html" title="com.lody.welike.database.annotation中的注释">Ignore</a></li>
<li><a href="com/lody/welike/bitmap/ImageMemoryLruCache.html" title="com.lody.welike.bitmap中的类">ImageMemoryLruCache</a></li>
<li><a href="com/lody/welike/ui/annotation/InitData.html" title="com.lody.welike.ui.annotation中的注释">InitData</a></li>
<li><a href="com/lody/welike/utils/IOUtils.html" title="com.lody.welike.utils中的类">IOUtils</a></li>
<li><a href="com/lody/welike/ui/annotation/JoinView.html" title="com.lody.welike.ui.annotation中的注释">JoinView</a></li>
<li><a href="com/lody/welike/utils/MemoryLruCache.html" title="com.lody.welike.utils中的类">MemoryLruCache</a></li>
<li><a href="com/lody/welike/guard/Mode.html" title="com.lody.welike.guard中的枚举">Mode</a></li>
<li><a href="com/lody/welike/utils/MultiAsyncTask.html" title="com.lody.welike.utils中的类">MultiAsyncTask</a></li>
<li><a href="com/lody/welike/database/annotation/NotNull.html" title="com.lody.welike.database.annotation中的注释">NotNull</a></li>
<li><a href="com/lody/welike/reflect/NULL.html" title="com.lody.welike.reflect中的类">NULL</a></li>
<li><a href="com/lody/welike/utils/PoolingByteArrayOutputStream.html" title="com.lody.welike.utils中的类">PoolingByteArrayOutputStream</a></li>
<li><a href="com/lody/welike/R.html" title="com.lody.welike中的类">R</a></li>
<li><a href="com/lody/welike/R.attr.html" title="com.lody.welike中的类">R.attr</a></li>
<li><a href="com/lody/welike/R.string.html" title="com.lody.welike中的类">R.string</a></li>
<li><a href="com/lody/welike/reflect/Reflect.html" title="com.lody.welike.reflect中的类">Reflect</a></li>
<li><a href="com/lody/welike/reflect/ReflectException.html" title="com.lody.welike.reflect中的类">ReflectException</a></li>
<li><a href="com/lody/welike/http/RequestMethod.html" title="com.lody.welike.http中的枚举">RequestMethod</a></li>
<li><a href="com/lody/welike/utils/ScreenUtils.html" title="com.lody.welike.utils中的类">ScreenUtils</a></li>
<li><a href="com/lody/welike/database/SqLiteConfig.html" title="com.lody.welike.database中的类">SqLiteConfig</a></li>
<li><a href="com/lody/welike/database/SQLMaker.html" title="com.lody.welike.database中的类">SQLMaker</a></li>
<li><a href="com/lody/welike/database/SQLTypeParser.html" title="com.lody.welike.database中的类">SQLTypeParser</a></li>
<li><a href="com/lody/welike/database/annotation/Table.html" title="com.lody.welike.database.annotation中的注释">Table</a></li>
<li><a href="com/lody/welike/database/TableBuilder.html" title="com.lody.welike.database中的类">TableBuilder</a></li>
<li><a href="com/lody/welike/database/bean/TableInfo.html" title="com.lody.welike.database.bean中的类">TableInfo</a></li>
<li><a href="com/lody/welike/utils/UiHandler.html" title="com.lody.welike.utils中的类">UiHandler</a></li>
<li><a href="com/lody/welike/guard/annotation/UnCatch.html" title="com.lody.welike.guard.annotation中的注释">UnCatch</a></li>
<li><a href="com/lody/welike/guard/UncaughtThrowable.html" title="com.lody.welike.guard中的类">UncaughtThrowable</a></li>
<li><a href="com/lody/welike/database/ValueConvertor.html" title="com.lody.welike.database中的类">ValueConvertor</a></li>
<li><a href="com/lody/welike/ui/WelikeActivity.html" title="com.lody.welike.ui中的类">WelikeActivity</a></li>
<li><a href="com/lody/welike/WelikeBitmap.html" title="com.lody.welike中的类">WelikeBitmap</a></li>
<li><a href="com/lody/welike/WelikeContext.html" title="com.lody.welike中的类">WelikeContext</a></li>
<li><a href="com/lody/welike/WelikeDao.html" title="com.lody.welike中的类">WelikeDao</a></li>
<li><a href="com/lody/welike/WelikeGuard.html" title="com.lody.welike中的类">WelikeGuard</a></li>
<li><a href="com/lody/welike/guard/WelikeGuardThreadGroup.html" title="com.lody.welike.guard中的类">WelikeGuardThreadGroup</a></li>
<li><a href="com/lody/welike/WelikeHttp.html" title="com.lody.welike中的类">WelikeHttp</a></li>
<li><a href="com/lody/welike/ui/WelikeToast.html" title="com.lody.welike.ui中的类">WelikeToast</a></li>
<li><a href="com/lody/welike/utils/WeLog.html" title="com.lody.welike.utils中的类">WeLog</a></li>
</ul>
</div>
</body>
</html>
|
documentation/manual/working/javaGuide/main/http/code/javaguide/http/views/index.scala.html | wegtam/playframework | @(flash: play.mvc.Http.Flash)
@* #flash-template *@
@flash.get("success").orElse("Welcome!")
@* #flash-template *@
|
examples/bind/xhr.amp.html | Adtoma/amphtml | <!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>amp-bind: XHR</title>
<link rel="canonical" href="amps.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet" type="text/css">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"></script>
<style amp-custom>
button {
border: solid 1px black;
}
</style>
</head>
<body>
<button onclick="AMP.toggleExperiment('amp-bind');window.location.href=window.location.href;">Toggle <amp-bind> experiment</button>
<h2>XHR</h2>
<p [text]="myState.bindXhrResult">This text will be updated with XHR results.</p>
<form method="GET" action="/bind/form/get" action-xhr="/bind/form/get" target="_blank"
on="submit-success:myState">
<input type="submit" value="Submit">
</form>
<amp-state id="myState">
<script type="application/json">
{
bindXhrResult: 'Not fetched yet...'
}
</script>
</amp-state>
</body>
</html>
|
wp-content/plugins/gallery-images/style/thumb_view.css | moraam/webdesign | * {
border: 0;
margin: 0;
padding: 0;
outline: 0; }
ul {
list-style: none; }
h2 {
font-family: Arvo, Arial, sans-serif;
font-size: 30px;
line-height: 25px;
font-weight: 500;
text-transform: uppercase;
color: white;
letter-spacing: 1px; }
p {
font-family: Georgia, Arial, sans-serif;
font-size: 15px;
line-height: 15px;
font-weight: 100;
}
section #fullPreview {
background-color: #333333;
border-top: 2px solid #333333;
border-bottom: 2px solid #333333;
padding: 50px 0 30px 0;
display: none; }
section #fullPreview img,
section #fullPreview .fullCaption {
max-width: 960px;
width: 100%;
margin: 0 auto;
display: block; }
section #fullPreview .fullCaption {
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 15px;
font-weight: 300;
color: white;
margin: 15px auto 0 auto; }
section #fullPreview figure {
background-image: url("../img/effects/close.png");
background-size: 100%;
width: 30px;
height: 30px;
position: absolute;
top: 10px;
right: 20px;
cursor: pointer; }
section li {
display: inline-block;
vertical-align: top;
position: relative;
}
section li a.spinner {
background-size: 100%;
background-image: url("../img/effects/spinner.gif");
width: 50px;
height: 50px;
position: absolute;
left: 95px;
top: 60px; }
section li img {
border: none;
margin: 10px 10px 0 0; }
section li .overLayer ul,
section li .infoLayer ul {
padding: 1px 0 0 0; }
section li .overLayer ul li,
section li .infoLayer ul li {
display: block;
margin: 0 auto;
width: 85%;
padding: 0 0 5px 0; }
section li .overLayer ul li:first-child,
section li .infoLayer ul li:first-child {
border-bottom: 2px white solid; }
section li .overLayer ul li:last-child,
section li .infoLayer ul li:last-child {
padding: 5px 0 0 0;
text-transform: lowercase; }
section li .projectInfo {
display: none; }
#huge_it_gallery li .overLayer ul, section li .infoLayer ul {
padding: 0px;
margin: 0px;
margin-top: 10%;
} |
chromium/src/third_party/httpcomponents-client/binary-distribution/javadoc/org/apache/http/client/class-use/CircularRedirectException.html | espadrine/opera | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Sun Oct 21 11:03:15 GMT+01:00 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.http.client.CircularRedirectException (HttpComponents Client 4.2.2 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.http.client.CircularRedirectException (HttpComponents Client 4.2.2 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/http/client/CircularRedirectException.html" title="class in org.apache.http.client"><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/http/client/class-use/CircularRedirectException.html" target="_top"><B>FRAMES</B></A>
<A HREF="CircularRedirectException.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.http.client.CircularRedirectException</B></H2>
</CENTER>
No usage of org.apache.http.client.CircularRedirectException
<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/http/client/CircularRedirectException.html" title="class in org.apache.http.client"><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/http/client/class-use/CircularRedirectException.html" target="_top"><B>FRAMES</B></A>
<A HREF="CircularRedirectException.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 © 1999-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
server_src/static/ScatterPlot1/css/textbox.css | YingHsuan/termite_data_server | .textbox {
display:inline-block;
position:absolute;
overflow:auto;
background: white;
padding:5px;
border-left:1px solid #d3d3d3;
}
|
src/js/vendor/angular/docs/examples/example-example48/index-production.html | nnnguyen/posiba | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example48-production</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body >
<div ng-app="ngAppStrictDemo" ng-strict-di>
<div ng-controller="GoodController1">
I can add: {{a}} + {{b}} = {{ a+b }}
<p>This renders because the controller does not fail to
instantiate, by using explicit annotation style (see
script.js for details)
</p>
</div>
<div ng-controller="GoodController2">
Name: <input ng-model="name"><br />
Hello, {{name}}!
<p>This renders because the controller does not fail to
instantiate, by using explicit annotation style
(see script.js for details)
</p>
</div>
<div ng-controller="BadController">
I can add: {{a}} + {{b}} = {{ a+b }}
<p>The controller could not be instantiated, due to relying
on automatic function annotations (which are disabled in
strict mode). As such, the content of this section is not
interpolated, and there should be an error in your web console.
</p>
</div>
</div>
</body>
</html> |
main/libc/unix/linux_like/linux/gnu/b64/x86_64/constant.SO_ATTACH_FILTER.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../../../../libc/constant.SO_ATTACH_FILTER.html">
</head>
<body>
<p>Redirecting to <a href="../../../../../../../libc/constant.SO_ATTACH_FILTER.html">../../../../../../../libc/constant.SO_ATTACH_FILTER.html</a>...</p>
<script>location.replace("../../../../../../../libc/constant.SO_ATTACH_FILTER.html" + location.search + location.hash);</script>
</body>
</html> |
web/bundles/sunraangular/js/angular/angular-1.3.3/docs/examples/example-example80/index-jquery.html | viral810/ngSimpleCMS | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example80-jquery</title>
<script src="../../components/jquery-2.1.1/jquery.js"></script>
<script src="../../../angular.js"></script>
</head>
<body ng-app="">
<input ng-copy="copied=true" ng-init="copied=false; value='copy me'" ng-model="value">
copied: {{copied}}
</body>
</html> |
tbb/doc/html/a00025.html | DrPizza/reed-solomon | <!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.4"/>
<title>tbb::blocked_range2d< RowValue, ColValue > Class Template 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! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</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="a00240.html">tbb</a></li><li class="navelem"><a class="el" href="a00025.html">blocked_range2d</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-attribs">Static Public Attributes</a> |
<a href="a00268.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">tbb::blocked_range2d< RowValue, ColValue > Class Template Reference<div class="ingroups"><a class="el" href="a00255.html">Algorithms</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>A 2-dimensional range that models the Range concept.
<a href="a00025.html#details">More...</a></p>
<p><code>#include <blocked_range2d.h></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:ada609b296a9af0591cc34761b8538100"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ada609b296a9af0591cc34761b8538100"></a>
typedef <a class="el" href="a00024.html">blocked_range</a>< RowValue > </td><td class="memItemRight" valign="bottom"><a class="el" href="a00025.html#ada609b296a9af0591cc34761b8538100">row_range_type</a></td></tr>
<tr class="memdesc:ada609b296a9af0591cc34761b8538100"><td class="mdescLeft"> </td><td class="mdescRight">Type for size of an iteration range. <br/></td></tr>
<tr class="separator:ada609b296a9af0591cc34761b8538100"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9820ed2f2560633d18bf35cece8b6493"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9820ed2f2560633d18bf35cece8b6493"></a>
typedef <a class="el" href="a00024.html">blocked_range</a>< ColValue > </td><td class="memItemRight" valign="bottom"><b>col_range_type</b></td></tr>
<tr class="separator:a9820ed2f2560633d18bf35cece8b6493"><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:a5aa4e2c389c4b833937fcad66efe2b6a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5aa4e2c389c4b833937fcad66efe2b6a"></a>
 </td><td class="memItemRight" valign="bottom"><b>blocked_range2d</b> (RowValue row_begin, RowValue row_end, typename <a class="el" href="a00024.html#a89b300cecd9d617e4ee801c786756e55">row_range_type::size_type</a> row_grainsize, ColValue col_begin, ColValue col_end, typename <a class="el" href="a00024.html#a89b300cecd9d617e4ee801c786756e55">col_range_type::size_type</a> col_grainsize)</td></tr>
<tr class="separator:a5aa4e2c389c4b833937fcad66efe2b6a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaf45f93921022437fdcb500585768a5e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaf45f93921022437fdcb500585768a5e"></a>
 </td><td class="memItemRight" valign="bottom"><b>blocked_range2d</b> (RowValue row_begin, RowValue row_end, ColValue col_begin, ColValue col_end)</td></tr>
<tr class="separator:aaf45f93921022437fdcb500585768a5e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5805972c8c41b2681d286f9c9771cf52"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5805972c8c41b2681d286f9c9771cf52"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00025.html#a5805972c8c41b2681d286f9c9771cf52">empty</a> () const </td></tr>
<tr class="memdesc:a5805972c8c41b2681d286f9c9771cf52"><td class="mdescLeft"> </td><td class="mdescRight">True if range is empty. <br/></td></tr>
<tr class="separator:a5805972c8c41b2681d286f9c9771cf52"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac84c6cc2ff8b0974ffa719fed804f586"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac84c6cc2ff8b0974ffa719fed804f586"></a>
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00025.html#ac84c6cc2ff8b0974ffa719fed804f586">is_divisible</a> () const </td></tr>
<tr class="memdesc:ac84c6cc2ff8b0974ffa719fed804f586"><td class="mdescLeft"> </td><td class="mdescRight">True if range is divisible into two pieces. <br/></td></tr>
<tr class="separator:ac84c6cc2ff8b0974ffa719fed804f586"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af0e752d01b661b01c9a473473bea43fc"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af0e752d01b661b01c9a473473bea43fc"></a>
 </td><td class="memItemRight" valign="bottom"><b>blocked_range2d</b> (<a class="el" href="a00025.html">blocked_range2d</a> &r, split)</td></tr>
<tr class="separator:af0e752d01b661b01c9a473473bea43fc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9ebbf0fa580c0553ec2e3c5997b9799c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9ebbf0fa580c0553ec2e3c5997b9799c"></a>
 </td><td class="memItemRight" valign="bottom"><b>blocked_range2d</b> (<a class="el" href="a00025.html">blocked_range2d</a> &r, proportional_split &proportion)</td></tr>
<tr class="separator:a9ebbf0fa580c0553ec2e3c5997b9799c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a06ae436bae2c8be5a95212ea410791db"><td class="memTemplParams" colspan="2"><a class="anchor" id="a06ae436bae2c8be5a95212ea410791db"></a>
template<typename Split > </td></tr>
<tr class="memitem:a06ae436bae2c8be5a95212ea410791db"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>do_split</b> (<a class="el" href="a00025.html">blocked_range2d</a> &r, Split &split_obj)</td></tr>
<tr class="separator:a06ae436bae2c8be5a95212ea410791db"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4f7299e74c40df57dee2433c07ce65ae"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4f7299e74c40df57dee2433c07ce65ae"></a>
const <a class="el" href="a00025.html#ada609b296a9af0591cc34761b8538100">row_range_type</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="a00025.html#a4f7299e74c40df57dee2433c07ce65ae">rows</a> () const </td></tr>
<tr class="memdesc:a4f7299e74c40df57dee2433c07ce65ae"><td class="mdescLeft"> </td><td class="mdescRight">The rows of the iteration space. <br/></td></tr>
<tr class="separator:a4f7299e74c40df57dee2433c07ce65ae"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af3bccfaf90126b285491096f78ca9473"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af3bccfaf90126b285491096f78ca9473"></a>
const <a class="el" href="a00024.html">col_range_type</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="a00025.html#af3bccfaf90126b285491096f78ca9473">cols</a> () const </td></tr>
<tr class="memdesc:af3bccfaf90126b285491096f78ca9473"><td class="mdescLeft"> </td><td class="mdescRight">The columns of the iteration space. <br/></td></tr>
<tr class="separator:af3bccfaf90126b285491096f78ca9473"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:aa0519760654368000f7ebc87d9bfe898"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa0519760654368000f7ebc87d9bfe898"></a>
static const bool </td><td class="memItemRight" valign="bottom"><a class="el" href="a00025.html#aa0519760654368000f7ebc87d9bfe898">is_splittable_in_proportion</a> = true</td></tr>
<tr class="memdesc:aa0519760654368000f7ebc87d9bfe898"><td class="mdescLeft"> </td><td class="mdescRight">Static field to support proportional split. <br/></td></tr>
<tr class="separator:aa0519760654368000f7ebc87d9bfe898"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<typename RowValue, typename ColValue = RowValue><br/>
class tbb::blocked_range2d< RowValue, ColValue ></h3>
<p>A 2-dimensional range that models the Range concept. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>blocked_range2d.h</li>
</ul>
</div><!-- contents -->
<hr>
<p></p>
Copyright © 2005-2015 Intel Corporation. All Rights Reserved.
<p></p>
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
|
web/piwigo/language/ja_JP/help/search.html | ale252/theatre | <h2>検索</h2>
<p>このページでは、あなたはギャラリー全体から写真を検索することができます。</p>
<dl>
<dt>言葉で探す</dt>
<dd>入力された言葉を使用して、ギャラリーで表示される写真に関連した属性すべてを検索します。
部分的な合致には、* をワイルドカードとして使用してください。</dd>
<dt>作者で探すdt>
<dd>部分的な合致には、* をワイルドカードとして使用してください。</dd>
<dt>日付で探す</dt>
<dd>あなたの検索に関して、日付および終了日を選択してください。あなたが「以前」を検索したい場合、
日付を空白のままにしてください。年は最後のフィールドに次のようなフォーマットで入力してください : 0000 (例 2009)</dd>
<dt>アルバムを探す</dt>
<dd>あなたが探したいアルバムを選択してください。親アルバムを選択した後、
「サブアルバムを探す」オプションを選択した場合、すべてのサブアルバムも検索されます。</dd>
</dl> |
bundle.apache.derby/db-derby-10.8.3.0-bin/docs/html/pt_BR/ref/refconrefs.html | acshea/edgware | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="pt-br" xml:lang="pt-br">
<!--
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.
-->
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta name="copyright" content="(C) Copyright 2005" />
<meta name="DC.rights.owner" content="(C) Copyright 2005" />
<meta content="public" name="security" />
<meta content="index,follow" name="Robots" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta content="concept" name="DC.Type" />
<meta name="DC.Title" content="Entidades específicas do produto" />
<meta content="XHTML" name="DC.Format" />
<meta content="prod" name="DC.Identifier" />
<meta content="pt-br" name="DC.Language" />
<link href="commonltr.css" type="text/css" rel="stylesheet" />
<title>Entidades específicas do produto</title>
</head>
<body>
<div class="nested0" id="prod"><a name="prod"><!-- --></a>
<h1 class="topictitle1">Entidades específicas do produto</h1>
<div>
<p>Convenção para nomes: <kbd class="userinput"><var class="varname">abb</var></kbd> (abreviatura
do produto) seguida por <kbd class="userinput">l</kbd> (versão longa) ou <kbd class="userinput">s</kbd> (versão
curta), seguida por <kbd class="userinput">t</kbd> se a referência for pré-marcada
por marca registrada.</p>
<p><span id="prod__productshortname"><a name="prod__productshortname"><!-- --></a>Derby</span></p>
<p><span id="prod__productlongname"><a name="prod__productlongname"><!-- --></a>Apache Derby</span></p>
<p><span id="prod__productinstallname"><a name="prod__productinstallname"><!-- --></a>Derby_10</span></p>
<p><span id="prod__productinstallpath"><a name="prod__productinstallpath"><!-- --></a>DERBY_HOME</span></p>
<p><span id="prod__productlowercase"><a name="prod__productlowercase"><!-- --></a>derby</span></p>
</div>
</div>
<div class="nested0" xml:lang="pt-br" id="vers"><a name="vers"><!-- --></a>
<h1 class="topictitle1">Número de versão e release</h1>
<div>
<p><span id="vers__fullversionnumber"><a name="vers__fullversionnumber"><!-- --></a>Version 10.2</span></p>
</div>
</div>
<div class="nested0" xml:lang="pt-br" id="pub"><a name="pub"><!-- --></a>
<h1 class="topictitle1">Publicações</h1>
<div>
<p>Convenção para nomes: <kbd class="userinput">cit<var class="varname">ABB</var></kbd>,
onde <kbd class="userinput">cit</kbd> é o indicador que o <em>conref</em> é para o
título da publicação e <var class="varname">ABB</var> é a abreviatura da publicação
(digamos, 2-6 caracteres).</p>
<p>Não é possível utilizar a marca <em>cite</em> "correta" do DITA porque o
empacotador de IDD não pode tratá-la.</p>
<p><span id="pub__citdevelop"><a name="pub__citdevelop"><!-- --></a><em>Guia do Desenvolvedor do Derby</em></span></p>
<p><span id="pub__citadmin"><a name="pub__citadmin"><!-- --></a><em>Guia do Servidor e Administração do Derby</em></span></p>
<p><span id="pub__citref"><a name="pub__citref"><!-- --></a><em>Manual de Referência do Derby</em></span></p>
<p><span id="pub__citutilities"><a name="pub__citutilities"><!-- --></a><em>Guia das Ferramentas e Utilitários do Derby</em></span></p>
<p><span id="pub__citgetstart"><a name="pub__citgetstart"><!-- --></a><em>Introdução ao Derby</em></span></p>
<p><span id="pub__cittuning"><a name="pub__cittuning"><!-- --></a><em>Ajuste do Derby</em></span></p>
</div>
</div>
</body>
</html>
|
toolchain/share/doc/gcc-linaro-arm-linux-gnueabihf/html/gcc/HPPA-Options.html | vic3t3chn0/Samsung_Wave_Kernel_SD_NAND | <html lang="en">
<head>
<title>HPPA Options - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Submodel-Options.html#Submodel-Options" title="Submodel Options">
<link rel="prev" href="H8_002f300-Options.html#H8_002f300-Options" title="H8/300 Options">
<link rel="next" href="i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options" title="i386 and x86-64 Options">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="HPPA-Options"></a>
<p>
Next: <a rel="next" accesskey="n" href="i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options">i386 and x86-64 Options</a>,
Previous: <a rel="previous" accesskey="p" href="H8_002f300-Options.html#H8_002f300-Options">H8/300 Options</a>,
Up: <a rel="up" accesskey="u" href="Submodel-Options.html#Submodel-Options">Submodel Options</a>
<hr>
</div>
<h4 class="subsection">3.17.16 HPPA Options</h4>
<p><a name="index-HPPA-Options-1383"></a>
These ‘<samp><span class="samp">-m</span></samp>’ options are defined for the HPPA family of computers:
<dl>
<dt><code>-march=</code><var>architecture-type</var><dd><a name="index-march-1384"></a>Generate code for the specified architecture. The choices for
<var>architecture-type</var> are ‘<samp><span class="samp">1.0</span></samp>’ for PA 1.0, ‘<samp><span class="samp">1.1</span></samp>’ for PA
1.1, and ‘<samp><span class="samp">2.0</span></samp>’ for PA 2.0 processors. Refer to
<samp><span class="file">/usr/lib/sched.models</span></samp> on an HP-UX system to determine the proper
architecture option for your machine. Code compiled for lower numbered
architectures will run on higher numbered architectures, but not the
other way around.
<br><dt><code>-mpa-risc-1-0</code><dt><code>-mpa-risc-1-1</code><dt><code>-mpa-risc-2-0</code><dd><a name="index-mpa_002drisc_002d1_002d0-1385"></a><a name="index-mpa_002drisc_002d1_002d1-1386"></a><a name="index-mpa_002drisc_002d2_002d0-1387"></a>Synonyms for <samp><span class="option">-march=1.0</span></samp>, <samp><span class="option">-march=1.1</span></samp>, and <samp><span class="option">-march=2.0</span></samp> respectively.
<br><dt><code>-mbig-switch</code><dd><a name="index-mbig_002dswitch-1388"></a>Generate code suitable for big switch tables. Use this option only if
the assembler/linker complain about out of range branches within a switch
table.
<br><dt><code>-mjump-in-delay</code><dd><a name="index-mjump_002din_002ddelay-1389"></a>Fill delay slots of function calls with unconditional jump instructions
by modifying the return pointer for the function call to be the target
of the conditional jump.
<br><dt><code>-mdisable-fpregs</code><dd><a name="index-mdisable_002dfpregs-1390"></a>Prevent floating-point registers from being used in any manner. This is
necessary for compiling kernels that perform lazy context switching of
floating-point registers. If you use this option and attempt to perform
floating-point operations, the compiler aborts.
<br><dt><code>-mdisable-indexing</code><dd><a name="index-mdisable_002dindexing-1391"></a>Prevent the compiler from using indexing address modes. This avoids some
rather obscure problems when compiling MIG generated code under MACH.
<br><dt><code>-mno-space-regs</code><dd><a name="index-mno_002dspace_002dregs-1392"></a>Generate code that assumes the target has no space registers. This allows
GCC to generate faster indirect calls and use unscaled index address modes.
<p>Such code is suitable for level 0 PA systems and kernels.
<br><dt><code>-mfast-indirect-calls</code><dd><a name="index-mfast_002dindirect_002dcalls-1393"></a>Generate code that assumes calls never cross space boundaries. This
allows GCC to emit code that performs faster indirect calls.
<p>This option will not work in the presence of shared libraries or nested
functions.
<br><dt><code>-mfixed-range=</code><var>register-range</var><dd><a name="index-mfixed_002drange-1394"></a>Generate code treating the given register range as fixed registers.
A fixed register is one that the register allocator can not use. This is
useful when compiling kernel code. A register range is specified as
two registers separated by a dash. Multiple register ranges can be
specified separated by a comma.
<br><dt><code>-mlong-load-store</code><dd><a name="index-mlong_002dload_002dstore-1395"></a>Generate 3-instruction load and store sequences as sometimes required by
the HP-UX 10 linker. This is equivalent to the ‘<samp><span class="samp">+k</span></samp>’ option to
the HP compilers.
<br><dt><code>-mportable-runtime</code><dd><a name="index-mportable_002druntime-1396"></a>Use the portable calling conventions proposed by HP for ELF systems.
<br><dt><code>-mgas</code><dd><a name="index-mgas-1397"></a>Enable the use of assembler directives only GAS understands.
<br><dt><code>-mschedule=</code><var>cpu-type</var><dd><a name="index-mschedule-1398"></a>Schedule code according to the constraints for the machine type
<var>cpu-type</var>. The choices for <var>cpu-type</var> are ‘<samp><span class="samp">700</span></samp>’
‘<samp><span class="samp">7100</span></samp>’, ‘<samp><span class="samp">7100LC</span></samp>’, ‘<samp><span class="samp">7200</span></samp>’, ‘<samp><span class="samp">7300</span></samp>’ and ‘<samp><span class="samp">8000</span></samp>’. Refer
to <samp><span class="file">/usr/lib/sched.models</span></samp> on an HP-UX system to determine the
proper scheduling option for your machine. The default scheduling is
‘<samp><span class="samp">8000</span></samp>’.
<br><dt><code>-mlinker-opt</code><dd><a name="index-mlinker_002dopt-1399"></a>Enable the optimization pass in the HP-UX linker. Note this makes symbolic
debugging impossible. It also triggers a bug in the HP-UX 8 and HP-UX 9
linkers in which they give bogus error messages when linking some programs.
<br><dt><code>-msoft-float</code><dd><a name="index-msoft_002dfloat-1400"></a>Generate output containing library calls for floating point.
<strong>Warning:</strong> the requisite libraries are not available for all HPPA
targets. Normally the facilities of the machine's usual C compiler are
used, but this cannot be done directly in cross-compilation. You must make
your own arrangements to provide suitable library functions for
cross-compilation.
<p><samp><span class="option">-msoft-float</span></samp> changes the calling convention in the output file;
therefore, it is only useful if you compile <em>all</em> of a program with
this option. In particular, you need to compile <samp><span class="file">libgcc.a</span></samp>, the
library that comes with GCC, with <samp><span class="option">-msoft-float</span></samp> in order for
this to work.
<br><dt><code>-msio</code><dd><a name="index-msio-1401"></a>Generate the predefine, <code>_SIO</code>, for server IO. The default is
<samp><span class="option">-mwsio</span></samp>. This generates the predefines, <code>__hp9000s700</code>,
<code>__hp9000s700__</code> and <code>_WSIO</code>, for workstation IO. These
options are available under HP-UX and HI-UX.
<br><dt><code>-mgnu-ld</code><dd><a name="index-mgnu_002dld-1402"></a>Use GNU ld specific options. This passes <samp><span class="option">-shared</span></samp> to ld when
building a shared library. It is the default when GCC is configured,
explicitly or implicitly, with the GNU linker. This option does not
have any affect on which ld is called, it only changes what parameters
are passed to that ld. The ld that is called is determined by the
<samp><span class="option">--with-ld</span></samp> configure option, GCC's program search path, and
finally by the user's <samp><span class="env">PATH</span></samp>. The linker used by GCC can be printed
using ‘<samp><span class="samp">which `gcc -print-prog-name=ld`</span></samp>’. This option is only available
on the 64-bit HP-UX GCC, i.e. configured with ‘<samp><span class="samp">hppa*64*-*-hpux*</span></samp>’.
<br><dt><code>-mhp-ld</code><dd><a name="index-mhp_002dld-1403"></a>Use HP ld specific options. This passes <samp><span class="option">-b</span></samp> to ld when building
a shared library and passes <samp><span class="option">+Accept TypeMismatch</span></samp> to ld on all
links. It is the default when GCC is configured, explicitly or
implicitly, with the HP linker. This option does not have any affect on
which ld is called, it only changes what parameters are passed to that
ld. The ld that is called is determined by the <samp><span class="option">--with-ld</span></samp>
configure option, GCC's program search path, and finally by the user's
<samp><span class="env">PATH</span></samp>. The linker used by GCC can be printed using ‘<samp><span class="samp">which
`gcc -print-prog-name=ld`</span></samp>’. This option is only available on the 64-bit
HP-UX GCC, i.e. configured with ‘<samp><span class="samp">hppa*64*-*-hpux*</span></samp>’.
<br><dt><code>-mlong-calls</code><dd><a name="index-mno_002dlong_002dcalls-1404"></a>Generate code that uses long call sequences. This ensures that a call
is always able to reach linker generated stubs. The default is to generate
long calls only when the distance from the call site to the beginning
of the function or translation unit, as the case may be, exceeds a
predefined limit set by the branch type being used. The limits for
normal calls are 7,600,000 and 240,000 bytes, respectively for the
PA 2.0 and PA 1.X architectures. Sibcalls are always limited at
240,000 bytes.
<p>Distances are measured from the beginning of functions when using the
<samp><span class="option">-ffunction-sections</span></samp> option, or when using the <samp><span class="option">-mgas</span></samp>
and <samp><span class="option">-mno-portable-runtime</span></samp> options together under HP-UX with
the SOM linker.
<p>It is normally not desirable to use this option as it will degrade
performance. However, it may be useful in large applications,
particularly when partial linking is used to build the application.
<p>The types of long calls used depends on the capabilities of the
assembler and linker, and the type of code being generated. The
impact on systems that support long absolute calls, and long pic
symbol-difference or pc-relative calls should be relatively small.
However, an indirect call is used on 32-bit ELF systems in pic code
and it is quite long.
<br><dt><code>-munix=</code><var>unix-std</var><dd><a name="index-march-1405"></a>Generate compiler predefines and select a startfile for the specified
UNIX standard. The choices for <var>unix-std</var> are ‘<samp><span class="samp">93</span></samp>’, ‘<samp><span class="samp">95</span></samp>’
and ‘<samp><span class="samp">98</span></samp>’. ‘<samp><span class="samp">93</span></samp>’ is supported on all HP-UX versions. ‘<samp><span class="samp">95</span></samp>’
is available on HP-UX 10.10 and later. ‘<samp><span class="samp">98</span></samp>’ is available on HP-UX
11.11 and later. The default values are ‘<samp><span class="samp">93</span></samp>’ for HP-UX 10.00,
‘<samp><span class="samp">95</span></samp>’ for HP-UX 10.10 though to 11.00, and ‘<samp><span class="samp">98</span></samp>’ for HP-UX 11.11
and later.
<p><samp><span class="option">-munix=93</span></samp> provides the same predefines as GCC 3.3 and 3.4.
<samp><span class="option">-munix=95</span></samp> provides additional predefines for <code>XOPEN_UNIX</code>
and <code>_XOPEN_SOURCE_EXTENDED</code>, and the startfile <samp><span class="file">unix95.o</span></samp>.
<samp><span class="option">-munix=98</span></samp> provides additional predefines for <code>_XOPEN_UNIX</code>,
<code>_XOPEN_SOURCE_EXTENDED</code>, <code>_INCLUDE__STDC_A1_SOURCE</code> and
<code>_INCLUDE_XOPEN_SOURCE_500</code>, and the startfile <samp><span class="file">unix98.o</span></samp>.
<p>It is <em>important</em> to note that this option changes the interfaces
for various library routines. It also affects the operational behavior
of the C library. Thus, <em>extreme</em> care is needed in using this
option.
<p>Library code that is intended to operate with more than one UNIX
standard must test, set and restore the variable <var>__xpg4_extended_mask</var>
as appropriate. Most GNU software doesn't provide this capability.
<br><dt><code>-nolibdld</code><dd><a name="index-nolibdld-1406"></a>Suppress the generation of link options to search libdld.sl when the
<samp><span class="option">-static</span></samp> option is specified on HP-UX 10 and later.
<br><dt><code>-static</code><dd><a name="index-static-1407"></a>The HP-UX implementation of setlocale in libc has a dependency on
libdld.sl. There isn't an archive version of libdld.sl. Thus,
when the <samp><span class="option">-static</span></samp> option is specified, special link options
are needed to resolve this dependency.
<p>On HP-UX 10 and later, the GCC driver adds the necessary options to
link with libdld.sl when the <samp><span class="option">-static</span></samp> option is specified.
This causes the resulting binary to be dynamic. On the 64-bit port,
the linkers generate dynamic binaries by default in any case. The
<samp><span class="option">-nolibdld</span></samp> option can be used to prevent the GCC driver from
adding these link options.
<br><dt><code>-threads</code><dd><a name="index-threads-1408"></a>Add support for multithreading with the <dfn>dce thread</dfn> library
under HP-UX. This option sets flags for both the preprocessor and
linker.
</dl>
</body></html>
|
libs/math/doc/html/math_toolkit/next_float/float_next.html | rprata/boost | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Finding the Next Greater Representable Value (float_next)</title>
<link rel="stylesheet" href="../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../../index.html" title="Math Toolkit 2.2.0">
<link rel="up" href="../next_float.html" title="Floating-Point Representation Distance (ULP), and Finding Adjacent Floating-Point Values">
<link rel="prev" href="nextafter.html" title="Finding the Next Representable Value in a Specific Direction (nextafter)">
<link rel="next" href="float_prior.html" title="Finding the Next Smaller Representable Value (float_prior)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="nextafter.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float_prior.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="math_toolkit.next_float.float_next"></a><a class="link" href="float_next.html" title="Finding the Next Greater Representable Value (float_next)">Finding the Next
Greater Representable Value (float_next)</a>
</h3></div></div></div>
<h5>
<a name="math_toolkit.next_float.float_next.h0"></a>
<span class="phrase"><a name="math_toolkit.next_float.float_next.synopsis"></a></span><a class="link" href="float_next.html#math_toolkit.next_float.float_next.synopsis">Synopsis</a>
</h5>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">special_functions</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">FPT</span><span class="special">></span>
<span class="identifier">FPT</span> <span class="identifier">float_next</span><span class="special">(</span><span class="identifier">FPT</span> <span class="identifier">val</span><span class="special">);</span>
<span class="special">}}</span> <span class="comment">// namespaces</span>
</pre>
<h5>
<a name="math_toolkit.next_float.float_next.h1"></a>
<span class="phrase"><a name="math_toolkit.next_float.float_next.description_float_next"></a></span><a class="link" href="float_next.html#math_toolkit.next_float.float_next.description_float_next">Description
- float_next</a>
</h5>
<p>
Returns the next representable value which is greater than <span class="emphasis"><em>x</em></span>.
If <span class="emphasis"><em>x</em></span> is non-finite then returns the result of a <a class="link" href="../error_handling.html#math_toolkit.error_handling.domain_error">domain_error</a>. If
there is no such value greater than <span class="emphasis"><em>x</em></span> then returns an
<a class="link" href="../error_handling.html#math_toolkit.error_handling.overflow_error">overflow_error</a>.
</p>
<p>
Has the same effect as
</p>
<pre class="programlisting"><span class="identifier">nextafter</span><span class="special">(</span><span class="identifier">val</span><span class="special">,</span> <span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special"><</span><span class="identifier">FPT</span><span class="special">>::</span><span class="identifier">max</span><span class="special">)());</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2006-2010, 2012-2014 Nikhar Agrawal,
Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
Holin, Bruno Lalande, John Maddock, Johan Råde, Gautam Sewani, Benjamin Sobotta,
Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="nextafter.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../next_float.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="float_prior.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
wholly-demo/wholly-demo-web/src/main/webapp/res/component/easyui/themes/default/window.css | teabo/wholly-framework | .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 .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;
*zoom: 1;
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 {
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);
}
.window,
.window .window-body {
border-color: #95B8E7;
}
.window {
background-color: #E0ECFF;
background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
}
.window-proxy {
border: 1px dashed #95B8E7;
}
.window-proxy-mask,
.window-mask {
background: #ccc;
}
|
android-2.3.4_r1/tags/1.32/frameworks/base/docs/html/sdk/api_diff/4/changes/pkg_android.view.animation.html | mateor/pdroid | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
android.view.animation
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
<noscript>
<style type="text/css">
body{overflow:auto;}
#body-content{position:relative; top:0;}
#doc-content{overflow:visible;border-left:3px solid #666;}
#side-nav{padding:0;}
#side-nav .toggle-list ul {display:block;}
#resize-packages-nav{border-bottom:3px solid #666;}
</style>
</noscript>
<style type="text/css">
</style>
</HEAD>
<BODY>
<!-- Start of nav bar -->
<a name="top"></a>
<div id="header" style="margin-bottom:0;padding-bottom:0;">
<div id="headerLeft">
<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
</div>
<div id="headerRight">
<div id="headerLinks">
<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
<span class="text">
<!-- <a href="#">English</a> | -->
<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
</span>
</div>
<div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
<table class="diffspectable">
<tr>
<td colspan="2" class="diffspechead">API Diff Specification</td>
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
<td class="diffvaluenew" style="padding-top:.25em">4</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
<td class="diffvalueold">3</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
<td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
<div class="and-diff-id" style="margin-right:8px;">
<table class="diffspectable">
<tr>
<td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
</tr>
</table>
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
Package <A HREF="../../../../reference/android/view/animation/package-summary.html" target="_top"><font size="+1"><code>android.view.animation</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
<TABLE summary="Added Classes" WIDTH="100%">
<TR>
<TH VALIGN="TOP" COLSPAN=2>Added Classes</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AnticipateInterpolator"></A>
<nobr><A HREF="../../../../reference/android/view/animation/AnticipateInterpolator.html" target="_top"><code>AnticipateInterpolator</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AnticipateOvershootInterpolator"></A>
<nobr><A HREF="../../../../reference/android/view/animation/AnticipateOvershootInterpolator.html" target="_top"><code>AnticipateOvershootInterpolator</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="BounceInterpolator"></A>
<nobr><A HREF="../../../../reference/android/view/animation/BounceInterpolator.html" target="_top"><code>BounceInterpolator</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="OvershootInterpolator"></A>
<nobr><A HREF="../../../../reference/android/view/animation/OvershootInterpolator.html" target="_top"><code>OvershootInterpolator</code></A></nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
</div>
<div id="footer">
<div id="copyright">
Except as noted, this content is licensed under
<a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
For details and restrictions, see the <a href="/license.html">Content License</a>.
</div>
<div id="footerlinks">
<p>
<a href="http://www.android.com/terms.html">Site Terms of Service</a> -
<a href="http://www.android.com/privacy.html">Privacy Policy</a> -
<a href="http://www.android.com/branding.html">Brand Guidelines</a>
</p>
</div>
</div> <!-- end footer -->
</div><!-- end doc-content -->
</div> <!-- end body-content -->
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5831155-1");
pageTracker._setAllowAnchor(true);
pageTracker._initData();
pageTracker._trackPageview();
} catch(e) {}
</script>
</BODY>
</HTML>
|
buildtools/gcc-arm-none-eabi-5_4-2016q2-osx/share/doc/gcc-arm-none-eabi/html/gcc/Compatibility.html | FabianKnapp/nexmon | <html lang="en">
<head>
<title>Compatibility - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="prev" href="Objective_002dC.html#Objective_002dC" title="Objective-C">
<link rel="next" href="Gcov.html#Gcov" title="Gcov">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Compatibility"></a>
Next: <a rel="next" accesskey="n" href="Gcov.html#Gcov">Gcov</a>,
Previous: <a rel="previous" accesskey="p" href="Objective_002dC.html#Objective_002dC">Objective-C</a>,
Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr>
</div>
<h2 class="chapter">9 Binary Compatibility</h2>
<p><a name="index-binary-compatibility-4235"></a><a name="index-ABI-4236"></a><a name="index-application-binary-interface-4237"></a>
Binary compatibility encompasses several related concepts:
<dl>
<dt><dfn>application binary interface (ABI)</dfn><dd>The set of runtime conventions followed by all of the tools that deal
with binary representations of a program, including compilers, assemblers,
linkers, and language runtime support.
Some ABIs are formal with a written specification, possibly designed
by multiple interested parties. Others are simply the way things are
actually done by a particular set of tools.
<br><dt><dfn>ABI conformance</dfn><dd>A compiler conforms to an ABI if it generates code that follows all of
the specifications enumerated by that ABI.
A library conforms to an ABI if it is implemented according to that ABI.
An application conforms to an ABI if it is built using tools that conform
to that ABI and does not contain source code that specifically changes
behavior specified by the ABI.
<br><dt><dfn>calling conventions</dfn><dd>Calling conventions are a subset of an ABI that specify of how arguments
are passed and function results are returned.
<br><dt><dfn>interoperability</dfn><dd>Different sets of tools are interoperable if they generate files that
can be used in the same program. The set of tools includes compilers,
assemblers, linkers, libraries, header files, startup files, and debuggers.
Binaries produced by different sets of tools are not interoperable unless
they implement the same ABI. This applies to different versions of the
same tools as well as tools from different vendors.
<br><dt><dfn>intercallability</dfn><dd>Whether a function in a binary built by one set of tools can call a
function in a binary built by a different set of tools is a subset
of interoperability.
<br><dt><dfn>implementation-defined features</dfn><dd>Language standards include lists of implementation-defined features whose
behavior can vary from one implementation to another. Some of these
features are normally covered by a platform's ABI and others are not.
The features that are not covered by an ABI generally affect how a
program behaves, but not intercallability.
<br><dt><dfn>compatibility</dfn><dd>Conformance to the same ABI and the same behavior of implementation-defined
features are both relevant for compatibility.
</dl>
<p>The application binary interface implemented by a C or C++ compiler
affects code generation and runtime support for:
<ul>
<li>size and alignment of data types
<li>layout of structured types
<li>calling conventions
<li>register usage conventions
<li>interfaces for runtime arithmetic support
<li>object file formats
</ul>
<p>In addition, the application binary interface implemented by a C++ compiler
affects code generation and runtime support for:
<ul>
<li>name mangling
<li>exception handling
<li>invoking constructors and destructors
<li>layout, alignment, and padding of classes
<li>layout and alignment of virtual tables
</ul>
<p>Some GCC compilation options cause the compiler to generate code that
does not conform to the platform's default ABI. Other options cause
different program behavior for implementation-defined features that are
not covered by an ABI. These options are provided for consistency with
other compilers that do not follow the platform's default ABI or the
usual behavior of implementation-defined features for the platform.
Be very careful about using such options.
<p>Most platforms have a well-defined ABI that covers C code, but ABIs
that cover C++ functionality are not yet common.
<p>Starting with GCC 3.2, GCC binary conventions for C++ are based on a
written, vendor-neutral C++ ABI that was designed to be specific to
64-bit Itanium but also includes generic specifications that apply to
any platform.
This C++ ABI is also implemented by other compiler vendors on some
platforms, notably GNU/Linux and BSD systems.
We have tried hard to provide a stable ABI that will be compatible with
future GCC releases, but it is possible that we will encounter problems
that make this difficult. Such problems could include different
interpretations of the C++ ABI by different vendors, bugs in the ABI, or
bugs in the implementation of the ABI in different compilers.
GCC's <samp><span class="option">-Wabi</span></samp> switch warns when G++ generates code that is
probably not compatible with the C++ ABI.
<p>The C++ library used with a C++ compiler includes the Standard C++
Library, with functionality defined in the C++ Standard, plus language
runtime support. The runtime support is included in a C++ ABI, but there
is no formal ABI for the Standard C++ Library. Two implementations
of that library are interoperable if one follows the de-facto ABI of the
other and if they are both built with the same compiler, or with compilers
that conform to the same ABI for C++ compiler and runtime support.
<p>When G++ and another C++ compiler conform to the same C++ ABI, but the
implementations of the Standard C++ Library that they normally use do not
follow the same ABI for the Standard C++ Library, object files built with
those compilers can be used in the same program only if they use the same
C++ library. This requires specifying the location of the C++ library
header files when invoking the compiler whose usual library is not being
used. The location of GCC's C++ header files depends on how the GCC
build was configured, but can be seen by using the G++ <samp><span class="option">-v</span></samp> option.
With default configuration options for G++ 3.3 the compile line for a
different C++ compiler needs to include
<pre class="smallexample"> -I<var>gcc_install_directory</var>/include/c++/3.3
</pre>
<p>Similarly, compiling code with G++ that must use a C++ library other
than the GNU C++ library requires specifying the location of the header
files for that other library.
<p>The most straightforward way to link a program to use a particular
C++ library is to use a C++ driver that specifies that C++ library by
default. The <samp><span class="command">g++</span></samp> driver, for example, tells the linker where
to find GCC's C++ library (<samp><span class="file">libstdc++</span></samp>) plus the other libraries
and startup files it needs, in the proper order.
<p>If a program must use a different C++ library and it's not possible
to do the final link using a C++ driver that uses that library by default,
it is necessary to tell <samp><span class="command">g++</span></samp> the location and name of that
library. It might also be necessary to specify different startup files
and other runtime support libraries, and to suppress the use of GCC's
support libraries with one or more of the options <samp><span class="option">-nostdlib</span></samp>,
<samp><span class="option">-nostartfiles</span></samp>, and <samp><span class="option">-nodefaultlibs</span></samp>.
<!-- Copyright (C) 1996-2015 Free Software Foundation, Inc. -->
<!-- This is part of the GCC manual. -->
<!-- For copying conditions, see the file gcc.texi. -->
</body></html>
|
chrome/skins/common/calendar-calendars-list.css | Trim/exchangecalendar | calendar-list-tree > tree > treechildren::-moz-tree-image(exchange-status-treecol, exchangeCommError) {
list-style-image: url(chrome://exchangecalendar-common/skin/images/plug-disconnect-prohibition.png);
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
calendar-list-tree > tree > treechildren::-moz-tree-image(exchange-status-treecol, exchangeCommOk) {
list-style-image: url(chrome://exchangecalendar-common/skin/images/plug-connect.png);
-moz-image-region: rect(0px, 16px, 16px, 0px);
}
calendar-list-tree[type="exchange"] {
-moz-binding: url(chrome://exchangecalendar/content/calendar-list-tree.xml#exchange-calendar-list-tree);
}
|
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/libc/labs.html | FabianKnapp/nexmon | <html lang="en">
<head>
<title>labs - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Stdlib.html#Stdlib" title="Stdlib">
<link rel="prev" href="itoa.html#itoa" title="itoa">
<link rel="next" href="ldiv.html#ldiv" title="ldiv">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="labs"></a>
Next: <a rel="next" accesskey="n" href="ldiv.html#ldiv">ldiv</a>,
Previous: <a rel="previous" accesskey="p" href="itoa.html#itoa">itoa</a>,
Up: <a rel="up" accesskey="u" href="Stdlib.html#Stdlib">Stdlib</a>
<hr>
</div>
<h3 class="section">2.20 <code>labs</code>—long integer absolute value</h3>
<p><a name="index-labs-34"></a><strong>Synopsis</strong>
<pre class="example"> #include <stdlib.h>
long labs(long <var>i</var>);
</pre>
<p><strong>Description</strong><br>
<code>labs</code> returns
the absolute value of <var>i</var> (also called the magnitude
of <var>i</var>). That is, if <var>i</var> is negative, the result is the opposite
of <var>i</var>, but if <var>i</var> is nonnegative the result is <var>i</var>.
<p>The similar function <code>abs</code> uses and returns <code>int</code> rather than
<code>long</code> values.
<pre class="sp">
</pre>
<strong>Returns</strong><br>
The result is a nonnegative long integer.
<pre class="sp">
</pre>
<strong>Portability</strong><br>
<code>labs</code> is ANSI.
<p>No supporting OS subroutine calls are required.
<pre class="sp">
</pre>
</body></html>
|
newfies/survey/templates/survey/survey_change_header.html | nishad89/newfies-dialer | {% load i18n dajaxice_templatetags %}
{% dajaxice_js_import %}
<script src="{{ STATIC_URL }}newfies/js/jquery.dajax.core.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}newfies/js/jquery.ba-serializeobject.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}newfies/js/survey_change_header.js" type="text/javascript"></script>
|
LayoutTests/fast/css/variables/border-width-expected.html | youfoh/webkit-efl | <style>
div {
border-color: green;
border-style: solid;
border-width: 3px 10px;
}
</style>
<div>This text should have top and bottom borders of 3px and left and right borders of 10px</div>
|
docs/javadocs/index-files/index-11.html | jiangangch/jredis | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_16) on Sun Apr 12 19:39:56 EDT 2009 -->
<TITLE>
K-Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../javadoc-stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="K-Index";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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="index-10.html"><B>PREV LETTER</B></A>
<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-11.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 ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">_</A> <HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="../org/jredis/examples/HelloAgain.html#key"><B>key</B></A> -
Static variable in class org.jredis.examples.<A HREF="../org/jredis/examples/HelloAgain.html" title="class in org.jredis.examples">HelloAgain</A>
<DD>
<DT><A HREF="../org/jredis/ri/alphazero/RedisClientTest.html#key"><B>key</B></A> -
Variable in class org.jredis.ri.alphazero.<A HREF="../org/jredis/ri/alphazero/RedisClientTest.html" title="class in org.jredis.ri.alphazero">RedisClientTest</A>
<DD>
<DT><A HREF="../org/jredis/SortSupport.html#key"><B>key</B></A> -
Variable in class org.jredis.<A HREF="../org/jredis/SortSupport.html" title="class in org.jredis">SortSupport</A>
<DD>
<DT><A HREF="../org/jredis/ri/alphazero/JRedisSupport.html#keyByteCache"><B>keyByteCache</B></A> -
Static variable in class org.jredis.ri.alphazero.<A HREF="../org/jredis/ri/alphazero/JRedisSupport.html" title="class in org.jredis.ri.alphazero">JRedisSupport</A>
<DD>
<DT><A HREF="../org/jredis/SortSupport.html#keyBytes"><B>keyBytes</B></A> -
Variable in class org.jredis.<A HREF="../org/jredis/SortSupport.html" title="class in org.jredis">SortSupport</A>
<DD>
<DT><A HREF="../org/jredis/JRedis.html#keys()"><B>keys()</B></A> -
Method in interface org.jredis.<A HREF="../org/jredis/JRedis.html" title="interface in org.jredis">JRedis</A>
<DD>
<DT><A HREF="../org/jredis/JRedis.html#keys(java.lang.String)"><B>keys(String)</B></A> -
Method in interface org.jredis.<A HREF="../org/jredis/JRedis.html" title="interface in org.jredis">JRedis</A>
<DD>
<DT><A HREF="../org/jredis/ri/alphazero/JRedisSupport.html#keys()"><B>keys()</B></A> -
Method in class org.jredis.ri.alphazero.<A HREF="../org/jredis/ri/alphazero/JRedisSupport.html" title="class in org.jredis.ri.alphazero">JRedisSupport</A>
<DD>
<DT><A HREF="../org/jredis/ri/alphazero/JRedisSupport.html#keys(java.lang.String)"><B>keys(String)</B></A> -
Method in class org.jredis.ri.alphazero.<A HREF="../org/jredis/ri/alphazero/JRedisSupport.html" title="class in org.jredis.ri.alphazero">JRedisSupport</A>
<DD>
<DT><A HREF="../org/jredis/ri/alphazero/RedisClientTest.html#keys"><B>keys</B></A> -
Variable in class org.jredis.ri.alphazero.<A HREF="../org/jredis/ri/alphazero/RedisClientTest.html" title="class in org.jredis.ri.alphazero">RedisClientTest</A>
<DD>
</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="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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="index-10.html"><B>PREV LETTER</B></A>
<A HREF="index-12.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-11.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-11.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 ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">_</A> <HR>
</BODY>
</HTML>
|
lib/fop-1.0/javadocs/org/apache/fop/fo/flow/class-use/Footnote.html | lewismc/yax | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_11) on Mon Jul 12 21:36:24 CEST 2010 -->
<TITLE>
Uses of Class org.apache.fop.fo.flow.Footnote (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.apache.fop.fo.flow.Footnote (Apache FOP 1.0 API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow"><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>
fop 1.0</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="Footnote.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.fop.fo.flow.Footnote</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/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.fo"><B>org.apache.fop.fo</B></A></TD>
<TD>Classes, constants and basic infrastructure for the FO tree. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.layoutmgr.inline"><B>org.apache.fop.layoutmgr.inline</B></A></TD>
<TD>Layout managers for inline formatting objects and line building. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.render.mif"><B>org.apache.fop.render.mif</B></A></TD>
<TD>MIF Output Support </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.fop.render.rtf"><B>org.apache.fop.render.rtf</B></A></TD>
<TD>RTF (Rich Text Format) Output Support </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.fo"><!-- --></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/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> in <A HREF="../../../../../../org/apache/fop/fo/package-summary.html">org.apache.fop.fo</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../../org/apache/fop/fo/package-summary.html">org.apache.fop.fo</A> with parameters of type <A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A></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>FOEventHandler.</B><B><A HREF="../../../../../../org/apache/fop/fo/FOEventHandler.html#startFootnote(org.apache.fop.fo.flow.Footnote)">startFootnote</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> footnote)</CODE>
<BR>
Process the start of a footnote.</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>FOEventHandler.</B><B><A HREF="../../../../../../org/apache/fop/fo/FOEventHandler.html#endFootnote(org.apache.fop.fo.flow.Footnote)">endFootnote</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> footnote)</CODE>
<BR>
Process the ending of a footnote.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.layoutmgr.inline"><!-- --></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/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> in <A HREF="../../../../../../org/apache/fop/layoutmgr/inline/package-summary.html">org.apache.fop.layoutmgr.inline</A></FONT></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/apache/fop/layoutmgr/inline/package-summary.html">org.apache.fop.layoutmgr.inline</A> with parameters of type <A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.html#FootnoteLayoutManager(org.apache.fop.fo.flow.Footnote)">FootnoteLayoutManager</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> node)</CODE>
<BR>
Create a new footnote layout manager.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.render.mif"><!-- --></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/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> in <A HREF="../../../../../../org/apache/fop/render/mif/package-summary.html">org.apache.fop.render.mif</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../../org/apache/fop/render/mif/package-summary.html">org.apache.fop.render.mif</A> with parameters of type <A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A></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>MIFHandler.</B><B><A HREF="../../../../../../org/apache/fop/render/mif/MIFHandler.html#startFootnote(org.apache.fop.fo.flow.Footnote)">startFootnote</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> footnote)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>MIFHandler.</B><B><A HREF="../../../../../../org/apache/fop/render/mif/MIFHandler.html#endFootnote(org.apache.fop.fo.flow.Footnote)">endFootnote</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> footnote)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.fop.render.rtf"><!-- --></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/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> in <A HREF="../../../../../../org/apache/fop/render/rtf/package-summary.html">org.apache.fop.render.rtf</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../../org/apache/fop/render/rtf/package-summary.html">org.apache.fop.render.rtf</A> with parameters of type <A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A></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>RTFHandler.</B><B><A HREF="../../../../../../org/apache/fop/render/rtf/RTFHandler.html#startFootnote(org.apache.fop.fo.flow.Footnote)">startFootnote</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> footnote)</CODE>
<BR>
Process the start of a footnote.</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>RTFHandler.</B><B><A HREF="../../../../../../org/apache/fop/render/rtf/RTFHandler.html#endFootnote(org.apache.fop.fo.flow.Footnote)">endFootnote</A></B>(<A HREF="../../../../../../org/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow">Footnote</A> footnote)</CODE>
<BR>
Process the ending of a footnote.</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/apache/fop/fo/flow/Footnote.html" title="class in org.apache.fop.fo.flow"><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>
fop 1.0</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="Footnote.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 1999-2010 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
lib/fop-1.0/javadocs/org/apache/fop/render/svg/package-tree.html | lewismc/yax | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_11) on Mon Jul 12 21:36:56 CEST 2010 -->
<TITLE>
org.apache.fop.render.svg Class Hierarchy (Apache FOP 1.0 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="org.apache.fop.render.svg Class Hierarchy (Apache FOP 1.0 API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/fop/render/rtf/rtflib/tools/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../org/apache/fop/render/txt/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.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.fop.render.svg
</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">class java.lang.Object<UL>
<LI TYPE="circle">class org.apache.fop.render.intermediate.<A HREF="../../../../../org/apache/fop/render/intermediate/AbstractIFDocumentHandler.html" title="class in org.apache.fop.render.intermediate"><B>AbstractIFDocumentHandler</B></A> (implements org.apache.fop.render.intermediate.<A HREF="../../../../../org/apache/fop/render/intermediate/IFDocumentHandler.html" title="interface in org.apache.fop.render.intermediate">IFDocumentHandler</A>)
<UL>
<LI TYPE="circle">class org.apache.fop.render.intermediate.<A HREF="../../../../../org/apache/fop/render/intermediate/AbstractXMLWritingIFDocumentHandler.html" title="class in org.apache.fop.render.intermediate"><B>AbstractXMLWritingIFDocumentHandler</B></A><UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/AbstractSVGDocumentHandler.html" title="class in org.apache.fop.render.svg"><B>AbstractSVGDocumentHandler</B></A> (implements org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGConstants.html" title="interface in org.apache.fop.render.svg">SVGConstants</A>)
<UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGDocumentHandler.html" title="class in org.apache.fop.render.svg"><B>SVGDocumentHandler</B></A><LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGPrintDocumentHandler.html" title="class in org.apache.fop.render.svg"><B>SVGPrintDocumentHandler</B></A></UL>
</UL>
</UL>
<LI TYPE="circle">class org.apache.fop.render.intermediate.<A HREF="../../../../../org/apache/fop/render/intermediate/AbstractIFDocumentHandlerMaker.html" title="class in org.apache.fop.render.intermediate"><B>AbstractIFDocumentHandlerMaker</B></A><UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGDocumentHandlerMaker.html" title="class in org.apache.fop.render.svg"><B>SVGDocumentHandlerMaker</B></A><LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGPrintDocumentHandlerMaker.html" title="class in org.apache.fop.render.svg"><B>SVGPrintDocumentHandlerMaker</B></A></UL>
<LI TYPE="circle">class org.apache.fop.render.intermediate.<A HREF="../../../../../org/apache/fop/render/intermediate/AbstractIFPainter.html" title="class in org.apache.fop.render.intermediate"><B>AbstractIFPainter</B></A> (implements org.apache.fop.render.intermediate.<A HREF="../../../../../org/apache/fop/render/intermediate/IFPainter.html" title="interface in org.apache.fop.render.intermediate">IFPainter</A>)
<UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGPainter.html" title="class in org.apache.fop.render.svg"><B>SVGPainter</B></A> (implements org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGConstants.html" title="interface in org.apache.fop.render.svg">SVGConstants</A>)
</UL>
<LI TYPE="circle">class org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/AbstractRenderer.html" title="class in org.apache.fop.render"><B>AbstractRenderer</B></A> (implements org.apache.fop.fo.<A HREF="../../../../../org/apache/fop/fo/Constants.html" title="interface in org.apache.fop.fo">Constants</A>, org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/Renderer.html" title="interface in org.apache.fop.render">Renderer</A>)
<UL>
<LI TYPE="circle">class org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/PrintRenderer.html" title="class in org.apache.fop.render"><B>PrintRenderer</B></A><UL>
<LI TYPE="circle">class org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/AbstractPathOrientedRenderer.html" title="class in org.apache.fop.render"><B>AbstractPathOrientedRenderer</B></A><UL>
<LI TYPE="circle">class org.apache.fop.render.java2d.<A HREF="../../../../../org/apache/fop/render/java2d/Java2DRenderer.html" title="class in org.apache.fop.render.java2d"><B>Java2DRenderer</B></A> (implements java.awt.print.Printable)
<UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGRenderer.html" title="class in org.apache.fop.render.svg"><B>SVGRenderer</B></A></UL>
</UL>
</UL>
</UL>
<LI TYPE="circle">class org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/AbstractRendererMaker.html" title="class in org.apache.fop.render"><B>AbstractRendererMaker</B></A><UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGRendererMaker.html" title="class in org.apache.fop.render.svg"><B>SVGRendererMaker</B></A></UL>
<LI TYPE="circle">class org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/AbstractRenderingContext.html" title="class in org.apache.fop.render"><B>AbstractRenderingContext</B></A> (implements org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/RenderingContext.html" title="interface in org.apache.fop.render">RenderingContext</A>)
<UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGRenderingContext.html" title="class in org.apache.fop.render.svg"><B>SVGRenderingContext</B></A></UL>
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/EmbeddedSVGImageHandler.html" title="class in org.apache.fop.render.svg"><B>EmbeddedSVGImageHandler</B></A> (implements org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/ImageHandler.html" title="interface in org.apache.fop.render">ImageHandler</A>, org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGConstants.html" title="interface in org.apache.fop.render.svg">SVGConstants</A>)
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGDataUrlImageHandler.html" title="class in org.apache.fop.render.svg"><B>SVGDataUrlImageHandler</B></A> (implements org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/ImageHandler.html" title="interface in org.apache.fop.render">ImageHandler</A>, org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGConstants.html" title="interface in org.apache.fop.render.svg">SVGConstants</A>)
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGSVGHandler.html" title="class in org.apache.fop.render.svg"><B>SVGSVGHandler</B></A> (implements org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGRendererContextConstants.html" title="interface in org.apache.fop.render.svg">SVGRendererContextConstants</A>, org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/XMLHandler.html" title="interface in org.apache.fop.render">XMLHandler</A>)
<LI TYPE="circle">class org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGUtil.html" title="class in org.apache.fop.render.svg"><B>SVGUtil</B></A></UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">interface org.apache.fop.render.<A HREF="../../../../../org/apache/fop/render/RendererContextConstants.html" title="interface in org.apache.fop.render"><B>RendererContextConstants</B></A><UL>
<LI TYPE="circle">interface org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGRendererContextConstants.html" title="interface in org.apache.fop.render.svg"><B>SVGRendererContextConstants</B></A></UL>
<LI TYPE="circle">interface org.apache.fop.util.<A HREF="../../../../../org/apache/fop/util/XMLConstants.html" title="interface in org.apache.fop.util"><B>XMLConstants</B></A><UL>
<LI TYPE="circle">interface org.apache.fop.render.svg.<A HREF="../../../../../org/apache/fop/render/svg/SVGConstants.html" title="interface in org.apache.fop.render.svg"><B>SVGConstants</B></A></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=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"> <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>
fop 1.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/fop/render/rtf/rtflib/tools/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../org/apache/fop/render/txt/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.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 1999-2010 The Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>
|
plugins/kopf/_site/partials/repositories/repositories_table.html | Israaaaa/ELK | <div class="panel-group" id="#repositoriesAccordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#repositoriesAccordion" href="#repositoryAccordionContent">
repositories
</a>
</h4>
</div>
<div id="repositoryAccordionContent" class="panel-collapse collapse in">
<div class="panel-body" style="min-height: 565px">
<div class="row">
<div class="form-group col-md-6">
<label class="form-label">repository name</label>
<input ng-model="repository_form.name" class="form-control input-sm" placeholder="repository name">
</div>
<div class="form-group col-md-6">
<label class="form-label">type</label>
<select class="form-control input-sm" ng-model="repository_form.type" ng-options="t for t in ['fs', 'url', 's3', 'hdfs', 'azure']"></select>
</div>
</div>
<div class="row" ng-include src="'partials/repositories/fs_repository.html'" ng-show="repository_form.type == 'fs'"></div>
<div class="row" ng-include src="'partials/repositories/url_repository.html'" ng-show="repository_form.type == 'url'"></div>
<div class="row" ng-include src="'partials/repositories/s3_repository.html'" ng-show="repository_form.type == 's3'"></div>
<div class="row" ng-include src="'partials/repositories/azure_repository.html'" ng-show="repository_form.type == 'azure'"></div>
<div class="row" ng-include src="'partials/repositories/hdfs_repository.html'" ng-show="repository_form.type == 'hdfs'"></div>
<div class="row">
<div class="col-lg-12 action-buttons">
<span class="validation-error">{{validation_error}}</span>
<button type="submit" class="btn btn-primary rest-client-execute input-sm" ng-click="createRepository()">
<i class="fa fa-file-o"></i> create
</button>
</div>
</div>
<div class="row content-panel">
<div class="col-lg-12">
<table class="table table-bordered table-striped table-condensed">
<tr class="header-row">
<td>name</td>
<td>type</td>
</tr>
<tr ng-repeat="r in repositories track by $index" ng-show="r != null">
<td>
{{r.name}}
<a data-toggle="modal" href="#confirm_dialog" class="remove-icon" data-backdrop="static" data-keyboard="false">
<i class="fa fa-times remove-icon" ng-click="deleteRepository(r)"></i>
</a>
<span class="normal-action" ng-click="displayInfo(r.name,r.settings)">
<i class="fa fa-info-circle details-icon"></i>
</span>
</td>
<td>{{r.type}}</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
|
docs/layouts/shortcodes/chroma-lexers.html | gohugoio/hugo | <dl>
{{ range .Site.Data.docs.chroma.lexers }}
<dt>{{ .Name }}</dt>
<dd>{{ delimit .Aliases ", " }}</dd>
{{ end }}
</dl> |
Tests/plans/interop.net.field.test_fields_inside_enum.html | slozier/ironpython2 |
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module interop.net.field.test_fields_inside_enum</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="interop.html"><font color="#ffffff">interop</font></a>.<a href="interop.net.html"><font color="#ffffff">net</font></a>.<a href="interop.net.field.html"><font color="#ffffff">field</font></a>.test_fields_inside_enum</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:e:\vslrft\dlr\languages\ironpython\tests\interop\net\field\test_fields_inside_enum.py">e:\vslrft\dlr\languages\ironpython\tests\interop\net\field\test_fields_inside_enum.py</a></font></td></tr></table>
<p><tt>#####################################################################################<br>
#<br>
# Copyright (c) Microsoft Corporation. All rights reserved.<br>
#<br>
# This source code is subject to terms and conditions of the Microsoft Public License. A <br>
# copy of the license can be found in the License.html file at the root of this distribution. If <br>
# you cannot locate the Microsoft Public License, please send an email to <br>
# ironpy@microsoft.com. By using this source code in any fashion, you are agreeing to be bound <br>
# by the terms of the Microsoft Public License.<br>
#<br>
# You must not remove this notice, or any other, from this software.<br>
#<br>
#<br>
#####################################################################################</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="iptest.assert_util.html">iptest.assert_util</a><br>
<a href="clr.html">clr</a><br>
<a href="iptest.file_util.html">iptest.file_util</a><br>
<a href="logging.html">logging</a><br>
</td><td width="25%" valign=top><a href="nt.html">nt</a><br>
<a href="iptest.process_util.html">iptest.process_util</a><br>
<a href="pydoc.html">pydoc</a><br>
<a href="iptest.runner.html">iptest.runner</a><br>
</td><td width="25%" valign=top><a href="sys.html">sys</a><br>
<a href="iptest.test_env.html">iptest.test_env</a><br>
<a href="time.html">time</a><br>
<a href="iptest.type_util.html">iptest.type_util</a><br>
</td><td width="25%" valign=top><a href="iptest.util.html">iptest.util</a><br>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-test_enum_bool"><strong>test_enum_bool</strong></a>()</dt></dl>
<dl><dt><a name="-test_get_set"><strong>test_get_set</strong></a>()</dt></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>MAX_FAILURE_RETRY</strong> = 3<br>
<strong>System</strong> = <module 'System' (CLS module, 4 assemblies loaded)><br>
<strong>colon</strong> = ':'<br>
<strong>ironpython_dlls</strong> = ['Microsoft.Scripting.Core.dll', 'Microsoft.Scripting.dll', 'Microsoft.Scripting.Internal.dll', 'IronPython.Modules.dll', 'IronPython.dll']<br>
<strong>is_32</strong> = True<br>
<strong>is_64</strong> = False<br>
<strong>is_cli</strong> = True<br>
<strong>is_cli32</strong> = True<br>
<strong>is_cli64</strong> = False<br>
<strong>is_cpython</strong> = False<br>
<strong>is_debug</strong> = True<br>
<strong>is_ironpython</strong> = True<br>
<strong>is_orcas</strong> = True<br>
<strong>is_peverify_run</strong> = False<br>
<strong>is_silverlight</strong> = False<br>
<strong>is_snap</strong> = False<br>
<strong>is_stress</strong> = False<br>
<strong>is_vista</strong> = False<br>
<strong>newline</strong> = '<font color="#c040c0">\r\n</font>'<br>
<strong>separator</strong> = r'\'<br>
<strong>temp</strong> = '__module__'<br>
<strong>x</strong> = 'RUN_TESTS'<br>
<strong>y</strong> = False</td></tr></table>
</body></html> |
examples/developer-guide/simple_assets/mojits/simple/views/index.hb.html | michaelBenin/mojito | <html>
<head>
<link rel="stylesheet" type="text/css" href="/static/simple/assets/simple.css"/>
<script type="text/javascript">
// Changes background color of the header.
// Note: JavaScript code should not be hard coded into the view template. It's done
// here to simplify the code example.
function setColor(id, color) {
document.getElementById(id).style.backgroundColor = color;
}
</script>
</head>
<body>
<div id="{{mojit_view_id}}" class="mojit">
<h2 id="header">{{title}}</h2>
<ul class="toolbar">
{{#colors}}
<li><a href="#" onClick="setColor('header','{{rgb}}');">{{id}}</a></li>
{{/colors}}
</ul>
</div>
</body>
</html>
|
web/angular-1.3.0/docs/partials/api/ng/service/$timeout.html | AlexKomrakov/nndl | <a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/timeout.js?message=docs($timeout)%3A%20describe%20your%20change...#L10' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.0/src/ng/timeout.js#L10' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$timeout</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- service in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Angular's wrapper for <code>window.setTimeout</code>. The <code>fn</code> function is wrapped into a try/catch
block and delegates any exceptions to
<a href="api/ng/service/$exceptionHandler">$exceptionHandler</a> service.</p>
<p>The return value of registering a timeout function is a promise, which will be resolved when
the timeout is reached and the timeout function is executed.</p>
<p>To cancel a timeout request, call <code>$timeout.cancel(promise)</code>.</p>
<p>In tests you can use <a href="api/ngMock/service/$timeout"><code>$timeout.flush()</code></a> to
synchronously flush the queue of deferred functions.</p>
</div>
<div>
<h2 id="usage">Usage</h2>
<p><code>$timeout(fn, [delay], [invokeApply]);</code></p>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
fn
</td>
<td>
<a href="" class="label type-hint type-hint-function">function()</a>
</td>
<td>
<p>A function, whose execution should be delayed.</p>
</td>
</tr>
<tr>
<td>
delay
<div><em>(optional)</em></div>
</td>
<td>
<a href="" class="label type-hint type-hint-number">number</a>
</td>
<td>
<p>Delay in milliseconds.</p>
<p><em>(default: 0)</em></p>
</td>
</tr>
<tr>
<td>
invokeApply
<div><em>(optional)</em></div>
</td>
<td>
<a href="" class="label type-hint type-hint-boolean">boolean</a>
</td>
<td>
<p>If set to <code>false</code> skips model dirty checking, otherwise
will invoke <code>fn</code> within the <a href="api/ng/type/$rootScope.Scope#$apply">$apply</a> block.</p>
<p><em>(default: true)</em></p>
</td>
</tr>
</tbody>
</table>
</section>
<h3>Returns</h3>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-promise">Promise</a></td>
<td><p>Promise that will be resolved when the timeout is reached. The value this
promise will be resolved with is the return value of the <code>fn</code> function.</p>
</td>
</tr>
</table>
<h2>Methods</h2>
<ul class="methods">
<li id="cancel">
<h3><p><code>cancel([promise]);</code></p>
</h3>
<div><p>Cancels a task associated with the <code>promise</code>. As a result of this, the promise will be
resolved with a rejection.</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
promise
<div><em>(optional)</em></div>
</td>
<td>
<a href="" class="label type-hint type-hint-promise">Promise</a>
</td>
<td>
<p>Promise returned by the <code>$timeout</code> function.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-boolean">boolean</a></td>
<td><p>Returns <code>true</code> if the task hasn't executed yet and was successfully
canceled.</p>
</td>
</tr>
</table>
</li>
</ul>
</div>
|
vendor/packages/translate-toolkit/translate/doc/api/toc-translate.lang.common-module.html | dbbhattacharya/kitsune | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>common</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<h1 class="toc">Module common</h1>
<hr />
<h2 class="toc">Classes</h2>
<a target="mainFrame" href="translate.lang.common.Common-class.html"
>Common</a><br /><hr />
<span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
docs/api/math/Triangle.html | daoshengmu/three.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</h1>
<p class="desc">
A geometric triangle as defined by three [page:Vector3 Vector3s] representing its
three corners.
</p>
<h2>Constructor</h2>
<h3>[name]( [param:Vector3 a], [param:Vector3 b], [param:Vector3 c] )</h3>
<p>
[page:Vector3 a] - the first corner of the triangle. Default is a [page:Vector3] at (0, 0, 0).<br />
[page:Vector3 b] - the second corner of the triangle. Default is a [page:Vector3] at (0, 0, 0).<br />
[page:Vector3 c] - the final corner of the triangle. Default is a [page:Vector3] at (0, 0, 0).<br /><br />
Creates a new [name].
</p>
<h2>Properties</h2>
<h3>[property:Vector3 a]</h3>
<p>
The first corner of the triangle. Default is a [page:Vector3] at (0, 0, 0).
</p>
<h3>[property:Vector3 b]</h3>
<p>
The second corner of the triangle. Default is a [page:Vector3] at (0, 0, 0).
</p>
<h3>[property:Vector3 c]</h3>
<p>
the final corner of the triangle. Default is a [page:Vector3] at (0, 0, 0)
</p>
<h2>Methods</h2>
<h3>[method:Triangle clone]()</h3>
<p>
Returns a new triangle with the same [page:.a a], [page:.b b] and [page:.c c] properties as this one.
</p>
<h3>[method:Vector3 closestPointToPoint]( [param:Vector3 point], [param:Vector3 target] )</h3>
<p>
[page:Vector3 point] - [page:Vector3] <br />
[page:Vector3 target] — the result will be copied into this Vector3.<br /><br />
Returns the closest point on the triangle to [page:Vector3 point].
</p>
<h3>[method:Boolean containsPoint]( [param:Vector3 point] )</h3>
<p>
[page:Vector3 point] - [page:Vector3] to check.<br /><br />
Returns true if the passed point, when projected onto the plane of the triangle, lies within the triangle.
</p>
<h3>[method:Triangle copy]( [param:Triangle triangle] )</h3>
<p>
Copies the values of the passed triangles's [page:.a a], [page:.b b] and [page:.c c]
properties to this triangle.
</p>
<h3>[method:Boolean equals]( [param:Triangle triangle] )</h3>
<p>
Returns true if the two triangles have identical [page:.a a], [page:.b b] and [page:.c c] properties.
</p>
<h3>[method:Float getArea]()</h3>
<p>Return the area of the triangle.</p>
<h3>[method:Vector3 getBarycoord]( [param:Vector3 point], [param:Vector3 target] )</h3>
<p>
[page:Vector3 point] - [page:Vector3] <br />
[page:Vector3 target] — the result will be copied into this Vector3.<br /><br />
Return a [link:https://en.wikipedia.org/wiki/Barycentric_coordinate_system barycentric coordinate]
from the given vector. <br/><br/>
[link:http://commons.wikimedia.org/wiki/File:Barycentric_coordinates_1.png Picture of barycentric coordinates]
</p>
<h3>[method:Vector3 getMidpoint]( [param:Vector3 target] )</h3>
<p>
[page:Vector3 target] — the result will be copied into this Vector3.<br /><br />
Calculate the midpoint of the triangle.
</p>
<h3>[method:Vector3 getNormal]( [param:Vector3 target] )</h3>
<p>
[page:Vector3 target] — the result will be copied into this Vector3.<br /><br />
Calculate the [link:https://en.wikipedia.org/wiki/Normal_(geometry) normal vector] of the triangle.
</p>
<h3>[method:Plane getPlane]( [param:Plane target] )</h3>
<p>
[page:Vector3 target] — the result will be copied into this Plane.<br /><br />
Calculate a [page:Plane plane] based on the triangle. .
</p>
<h3>[method:Boolean intersectsBox]( [param:Box3 box] )</h3>
<p>
[page:Box3 box] - Box to check for intersection against.<br /><br />
Determines whether or not this triangle intersects [page:Box3 box].
</p>
<h3>[method:Triangle set]( [param:Vector3 a], [param:Vector3 b], [param:Vector3 c] ) [param:Triangle this]</h3>
<p>
Sets the triangle's [page:.a a], [page:.b b] and [page:.c c] properties to the passed [page:vector3 vector3s].
</p>
<h3>[method:Triangle setFromPointsAndIndices]( [param:Array points], [param:Integer i0], [param:Integer i1], [param:Integer i2] ) [param:Triangle this]</h3>
<p>
points - [page:Array] of [page:Vector3]s <br />
i0 - [page:Integer] index <br />
i1 - [page:Integer] index <br />
i2 - [page:Integer] index<br /><br />
Sets the triangle's vectors to the vectors in the array.
</p>
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
|
public/vendor/angular-1.3.13/docs/examples/example-example74/index-production.html | code4hk/budget-explorer | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example74-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.12/angular.min.js"></script>
</head>
<body ng-app="">
<button ng-mousemove="count = count + 1" ng-init="count=0">
Increment (when mouse moves)
</button>
count: {{count}}
</body>
</html> |
regulations/templates/regulations/layers/definition_citation.html | jeremiak/regulations-site | {% comment %}
Links to definitions in the regulation text.
{% endcomment %}
<a href="{{citation.url}}" class="citation definition" data-definition="{{citation.definition_reference}}" data-defined-term="{{citation.term}}">{{citation.label}}</a>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.