path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
app/backand/js/directives/content/partials/iframecontent.html | backand/diamining | <div>
<iframe ></iframe>
</div>
|
templates/ic_socium30/css/modconfig.css | pashen/icms | #mc_module_title{
border-radius:8px;
-moz-border-radius:8px;
background-color:#E0EAEF;
padding:10px;
}
#mc_module_title .title{
font-size:14px;
color:#375E93;
text-shadow:0 2px 0 #FFFFFF;
}
#mc_module_title .value input{
border:1px solid #4DA4CF;
padding:4px;
font-size:14px;
width:350px;
}
#mc_module_cfg .params-form .param-name .hinttext{
color:gray;
}
#mc_module_cfg .params-form .param-name{
width:250px;
color:#375E93;
font-size:12px;
vertical-align: top;
}
#mc_module_cfg .params-form .param-links{
margin-top: 5px;
font-size:11px;
}
#mc_module_cfg .params-form .param-links a{
text-decoration: none;
border-bottom:dashed 1px #0099CC;
}
#mc_module_cfg .params-form .param-value{
vertical-align: top;
}
#mc_module_cfg .params-form{
padding:10px;
border-radius:8px;
-moz-border-radius:8px;
border:1px solid #C3D6DF;
margin: 5px 0px 10px 0px;
}
#mc_module_cfg .params-form .param-number,
#mc_module_cfg .params-form .param-string{
border:1px solid #4DA4CF;
padding:4px;
}
#mc_module_cfg .params-form .param-number{
width:50px;
}
#mc_module_cfg .params-buttons {
text-align:center;
}
#mc_module_cfg .params-buttons input{
font-size: 14px;
}
|
libs/math/doc/html/math_toolkit/oct_value_ops.html | rprata/boost | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Octonion Value Operations</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="../octonions.html" title="Chapter 10. Octonions">
<link rel="prev" href="oct_non_mem.html" title="Octonion Non-Member Operators">
<link rel="next" href="oct_create.html" title="Octonion Creation Functions">
</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="oct_non_mem.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.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="oct_create.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="math_toolkit.oct_value_ops"></a><a class="link" href="oct_value_ops.html" title="Octonion Value Operations">Octonion Value Operations</a>
</h2></div></div></div>
<h5>
<a name="math_toolkit.oct_value_ops.h0"></a>
<span class="phrase"><a name="math_toolkit.oct_value_ops.real_and_unreal"></a></span><a class="link" href="oct_value_ops.html#math_toolkit.oct_value_ops.real_and_unreal">Real
and Unreal</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">T</span> <span class="identifier">real</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="identifier">unreal</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
</pre>
<p>
These return <code class="computeroutput"><span class="identifier">o</span><span class="special">.</span><span class="identifier">real</span><span class="special">()</span></code> and
<code class="computeroutput"><span class="identifier">o</span><span class="special">.</span><span class="identifier">unreal</span><span class="special">()</span></code>
respectively.
</p>
<h5>
<a name="math_toolkit.oct_value_ops.h1"></a>
<span class="phrase"><a name="math_toolkit.oct_value_ops.conj"></a></span><a class="link" href="oct_value_ops.html#math_toolkit.oct_value_ops.conj">conj</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="identifier">conj</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
</pre>
<p>
This returns the conjugate of the octonion.
</p>
<h5>
<a name="math_toolkit.oct_value_ops.h2"></a>
<span class="phrase"><a name="math_toolkit.oct_value_ops.sup"></a></span><a class="link" href="oct_value_ops.html#math_toolkit.oct_value_ops.sup">sup</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">T</span> <span class="identifier">sup</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
</pre>
<p>
This return the sup norm (the greatest among <code class="computeroutput"><span class="identifier">abs</span><span class="special">(</span><span class="identifier">o</span><span class="special">.</span><span class="identifier">R_component_1</span><span class="special">())...</span><span class="identifier">abs</span><span class="special">(</span><span class="identifier">o</span><span class="special">.</span><span class="identifier">R_component_8</span><span class="special">()))</span></code> of the octonion.
</p>
<h5>
<a name="math_toolkit.oct_value_ops.h3"></a>
<span class="phrase"><a name="math_toolkit.oct_value_ops.l1"></a></span><a class="link" href="oct_value_ops.html#math_toolkit.oct_value_ops.l1">l1</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">T</span> <span class="identifier">l1</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
</pre>
<p>
This return the l1 norm (<code class="computeroutput"><span class="identifier">abs</span><span class="special">(</span><span class="identifier">o</span><span class="special">.</span><span class="identifier">R_component_1</span><span class="special">())+...+</span><span class="identifier">abs</span><span class="special">(</span><span class="identifier">o</span><span class="special">.</span><span class="identifier">R_component_8</span><span class="special">())</span></code>) of the octonion.
</p>
<h5>
<a name="math_toolkit.oct_value_ops.h4"></a>
<span class="phrase"><a name="math_toolkit.oct_value_ops.abs"></a></span><a class="link" href="oct_value_ops.html#math_toolkit.oct_value_ops.abs">abs</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">T</span> <span class="identifier">abs</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span> <span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
</pre>
<p>
This return the magnitude (Euclidian norm) of the octonion.
</p>
<h5>
<a name="math_toolkit.oct_value_ops.h5"></a>
<span class="phrase"><a name="math_toolkit.oct_value_ops.norm"></a></span><a class="link" href="oct_value_ops.html#math_toolkit.oct_value_ops.norm">norm</a>
</h5>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">T</span><span class="special">></span> <span class="identifier">T</span> <span class="identifier">norm</span><span class="special">(</span><span class="identifier">octonion</span><span class="special"><</span><span class="identifier">T</span><span class="special">></span><span class="keyword">const</span> <span class="special">&</span> <span class="identifier">o</span><span class="special">);</span>
</pre>
<p>
This return the (Cayley) norm of the octonion. The term "norm" might
be confusing, as most people associate it with the Euclidian norm (and quadratic
functionals). For this version of (the mathematical objects known as) octonions,
the Euclidian norm (also known as magnitude) is the square root of the Cayley
norm.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 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="oct_non_mem.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../octonions.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="oct_create.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
myodd/boost/libs/spirit/doc/html/spirit/karma/reference/nonterminal.html | FFMG/myoddweb.piger | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Nonterminal Generators</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Spirit 2.5.2">
<link rel="up" href="../reference.html" title="Reference">
<link rel="prev" href="directive/as.html" title="Generator Directives Forcing Atomic Extraction (as<T>, as_string[], as_wstring[])">
<link rel="next" href="nonterminal/rule.html" title="Generator Rule">
</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="directive/as.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="nonterminal/rule.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="spirit.karma.reference.nonterminal"></a><a class="link" href="nonterminal.html" title="Nonterminal Generators">Nonterminal Generators</a>
</h4></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="nonterminal/rule.html">Generator
Rule</a></span></dt>
<dt><span class="section"><a href="nonterminal/grammar.html">Generator
Grammar</a></span></dt>
</dl></div>
<h6>
<a name="spirit.karma.reference.nonterminal.h0"></a>
<span class="phrase"><a name="spirit.karma.reference.nonterminal.module_headers"></a></span><a class="link" href="nonterminal.html#spirit.karma.reference.nonterminal.module_headers">Module
Headers</a>
</h6>
<pre class="programlisting"><span class="comment">// forwards to <boost/spirit/home/karma/nonterminal.hpp></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">spirit</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">karma_nonterminal</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
</pre>
<p>
Also, see <a class="link" href="../../structure/include.html" title="Include">Include Structure</a>.
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="directive/as.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="nonterminal/rule.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
tests/visual/compound/tabs_tabs.html | addyosmani/jqueryui-extendables | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Compound Visual Test : Tabs in Tabs</title>
<link rel="stylesheet" href="../visual.css" type="text/css" />
<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
<script type="text/javascript" src="../../../jquery-1.5.1.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.accordion.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.tabs.js"></script>
<script type="text/javascript">
$(function() {
$('#tabs, #tabs-a, #tabs-b').tabs();
});
</script>
</head>
<body>
<div id="tabs">
<ul>
<li><a href="#tabs-1">First</a></li>
<li><a href="#tabs-2">Second</a></li>
</ul>
<div id="tabs-1">
<div id="tabs-a">
<ul>
<li><a href="#tabs-a-1">First</a></li>
<li><a href="#tabs-a-2">Second</a></li>
</ul>
<div id="tabs-a-1">
<p>nested tabs a-1</p>
<p>nested tabs a-1</p>
<p>nested tabs a-1</p>
<p>nested tabs a-1</p>
<p>nested tabs a-1</p>
</div>
<div id="tabs-a-2">
<p>nested tabs a-2</p>
<p>nested tabs a-2</p>
<p>nested tabs a-2</p>
<p>nested tabs a-2</p>
<p>nested tabs a-2</p>
</div>
</div>
</div>
<div id="tabs-2">
<div id="tabs-b">
<ul>
<li><a href="#tabs-b-1">First</a></li>
<li><a href="#tabs-b-2">Second</a></li>
</ul>
<div id="tabs-b-1">
<p>nested tabs b-1</p>
<p>nested tabs b-1</p>
<p>nested tabs b-1</p>
<p>nested tabs b-1</p>
<p>nested tabs b-1</p>
</div>
<div id="tabs-b-2">
<p>nested tabs b-2</p>
<p>nested tabs b-2</p>
<p>nested tabs b-2</p>
<p>nested tabs b-2</p>
<p>nested tabs b-2</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
buildtools/gcc-arm-none-eabi-5_4-2016q2-osx/share/doc/gcc-arm-none-eabi/html/gdb/Separate-Objdir.html | FabianKnapp/nexmon | <html lang="en">
<head>
<title>Separate Objdir - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Installing-GDB.html#Installing-GDB" title="Installing GDB">
<link rel="prev" href="Running-Configure.html#Running-Configure" title="Running Configure">
<link rel="next" href="Config-Names.html#Config-Names" title="Config Names">
<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 ``Free Software'' and ``Free Software Needs
Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.
(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
this GNU Manual. Buying copies from GNU Press supports the FSF in
developing GNU and promoting software freedom.''
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Separate-Objdir"></a>
Next: <a rel="next" accesskey="n" href="Config-Names.html#Config-Names">Config Names</a>,
Previous: <a rel="previous" accesskey="p" href="Running-Configure.html#Running-Configure">Running Configure</a>,
Up: <a rel="up" accesskey="u" href="Installing-GDB.html#Installing-GDB">Installing GDB</a>
<hr>
</div>
<h3 class="section">C.3 Compiling <span class="sc">gdb</span> in Another Directory</h3>
<p>If you want to run <span class="sc">gdb</span> versions for several host or target machines,
you need a different <code>gdb</code> compiled for each combination of
host and target. <samp><span class="file">configure</span></samp> is designed to make this easy by
allowing you to generate each configuration in a separate subdirectory,
rather than in the source directory. If your <code>make</code> program
handles the `<samp><span class="samp">VPATH</span></samp>' feature (<span class="sc">gnu</span> <code>make</code> does), running
<code>make</code> in each of these directories builds the <code>gdb</code>
program specified there.
<p>To build <code>gdb</code> in a separate directory, run <samp><span class="file">configure</span></samp>
with the `<samp><span class="samp">--srcdir</span></samp>' option to specify where to find the source.
(You also need to specify a path to find <samp><span class="file">configure</span></samp>
itself from your working directory. If the path to <samp><span class="file">configure</span></samp>
would be the same as the argument to `<samp><span class="samp">--srcdir</span></samp>', you can leave out
the `<samp><span class="samp">--srcdir</span></samp>' option; it is assumed.)
<p>For example, with version 7.10.1.20160616-cvs, you can build <span class="sc">gdb</span> in a
separate directory for a Sun 4 like this:
<pre class="smallexample"> cd gdb-7.10.1.20160616-cvs
mkdir ../gdb-sun4
cd ../gdb-sun4
../gdb-7.10.1.20160616-cvs/configure sun4
make
</pre>
<p>When <samp><span class="file">configure</span></samp> builds a configuration using a remote source
directory, it creates a tree for the binaries with the same structure
(and using the same names) as the tree under the source directory. In
the example, you'd find the Sun 4 library <samp><span class="file">libiberty.a</span></samp> in the
directory <samp><span class="file">gdb-sun4/libiberty</span></samp>, and <span class="sc">gdb</span> itself in
<samp><span class="file">gdb-sun4/gdb</span></samp>.
<p>Make sure that your path to the <samp><span class="file">configure</span></samp> script has just one
instance of <samp><span class="file">gdb</span></samp> in it. If your path to <samp><span class="file">configure</span></samp> looks
like <samp><span class="file">../gdb-7.10.1.20160616-cvs/gdb/configure</span></samp>, you are configuring only
one subdirectory of <span class="sc">gdb</span>, not the whole package. This leads to
build errors about missing include files such as <samp><span class="file">bfd/bfd.h</span></samp>.
<p>One popular reason to build several <span class="sc">gdb</span> configurations in separate
directories is to configure <span class="sc">gdb</span> for cross-compiling (where
<span class="sc">gdb</span> runs on one machine—the <dfn>host</dfn>—while debugging
programs that run on another machine—the <dfn>target</dfn>).
You specify a cross-debugging target by
giving the `<samp><span class="samp">--target=</span><var>target</var></samp>' option to <samp><span class="file">configure</span></samp>.
<p>When you run <code>make</code> to build a program or library, you must run
it in a configured directory—whatever directory you were in when you
called <samp><span class="file">configure</span></samp> (or one of its subdirectories).
<p>The <code>Makefile</code> that <samp><span class="file">configure</span></samp> generates in each source
directory also runs recursively. If you type <code>make</code> in a source
directory such as <samp><span class="file">gdb-7.10.1.20160616-cvs</span></samp> (or in a separate configured
directory configured with `<samp><span class="samp">--srcdir=</span><var>dirname</var><span class="samp">/gdb-7.10.1.20160616-cvs</span></samp>'), you
will build all the required libraries, and then build GDB.
<p>When you have multiple hosts or targets configured in separate
directories, you can run <code>make</code> on them in parallel (for example,
if they are NFS-mounted on each of the hosts); they will not interfere
with each other.
</body></html>
|
themes/solidWood/js/dropdownMenu/css/dropdown/dropdown.upward.css | jchome/CI-Generator | @charset "UTF-8";
/**
* Horizontal Upward CSS Drop-Down Menu Component
*
* @file dropdown.upward.css
* @package Dropdown
* @version 0.1
* @type Transitional
* @requires dropdown.upward.css
* @browsers Windows: IE5+, Opera7+, Firefox1+
* Mac OS: Safari2+, Firefox2+
*
* @link http://www.lwis.net/
* @copyright 2006-2008 Live Web Institute. All Rights Reserved.
*
*/
@import "dropdown.css";
ul.dropdown-upward ul {
top: auto !important;
bottom: 100%;
}
ul.dropdown-upward ul ul {
bottom: 1px;
} |
android-2.3.4_r1/tags/1.32/frameworks/base/docs/html/sdk/api_diff/5/changes/pkg_android.app.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.app
</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">5</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
<td class="diffvalueold">4</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
<td class="diffvalue">2009.11.19 19:35</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/app/package-summary.html" target="_top"><font size="+1"><code>android.app</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="WallpaperManager"></A>
<nobr><A HREF="../../../../reference/android/app/WallpaperManager.html" target="_top"><code>WallpaperManager</code></A></nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
<p>
<a NAME="Changed"></a>
<TABLE summary="Changed Classes" WIDTH="100%">
<TR>
<TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Activity"></A>
<nobr><A HREF="android.app.Activity.html">Activity</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ActivityManager"></A>
<nobr><A HREF="android.app.ActivityManager.html">ActivityManager</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ActivityManager.RunningAppProcessInfo"></A>
<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html">ActivityManager.RunningAppProcessInfo</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ActivityManager.RunningServiceInfo"></A>
<nobr><A HREF="android.app.ActivityManager.RunningServiceInfo.html">ActivityManager.RunningServiceInfo</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Dialog"></A>
<nobr><A HREF="android.app.Dialog.html">Dialog</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="IntentService"></A>
<nobr><A HREF="android.app.IntentService.html">IntentService</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="LauncherActivity"></A>
<nobr><A HREF="android.app.LauncherActivity.html">LauncherActivity</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Notification"></A>
<nobr><A HREF="android.app.Notification.html">Notification</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="NotificationManager"></A>
<nobr><A HREF="android.app.NotificationManager.html">NotificationManager</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SearchManager"></A>
<nobr><A HREF="android.app.SearchManager.html">SearchManager</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Service"></A>
<nobr><A HREF="android.app.Service.html">Service</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>
|
android-2.3.4_r1/tags/1.32/frameworks/base/docs/html/sdk/api_diff/4/changes/android.view.Window.Callback.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.Window.Callback
</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>
Interface android.view.<A HREF="../../../../reference/android/view/Window.Callback.html" target="_top"><font size="+2"><code>Window.Callback</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
<a NAME="Added"></a>
<TABLE summary="Added Methods" WIDTH="100%">
<TR>
<TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Window.Callback.dispatchPopulateAccessibilityEvent_added(android.view.accessibility.AccessibilityEvent)"></A>
<nobr><code>boolean</code> <A HREF="../../../../reference/android/view/Window.Callback.html#dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent)" target="_top"><code>dispatchPopulateAccessibilityEvent</code></A>(<code>AccessibilityEvent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
<a NAME="fields"></a>
</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>
|
vendor/packages/translate-toolkit/translate/doc/api/translate.convert.prop2po.prop2po-class.html | davidyezsetz/kuma | <?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>translate.convert.prop2po.prop2po</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">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="translate-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://translate.sourceforge.net/wiki/toolkit/index">Translate Toolkit</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="translate-module.html">Package translate</a> ::
<a href="translate.convert-module.html">Package convert</a> ::
<a href="translate.convert.prop2po-module.html">Module prop2po</a> ::
Class prop2po
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="translate.convert.prop2po.prop2po-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class prop2po</h1><p class="nomargin-top"><span class="codelink"><a href="translate.convert.prop2po-pysrc.html#prop2po">source code</a></span></p>
<p>convert a .properties file to a .po file for handling the
translation...</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="convertstore"></a><span class="summary-sig-name">convertstore</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">thepropfile</span>,
<span class="summary-sig-arg">personality</span>=<span class="summary-sig-default">"java"</span>,
<span class="summary-sig-arg">duplicatestyle</span>=<span class="summary-sig-default">"msgctxt"</span>)</span><br />
converts a .properties file to a .po file...</td>
<td align="right" valign="top">
<span class="codelink"><a href="translate.convert.prop2po-pysrc.html#prop2po.convertstore">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="mergestore"></a><span class="summary-sig-name">mergestore</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">origpropfile</span>,
<span class="summary-sig-arg">translatedpropfile</span>,
<span class="summary-sig-arg">personality</span>=<span class="summary-sig-default">"java"</span>,
<span class="summary-sig-arg">blankmsgstr</span>=<span class="summary-sig-default">False</span>,
<span class="summary-sig-arg">duplicatestyle</span>=<span class="summary-sig-default">"msgctxt"</span>)</span><br />
converts two .properties files to a .po file...</td>
<td align="right" valign="top">
<span class="codelink"><a href="translate.convert.prop2po-pysrc.html#prop2po.mergestore">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="translate.convert.prop2po.prop2po-class.html#convertunit" class="summary-sig-name">convertunit</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">propunit</span>,
<span class="summary-sig-arg">commenttype</span>)</span><br />
Converts a .properties unit to a .po unit.</td>
<td align="right" valign="top">
<span class="codelink"><a href="translate.convert.prop2po-pysrc.html#prop2po.convertunit">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="convertunit"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">convertunit</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">propunit</span>,
<span class="sig-arg">commenttype</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="translate.convert.prop2po-pysrc.html#prop2po.convertunit">source code</a></span>
</td>
</tr></table>
<p>Converts a .properties unit to a .po unit. Returns None if empty or
not for translation.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="translate-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://translate.sourceforge.net/wiki/toolkit/index">Translate Toolkit</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Wed Mar 3 16:36:04 2010
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<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>
|
doc/libc/unix/notbsd/linux/other/b64/not_x32/SYS_afs_syscall.v.html | surrsurus/edgequest | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.SYS_afs_syscall.html">
</head>
<body>
<p>Redirecting to <a href="constant.SYS_afs_syscall.html">constant.SYS_afs_syscall.html</a>...</p>
<script>location.replace("constant.SYS_afs_syscall.html" + location.search + location.hash);</script>
</body>
</html> |
app/protected/modules/leads/tests/functional/cases/LeadStarredInDetailViewAndFilter.html | raymondlamwu/zurmotest | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="selenium.base" href="http://localhost/"/>
<title>LeadStarredInDetailViewAndFilter</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr>
<td rowspan="1" colspan="3">Lead Starred In Detail View And Filter</td>
</tr>
</thead>
<tbody>
<tr>
<td>setTimeout</td>
<td>45000</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>index.php/leads/default</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Create</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Advanced</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>LeadsSearchForm_anyMixedAttributes</td>
<td>Sally ${randomSuffix}</td>
</tr>
<tr>
<td>keyUp</td>
<td>LeadsSearchForm_anyMixedAttributes</td>
<td>\10</td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>waitForText</td>
<td>//div[@id='list-view']/div[2]/table/tbody/tr/td[3]/a</td>
<td>Silly Sally ${randomSuffix}</td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Silly Sally ${randomSuffix}</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>LeadsSearchForm_anyMixedAttributes</td>
<td>Sally ${randomSuffix}</td>
</tr>
<tr>
<td>click</td>
<td>//div[@id='list-view']/div[2]/table/tbody/tr/td[3]/a</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>setSpeed</td>
<td>3000</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//div[@id='LeadDetailsPortletView']/div/div/div[2]/h2/a</td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>setSpeed</td>
<td>0</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>index.php/leads/default</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>click</td>
<td>id=clear-search-link</td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>waitForTextNotPresent</td>
<td>Criteria Selected</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>id=starDataColumn_filterByStarred</td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>assertText</td>
<td>//div[@id='list-view']/div[2]/table/tbody/tr/td[3]/a</td>
<td>Silly Sally ${randomSuffix}</td>
</tr>
<tr>
<td>click</td>
<td>//div[@id='list-view']/div[2]/table/tbody/tr/td[2]/a</td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
<tr>
<td>open</td>
<td>index.php/leads/default?clearingSearch=1</td>
<td></td>
</tr>
<tr>
<td>waitForPageToLoad</td>
<td></td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getCurrentWindow().jQuery.active == 0</td>
<td>30000</td>
</tr>
</tbody>
</table>
</body>
</html> |
skins/OpenWater/styles-mobile.css | murugamsm/webmail-lite | /*=== Common css part ===*/
.settings .folders .items_list .item > .title {
color: #3d3d3d !important;
}
.message_viewer .message_header {
background: #fff !important;
}
.manage_folders a {
color: #fff !important;
text-shadow: 0px 0px 4px #000;
}
.messages .items_list .item .marker {
margin: 0 -2px;
}
.panel.message_viewer .customscroll-scrollbar-vertical {
margin-right: 3px !important;
}
html.rtl .panel.message_viewer .customscroll-scrollbar-vertical {
margin-right: 0px !important;
margin-left: 3px !important;
}
.panel.message_viewer .customscroll-scrollbar-vertical div {
margin: 0px !important;
}
.ui-widget-content a:hover {
color: inherit;
}
/*==== Fade CSS ====*/
.fadeout {
display: block;
position: relative;
overflow: hidden;
white-space: nowrap;
}
.fadeout:after {
content: "";
pointer-events: none;
position: absolute;
display: block;
top: 0;
right: 0;
width: 10px;
height: 100%;
}
html.rtl .fadeout:after {
left: 0;
right: auto;
}
.recivedAnim .fadeout:after {
background: none !important;
}
.fadeout .faded {
position: absolute;
display: block;
top: 0;
right: 0;
width: 10px;
height: 100%;
}
html.rtl .fadeout .faded {
left: 0;
right: auto;
}
/*==== END Fade CSS ====*/
@font-face {
font-family: 'afterlogic';
src: url('fonts/afterlogic.eot');
src: url('fonts/afterlogic.eot?#iefix') format('embedded-opentype'), url('fonts/afterlogic.svg#afterlogic') format('svg'), url('fonts/afterlogic.woff') format('woff'), url('fonts/afterlogic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* This font face inherits and overrides the previous font face, but only for chrome */
.not-exist:before,
.icon-font:before {
font-family: 'afterlogic';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*=== Library part ===*/
/*=== Clearfix ===*/
.clearfix {
clear: both;
}
.clearfix:after {
/*Opera*/
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}
* html > body .clearfix {
width: 100%;
display: block;
}
* html .clearfix {
/* IE 6 */
height: 1%;
}
/*==== END Clearfix ====*/
/*==== Uselectable CSS ====*/
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.selectable {
-webkit-touch-callout: all;
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}
input,
select,
textarea {
-webkit-touch-callout: text;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
/*==== END Uselectable Clearfix ====*/@keyframes cycle {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@-moz-keyframes cycle {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes cycle {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes highlight {
0% {
background: #ffffc4;
}
60% {
background: #ffffc4;
}
100% {
background: rgba(255, 255, 196, 0);
}
}
@-moz-keyframes highlight {
/* 0% { background: rgba(255, 247, 173, 1); }
30% { background: rgba(255, 247, 173, 1); }
100% { background: rgba(255, 247, 173, 0); }*/
0% {
background: #ffffc4;
}
60% {
background: #ffffc4;
}
100% {
background: rgba(255, 255, 196, 0);
}
}
@-webkit-keyframes highlight {
0% {
background: #ffffc4;
}
60% {
background: #ffffc4;
}
100% {
background: rgba(255, 255, 196, 0);
}
}
@keyframes bouncedelay {
0%,
80%,
100% {
transform: scale(0);
-webkit-transform: scale(0);
}
40% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-webkit-keyframes bouncedelay {
0%,
80%,
100% {
-webkit-transform: scale(0);
}
40% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bouncedelay {
0%,
80%,
100% {
-moz-transform: scale(0);
}
40% {
-moz-transform: scale(1);
}
}
@keyframes flipIn {
0% {
transform: rotateY(0);
max-height: 500px;
top: 0px;
}
99% {
transform: rotateY(90deg);
max-height: 500px;
top: 0px;
}
100% {
transform: rotateY(90deg);
max-height: 0px;
top: -20000px;
}
}
@-moz-keyframes flipIn {
0% {
-moz-transform: rotateY(0);
max-height: 500px;
top: 0px;
}
99% {
-moz-transform: rotateY(90deg);
max-height: 500px;
top: 0px;
}
100% {
-moz-transform: rotateY(90deg);
max-height: 0px;
top: -20000px;
}
}
@-webkit-keyframes flipIn {
0% {
-webkit-transform: rotateY(0);
max-height: 500px;
top: 0px;
}
99% {
-webkit-transform: rotateY(90deg);
max-height: 500px;
top: 0px;
}
100% {
-webkit-transform: rotateY(90deg);
max-height: 0px;
top: -20000px;
}
}
@keyframes flipOut {
0% {
transform: rotateY(270deg);
max-height: 0px;
top: -20000px;
}
49% {
transform: rotateY(270deg);
max-height: 0px;
top: -20000px;
}
50% {
transform: rotateY(270deg);
max-height: 0px;
top: 0px;
}
100% {
transform: rotateY(360deg);
max-height: 500px;
top: 0px;
}
}
@-moz-keyframes flipOut {
0% {
-moz-transform: rotateY(270deg);
max-height: 0px;
top: -20000px;
}
49% {
-moz-transform: rotateY(270deg);
max-height: 0px;
top: -20000px;
}
50% {
-moz-transform: rotateY(270deg);
max-height: 500px;
top: 0px;
}
100% {
-moz-transform: rotateY(360deg);
max-height: 500px;
top: 0px;
}
}
@-webkit-keyframes flipOut {
0% {
-webkit-transform: rotateY(270deg);
max-height: 0px;
top: -20000px;
}
49% {
-webkit-transform: rotateY(270deg);
max-height: 0px;
top: -20000px;
}
50% {
-webkit-transform: rotateY(270deg);
max-height: 500px;
top: 0px;
}
100% {
-webkit-transform: rotateY(360deg);
max-height: 500px;
top: 0px;
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
70% {
transform: scale(1.7);
}
80% {
transform: scale(1.7);
}
100% {
transform: scale(1.3);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
}
70% {
-moz-transform: scale(1.7);
}
80% {
-moz-transform: scale(1.7);
}
100% {
-moz-transform: scale(1.3);
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}
70% {
-webkit-transform: scale(1.7);
}
80% {
-webkit-transform: scale(1.7);
}
100% {
-webkit-transform: scale(1.3);
}
}
@keyframes shake {
0% {
transform: translate(0px);
}
15% {
transform: translate(-15px);
}
30% {
transform: translate(15px);
}
45% {
transform: translate(-10px);
}
60% {
transform: translate(10px);
}
75% {
transform: translate(-5px);
}
90% {
transform: translate(5px);
}
100% {
transform: translate(0px);
}
}
@-webkit-keyframes shake {
0% {
-webkit-transform: translate(0px);
}
15% {
-webkit-transform: translate(-15px);
}
30% {
-webkit-transform: translate(15px);
}
45% {
-webkit-transform: translate(-10px);
}
60% {
-webkit-transform: translate(10px);
}
75% {
-webkit-transform: translate(-5px);
}
90% {
-webkit-transform: translate(5px);
}
100% {
-webkit-transform: translate(0px);
}
}
@-moz-keyframes shake {
0% {
-moz-transform: translate(0px);
}
15% {
-moz-transform: translate(-15px);
}
30% {
-moz-transform: translate(15px);
}
45% {
-moz-transform: translate(-10px);
}
60% {
-moz-transform: translate(10px);
}
75% {
-moz-transform: translate(-5px);
}
90% {
-moz-transform: translate(5px);
}
100% {
-moz-transform: translate(0px);
}
}
/*=== Screens CSS ===*/
.screens {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
}
.single_mode .screens {
padding-top: 0px;
margin-top: 0px;
}
.screens .screen {
height: 100%;
}
/*=== END Screens CSS ===*/
/*=== Panels CSS ===*/
.panels,
.panel_helper {
height: 100%;
font-size: 0;
white-space: nowrap;
width: 100%;
}
.panels .panel_helper {
vertical-align: top;
display: inline-block;
}
.panel {
font-size: 12pt;
height: 100%;
white-space: normal;
width: 100%;
position: relative;
box-shadow: -1px 0 5px rgba(0, 0, 0, 0.2);
}
.panels .panel {
vertical-align: top;
display: inline-block;
}
.panel .resize_handler {
display: none;
}
.panel .panel_content {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-top: 55px;
margin-top: -55px;
/* toolbar offset*/
height: 100%;
}
.panel .middle_bar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
}
.panel .panel_top {
background: #f8f8f8;
white-space: nowrap;
border-bottom: 1px solid #e2e2e2;
color: #555566;
padding: 6px 10px 6px 34px;
}
html.rtl .panel .panel_top {
padding-left: 10px;
padding-right: 34px;
}
.panel .panel_top .custom_checkbox {
margin-top: 3px;
margin-left: -20px;
margin-right: 8px;
vertical-align: middle;
}
html.rtl .panel .panel_top .custom_checkbox {
margin-left: 0px;
margin-right: -20px;
}
.panel .panel_center {
height: 100%;
background: #fff;
min-height: 100px;
}
.panel .panel_bottom {
background-color: #F8F8F8;
border-radius: 0 0 0 4px;
border-top: 1px solid #E2E2E2;
height: 26px;
padding: 14px 20px 0;
}
.rtl .panel {
box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}
.panel.item_viewer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin: 0 0 0 3px !important;
border-radius: 4px !important;
}
html.rtl .panel.item_viewer {
margin: 0 3px 0 0 !important;
}
.panel .panel_bottom {
border-radius: 0 0 4px 4px;
}
/*=== END Panels CSS ===*/
/*=== Panel Item Viewer CSS ===*/
.panel.item_viewer {
position: relative;
z-index: 1;
background: #fff;
}
.panel.item_viewer .notification {
font-size: 18px;
color: #ccc;
padding: 26px 20px;
display: block;
text-align: center;
}
.panel.item_viewer .attachments {
padding: 20px;
color: #3d3d3d;
}
.panel.item_viewer .attachments .download_menu {
margin-bottom: 10px;
}
.panel.item_viewer .attachments .download_menu .content {
max-height: 0px;
overflow: hidden;
margin-left: 24px;
-webkit-transition: max-height 500ms ease 500ms;
-moz-transition: max-height 500ms ease 500ms;
-o-transition: max-height 500ms ease 500ms;
transition: max-height 500ms ease 500ms;
}
.panel.item_viewer .attachments .download_menu .content .link {
margin-top: 10px;
}
.panel.item_viewer .attachments .download_menu:hover .content {
max-height: 200px;
-webkit-transition: max-height 500ms ease 0s;
-moz-transition: max-height 500ms ease 0s;
-o-transition: max-height 500ms ease 0s;
transition: max-height 500ms ease 0s;
}
.panel.item_viewer .attachments .download_menu .link {
display: inline-block;
}
.panel.item_viewer .attachments .download_menu .link.hover {
color: #333 !important;
text-decoration: none !important;
}
.panel.item_viewer .attachments .download_menu .link .icon {
display: none;
}
.panel.item_viewer .attachments .download_menu .link.hover .icon {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
margin-right: 8px;
float: left;
}
.panel.item_viewer .attachments .download_menu .link.hover .icon:before {
content: "\e642";
}
.panel.item_viewer .attachments .download_menu .link .text {
overflow: hidden;
}
/*=== END Panel Item Viewer CSS ===*/
/*=== Common List CSS ===*/
.items_list .section_title {
text-transform: uppercase;
padding: 10px 17px 10px 17px;
color: #777777;
cursor: default;
font-weight: bold;
white-space: nowrap;
display: block;
text-shadow: 0px 1px 0px #fff;
}
html.rtl .items_list .section_title {
padding-left: 0px;
padding-right: 12px;
}
.items_list .section_title .control {
float: right;
}
.items_list .use_threads .threaded {
background: #f9f8f6;
border-left: 5px solid #E3E3E3;
max-height: 0px;
}
html.rtl .items_list .use_threads .threaded {
border-left: 0px solid #E3E3E3;
border-right: 5px solid #E3E3E3;
}
.items_list .use_threads .threaded.show {
max-height: 80px;
-webkit-transition: max-height 300ms ease-out;
-moz-transition: max-height 300ms ease-out;
-o-transition: max-height 300ms ease-out;
transition: max-height 300ms ease-out;
}
.items_list .use_threads .threaded .link {
color: #4477bb;
}
.items_list .use_threads .threaded .link:hover {
color: #c74747;
}
.items_list .item {
background: #fdfdfd;
font-weight: normal;
line-height: 140%;
white-space: nowrap;
cursor: default;
color: #3d3d3d;
position: relative;
max-height: 85px;
overflow: hidden;
color: #A0A0A0;
}
.items_list .item .from,
.items_list .item .subject {
overflow: hidden;
}
.items_list .item .from:after,
.items_list .item .subject:after {
content: "";
pointer-events: none;
display: block;
width: 10px;
float: right;
height: 100px;
margin-left: 0;
margin-top: -100px;
position: relative;
}
html.rtl .items_list .item .from:after,
html.rtl .items_list .item .subject:after {
float: left;
}
.recivedAnim .items_list .item .from:after,
.recivedAnim .items_list .item .subject:after {
background: none !important;
}
.items_list .item.unseen {
background: #effeff;
font-weight: bold;
}
.items_list .item.deleted {
-webkit-transition: max-height 250ms ease;
-moz-transition: max-height 250ms ease;
-o-transition: max-height 250ms ease;
transition: max-height 250ms ease;
overflow: hidden;
max-height: 0px !important;
}
.items_list .item.checked {
background: #feffe6;
}
.items_list .item.selected {
background-color: #6adaee;
color: #fff;
}
.items_list .item.selected .custom_checkbox .icon {
border-color: #577da1;
box-shadow: 0 1px 0 #AAD2F8;
}
.items_list .item .item_content {
padding: 12px 16px 12px 14px;
border-bottom: 1px solid #e8e8e8;
}
html.rtl .items_list .item .item_content {
padding-left: 16px;
padding-right: 14px;
}
.items_list .item .controls {
display: inline-block;
float: left;
margin: 1px 8px 0px 0px;
}
html.rtl .items_list .item .controls {
float: right;
margin-left: 8px;
margin-right: 0px;
}
.items_list .item .data {
display: block;
overflow: hidden;
}
.items_list .item .size,
.items_list .item .date,
.items_list .item .attachments {
color: #999999;
display: inline-block;
float: right;
font-size: 8pt;
margin-top: 2px;
margin-left: 4px;
}
html.rtl .items_list .item .size,
html.rtl .items_list .item .date,
html.rtl .items_list .item .attachments {
float: left;
margin-left: 0px;
margin-right: 4px;
}
.items_list .item.selected .size,
.items_list .item.selected .date {
color: #fff;
}
.items_list .item .title,
.items_list .item .subtitle {
display: block;
margin-bottom: 10px;
font-size: 10.5pt;
}
.items_list .item .subtitle {
font-size: 10pt;
margin-bottom: 0px;
}
.items_list .item.selected .subtitle {
color: inherit;
}
.items_list .item .separator {
clear: both;
}
.messages .items_list .item .subject {
font-size: 12pt !important;
}
.items_list .item .custom_checkbox .icon {
box-shadow: none !important;
}
.items_list .uploader_mask {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 250ms ease 0s;
-moz-transition: opacity 250ms ease 0s;
-o-transition: opacity 250ms ease 0s;
transition: opacity 250ms ease 0s;
background: #FFFDD6;
padding: 11px;
color: #D3B910;
font-size: 18pt;
text-align: center;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
visibility: hidden;
}
.items_list .uploader_mask.active {
visibility: visible;
opacity: 0.5;
filter: alpha(opacity=50);
}
.items_list .uploader_mask .inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
border: 3px dashed #E2DA36;
border-radius: 5px;
}
.items_list.collapsible .item.accordion .collapse_handler {
display: inline-block;
vertical-align: middle;
width: 12px;
margin-right: -2px;
}
.items_list.collapsible .item.accordion .collapse_handler:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.items_list.collapsible .item.accordion .collapse_handler:before {
font-size: 16px;
display: inline-block;
vertical-align: middle;
width: 100%;
height: 100%;
}
.items_list.collapsible .item.accordion .collapse_handler.expanded:before {
content: "\e671";
}
.items_list.collapsible .item.accordion .collapse_handler.collapsed:before {
content: "\e670";
}
.items_list.collapsible .item.accordion .children .title {
max-height: 29px;
-webkit-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms, padding 300ms ease 0ms;
-moz-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms, padding 300ms ease 0ms;
-o-transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms, padding 300ms ease 0ms;
transition: max-height 300ms ease 0ms, opacity 200ms ease 0ms, padding 300ms ease 0ms;
}
.items_list.collapsible .item.accordion.collapsed .children .title {
max-height: 0px;
opacity: 0;
padding-top: 0px;
padding-bottom: 0px;
overflow: hidden;
}
.list_notification {
font-size: 18px;
color: #ccc;
padding: 6px 14px 26px;
display: block;
text-align: center;
}
.list_notification.search_results {
border-bottom: 1px solid #E5E5E5;
background: #FCFCFC;
}
.list_notification .link {
float: right;
font-size: 9pt;
margin-left: 10px;
}
html.rtl .list_notification .link {
float: left;
margin-left: 0px;
margin-right: 10px;
}
.list_notification .description {
display: block;
padding-top: 20px;
}
/*=== END Common List CSS ===*/
/*=== Toolbar CSS ===*/
.toolbar {
background: rgba(255, 255, 255, 0.9);
border-bottom: 1px solid #e6e6e7;
border-radius: 4px 4px 0 0;
white-space: nowrap;
}
.toolbar .resizer {
height: 55px;
}
.toolbar .content {
display: block;
font-size: 0.1px;
padding: 11px;
}
.toolbar .content > .item,
.toolbar .content .group > .item {
display: inline-block;
vertical-align: middle;
background-color: #fafafa;
box-shadow: inset 0px -1px 4px #eeeeee, inset 0px 1px 0px #ffffff;
border: 1px solid #c5c5c5;
border-radius: 4px;
height: 30px;
line-height: 30px;
padding: 0 6px;
position: relative;
cursor: pointer;
font-size: 10pt;
color: #626262;
text-decoration: none;
margin-right: 8px;
background: #fff;
border: 1px solid #fff;
box-shadow: none;
}
.toolbar .content > .item:last-child,
.toolbar .content .group > .item:last-child {
margin-right: 0px;
}
html.rtl .toolbar .content > .item:last-child,
html.rtl .toolbar .content .group > .item:last-child {
margin-left: 0px;
}
html.rtl .toolbar .content > .item,
html.rtl .toolbar .content .group > .item {
margin-left: 8px;
margin-right: 0px;
}
html.mobile .toolbar .content > .item,
html.mobile .toolbar .content .group > .item {
position: static;
}
.toolbar .content > .item:hover:not(.disabled):not(.passive),
.toolbar .content .group > .item:hover:not(.disabled):not(.passive),
.toolbar .content > .item.expand,
.toolbar .content .group > .item.expand {
background: #eeeeee;
box-shadow: inset 0px -1px 4px #eeeeee, inset 0px 1px 0px #d5d5d5;
box-shadow: none;
background: #79D3F7;
border-color: #6FC8EB;
}
.toolbar .content > .item:hover:not(.disabled):not(.passive) > .icon,
.toolbar .content .group > .item:hover:not(.disabled):not(.passive) > .icon,
.toolbar .content > .item.expand > .icon,
.toolbar .content .group > .item.expand > .icon,
.toolbar .content > .item:hover:not(.disabled):not(.passive) > .arrow:before,
.toolbar .content .group > .item:hover:not(.disabled):not(.passive) > .arrow:before,
.toolbar .content > .item.expand > .arrow:before,
.toolbar .content .group > .item.expand > .arrow:before {
color: #fff;
text-shadow: none;
}
.toolbar .content > .item:hover:not(.disabled):not(.passive) > .text,
.toolbar .content .group > .item:hover:not(.disabled):not(.passive) > .text,
.toolbar .content > .item.expand > .text,
.toolbar .content .group > .item.expand > .text {
color: #fff;
}
.toolbar .content > .item:hover:not(.disabled):not(.passive).send,
.toolbar .content .group > .item:hover:not(.disabled):not(.passive).send,
.toolbar .content > .item.expand.send,
.toolbar .content .group > .item.expand.send,
.toolbar .content > .item:hover:not(.disabled):not(.passive).mail_to,
.toolbar .content .group > .item:hover:not(.disabled):not(.passive).mail_to,
.toolbar .content > .item.expand.mail_to,
.toolbar .content .group > .item.expand.mail_to {
background: #4abadf;
border: 1px solid #25a6d2;
color: #ffffff;
}
.panel.compose .toolbar .content > .item:hover:not(.disabled):not(.passive).new_window,
.panel.compose .toolbar .content .group > .item:hover:not(.disabled):not(.passive).new_window,
.panel.compose .toolbar .content > .item.expand.new_window,
.panel.compose .toolbar .content .group > .item.expand.new_window {
background: #79D3F7;
border-color: #6FC8EB;
}
.toolbar .content > .item:hover:not(.disabled):not(.passive) .hint,
.toolbar .content .group > .item:hover:not(.disabled):not(.passive) .hint,
.toolbar .content > .item.expand .hint,
.toolbar .content .group > .item.expand .hint {
background-color: #d5d5d5;
}
.toolbar .content > .item > .icon,
.toolbar .content .group > .item > .icon {
display: inline-block;
vertical-align: middle;
text-align: center;
width: 28px;
height: 28px;
font-size: 27px;
color: rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 #ffffff, 0 0 0 #505050;
}
.toolbar .content > .item > .icon:before,
.toolbar .content .group > .item > .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.toolbar .content > .item > .icon:after,
.toolbar .content .group > .item > .icon:after {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.toolbar .content > .item > .icon:before,
.toolbar .content .group > .item > .icon:before {
display: inline-block;
vertical-align: baseline;
}
.toolbar .content > .item > .text_icon,
.toolbar .content .group > .item > .text_icon {
display: inline-block;
vertical-align: middle;
text-align: center;
width: 30px;
height: 30px;
font-size: 20px;
color: rgba(0, 0, 0, 0.5);
}
.toolbar .content > .item.checkmail,
.toolbar .content .group > .item.checkmail {
float: right;
margin-right: 0px;
}
html.rtl .toolbar .content > .item.checkmail,
html.rtl .toolbar .content .group > .item.checkmail {
float: left;
margin-left: 0px;
}
.toolbar .content > .item.passive,
.toolbar .content .group > .item.passive,
.toolbar .content > .item.passive:hover,
.toolbar .content .group > .item.passive:hover {
cursor: default;
background: #fff;
border: 1px solid #fff;
box-shadow: none;
}
.toolbar .content > .item.passive .text,
.toolbar .content .group > .item.passive .text,
.toolbar .content > .item.passive:hover .text,
.toolbar .content .group > .item.passive:hover .text {
color: inherit;
}
.toolbar .content > .item.passive:first-child,
.toolbar .content .group > .item.passive:first-child,
.toolbar .content > .item.passive:hover:first-child,
.toolbar .content .group > .item.passive:hover:first-child {
margin-left: 0px;
}
.toolbar .content > .item.passive.send,
.toolbar .content .group > .item.passive.send,
.toolbar .content > .item.passive:hover.send,
.toolbar .content .group > .item.passive:hover.send,
.toolbar .content > .item.passive.mail_to,
.toolbar .content .group > .item.passive.mail_to,
.toolbar .content > .item.passive:hover.mail_to,
.toolbar .content .group > .item.passive:hover.mail_to {
background: #60c2e3;
border: 1px solid #35b1db;
color: #ffffff;
padding-left: 20px;
padding-right: 20px;
}
.toolbar .content > .item.passive.mail_to,
.toolbar .content .group > .item.passive.mail_to,
.toolbar .content > .item.passive:hover.mail_to,
.toolbar .content .group > .item.passive:hover.mail_to {
padding: 5px 12px;
height: auto;
line-height: inherit;
}
.toolbar .content > .item.passive.mail_to span,
.toolbar .content .group > .item.passive.mail_to span,
.toolbar .content > .item.passive:hover.mail_to span,
.toolbar .content .group > .item.passive:hover.mail_to span {
line-height: inherit;
}
.mobile .toolbar .content > .item.passive.checkmail:hover > .icon,
.mobile .toolbar .content .group > .item.passive.checkmail:hover > .icon,
.mobile .toolbar .content > .item.passive:hover.checkmail:hover > .icon,
.mobile .toolbar .content .group > .item.passive:hover.checkmail:hover > .icon {
color: #626262 !important;
}
.toolbar .content > .item .arrow,
.toolbar .content .group > .item .arrow {
height: 14px !important;
width: 14px !important;
}
.toolbar .content > .item .arrow:before,
.toolbar .content .group > .item .arrow:before {
vertical-align: top;
content: "\e66d" !important;
font-size: 16px;
}
.toolbar .content > .item > .text,
.toolbar .content .group > .item > .text {
display: inline-block;
display: none;
vertical-align: baseline;
font-weight: bold;
}
.toolbar .content > .item .hint,
.toolbar .content .group > .item .hint {
background-color: #aeaeae;
border-radius: 3px;
color: #FFFFFF;
padding: 0 5px;
vertical-align: middle;
display: inline-block;
line-height: 22px;
}
.toolbar .content > .item:first-child,
.toolbar .content .group > .item:first-child {
margin-left: 0px;
}
.toolbar .content > .item.send,
.toolbar .content .group > .item.send,
.toolbar .content > .item.mail_to,
.toolbar .content .group > .item.mail_to {
background: #60c2e3;
border: 1px solid #35b1db;
color: #ffffff;
padding-left: 20px;
padding-right: 20px;
}
.toolbar .content > .item.mail_to,
.toolbar .content .group > .item.mail_to {
padding: 5px 12px;
height: auto;
line-height: inherit;
}
.toolbar .content > .item.mail_to span,
.toolbar .content .group > .item.mail_to span {
line-height: inherit;
}
.mobile .toolbar .content > .item.checkmail:hover > .icon,
.mobile .toolbar .content .group > .item.checkmail:hover > .icon {
color: #626262 !important;
}
.toolbar .content .group {
display: inline-block;
vertical-align: middle;
margin-right: 8px;
position: relative;
}
html.rtl .toolbar .content .group {
margin-left: 8px;
margin-right: 0px;
}
html.mobile .toolbar .content .group {
position: static;
}
.toolbar .content .group > .item {
margin-right: 0px;
margin-left: 0px;
border-radius: 0px;
border-left-width: 0px;
border-right-width: 1px;
}
html.rtl .toolbar .content .group > .item {
margin-right: 0px;
margin-left: 0px;
border-radius: 0px;
border-left-width: 1px;
border-right-width: 0px;
}
.toolbar .content .group > .item:first-child {
border-left-width: 1px;
border-radius: 4px 0px 0px 4px;
}
html.rtl .toolbar .content .group > .item:first-child {
border-right-width: 1px;
border-radius: 0px 4px 4px 0px;
}
.toolbar .content .group > .item.control,
.toolbar .content .group > .item:last-child {
border-radius: 0px 4px 4px 0px;
}
html.rtl .toolbar .content .group > .item.control,
html.rtl .toolbar .content .group > .item:last-child {
border-radius: 4px 0px 0px 4px;
}
.toolbar .content .group.expand > .item {
background: #eeeeee;
box-shadow: inset 0px -1px 4px #eeeeee, inset 0px 1px 0px #d5d5d5;
box-shadow: none;
background: #79D3F7;
border-color: #6FC8EB;
}
.toolbar .content .group.expand > .item > .icon,
.toolbar .content .group.expand > .item > .arrow:before {
color: #fff;
text-shadow: none;
}
.toolbar .content .group.expand > .item > .text {
color: #fff;
}
.toolbar .content .group.expand > .item.send,
.toolbar .content .group.expand > .item.mail_to {
background: #4abadf;
border: 1px solid #25a6d2;
color: #ffffff;
}
.panel.compose .toolbar .content .group.expand > .item.new_window {
background: #79D3F7;
border-color: #6FC8EB;
}
.toolbar .content .group.expand > .item .hint {
background-color: #d5d5d5;
}
.toolbar .disabled .item,
.toolbar .item.disabled {
opacity: 0.3;
filter: alpha(opacity=30);
color: #888888;
cursor: default;
}
.toolbar .group.checkmail .icon:before,
.toolbar .item.checkmail .icon:before {
content: "\e607";
width: 100%;
height: 100%;
-webkit-transform-origin: 50% 48%;
-moz-transform-origin: 50% 48%;
-ms-transform-origin: 50% 48%;
-o-transform-origin: 50% 48%;
transform-origin: 50% 48%;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.no-cssanimations .toolbar .group.checkmail .icon:before,
.no-cssanimations .toolbar .item.checkmail .icon:before {
content: "";
}
.no-cssanimations .toolbar .group.checkmail .icon,
.no-cssanimations .toolbar .item.checkmail .icon {
background: url("images/check.png?7.6.2") no-repeat 0px 0px;
overflow: hidden;
width: 19px !important;
height: 19px !important;
}
.toolbar .group.checkmail.process .icon,
.toolbar .item.checkmail.process .icon {
text-shadow: none;
}
.toolbar .group.checkmail.process .icon:before,
.toolbar .item.checkmail.process .icon:before {
text-shadow: none;
}
.toolbar .group.mark .icon:before,
.toolbar .item.mark .icon:before {
content: "\e603";
}
.toolbar .group.move .icon:before,
.toolbar .item.move .icon:before {
content: "\e604";
}
.toolbar .group.delete .icon:before,
.toolbar .item.delete .icon:before {
content: "\e606";
}
.toolbar .group.watcher .icon,
.toolbar .item.watcher .icon {
background-position: -840px -240px;
}
.toolbar .group.spam .icon:before,
.toolbar .item.spam .icon:before {
content: "\e605";
}
.toolbar .group.notspam .icon:before,
.toolbar .item.notspam .icon:before {
content: "\e608";
}
.toolbar .group.empty_spam .icon:before,
.toolbar .item.empty_spam .icon:before {
content: "\e676";
}
.toolbar .group.empty_trash .icon:before,
.toolbar .item.empty_trash .icon:before {
content: "\e676";
}
.toolbar .group.download .icon:before,
.toolbar .item.download .icon:before {
content: "\e610";
}
.toolbar .group.share .icon:before,
.toolbar .item.share .icon:before {
content: "\e62a";
}
.toolbar .group.unshare .icon:before,
.toolbar .item.unshare .icon:before {
content: "\e62b";
}
.toolbar .group.share-all .icon:before,
.toolbar .item.share-all .icon:before {
content: "\e632";
}
.toolbar .group.unshare-all .icon:before,
.toolbar .item.unshare-all .icon:before {
content: "\e633";
}
.toolbar .group.publish .icon:before,
.toolbar .item.publish .icon:before {
content: "\e62c";
}
.toolbar .group.edit .icon:before,
.toolbar .item.edit .icon:before {
content: "\e62d";
}
.toolbar .group.resolve .icon:before,
.toolbar .item.resolve .icon:before {
content: "\e62f";
}
.toolbar .group.resolved .icon,
.toolbar .item.resolved .icon {
margin-right: 8px;
}
.toolbar .group.resolved .icon:before,
.toolbar .item.resolved .icon:before {
content: "\e673";
}
.toolbar .group.resolved .icon:after,
.toolbar .item.resolved .icon:after {
color: #79ee0a;
margin-left: -27px;
content: "\e674";
}
.toolbar .group.wait_client .icon:before,
.toolbar .item.wait_client .icon:before {
content: "\e631";
}
.toolbar .group.new_request .icon:before,
.toolbar .item.new_request .icon:before {
content: "\e630";
}
.toolbar .group.new_folder .icon:before,
.toolbar .item.new_folder .icon:before {
content: "\e62e";
}
.toolbar .group.forward .icon:before,
.toolbar .item.forward .icon:before {
content: "\e60e";
}
.toolbar .group.reply .icon:before,
.toolbar .item.reply .icon:before {
content: "\e60c";
}
.toolbar .group.replyall .icon:before,
.toolbar .item.replyall .icon:before {
content: "\e60d";
}
.toolbar .group.resend .icon:before,
.toolbar .item.resend .icon:before {
content: "\e650";
}
.toolbar .group.save .icon:before,
.toolbar .item.save .icon:before {
content: "\e610";
}
.toolbar .group.print .icon:before,
.toolbar .item.print .icon:before {
content: "\e60f";
}
.toolbar .group.new_window .icon:before,
.toolbar .item.new_window .icon:before {
content: "\e611";
}
.toolbar .group.save_and_close .icon:before,
.toolbar .item.save_and_close .icon:before {
content: "\e66b";
}
.toolbar .group.minimize .icon:before,
.toolbar .item.minimize .icon:before {
content: "\e669";
}
.toolbar .group.maximize .icon:before,
.toolbar .item.maximize .icon:before {
content: "\e66a";
}
.toolbar .group.back .icon:before,
.toolbar .item.back .icon:before {
content: "\e60b";
}
.toolbar .group.new_contact .icon:before,
.toolbar .item.new_contact .icon:before {
content: "\e601";
}
.toolbar .group.new_group .icon:before,
.toolbar .item.new_group .icon:before {
content: "\e609";
}
.toolbar .group.add_to .icon:before,
.toolbar .item.add_to .icon:before {
content: "\e604";
}
.toolbar .group.remove_from .icon:before,
.toolbar .item.remove_from .icon:before {
content: "\e64a";
}
.toolbar .group.new_message .icon:before,
.toolbar .item.new_message .icon:before {
content: "\e600";
}
.toolbar .group.send_files .icon:before,
.toolbar .item.send_files .icon:before {
content: "\e61a";
}
.toolbar .group.close .icon:before,
.toolbar .item.close .icon:before {
content: "\e60b";
}
.toolbar .group.prev .icon:before,
.toolbar .item.prev .icon:before {
content: "\e64b";
}
html.rtl .toolbar .group.prev .icon:before,
html.rtl .toolbar .item.prev .icon:before {
content: "\e64c";
}
.toolbar .group.next .icon:before,
.toolbar .item.next .icon:before {
content: "\e64c";
}
html.rtl .toolbar .group.next .icon:before,
html.rtl .toolbar .item.next .icon:before {
content: "\e64b";
}
.toolbar .group.more > .icon,
.toolbar .item.more > .icon {
width: 22px;
overflow: hidden;
}
.toolbar .group.more > .icon:before,
.toolbar .item.more > .icon:before {
content: "\e651";
}
.toolbar .group.headers > .icon:before,
.toolbar .item.headers > .icon:before {
content: "\e653";
}
.toolbar .group.pgp > .icon:before,
.toolbar .item.pgp > .icon:before {
content: "\e659";
}
.toolbar .group.new_link > .icon:before,
.toolbar .item.new_link > .icon:before {
content: "\e65a";
}
.toolbar .group.save_as_pdf > .icon:before,
.toolbar .item.save_as_pdf > .icon:before {
content: "\e664";
}
.toolbar .content .group > .item {
border-left-width: 1px !important;
}
.cssanimations .toolbar .item.process .icon:before {
-webkit-animation: cycle 0.8s linear infinite;
-moz-animation: cycle 0.8s linear infinite;
animation: cycle 0.8s linear infinite;
}
.mobile .messages .panel_top .search_block {
padding-right: 58px;
}
.mobile .messages .panel_top .toolbar {
background: none;
border: 0;
border-radius: 0;
display: inline-block;
filter: none;
float: right;
margin-top: -29px;
padding: 0;
}
.mobile .messages .panel_top .toolbar .content {
padding: 0;
}
.mobile .messages .panel_top .toolbar .content .item.checkmail {
padding: 0 2px;
background: none;
border: 0;
box-shadow: none;
}
/*=== END Toolbar CSS ===*//*=== Toolbar CSS ===*/
/*.toolbar {
@bottomBorder: 1px solid #cacfd5;
@background: #e0e7ef;
.theme-item-hover() {
box-shadow: inset 0px -1px 4px #eee, inset 0px 1px 0px #d5d5d5;
};
background: @background;
border-bottom: @bottomBorder;
border-radius: 4px 4px 0 0;
white-space: nowrap;
.content {
display: block;
font-size: 0.1px;
padding: 11px;
& > .item,
.group > .item {
display: inline-block;
vertical-align: middle;
background-color: #fafafa;
box-shadow: inset 0px -1px 4px #eee, inset 0px 1px 0px #fff;
border: 1px solid #c5c5c5;
border-radius: 6px;
font-size: 16pt;
text-decoration: none;
//line-height: 140%;
cursor: pointer;
padding: 4px 6px 3px;
margin-right: 8px;
color: #626262;
&:hover:not(.disabled),
&.expand {
.theme-item-hover();
}
html.rtl & {
margin-left: 8px;
margin-right: 0px;
}
&:last-child {
margin-right: 0px;
html.rtl & {
margin-left: 0px;
}
}
&.passive,
&.passive:hover {
color: #888888;
cursor: default;
box-shadow: none;
background: #FAFAFA;
}
.text {
display: inline-block;
display: none;
vertical-align: middle;
font-weight: bold;
padding: 0px 4px;
color: rgba(0,0,0, 0.5);
text-shadow: 0 1px 0 #FFFFFF, 0 0 0 #505050;
}
.icon {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 32px;
.iconFontInit();
&:before {
font-size: 30px;
display: inline-block;
width: 30px;
height: 30px;
color: rgba(0,0,0, 0.5);
text-shadow: 0 1px 0 #FFFFFF, 0 0 0 #505050;
}
&.arrow {
width: 20px;
&:before {
content: "\e61d";
}
}
}
.hint {
background-color: #c0c0c0;
border: 1px solid #c0c0c0;
border-radius: 3px;
color: #FFFFFF;
padding: 1px 3px;
vertical-align: middle;
}
.theme-item();
}
.group {
display: inline-block;
vertical-align: middle;
margin-right: 8px;
html.rtl & {
margin-left: 8px;
margin-right: 0px;
}
& > .item {
margin-right: 0px;
margin-left: 0px;
border-radius: 0px;
border-left-width: 0px;
border-right-width: 1px;
html.rtl & {
margin-right: 0px;
margin-left: 0px;
border-radius: 0px;
border-left-width: 1px;
border-right-width: 0px;
}
&:first-child {
border-left-width: 1px;
border-radius: 4px 0px 0px 4px;
html.rtl & {
border-right-width: 1px;
border-radius: 0px 4px 4px 0px;
}
}
&.control,
&:last-child {
border-radius: 0px 4px 4px 0px;
html.rtl & {
border-radius: 4px 0px 0px 4px;
}
}
}
&.expand > .item {
.theme-item-hover();
}
}
}
.disabled .item,
.item.disabled {
.opacity(0.3);
color: #888888;
cursor: default;
}
.group,
.item {
@import "_toolbar_icons.less";
&.replyall .icon {
width: 36px;
}
}
.theme-common-panel-toolbar();
}
.cssanimations .toolbar .item.process .icon:before {
.animation(cycle 0.8s linear infinite);
}*/
/*=== END Toolbar CSS ===*/
/*=== Field list CSS ===*/
.fields .fieldset .subtitle {
margin-top: 0px;
font-size: 13.5pt;
}
.fields .fieldgroup {
padding-bottom: 20px;
}
.fields .fieldgroup:last-child {
padding-bottom: 0px;
}
.fields .hint {
color: #929292;
padding: 0 0 10px;
padding: 0px;
margin: 0 0 10px;
text-shadow: 0 1px 0 #FFFFFF;
}
.fields .hint p {
margin: 0px;
}
.cssanimations .fields .hint.highlight {
-webkit-animation: highlight 500ms linear;
-moz-animation: highlight 500ms linear;
animation: highlight 500ms linear;
}
.fields .row {
margin: 0px 0px 6px;
font-size: 0px;
clear: both;
}
.fields .row:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}
* html > body .fields .row {
width: 100%;
display: block;
}
* html .fields .row {
height: 1%;
}
.fields .row.dates {
display: inline-block;
}
.fields .row.dates.editable {
display: inline-block;
cursor: pointer;
color: #47b;
}
.fields .row.dates.editable:hover {
text-decoration: underline;
color: #c74747;
}
.fields .row.description value {
-ms-word-break: break-all;
word-break: break-word;
}
.fields .row > * {
font-size: 9pt;
}
.fields .row .placeholder {
display: inline-block;
vertical-align: middle;
width: 0px;
height: 0;
position: relative;
color: #bbb;
font-size: 12pt;
white-space: nowrap;
text-indent: 5px;
cursor: text;
float: left;
}
html.rtl .fields .row .placeholder {
float: right;
}
.fields .row .placeholder .title {
color: #bbb;
}
.fields .row.filled .placeholder,
.fields .row.focused .placeholder {
overflow: hidden;
}
.fields .label {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
padding-right: 10px;
-ms-word-break: break-all;
word-wrap: break-word;
}
html.rtl .fields .label {
padding-right: 0px;
padding-left: 10px;
}
.fields .label.required:before {
content: "*";
width: 0.6em;
display: inline-block;
color: red;
margin-left: -0.6em;
}
.fields td.label {
display: table-cell;
}
.fields .value {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.fields .input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 140px;
width: 300px;
padding: 4px 6px;
border-radius: 4px;
margin-right: 16px;
}
html.rtl .fields .input {
margin-right: 0px;
margin-left: 16px;
}
.fields .input:last-child {
margin-right: 0px;
}
html.rtl .fields .input:last-child {
margin-left: 0px;
}
.fields .input[maxlength="2"] {
width: 3em;
}
.fields .input[maxlength="3"] {
width: 3.5em;
}
.fields .input[maxlength="4"] {
width: 4em;
}
.fields .input[maxlength="5"] {
width: 4.5em;
}
/*=== END Field list CSS ===*/
/*=== END Field list CSS ===*/
.draggable {
width: 0px;
height: 0px;
/* don't change */
}
.draggable .content {
cursor: move;
width: 200px;
height: 200px;
margin: -100px 0px 0px -100px;
}
.draggable .content .count-text {
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000');
padding: 8px 16px;
border-radius: 2px;
line-height: 100%;
display: inline-block;
margin: 100px 0px 0px 100px;
z-index: 10002;
color: #fff;
padding: 6px 10px;
min-width: 30px;
}
/*=== END Field list CSS ===*/
/* Controls */
.buttons {
margin-top: 15px;
text-align: right;
}
html.rtl .buttons {
text-align: left;
}
.buttons .button {
display: inline-block;
font: bold 10pt Helvetica, Tahoma, Arial, sans-serif;
padding: 5px 12px;
cursor: pointer;
border-radius: 4px;
text-align: center;
-webkit-transition: background 200ms ease 0s;
-moz-transition: background 200ms ease 0s;
-o-transition: background 200ms ease 0s;
transition: background 200ms ease 0s;
}
.buttons .button {
background: #60c2e3;
border: 1px solid #35b1db;
color: #ffffff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.buttons .button:hover {
background: #4abadf;
}
.buttons .button.disabled {
color: #b0e1f1;
text-shadow: none !important;
cursor: default;
}
.buttons .button.disabled:hover {
background: #60c2e3;
}
.buttons .button.secondary {
background: #f3f3f3;
border: 1px solid #dadada;
color: #606060;
text-shadow: 0px 1px 0px #ffffff;
}
.buttons .button.secondary:hover {
background: #e6e6e6;
}
.buttons .button.secondary.disabled {
color: #f9f9f9;
}
.buttons .button.secondary.disabled:hover {
background: #f3f3f3;
}
.buttons .button.special {
background: #2edcc7;
border: 1px solid #22ceb9;
color: #ffffff;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.buttons .button.special:hover {
background: #22ceb9;
}
.buttons .button.special.disabled {
color: #97eee3;
}
.buttons .button.special.disabled:hover {
background: #2edcc7;
}
.buttons .button.state {
text-shadow: none;
cursor: default;
background: #ffffff;
border: 1px solid #a7a7a7;
color: #a7a7a7;
}
.buttons .button.state.disabled {
color: #808080;
}
.buttons .button.state.disabled:hover {
background: #ffffff;
}
.custom_radio,
.custom_checkbox {
display: inline-block;
vertical-align: text-bottom;
overflow: hidden;
line-height: 1;
margin-right: 4px;
cursor: pointer;
font-size: 0;
}
html.rtl .custom_radio,
html.rtl .custom_checkbox {
margin-right: 0px;
margin-left: 4px;
}
.toolbar .custom_radio,
.toolbar .custom_checkbox {
vertical-align: middle !important;
}
.custom_radio.disabled,
.custom_checkbox.disabled,
.custom_radio.disabled,
.custom_checkbox.disabled {
cursor: default;
}
.custom_radio input,
.custom_checkbox input {
opacity: 0;
filter: alpha(opacity=0);
float: left;
margin-right: -13px;
margin-top: -30px;
}
html.rtl .custom_radio input,
html.rtl .custom_checkbox input {
float: right;
}
.custom_radio .icon,
.custom_checkbox .icon {
display: inline-block;
vertical-align: top;
border: 1px solid #b4b5b6;
border-radius: 2px;
width: 13px !important;
height: 13px !important;
line-height: 13px !important;
background: #fff;
text-align: center;
color: #5A6269;
}
.custom_radio .icon:before,
.custom_checkbox .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.custom_radio .icon:before,
.custom_checkbox .icon:before {
font-size: 10px;
display: inline-block;
vertical-align: baseline;
line-height: inherit;
}
.toolbar .custom_radio .icon:before,
.toolbar .custom_checkbox .icon:before {
font-size: 12px !important;
width: 12px !important;
height: 12px !important;
}
.disabled.custom_radio .icon,
.disabled.custom_checkbox .icon {
color: #ccc;
}
.custom_checkbox.checked .icon:before {
content: "\e61c";
}
.custom_radio .icon {
border-radius: 50%;
}
.custom_radio .icon:before {
margin: 0 0 0 -1px;
}
.custom_radio.checked .icon:before {
content: "\e61b";
}
.custom_switcher {
display: inline-block;
background: #fff;
border: 1px solid #ccc;
border-radius: 3px;
font-size: 0px;
}
.custom_switcher .text {
display: inline-block !important;
padding: 5px 5px;
font-size: 9pt;
border-right: 1px solid #ccc;
}
.custom_switcher label.checked {
background: #6FA8DE;
display: inline-block;
color: #fff;
}
.custom_switcher label:first-child .text {
padding-left: 7px;
}
html.rtl .custom_switcher label:first-child .text {
padding-right: 7px;
border: 0px;
}
.custom_switcher label:last-child .text {
padding-right: 7px;
border: 0px;
}
html.rtl .custom_switcher label:last-child .text {
padding-right: 5px;
border-right: 1px solid #ccc;
}
.custom_switcher input {
display: none;
}
.input {
border: 1px solid #ccc;
background: #fff;
box-shadow: 0px 4px 3px -3px #e5e5e5 inset;
}
.input.focus,
.input:focus {
box-shadow: 0px 4px 3px -3px #e5e5e5 inset, 0 0 2px 0 #1d67cd;
border: 1px solid #fff;
}
.scroll-wrap {
display: block;
position: relative;
overflow: hidden;
max-height: none;
height: 100%;
}
.scroll-wrap .scroll-inner {
overflow: hidden;
}
.scroll-inner::-webkit-scrollbar {
width: 0px;
}
.scroll-inner {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
width: auto !important;
max-height: inherit;
position: relative;
top: 0px;
display: block;
}
.customscroll-scrollbar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
z-index: 10;
visibility: hidden;
}
.csstransitions .customscroll-scrollbar {
-webkit-transition: opacity 300ms linear, visibility 0ms linear 300ms;
-moz-transition: opacity 300ms linear, visibility 0ms linear 300ms;
-o-transition: opacity 300ms linear, visibility 0ms linear 300ms;
transition: opacity 300ms linear, visibility 0ms linear 300ms;
}
.customscroll-scrollbar div {
background: #474c50;
border-radius: 7px;
height: 100%;
}
.customscroll-scrollbar-shown {
opacity: 0.3;
filter: alpha(opacity=30);
visibility: visible;
}
.csstransitions .customscroll-scrollbar-shown {
-webkit-transition: opacity 300ms linear, visibility 0ms linear 0ms;
-moz-transition: opacity 300ms linear, visibility 0ms linear 0ms;
-o-transition: opacity 300ms linear, visibility 0ms linear 0ms;
transition: opacity 300ms linear, visibility 0ms linear 0ms;
}
.customscroll-scrollbar-shown:hover {
opacity: 0.6;
filter: alpha(opacity=60);
}
.customscroll-scrollbar-horizontal {
height: 16px;
margin-left: 2px;
bottom: 4px;
left: 0;
}
.customscroll-scrollbar-horizontal div {
margin: 12px 0px 2px 0px;
height: 4px;
}
.csstransitions .customscroll-scrollbar-horizontal div {
-webkit-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
-moz-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
-o-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
transition: height 300ms ease 0ms, margin 300ms ease 0ms;
}
.customscroll-scrollbar-horizontal.customscroll-scrollbar-shown div {
margin: 10px 0px 2px 0px;
height: 8px;
}
.csstransitions .customscroll-scrollbar-horizontal.customscroll-scrollbar-shown div {
-webkit-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
-moz-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
-o-transition: height 300ms ease 0ms, margin 300ms ease 0ms;
transition: height 300ms ease 0ms, margin 300ms ease 0ms;
}
.customscroll-scrollbar.customscroll-scrollbar-vertical {
width: 12px;
margin-top: 2px;
right: 0px;
top: 0;
padding: 6px 0px;
margin-right: 0px;
text-align: center;
}
html.rtl .customscroll-scrollbar.customscroll-scrollbar-vertical {
right: auto;
left: 2px;
}
.customscroll-scrollbar.customscroll-scrollbar-vertical div {
display: inline-block !important;
width: 4px;
}
.csstransitions .customscroll-scrollbar.customscroll-scrollbar-vertical div {
-webkit-transition: width 300ms ease 0ms;
-moz-transition: width 300ms ease 0ms;
-o-transition: width 300ms ease 0ms;
transition: width 300ms ease 0ms;
}
html.rtl .customscroll-scrollbar.customscroll-scrollbar-vertical div {
margin-left: 2px;
margin-right: 6px;
}
.customscroll-scrollbar.customscroll-scrollbar-vertical.customscroll-scrollbar-shown div {
width: 8px;
}
.csstransitions .customscroll-scrollbar.customscroll-scrollbar-vertical.customscroll-scrollbar-shown div {
-webkit-transition: width 300ms ease 0ms;
-moz-transition: width 300ms ease 0ms;
-o-transition: width 300ms ease 0ms;
transition: width 300ms ease 0ms;
}
.pagination {
cursor: default;
display: block;
text-align: right;
}
html.rtl .pagination {
text-align: left;
}
.pagination .pages {
display: inline-block;
vertical-align: middle;
}
.pagination .item {
font-size: 12pt;
display: inline-block;
vertical-align: middle;
cursor: pointer;
color: #aaa;
}
.csstransitions .pagination .item {
-webkit-transition: color 200ms ease 0s;
-moz-transition: color 200ms ease 0s;
-o-transition: color 200ms ease 0s;
transition: color 200ms ease 0s;
}
.pagination .item:hover {
color: #777;
}
.pagination .item.current {
cursor: default;
color: #000;
}
.pagination .item.first,
.pagination .item.last,
.pagination .item.prev,
.pagination .item.next {
display: inline-block;
vertical-align: middle;
line-height: 18px;
}
.pagination .item.first:before,
.pagination .item.last:before,
.pagination .item.prev:before,
.pagination .item.next:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pagination .item.first:before,
.pagination .item.last:before,
.pagination .item.prev:before,
.pagination .item.next:before {
font-size: 18px;
display: inline-block;
vertical-align: middle;
}
.pagination .item.first:before {
content: "\e64e";
}
html.rtl .pagination .item.first:before {
content: "\e64d";
}
.pagination .item.last:before {
content: "\e64d";
}
html.rtl .pagination .item.last:before {
content: "\e64e";
}
.pagination .item.prev:before {
content: "\e64b";
}
html.rtl .pagination .item.prev:before {
content: "\e64c";
}
.pagination .item.next:before {
content: "\e64c";
}
html.rtl .pagination .item.next:before {
content: "\e64b";
}
.pagination .pages .item {
padding: 0px 2px;
}
.dropdown {
-webkit-transition: opacity 300ms linear;
-moz-transition: opacity 300ms linear;
-o-transition: opacity 300ms linear;
transition: opacity 300ms linear;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
display: block;
position: absolute;
z-index: 1000;
bottom: 0px;
top: 0px;
right: 0px;
left: -10000px;
cursor: default;
font-size: 9pt;
width: 100%;
visibility: hidden;
color: #626262;
background: rgba(255, 255, 255, 0.5);
}
.expand .dropdown {
opacity: 1;
filter: alpha(opacity=100);
left: 0px;
visibility: visible;
overflow: visible;
}
html.rtl .expand .dropdown {
left: auto;
right: 0px;
}
.dropdown .dropdown_content {
overflow-x: hidden;
overflow-y: auto;
max-height: 80%;
min-width: 100px;
display: block;
position: absolute;
top: 10%;
left: 20px;
right: 20px;
background: #FFFFFF;
border: 1px solid #CBC8C0;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.register .dropdown .dropdown_content {
position: relative;
}
.dropdown .dropdown_content.scroll-wrap {
overflow: hidden;
}
.dropdown .dropdown_content.scroll-wrap .customscroll-scrollbar-vertical {
right: 2px !important;
}
.dropdown .dropdown_content .item {
display: block;
padding: 8px 12px;
margin: 0px;
white-space: nowrap;
cursor: pointer;
border: 0px;
box-shadow: none;
border-radius: 0px;
background: none;
height: auto;
}
.dropdown .dropdown_content .item:hover {
background: #f7f7f7;
}
.dropdown .dropdown_content .item.disabled {
color: #aaa;
cursor: default;
}
.dropdown .dropdown_content .item.disabled:hover {
background: none;
}
.dropdown .dropdown_content .item.selected {
color: #333;
background: #f0f0f0;
}
.dropdown .dropdown_arrow {
font-size: 0;
display: block;
width: 0px;
height: 0px;
margin: 0px 0px 0px 10px;
position: relative;
z-index: 1;
border-bottom: 6px solid #CBC8C0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-left-color: rgba(224, 224, 224, 0);
border-right-color: rgba(224, 224, 224, 0);
display: none;
}
html.rtl .dropdown .dropdown_arrow {
margin: 0px 10px 0px 0px;
}
.dropdown .dropdown_arrow span {
display: block;
width: 0px;
height: 0px;
margin-left: -5px;
position: relative;
top: 2px;
border-bottom: 5px solid #fff;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-left-color: rgba(224, 224, 224, 0);
border-right-color: rgba(224, 224, 224, 0);
}
html.rtl .dropdown .dropdown_arrow span {
margin-left: 0px;
margin-right: -5px;
}
/*=== END Dropdown CSS ===*/
.dropdown .folders .item,
.dropdown .folders .item:hover {
background: none;
padding: 0px;
}
.dropdown .folders .folder {
display: block;
cursor: pointer;
padding: 8px 12px 8px 0px;
}
.dropdown .folders .folder:hover {
background: #f7f7f7;
}
.dropdown .folders .folder .title {
padding-top: 6px;
padding-bottom: 6px;
padding-right: 12px;
font-weight: normal;
cursor: inherit;
}
.dropdown .folders .folder.disabled,
.dropdown .folders .folder.unselectable {
background: none;
cursor: default;
}
.dropdown .folders .folder.disabled .title,
.dropdown .folders .folder.unselectable .title {
color: #aaa;
}
/*=== Custom select CSS ===*/
.custom_selector {
position: relative;
display: inline-block;
}
.register .custom_selector .name {
display: inline-block;
height: 15px;
}
.custom_selector .dropdown {
z-index: 500;
position: absolute;
min-width: 100%;
left: 0px;
bottom: 0px;
visibility: hidden;
}
.custom_selector .dropdown .arrow {
font-size: 0;
display: block;
width: 0px;
height: 0px;
margin: 0px 0px -1px 10px;
position: relative;
border-bottom: 6px solid #CBC8C0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-left-color: rgba(224, 224, 224, 0);
border-right-color: rgba(224, 224, 224, 0);
}
.custom_selector .dropdown .arrow span {
display: block;
width: 0px;
height: 0px;
margin-left: -6px;
position: relative;
top: 2px;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-left-color: rgba(224, 224, 224, 0);
border-right-color: rgba(224, 224, 224, 0);
}
.custom_selector.right .dropdown .arrow {
float: right;
margin: 0px 10px -1px 0px;
}
.custom_selector.expand .dropdown {
left: 0px;
visibility: visible;
}
.custom_selector .dropdown_helper {
position: absolute;
left: 0px;
top: 0px;
}
.custom_selector.right .dropdown_helper {
left: auto;
right: 0px;
}
.custom_selector .dropdown_content {
background: #FFFFFF;
border: 1px solid #CBC8C0;
border-radius: 4px 4px 4px 4px;
display: inline-block;
max-height: 200px;
overflow-y: auto;
padding: 10px;
text-align: left;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
html.rtl .custom_selector .dropdown_content {
text-align: right;
}
.custom_selector .item:last-child {
border-bottom: 0px;
}
.languages .custom_selector .dropdown_content {
padding: 0px;
}
.languages .custom_selector.right .dropdown_arrow {
margin-right: 23px;
float: right;
}
.languages .custom_selector .item {
display: block;
white-space: nowrap;
padding: 8px 12px;
border-bottom: 1px solid #CBC8C0;
cursor: pointer;
color: #4d4d4d;
}
.languages .custom_selector .item.selected {
background: #f0f0f0;
}
.languages .custom_selector .item:hover {
background: #fafafa;
}
.languages .custom_selector .control {
cursor: pointer;
}
html.rtl .languages .custom_selector .control {
float: left;
}
.languages .custom_selector .control .icon {
margin: 0px;
}
.languages .custom_selector .control .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.languages .custom_selector .control .icon:before {
content: "\e671";
font-size: 16px;
display: inline-block;
vertical-align: middle;
margin-top: -0.4ex;
}
.languages .custom_selector.expand .control .icon:before {
content: "\e66e";
}
.languages .name .text {
display: none;
}
.languages .icon {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 11px;
margin-right: 4px;
background: url("images/sprites.png?7.6.2") no-repeat 40px -400px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 1.3dppx), only screen and (min-resolution: 125dpi) {
.languages .icon {
background-image: url("images/sprites2x.png?7.6.2");
background-size: 1440px 560px;
}
}
.languages .English .icon {
background-position: 0px -480px;
}
.languages .Arabic .icon {
background-position: -80px -520px;
}
.languages .Bulgarian .icon {
background-position: -40px -480px;
}
.languages .Chinese-Simplified .icon {
background-position: -80px -480px;
}
.languages .Chinese-Traditional .icon {
background-position: -80px -480px;
}
.languages .Czech .icon {
background-position: -120px -480px;
}
.languages .Danish .icon {
background-position: -160px -480px;
}
.languages .Dutch .icon {
background-position: -640px -480px;
}
.languages .Estonian .icon {
background-position: -200px -480px;
}
.languages .Finnish .icon {
background-position: -240px -480px;
}
.languages .French .icon {
background-position: -280px -480px;
}
.languages .German .icon {
background-position: -320px -480px;
}
.languages .Greek .icon {
background-position: -360px -480px;
}
.languages .Hebrew .icon {
background-position: -440px -480px;
}
.languages .Hungarian .icon {
background-position: -400px -480px;
}
.languages .Italian .icon {
background-position: -480px -480px;
}
.languages .Japanese .icon {
background-position: -520px -480px;
}
.languages .Korean .icon {
background-position: -120px -520px;
}
.languages .Latvian .icon {
background-position: -560px -480px;
}
.languages .Lithuanian .icon {
background-position: -600px -480px;
}
.languages .Norwegian .icon {
background-position: -680px -480px;
}
.languages .Persian .icon {
background-position: -360px -520px;
}
.languages .Polish .icon {
background-position: -720px -480px;
}
.languages .Portuguese-Brazil .icon {
background-position: -760px -480px;
}
.languages .Romanian .icon {
background-position: 0px -520px;
}
.languages .Russian .icon {
background-position: -40px -520px;
}
.languages .Spanish .icon {
background-position: -160px -520px;
}
.languages .Swedish .icon {
background-position: -200px -520px;
}
.languages .Thai .icon {
background-position: -240px -520px;
}
.languages .Turkish .icon {
background-position: -280px -520px;
}
.languages .Ukrainian .icon {
background-position: -320px -520px;
}
.languages .Serbian .icon {
background-position: -400px -520px;
}
.languages .Portuguese-Portuguese .icon {
background-position: -800px -480px;
}
.languages.demo {
position: static !important;
clear: both;
background: #D7DCDF;
border-radius: 4px;
border: 1px solid #C7CCCF;
text-align: left;
padding: 10px 14px;
margin-top: 20px;
width: 540px;
margin-left: -165px;
}
.languages.demo .title {
font-size: 12pt;
color: #464646;
margin-bottom: 10px;
text-align: center;
}
.languages.demo .item {
display: inline-block;
width: 49%;
width: 24%;
color: #555555;
}
.languages.demo .item .item_content {
display: inline-block;
padding: 3px 6px;
cursor: pointer;
border-radius: 3px;
}
.languages.demo .item .item_content:hover {
background-color: #B3BAC2;
color: #333333;
}
.languages.demo .item .item_content .text {
display: inline-block;
vertical-align: middle;
}
.languages.demo .item.selected .item_content {
background: #6C859B;
color: #fff;
}
/*=== ui-autocomplete CSS ===*/
.ui-autocomplete {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
}
.ui-autocomplete li {
position: relative;
}
.ui-autocomplete.ui-front {
z-index: 2001;
}
.ui-autocomplete.ui-menu .ui-menu-item a {
overflow: hidden;
white-space: nowrap;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.del {
position: absolute;
top: 6px;
right: 0;
visibility: hidden;
color: #d8d8d8;
text-shadow: 0 1px 0 #ffffff, 0 0 0 #c8c8c8;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.del:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ui-autocomplete.ui-menu .ui-menu-item a span.del:before {
content: "\e63e";
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus span.del {
visibility: visible;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus span.del:hover {
box-shadow: none;
color: #676767;
}
.ui-autocomplete .ui-state-focus {
background: #f1f1f1;
border-color: #f1f1f1;
}
/*=== END ui-autocomplete CSS ===*/
/*=== ui-datepicker CSS ===*/
.ui-datepicker .ui-widget-header {
background: none;
border: none;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
background: none;
border: none;
}
.ui-datepicker .ui-datepicker-today {
background: #FFF4CF;
}
/*=== END ui-datepicker CSS ===*//*=== Attachments Common CSS ===*/
.attachments .attachment {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #FFFFFF;
border-radius: 3px;
box-shadow: 0 1px 2px #B7B7B7;
margin: 4px 2px 10px;
overflow: hidden;
position: relative;
clear: both;
}
.attachments .attachment:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}
* html > body .attachments .attachment {
width: 100%;
display: block;
}
* html .attachments .attachment {
height: 1%;
}
.attachments .attachment.fail {
opacity: 0.3;
}
.csstransitions .attachments .attachment.fail {
-webkit-transition: opacity 1000ms ease 1s;
-moz-transition: opacity 1000ms ease 1s;
-o-transition: opacity 1000ms ease 1s;
transition: opacity 1000ms ease 1s;
}
.attachments .attachment .item_content {
display: block;
padding: 8px 10px 6px;
float: right;
}
.attachments .attachment .cancel {
display: none;
}
.upload.attachments .attachment .cancel {
background: #e84d49;
border-radius: 2px;
display: block;
float: right;
height: 14px;
width: 14px;
overflow: hidden;
margin-top: 5px;
cursor: pointer;
color: #fff;
font-size: 12px;
text-align: center;
}
.upload.attachments .attachment .cancel:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.upload.attachments .attachment .cancel:before {
content: "\e63e";
}
.attachments .attachment .spinner {
background: url("images/wait.gif?7.6.2") no-repeat left top;
display: inline-block;
width: 20px;
height: 20px;
}
.attachments .attachment .progress {
display: block;
margin-bottom: -3px;
height: 3px;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}
.attachments .attachment .progress span {
display: block;
height: 3px;
background: #EF4A4A;
}
.attachments .attachment .image {
display: none;
text-align: center;
overflow: hidden;
min-height: 100px;
border-bottom: 1px solid #dedede;
white-space: nowrap;
}
.attachments .attachment .image:after {
display: inline-block;
vertical-align: middle;
min-height: inherit;
content: "";
}
.attachments .attachment .image img {
vertical-align: middle;
background: #fff;
}
.attachments .attachment .text {
color: #c7c7c7;
text-transform: uppercase;
font-size: 18pt;
margin: 36px 0px 0px;
display: inline-block;
}
.attachments .attachment .icon {
vertical-align: top;
margin: 15px 4px 0px 0px !important;
}
.attachments .attachment .download {
cursor: pointer;
}
.attachments .attachment .title {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: block;
max-width: 100%;
padding: 10px 0px 0px 8px;
word-wrap: break-word;
font-weight: bold;
white-space: normal;
}
.attachments .attachment .ext {
/*white-space: nowrap;*/
display: inline-block;
}
.attachments .attachment .size {
color: #929292;
float: right;
display: block;
margin: 10px 0px 0px 0px;
}
.attachments .attachment .status_text {
-webkit-transition: opacity 500ms ease 0s, visibility 1ms linear 0ms;
-moz-transition: opacity 500ms ease 0s, visibility 1ms linear 0ms;
-o-transition: opacity 500ms ease 0s, visibility 1ms linear 0ms;
transition: opacity 500ms ease 0s, visibility 1ms linear 0ms;
display: block;
float: right;
overflow: hidden;
white-space: normal;
margin: 2px 10px 0px 0px;
opacity: 1;
visibility: visible;
}
.attachments .attachment .status_text.hide {
-webkit-transition: opacity 500ms ease 0s, visibility 1ms linear 600ms;
-moz-transition: opacity 500ms ease 0s, visibility 1ms linear 600ms;
-o-transition: opacity 500ms ease 0s, visibility 1ms linear 600ms;
transition: opacity 500ms ease 0s, visibility 1ms linear 600ms;
opacity: 0;
visibility: hidden;
}
.attachments .attachment.fail .status_text {
color: #f00;
}
.attachments .attachment.success .status_text {
color: #308F00;
}
.attachments .attachment .buttons {
-webkit-transition: opacity 500ms ease 0s, visibility 1ms linear 0ms, max-width 1ms linear 0ms;
-moz-transition: opacity 500ms ease 0s, visibility 1ms linear 0ms, max-width 1ms linear 0ms;
-o-transition: opacity 500ms ease 0s, visibility 1ms linear 0ms, max-width 1ms linear 0ms;
transition: opacity 500ms ease 0s, visibility 1ms linear 0ms, max-width 1ms linear 0ms;
border: 0px;
padding: 0px;
margin: 2px 0px 0px 0px;
display: block;
float: right;
opacity: 1;
visibility: visible;
max-width: 200px;
}
.attachments .attachment .buttons.hide {
-webkit-transition: opacity 500ms ease 0s, visibility 1ms linear 600ms, max-width 1ms linear 0ms;
-moz-transition: opacity 500ms ease 0s, visibility 1ms linear 600ms, max-width 1ms linear 0ms;
-o-transition: opacity 500ms ease 0s, visibility 1ms linear 600ms, max-width 1ms linear 0ms;
transition: opacity 500ms ease 0s, visibility 1ms linear 600ms, max-width 1ms linear 0ms;
opacity: 0;
visibility: hidden;
max-width: 0px;
}
.attachments .attachment .buttons .button {
padding: 0px;
font-weight: normal;
font-size: 12pt;
background: none;
color: #4477BB;
text-shadow: none;
border: 0px;
}
/*=== END Attachments Common CSS ===*//*=== Report panels CSS ===*/
.report_panel {
width: 100%;
text-align: center;
height: 0px;
overflow: visible;
top: 0px;
position: fixed;
z-index: 3000;
visibility: visible;
}
.report_panel a {
text-shadow: none;
white-space: nowrap;
}
.report_panel.error {
z-index: 2999;
}
.report_panel.hide {
visibility: hidden;
}
.csstransitions .report_panel {
-webkit-perspective: 200px;
-moz-perspective: 200px;
-o-perspective: 200px;
perspective: 200px;
-webkit-transition: visibility 0ms linear 0ms;
-moz-transition: visibility 0ms linear 0ms;
-o-transition: visibility 0ms linear 0ms;
transition: visibility 0ms linear 0ms;
}
.csstransitions .report_panel.hide {
-webkit-transition: visibility 0ms linear 500ms;
-moz-transition: visibility 0ms linear 500ms;
-o-transition: visibility 0ms linear 500ms;
transition: visibility 0ms linear 500ms;
}
.report_panel .content {
display: inline-block;
font-weight: bold;
text-align: left;
background: #f9f9f9;
border: 1px solid #c3c3c3;
border-top: 0px;
padding: 15px 30px 10px;
border-radius: 0px 0px 4px 4px;
box-shadow: 0px 1px 2px 0px #bbb;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
opacity: 1;
filter: alpha(opacity=100);
max-width: 20%;
box-shadow: 0 1px 5px 0 #000;
}
@media screen and (max-width: 768px) {
.report_panel .content {
max-width: 80%;
}
}
.csstransitions .report_panel .content {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: 0px 0px;
-moz-transform-origin: 0px 0px;
-o-transform-origin: 0px 0px;
transform-origin: 0px 0px;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
-o-transition: all 200ms ease 0s;
transition: all 200ms ease 0s;
}
.hide.report_panel .content {
opacity: 0;
filter: alpha(opacity=0);
}
.csstransitions .hide.report_panel .content {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
-o-transition: all 200ms ease 0s;
transition: all 200ms ease 0s;
}
.loading.report_panel .content {
background: #dac073;
border-color: #c5ac60;
color: #fff;
}
.report.report_panel .content {
background: #96c671;
border-color: #82b35d;
color: #fff;
}
.error.report_panel .content {
background: #f47474;
border-color: #e26464;
color: #fff;
}
.report.report_panel .content .close,
.error.report_panel .content .close {
position: absolute;
cursor: pointer;
right: 2px;
top: 2px;
height: 16px;
width: 16px;
}
.report.report_panel .content .close:before,
.error.report_panel .content .close:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.report.report_panel .content .close:before,
.error.report_panel .content .close:before {
font-size: 16px;
display: inline-block;
content: "\e63e";
}
.gray.report_panel .content {
background: #ccc;
border-color: #a9a9a9;
}
.report_panel .content .icon {
width: 16px;
height: 17px;
margin-left: -23px;
float: left;
display: none;
}
/*=== END Report panels CSS ===*//*=== Popup CSS ===*/
.popup {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 2000;
text-align: center;
display: none;
}
.popup.visible {
display: block;
}
.popup.visible .mask {
opacity: 0.2;
}
.popup .mask {
background: #000;
position: absolute;
width: 100%;
height: 100%;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
opacity: 0;
-webkit-transition: opacity 200ms linear;
-moz-transition: opacity 200ms linear;
-o-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
.popup .helper {
height: 100%;
width: 1px;
display: inline-block;
vertical-align: middle;
}
.popup_panel {
display: inline-block;
vertical-align: middle;
position: relative;
background: #fff;
padding: 20px;
border-radius: 4px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
min-width: 270px;
max-width: 50%;
text-align: left;
}
html.rtl .popup_panel {
text-align: right;
}
.popup_panel .close {
display: inline-block;
width: 30px;
height: 30px;
float: right;
margin: -30px -30px 0 0;
cursor: pointer;
display: none;
}
html.rtl .popup_panel .close {
float: left;
}
.popup_panel .title {
display: block;
font-weight: bold;
font-size: 12pt;
margin-bottom: 20px;
}
.popup_panel .attachment .title {
font-size: 9pt;
}
.popup_panel .text {
display: block;
}
.popup_panel .label {
width: 150px;
}
.popup_panel .label.pgp_password {
text-align: right;
}
.popup_panel .import_pgp_key_area {
height: 300px;
width: 530px;
}
.popup_panel .import_pgp_key_area .headline {
margin: 20px 0;
}
.popup_panel .import_pgp_key_area .key_item {
margin: 0 0 10px 0;
}
.popup_panel .import_pgp_key_area .key_item.disabled {
color: #929292;
}
.popup_panel .import_pgp_key_area .key_item .key_email {
font-weight: bold;
}
.popup_panel .import_pgp_key_area .hint {
margin-top: 22px;
}
.popup_panel .view_pgp_key_area {
height: 400px;
width: 530px;
}
.popup.player_popup.visible .mask {
opacity: 0.8;
}
.popup.player_popup .popup_panel {
background: none;
padding: 0;
border-radius: 0;
box-shadow: none;
min-width: inherit;
max-width: inherit;
}
/*=== END Popup CSS ===*//*=== Files CSS ===*/
.file {
position: relative;
}
.file .icon {
background-image: url("images/sprites.png?%version%");
background-repeat: no-repeat;
background-position: 0px -360px;
display: inline-block;
height: 32px;
width: 32px;
}
.large .file .icon {
background-position: 0px -400px;
height: 64px;
width: 64px;
}
.file .icon.xls,
.file .icon.xlsx {
background-position: -80px -360px;
}
.large .file .icon.xls,
.large .file .icon.xlsx {
background-position: -160px -400px;
}
.file .icon.pdf {
background-position: -200px -360px;
}
.large .file .icon.pdf {
background-position: -400px -400px;
}
.file .icon.htm,
.file .icon.html {
background-position: -360px -360px;
}
.large .file .icon.htm,
.large .file .icon.html {
background-position: -720px -400px;
}
.file .icon.doc,
.file .icon.docx {
background-position: -40px -360px;
}
.large .file .icon.doc,
.large .file .icon.docx {
background-position: -80px -400px;
}
.file .icon.rtf,
.file .icon.txt {
background-position: -120px -360px;
}
.large .file .icon.rtf,
.large .file .icon.txt {
background-position: -240px -400px;
}
.file .icon.ppt,
.file .icon.pptx,
.file .icon.pps {
background-position: -400px -360px;
}
.large .file .icon.ppt,
.large .file .icon.pptx,
.large .file .icon.pps {
background-position: -800px -400px;
}
.file .icon.png,
.file .icon.gif,
.file .icon.bmp,
.file .icon.tiff,
.file .icon.jpg,
.file .icon.jpeg {
background-position: -320px -360px;
}
.large .file .icon.png,
.large .file .icon.gif,
.large .file .icon.bmp,
.large .file .icon.tiff,
.large .file .icon.jpg,
.large .file .icon.jpeg {
background-position: -640px -400px;
}
.file .icon.zip,
.file .icon.\37 z,
.file .icon.cab,
.file .icon.tar,
.file .icon.tgz,
.file .icon.gz,
.file .icon.rar {
background-position: -480px -360px;
}
.large .file .icon.zip,
.large .file .icon.\37 z,
.large .file .icon.cab,
.large .file .icon.tar,
.large .file .icon.tgz,
.large .file .icon.gz,
.large .file .icon.rar {
background-position: -960px -400px;
}
.file .icon.psd {
background-position: -520px -360px;
}
.large .file .icon.psd {
background-position: -1040px -400px;
}
.file .icon.ics {
background-position: -560px -360px;
}
.large .file .icon.ics {
background-position: -1120px -400px;
}
.file .icon.vcf,
.file .icon.vcard {
background-position: -600px -360px;
}
.large .file .icon.vcf,
.large .file .icon.vcard {
background-position: -1200px -400px;
}
.file .icon.eml,
.file .icon.msg {
background-position: -640px -360px;
}
.large .file .icon.eml,
.large .file .icon.msg {
background-position: -1280px -400px;
}
.file .icon.mp3,
.file .icon.amr,
.file .icon.aac,
.file .icon.aif,
.file .icon.aifc,
.file .icon.aiff,
.file .icon.ogg,
.file .icon.wma,
.file .icon.flac,
.file .icon.ape,
.file .icon.wax,
.file .icon.midi,
.file .icon.mp4a,
.file .icon.weba,
.file .icon.ra,
.file .icon.ram,
.file .icon.rmp,
.file .icon.m3u,
.file .icon.wav,
.file .icon.soundcloud {
background-position: -240px -360px;
}
.large .file .icon.mp3,
.large .file .icon.amr,
.large .file .icon.aac,
.large .file .icon.aif,
.large .file .icon.aifc,
.large .file .icon.aiff,
.large .file .icon.ogg,
.large .file .icon.wma,
.large .file .icon.flac,
.large .file .icon.ape,
.large .file .icon.wax,
.large .file .icon.midi,
.large .file .icon.mp4a,
.large .file .icon.weba,
.large .file .icon.ra,
.large .file .icon.ram,
.large .file .icon.rmp,
.large .file .icon.m3u,
.large .file .icon.wav,
.large .file .icon.soundcloud {
background-position: -480px -400px;
}
.file .icon.avi,
.file .icon.mp4,
.file .icon.mkv,
.file .icon.wmv,
.file .icon.vimeo,
.file .icon.youtube {
background-position: -680px -360px;
}
.large .file .icon.avi,
.large .file .icon.mp4,
.large .file .icon.mkv,
.large .file .icon.wmv,
.large .file .icon.vimeo,
.large .file .icon.youtube {
background-position: -1360px -400px;
}
.file .icon.play {
position: absolute;
top: 37%;
left: 50%;
transform: translate(-50%, -50%);
height: 50px;
width: 50px;
color: #fff !important;
background-color: rgba(0, 0, 0, 0.7) !important;
font-size: 50px;
border-radius: 31px;
opacity: 0.9;
background: none;
cursor: pointer;
}
.file .icon.play:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.file .icon.play:before {
content: "\e677";
display: block;
border-radius: 31px;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
overflow: hidden;
}
.file .icon.play:hover {
opacity: 1;
}
/*=== END Files CSS ===*//*=== Folder offsets CSS ===*/
.folders .title {
padding-left: 16px !important;
}
html.rtl .folders .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .title {
padding-left: 32px !important;
}
html.rtl .folders .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .title {
padding-left: 48px !important;
}
html.rtl .folders .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .title {
padding-left: 64px !important;
}
html.rtl .folders .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .title {
padding-left: 80px !important;
}
html.rtl .folders .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .title {
padding-left: 96px !important;
}
html.rtl .folders .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .title {
padding-left: 112px !important;
}
html.rtl .folders .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .title {
padding-left: 128px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .title {
padding-left: 144px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .title {
padding-left: 160px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 176px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 192px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 208px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 224px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 240px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 256px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 272px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 288px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 304px !important;
}
html.rtl .folders .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .children .title {
padding-left: 0px !important;
padding-right: 16px !important;
}
.folders .ui-droppable-disabled {
opacity: 1 !important;
}
/*=== END Folder offsets CSS ===*//*=== Common blocks part ===*/
/*=== Html Editor CSS ===*/
.html_editor {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
margin-bottom: -36px;
padding-bottom: 36px;
position: relative;
}
.html_editor .workarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100% !important;
width: 100% !important;
border: 1px solid #CCCCCC;
border-top: 0px;
border-radius: 0 0 4px 4px;
}
.html_editor .workarea .scroll-inner {
background: #fff;
}
.html_editor .workarea .crea-content-editable {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100% !important;
width: 100% !important;
outline: 0px;
cursor: text;
padding: 20px 24px;
word-wrap: break-word;
}
.html_editor .workarea .crea-content-editable a {
cursor: text;
}
.html_editor .workarea .crea-content-editable p {
margin: 0;
}
.html_editor .workarea .crea-content-editable img {
cursor: pointer;
}
.html_editor .workarea li {
margin-bottom: 0.6em;
}
.html_editor .uploader_mask {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: #FFFDD6;
padding: 11px;
color: #D3B910;
font-size: 18pt;
text-align: center;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
visibility: hidden;
-webkit-transition: ease 250ms opacity 0s;
-moz-transition: ease 250ms opacity 0s;
-o-transition: ease 250ms opacity 0s;
transition: ease 250ms opacity 0s;
}
.html_editor .uploader_mask .inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
border: 3px dashed #E2DA36;
border-radius: 5px;
}
.html_editor .uploader_mask.progress {
background: #dddddd url("images/wait.gif") no-repeat center;
}
.html_editor .uploader_mask.progress .inner {
border: 3px dashed #bbb;
}
.html_editor .uploader_mask.active,
.html_editor .uploader_mask.progress,
.html_editor .uploader_mask.editorDragOver {
visibility: visible;
opacity: 0.5;
}
.html_editor .inline_popup {
padding: 4px 8px;
position: absolute;
background-color: #f7f7f7;
border: solid 1px #ccc;
border-radius: 2px 2px 2px 2px;
}
.html_editor .inline_popup.tooltip {
opacity: 0.7;
filter: alpha(opacity=70);
border: solid 1px #eee;
margin: 10px 0px 0px 10px;
}
.html_editor .inline_popup .button {
color: #4477BB;
text-decoration: underline;
cursor: pointer;
margin: 0px 8px;
padding-right: 8px;
border-right: 1px solid #ccc;
}
.html_editor .inline_popup .button:last-child {
border-right: 0px;
margin: 0px;
padding-right: 0px;
}
.html_editor .inline_popup .button:hover {
text-decoration: none;
}
.html_editor .inline_popup input {
width: 300px;
}
.html_editor .toolbar {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid #CCCCCC;
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
padding: 0px 4px;
cursor: default;
background: #fdfdfd;
}
.html_editor .toolbar .content {
padding: 0px;
}
.html_editor .toolbar .content .separator {
border-right: 1px solid #fff;
border-left: 1px solid #ddd;
display: inline-block;
height: 32px;
margin: 0px 4px;
vertical-align: middle;
}
.html_editor .toolbar .content .button {
display: inline-block;
cursor: pointer;
background: #ddd;
border: 1px solid #ccc;
border-radius: 3px;
padding: 4px 6px;
font-size: 11pt;
}
.html_editor .toolbar .content .button:hover {
background: #e3e3e3;
}
.html_editor .toolbar .content .item {
background: none;
border: 1px solid transparent;
display: inline-block;
vertical-align: middle;
padding: 4px;
margin: 4px 1px !important;
height: 16px;
line-height: 16px;
cursor: pointer;
box-shadow: none;
outline: 0px;
/*&.font .input {
width: 140px;
}
&.font_size .input {
width: 40px;
}*/
}
.html_editor .toolbar .content .item .item:hover {
box-shadow: 0px 0px 3px #eee, inset 1px 1px 0px #fff;
border: 1px solid #ccc;
background: #eee;
}
.inactive .html_editor .toolbar .content .item,
.inactive .html_editor .toolbar .content .item:hover {
opacity: 0.2;
cursor: default;
background: none;
}
.html_editor .toolbar .content .item.select {
padding: 0px 0px;
}
.html_editor .toolbar .content .item.select:hover {
background: none;
}
.html_editor .toolbar .content .item.select .input {
font-size: 10pt;
padding: 0px !important;
margin-top: -2px;
width: auto;
max-width: 200px;
}
.html_editor .toolbar .content .item .icon {
display: inline-block;
vertical-align: middle;
width: 16px;
height: 16px;
background-image: url("images/sprites.png?7.6.2");
background-repeat: no-repeat;
}
.html_editor .toolbar .content .item.link .icon {
background-position: 0px -320px;
}
.html_editor .toolbar .content .item.unlink .icon {
background-position: -40px -320px;
}
.html_editor .toolbar .content .item.image .icon {
background-position: -440px -320px;
}
.html_editor .toolbar .content .item.slist .icon {
background-position: -40px -320px;
}
.html_editor .toolbar .content .item.uslist .icon {
background-position: -80px -320px;
}
.html_editor .toolbar .content .item.hline .icon {
background-position: -160px -320px;
}
.html_editor .toolbar .content .item.bold .icon {
background-position: -200px -320px;
}
.html_editor .toolbar .content .item.italic .icon {
background-position: -120px -320px;
}
.html_editor .toolbar .content .item.underline .icon {
background-position: -160px -320px;
}
.html_editor .toolbar .content .item.aleft .icon {
background-position: -320px -320px;
}
.html_editor .toolbar .content .item.acenter .icon {
background-position: -360px -320px;
}
.html_editor .toolbar .content .item.aright .icon {
background-position: -400px -320px;
}
.html_editor .toolbar .content .item.ajustify .icon {
background-position: -440px -320px;
}
.html_editor .toolbar .content .item.color .icon {
background-position: -400px -320px;
}
.html_editor .toolbar .content .item.background .icon {
background-position: -40px -320px;
}
.html_editor .toolbar .content .item.clear .icon {
background-position: -480px -320px;
}
.html_editor .toolbar .content .item.strike_through .icon {
background-position: -520px -320px;
}
.html_editor .toolbar .content .item.undo .icon {
background-position: -560px -320px;
}
.html_editor .toolbar .content .item.redo .icon {
background-position: -600px -320px;
}
.html_editor .toolbar .content .dropdown {
bottom: -4px;
color: #000;
}
.inactive.html_editor .toolbar .content .dropdown {
left: -10000px;
}
.html_editor .toolbar .content .dropdown.color {
white-space: nowrap;
}
.html_editor .toolbar .content .dropdown .dropdown_content {
border: 1px solid #ccc;
border-top: 1px solid #FAFAFA;
background: #eee;
padding: 4px;
border-radius: 0px 0px 3px 3px;
}
.html_editor .toolbar .content .dropdown .dropdown_content .input {
width: auto;
padding: 3px 5px 2px;
vertical-align: top;
margin: 0px;
font-size: 11pt;
}
.html_editor .toolbar .content .color_table {
display: inline-block;
margin-right: 6px;
vertical-align: bottom;
}
.html_editor .toolbar .content .color_table:last-child {
margin-right: 0px;
}
.html_editor .toolbar .content .color_table .title {
display: inline-block;
margin: 2px 0px 4px;
padding: 0px;
}
.html_editor .toolbar .content .color_table .row {
display: block;
white-space: nowrap;
font-size: 0px;
margin: 0px !important;
}
.html_editor .toolbar .content .color_table .color-item {
display: inline-block;
vertical-align: bottom;
width: 16px;
height: 16px;
margin: 2px;
cursor: pointer;
}
.html_editor .toolbar .content .color_table .color-item:hover {
width: 18px;
height: 18px;
margin: 1px;
box-shadow: 0px 0px 2px #aaa;
}
.html_editor .toolbar {
border-color: #E3E3E3;
}
.html_editor .workarea {
border-color: #E3E3E3;
}
/*=== END Html Editor CSS ===*//*=== Search Block CSS ===*/
.search_block {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-size: 0px;
vertical-align: middle;
padding-right: 20px;
display: inline-block;
width: 100%;
height: 100%;
}
html.rtl .search_block {
padding-right: 0px;
padding-left: 20px;
}
.search_block > .input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
border: 1px solid #c5c7c8;
border-radius: 10px;
outline: none;
width: 100%;
height: 100%;
display: inline-block;
vertical-align: middle;
box-shadow: none;
overflow: hidden;
padding-left: 30px;
min-height: 26px;
padding-top: 3px;
}
html.rtl .search_block > .input {
padding-right: 30px;
padding-left: 0px;
}
.search_block > .input.focus {
border: 1px solid #93B5E3;
box-shadow: 0 0 2px 0 #1D67CD;
}
.search_block > .input .row {
font-size: 11pt;
line-height: 160%;
display: inline-block;
vertical-align: middle;
width: 100%;
overflow: hidden;
white-space: nowrap;
padding: 0px;
border: 0px;
}
.search_block > .input .field {
font-size: 11pt;
display: inline-block;
vertical-align: middle;
width: 100%;
height: 20px;
overflow: hidden;
white-space: nowrap;
padding: 0px;
border: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
-moz-transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
-o-transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
transition: opacity 500ms ease 0ms, visibility 500ms linear 10ms;
}
.search_block > .input .field.hide {
display: block;
position: absolute;
top: -200px;
}
.search_block > .input .icon.search {
position: absolute;
left: 0px;
top: 0px;
font-size: 11pt;
width: 30px;
height: 24px;
display: inline-block;
vertical-align: top;
overflow: hidden;
}
html.rtl .search_block > .input .icon.search {
left: initial;
right: 0;
}
.search_block > .input .icon.search:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.search_block > .input .icon.search:before {
color: #CCCCCC;
content: "\e628";
display: block;
font-size: 20px;
height: 20px;
width: 20px;
margin: 3px 0px 0px 5px;
}
html.rtl .search_block > .input .icon.search:before {
margin: 3px 5px 0px 0px;
}
.search_block .expand .field {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
-moz-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
-o-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
}
.search_block .control .icon {
display: inline-block;
vertical-align: top;
width: 20px;
cursor: pointer;
margin-top: -6px;
height: 100%;
}
.search_block .control .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.search_block .control .icon:before {
color: #CCCCCC;
content: "\e66d";
display: inline-block;
font-size: 18px;
height: 20px;
width: 20px;
margin: 10px 2px 0px;
}
.search_block .control .icon.expand:before {
content: "\e66e";
}
.search_block .search_highlight {
color: #ccc;
}
.search_block .expand .extended {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 500ms ease 0ms, visibility 10ms linear 0s;
-moz-transition: opacity 500ms ease 0ms, visibility 10ms linear 0s;
-o-transition: opacity 500ms ease 0ms, visibility 10ms linear 0s;
transition: opacity 500ms ease 0ms, visibility 10ms linear 0s;
}
.search_block .extended {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
display: block;
margin-top: -24px;
overflow: hidden;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
-moz-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
-o-transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
transition: opacity 500ms ease 0ms, visibility 10ms linear 500ms;
}
.search_block .extended .search_fieldset {
display: block;
white-space: normal;
}
.search_block .extended .search_fieldset .section {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 50%;
overflow: hidden;
padding-right: 20px;
vertical-align: top;
}
html.rtl .search_block .extended .search_fieldset .section {
padding-left: 20px;
padding-right: 0px;
}
.search_block .extended .search_fieldset .section .row {
line-height: 230%;
height: 28px;
display: block;
padding-right: 2px;
overflow: visible;
}
html.rtl .search_block .extended .search_fieldset .section .row {
padding-right: 0px;
padding-left: 2px;
}
.search_block .extended .search_fieldset .section .row.text {
border-bottom: 1px dashed #C5C7C8;
}
.search_block .extended .search_fieldset .section .row.attachments .custom_checkbox {
margin: 0;
margin-bottom: 1px;
vertical-align: middle;
line-height: 1;
}
.search_block .extended .search_fieldset .section .row.attachments .attachment_name {
display: inline-block;
}
.search_block .extended .search_fieldset .section .row .date {
display: inline-block;
padding: 0;
margin-left: 0px;
}
html.rtl .search_block .extended .search_fieldset .section .row .label {
text-align: right;
}
.search_block .extended .search_fieldset .section .row .input {
border-radius: 0px;
border: none;
box-shadow: none;
padding: 0;
width: 100%;
font: normal 11pt Helvetica, Tahoma, Arial, sans-serif;
color: #555566;
}
.search_block .extended .search_fieldset .section.attachments {
display: block;
width: 100%;
}
.search_block .extended .search_fieldset .buttons {
margin: 0px 18px 0px 0px;
padding: 10px 0px 0px 0px;
border-top: 1px solid #EAE7E7;
display: block;
width: auto;
}
html.rtl .search_block .extended .search_fieldset .buttons {
margin: 0px 0px 0px 18px;
padding-left: 0px;
}
.search_block .extended .search_fieldset .button {
display: inline-block;
}
/*=== END Search Block CSS ===*//*=== Phone CSS ===*/
.tabs_panel .phone {
float: right;
font-size: 0pt !important;
background: transparent !important;
line-height: 10px;
text-align: right;
padding: 0 !important;
margin: -17px 30px 0px 0px !important;
top: 50%;
}
.tabs_panel .phone .phone_inner {
display: block;
background: #fff;
border-radius: 16px;
box-shadow: 0px 0px 4px #D6D6D6;
overflow: hidden;
text-shadow: none;
}
.tabs_panel .phone .phone_inner > * {
font-size: 10.5pt;
}
.tabs_panel .phone .phone_inner .text {
padding: 0px !important;
}
html.rtl .tabs_panel .phone .phone_inner {
float: left;
margin-right: 0px !important;
margin-left: 30px !important;
}
.tabs_panel .phone .phone_inner .dropdown_helper.expand {
display: block;
}
.tabs_panel .phone .phone_inner .dropdown_helper {
display: none;
position: relative;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content {
border: none;
box-shadow: none;
margin: 0;
padding: 0;
border-radius: 0px;
background: transparent;
left: 0;
max-height: 200px;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item {
cursor: pointer;
text-align: left;
/*&:last-child:hover {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}*/
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item .log_item {
float: right;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item .icon.log_status {
width: 15px;
height: 15px;
display: inline-block;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item .icon.log_status:before {
font-family: 'afterlogic';
text-shadow: none !important;
width: 100%;
height: 100%;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item .icon.log_status.incoming:before {
content: "\e666";
color: #6161ff;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item .icon.log_status.outgoing:before {
content: "\e665";
color: #4eca88;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .item .icon.log_status.missed:before {
content: "\e668";
color: #ff6363;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .more {
color: #4477bb;
padding-bottom: 8px;
float: right;
}
.tabs_panel .phone .phone_inner .dropdown_helper .dropdown_content .more:hover {
color: #c74747;
border-radius: 16px;
background: transparent;
}
.tabs_panel .phone .phone_inner .dropdown_helper .spinner {
margin: 0px auto;
width: 70px;
text-align: center;
display: block;
padding-bottom: 5px;
}
.tabs_panel .phone .phone_inner .dropdown_helper .spinner span {
width: 12px;
height: 12px;
background-color: #c1b6b6;
border-radius: 100%;
display: inline-block;
-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
animation: bouncedelay 1.4s infinite ease-in-out;
/* Prevent first frame from flickering when animation starts */
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.tabs_panel .phone .phone_inner .dropdown_helper .spinner span.bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.tabs_panel .phone .phone_inner .dropdown_helper .spinner span.bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.tabs_panel .phone .phone_inner .direction {
color: #c1b6b6;
}
.tabs_panel .phone .phone_inner .call_report,
.tabs_panel .phone .phone_inner .direction {
background: transparent;
display: inline-block;
max-width: 0px;
margin-left: 0px;
white-space: nowrap;
opacity: 0;
cursor: pointer;
overflow: hidden;
vertical-align: middle;
-webkit-transition: max-width 500ms ease 0ms, opacity 400ms ease 0ms, margin-left 300ms ease 0ms ;
-moz-transition: max-width 500ms ease 0ms, opacity 400ms ease 0ms, margin-left 300ms ease 0ms ;
-o-transition: max-width 500ms ease 0ms, opacity 400ms ease 0ms, margin-left 300ms ease 0ms ;
transition: max-width 500ms ease 0ms, opacity 400ms ease 0ms, margin-left 300ms ease 0ms ;
}
.tabs_panel .phone .phone_inner input:focus {
outline: 0px;
}
.tabs_panel .phone .phone_inner .input {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background: transparent;
width: 0px;
border: 0px;
padding-left: 0px;
padding-right: 0px;
box-shadow: none;
opacity: 0;
vertical-align: middle;
-webkit-transition: width 500ms ease 0ms, opacity 350ms ease 0ms, padding-left 350ms ease 0ms, padding-right 350ms ease 0ms;
-moz-transition: width 500ms ease 0ms, opacity 350ms ease 0ms, padding-left 350ms ease 0ms, padding-right 350ms ease 0ms;
-o-transition: width 500ms ease 0ms, opacity 350ms ease 0ms, padding-left 350ms ease 0ms, padding-right 350ms ease 0ms;
transition: width 500ms ease 0ms, opacity 350ms ease 0ms, padding-left 350ms ease 0ms, padding-right 350ms ease 0ms;
}
.tabs_panel .phone .phone_inner .call_report.empty {
margin-left: 0px;
}
.tabs_panel .phone .phone_inner .buttons {
margin: 0px;
font-size: 0px;
}
.tabs_panel .phone .phone_inner .button {
display: inline-block;
vertical-align: middle;
border: 2px solid #fff;
border-radius: 16px;
padding: 0px;
width: 30px;
height: 30px;
text-align: center;
line-height: 180%;
-webkit-transition: background-color 0ms ease 0s;
-moz-transition: background-color 0ms ease 0s;
-o-transition: background-color 0ms ease 0s;
transition: background-color 0ms ease 0s;
}
.tabs_panel .phone .phone_inner .button .icon {
display: inline-block;
vertical-align: bottom;
width: 18px;
height: 18px;
line-height: 18px;
color: #fff;
font-size: 16px;
text-shadow: none;
-webkit-transition: -webkit-transform 300ms ease 0s;
-moz-transition: -moz-transform 300ms ease 0s;
transition: transform 300ms ease 0s;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
.tabs_panel .phone .phone_inner .button .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tabs_panel .phone .phone_inner .button .icon:before {
content: "\e661";
}
.tabs_panel .phone .phone_inner .indicator {
position: absolute;
top: 0px;
right: 0px;
}
.tabs_panel .phone .phone_inner .indicator.missed {
width: 10px;
height: 10px;
border-radius: 5px;
background: #FF6767;
}
.tabs_panel .phone.online .phone_inner {
background: #fff;
}
.tabs_panel .phone.online .phone_inner .button {
background-color: #87D354;
box-shadow: inset 0px 0px 10px #69BE2E;
}
.tabs_panel .phone.offline .input,
.tabs_panel .phone.offline .direction {
display: none;
}
.tabs_panel .phone.offline .button {
background: #ccc;
cursor: default;
}
.tabs_panel .phone.offline.active .button {
box-shadow: none;
}
.tabs_panel .phone.init .button .icon {
-webkit-animation: cycle 1s linear 20;
-moz-animation: cycle 1s linear 20;
animation: cycle 1s linear 20;
}
.tabs_panel .phone.active.outgoing .button .icon {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}
.tabs_panel .phone.active.incoming .button,
.tabs_panel .phone.active.outgoing .button,
.tabs_panel .phone.active.connect .button {
background-color: #FF6767;
box-shadow: 0 0 10px #E75353 inset;
}
.tabs_panel .phone.active.ready .button .icon {
-webkit-transform: rotateZ(-118deg);
-moz-transform: rotateZ(-118deg);
-o-transform: rotateZ(-118deg);
transform: rotateZ(-118deg);
}
.tabs_panel .phone.active .input {
opacity: 1;
width: 160px;
display: inline-block;
padding-left: 2px;
}
.tabs_panel .phone.active .call_report,
.tabs_panel .phone.active .direction {
max-width: 200px;
margin-left: 10px;
opacity: 1;
cursor: default;
overflow: visible;
}
.tabs_panel .phone.incoming .phone_inner,
.tabs_panel .phone.outgoing .phone_inner,
.tabs_panel .phone.connect .phone_inner {
background: #FFC939;
}
.tabs_panel .phone.incoming .call_report {
padding-right: 2px;
}
.tabs_panel .phone.incoming .direction {
max-width: 0px;
margin-left: 0px;
}
.tabs_panel .phone.incoming .input {
width: 0px;
padding-left: 0px;
padding-right: 0px;
opacity: 0;
}
/*=== END Phone CSS ===*/
/*=== Contact card CSS ===*/
.item_viewer .contact_card .dropdown_content {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CBC8C0;
border: 0px;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
min-width: 360px;
display: block;
margin: -4px 0px 0px -10px;
padding: 16px 18px;
}
.item_viewer .contact_card .dropdown_content_mail {
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
padding: 16px 0 16px 18px;
}
.item_viewer .contact_card .dropdown_content_mail .scroll-inner {
padding-right: 18px;
}
.item_viewer .contact_card .dropdown_content_mail .buttons {
margin: 0px 0 0px -18px;
}
.item_viewer .contact_card .dropdown_arrow {
display: none;
}
.item_viewer .contact_card .buttons {
padding: 10px 18px 0px 18px;
margin: 0px -18px;
float: none;
border-top: 1px solid #eee;
text-align: right;
}
.item_viewer .contact_card .buttons_position {
padding-top: 16px;
}
.item_viewer .contact_card .buttons .link {
font-size: 9pt;
display: inline-block;
margin-right: 10px;
}
.item_viewer .contact_card .buttons .link:first-child {
float: left;
}
.item_viewer .contact_card .buttons .link:last-child {
margin-right: 0px;
}
.item_viewer .contact_card .fields {
margin: 0px;
}
.item_viewer .contact_card .fields .fieldset {
margin: 0 0 16px;
}
.item_viewer .contact_card .fields .row {
margin: 0 0 8px;
clear: both;
}
.item_viewer .contact_card .fields .row:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}
* html > body .item_viewer .contact_card .fields .row {
width: 100%;
display: block;
}
* html .item_viewer .contact_card .fields .row {
height: 1%;
}
.item_viewer .contact_card .fields .label {
padding: 0 10px 0 0;
white-space: normal;
width: 120px;
float: left;
}
html.rtl .item_viewer .contact_card .fields .label {
float: right;
}
.item_viewer .contact_card .fields .label:after {
content: ":";
}
.item_viewer .contact_card .fields .value {
display: block;
overflow: hidden;
}
.item_viewer .contact_card .fields h2 {
font-size: 10pt;
}
/*=== END Contact card CSS ===*//*=== quick_reply CSS ===*/
.quick_reply {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #f2f2f2;
background: #f9f8f8;
padding: 0px 23px 0px 17px;
bottom: 0px;
position: absolute;
width: 100%;
max-height: 190px;
}
html.rtl .quick_reply {
padding: 0px 17px 0px 23px;
}
.no-csstransitions .quick_reply {
max-height: 86px;
margin-bottom: -2px;
}
.csstransitions .quick_reply {
-webkit-transition: max-height 500ms ease 50ms;
-moz-transition: max-height 500ms ease 50ms;
-o-transition: max-height 500ms ease 50ms;
transition: max-height 500ms ease 50ms;
}
.csstransitions .quick_reply.saving {
max-height: 0 !important;
}
.csstransitions .quick_reply.sending {
max-height: 30px !important;
}
.csstransitions .quick_reply.sending .status {
max-height: 30px;
opacity: 1;
}
.quick_reply .status {
max-height: 0px;
opacity: 0;
background: #FBFF89;
background: #dac073;
overflow: hidden;
width: 100%;
padding: 0px 17px;
margin-left: -17px;
}
.csstransitions .quick_reply .status {
-webkit-transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
-moz-transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
-o-transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
transition: max-height 300ms ease 50ms, opacity 300ms ease 50ms;
}
.quick_reply .status .text {
padding: 6px 10px;
color: #fff;
font-weight: bold;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.quick_reply .row {
white-space: nowrap;
margin-top: 20px;
}
.quick_reply .row .placeholder {
font-size: 11pt;
padding-top: 6px;
text-indent: 9px;
}
.quick_reply .row textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 0px;
border-radius: 4px;
height: 50px;
width: 100%;
color: #000;
font-size: 11pt;
padding: 6px 8px;
resize: none;
box-shadow: none;
}
.csstransitions .quick_reply .row textarea {
-webkit-transition: height 300ms ease;
-moz-transition: height 300ms ease;
-o-transition: height 300ms ease;
transition: height 300ms ease;
}
.active.quick_reply .row textarea {
height: 101px;
font-family: Tahoma, sans-serif;
font-size: 16px;
}
.quick_reply .buttons {
margin-top: 15px;
margin-bottom: 0px;
padding-bottom: 20px;
text-align: left;
}
html.rtl .quick_reply .buttons {
text-align: right;
}
.quick_reply .buttons .button {
margin-right: 6px;
}
html.rtl .quick_reply .buttons .button {
margin-right: 0px;
margin-left: 6px;
}
.quick_reply .buttons .full_form {
float: right;
height: 0px;
margin-top: 6px;
}
html.rtl .quick_reply .buttons .full_form {
float: left;
}
.csstransitions .quick_reply .buttons {
overflow: hidden;
max-height: 0px;
padding-bottom: 0px;
opacity: 0;
/* important: 50ms delay fix click on buttons*/
-webkit-transition: all 300ms ease 50ms;
-moz-transition: all 300ms ease 50ms;
-o-transition: all 300ms ease 50ms;
transition: all 300ms ease 50ms;
}
.csstransitions .quick_reply.active .buttons {
overflow: visible;
max-height: 25px;
margin-bottom: 20px;
opacity: 1;
}
.csstransitions .quick_reply.sending .buttons {
max-height: 0px;
margin-bottom: 0px;
opacity: 0;
}
.csstransitions .quick_reply .row.data {
overflow: hidden;
max-height: 0px;
margin-top: 0px;
margin-bottom: 0px;
opacity: 0;
/* important: 50ms delay fix click on buttons*/
-webkit-transition: all 300ms ease 50ms;
-moz-transition: all 300ms ease 50ms;
-o-transition: all 300ms ease 50ms;
transition: all 300ms ease 50ms;
}
.csstransitions .quick_reply.active .row.data {
overflow: visible;
max-height: 25px;
margin-top: 20px;
margin-bottom: 6px;
opacity: 1;
}
.csstransitions .quick_reply.sending .row.data {
max-height: 0px;
margin-bottom: 0px;
opacity: 0;
}
/*=== END quick_reply CSS ===*//*=== Tabsbar CSS ===*/
.tabs_panel {
z-index: 1000;
float: right;
}
.tabs_panel .control {
display: inline-block;
padding: 14px;
position: relative;
z-index: 1000;
}
.tabs_panel .control .icon {
display: inline-block;
height: 30px;
width: 15px;
}
.tabs_panel .control .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tabs_panel .control .icon:before {
font-size: 30px;
display: inline-block;
width: 30px;
height: 30px;
color: rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 #FFFFFF, 0 0 0 #505050;
}
.tabs_panel .control .icon:before {
content: "\e61e";
}
.tabs_panel .item {
display: block;
vertical-align: top;
font-size: 12pt;
margin: 30px 0px 0px 6px;
padding: 4px 10px;
line-height: 120%;
position: relative;
color: #888785;
text-shadow: 0px 1px 0px #fff;
}
html.rtl .tabs_panel .item {
margin-left: 0px;
margin-right: 6px;
}
.cssanimations .tabs_panel .item.recivedAnim {
border-radius: 4px;
-webkit-animation: highlight 0.5s linear;
-moz-animation: highlight 0.5s linear;
animation: highlight 0.5s linear;
}
.tabs_panel .item.emails {
cursor: default;
}
.tabs_panel .item.emails .helper.has_control {
padding-right: 24px;
}
.tabs_panel .item .text {
color: inherit;
text-decoration: none;
position: relative;
outline: none;
}
.tabs_panel .item .text:hover {
color: #3d3d3d;
text-decoration: none;
}
.tabs_panel .item.expand a,
.tabs_panel .item.control {
z-index: 1001;
}
.tabs_panel .item .helper {
visibility: hidden;
position: relative;
top: -40px;
display: block;
height: 0;
overflow: hidden;
}
.tabs_panel .item .helper,
.tabs_panel .current {
font-weight: bold;
color: #3d3d3d;
}
.tabs_panel .settings,
.tabs_panel .logout {
display: block;
}
.tabs_panel .logout span {
cursor: pointer;
}
/*=== END Tabsbar CSS ===*/
/*=== Acount menu CSS ===*/
.tabs_panel .emails .dropdown_helper {
min-width: 100%;
}
.tabs_panel .emails .dropdown_arrow {
display: none;
}
.tabs_panel .emails .dropdown_content {
color: #555;
background: #fff;
border: 1px solid #ccc;
padding: 30px 0px 0px 0px;
margin: -30px 0px 0px -2px;
display: block;
min-width: 100%;
border-radius: 4px;
}
.tabs_panel .emails .dropdown_content .item {
margin: 0px;
display: block;
color: #555555;
padding: 6px 10px;
font-weight: normal;
}
.tabs_panel .emails .dropdown_content .item:hover {
background: #eee;
}
/*=== END Acount menu CSS ===*//*=== Volumer Block CSS ===*/
.volumer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: block;
text-align: center;
padding: 0px 40px;
margin-top: 6px;
width: 100%;
}
.volumer .volumer_conteiner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #888;
background: #F1F2F3;
display: block;
padding: 2px;
}
.volumer .used {
background: #668EB8;
height: 3px;
display: block;
}
/*=== END Volumer Block CSS ===*/blockquote {
/*while editing see also print message*/
border-left: solid 2px #000000;
margin: 4px 2px;
padding-left: 6px;
}
.blockquote_before_toggle {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.blockquote_before_toggle.collapsed .blockquote_content {
overflow: hidden;
height: 100%;
}
.blockquote_before_toggle.collapsed::before {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=0);
bottom: 0;
display: block;
height: 100%;
position: absolute;
width: 100%;
content: "";
margin-left: -8px;
padding: 0px 4px;
}
.blockquote_toggle {
background-color: #F8F8F8;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: grey;
cursor: pointer;
display: inline-block;
font: 12px/120% Arial, sans-serif;
padding: 2px 6px;
}
/*=== Screen overrides part ===*/
/*=== Login screen CSS ===*/
.LoginLayout {
text-align: center;
}
html.mobile .LoginLayout {
background: #f2f2f2 url("images/background.jpg") repeat-x left top;
background-attachment: fixed;
}
html.mobile .LoginLayout html.rtl {
background-position: right top;
}
.LoginLayout .vhelper {
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0px;
}
.login_panel {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
padding: 20px;
font-size: 9pt;
width: 280px;
color: #929292;
background: rgba(32, 73, 92, 0.7);
box-shadow: 0 0 300px #fff;
border-radius: 8px;
color: #fff;
}
.login_panel .header {
height: 95px;
margin-bottom: 30px;
}
.login_panel .header.custom_logo {
background: none;
height: auto;
}
.login_panel .header .icon {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.login_panel .header .text {
display: none;
}
.login_panel .header .icon {
height: 95px;
width: 125px;
}
.login_panel .header .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.login_panel .header .icon:before {
content: "\e63c";
display: inline-block;
vertical-align: middle;
font-size: 140px;
height: 100%;
width: 100%;
margin-top: -20px;
color: #fff;
}
.login_panel .login_panel_content {
-webkit-perspective: 4000px;
-moz-perspective: 4000px;
-o-perspective: 4000px;
perspective: 4000px;
position: relative;
}
.login_panel .login_panel_content .col {
-webkit-perspective: 4000px;
-moz-perspective: 4000px;
-o-perspective: 4000px;
perspective: 4000px;
}
.login_panel .login_panel_content .col.left {
text-align: center;
margin-right: 276px;
padding-right: 20px;
}
.login_panel .login_panel_content .col.right {
position: absolute;
right: 0px;
width: 276px;
}
.login_panel .login_panel_content .content {
visibility: visible;
opacity: 1;
float: left;
margin-top: 0px;
width: 100%;
box-shadow: 0px 0px 0px #fff;
-webkit-transition: -webkit-transform 600ms ease-in-out, opacity 120ms linear 240ms, visibility 1ms linear 300ms, margin-top 0ms linear 300ms;
-moz-transition: -moz-transform 600ms ease-in-out, opacity 120ms linear 240ms, visibility 1ms linear 300ms, margin-top 0ms linear 300ms;
transition: transform 600ms ease-in-out, opacity 120ms linear 240ms, visibility 1ms linear 300ms, margin-top 0ms linear 290ms;
}
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
left: 50%;
margin-left: -130px;
position: relative;
width: 260px;
}
.login_panel .login_panel_content .content.send {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.login_panel .login_panel_content .content.send .question {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
box-shadow: 0 1px 1px #DDDDDD inset;
border: 1px solid #d7d7d7;
border-radius: 4px;
height: 214px;
width: 100%;
color: #000;
font-size: 11pt;
padding: 6px 8px;
resize: none;
}
.login_panel .login_panel_content .content.forgot .row {
border-radius: 4px !important;
}
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
text-align: center;
}
.login_panel .login_panel_content .content.social_register .question_title,
.login_panel .login_panel_content .content.send .question_title {
display: block;
font-size: 11pt;
color: #929292;
}
.login_panel .login_panel_content .content.forgot,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.register,
.login_panel .login_panel_content .content.signin,
.login_panel .login_panel_content .content.activation,
.login_panel .login_panel_content .content.changepass,
.login_panel .login_panel_content .content.social_register {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
visibility: hidden;
opacity: 0;
margin-top: -100000px;
}
.login_panel .login_panel_content .content.activation {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
width: 240px;
white-space: normal;
font-size: 12pt;
text-shadow: 0px 1px 0px #f3f3f3;
}
.login_panel.flipForgot .content.login,
.login_panel.flipChangepass .content.send,
.login_panel.flipRegister .content.login,
.login_panel.flipRegister .content.send,
.login_panel.flipRegister.flipForgot .content.forgot,
.login_panel.flipSignin .content.login,
.login_panel.flipSocialRegister .content.login,
.login_panel.flipSocialRegister .content.send,
.login_panel.flipActivation .content.login,
.login_panel.flipChangepass .content.login {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
visibility: hidden;
opacity: 0;
margin-top: -100000px;
}
.login_panel.flipForgot .content.forgot,
.login_panel.flipChangepass .content.changepass,
.login_panel.flipRegister .content.register,
.login_panel.flipSignin .content.signin,
.login_panel.flipSocialRegister .content.social_register {
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
transform: rotateY(360deg);
visibility: visible;
opacity: 1;
margin-top: 0px;
}
.login_panel.flipActivation .content.activation {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
visibility: visible;
opacity: 1;
margin-top: 0px;
}
.login_panel .languages {
position: fixed;
top: 20px;
right: 20px;
border-radius: 5px;
padding: 10px 16px;
}
html.rtl .login_panel .languages {
right: auto;
left: 20px;
}
.login_panel .description {
color: #929292;
margin-top: 20px;
}
.login_panel .social_description {
background: #d7dcdf;
border: 1px solid #c7cccf;
border-radius: 4px;
margin: 20px;
padding: 10px;
width: 400px;
margin-left: -85px;
color: #464646;
}
.login_panel .row {
background: #ffffff;
margin: -1px 0px 0px;
padding: 10px;
padding-left: 30px;
border: 1px solid #cac7c7;
border-width: 1px;
text-align: right;
white-space: nowrap;
}
.login_panel .row.focused {
background: #fff3ce;
border-width: 1px;
border-color: #cfbf8e;
position: relative;
}
.login_panel .row.shake {
-webkit-animation: shake 0.8s linear;
-moz-animation: shake 0.8s linear;
animation: shake 0.8s linear;
}
.login_panel .row:first-child {
box-shadow: 0 1px 1px #DDDDDD inset;
border-radius: 4px 4px 0px 0px;
}
.login_panel .row:last-child {
border-width: 1px;
border-radius: 0px 0px 4px 4px;
}
.login_panel .row .value {
vertical-align: middle;
}
.login_panel .row .value.suffix {
margin-left: 16px;
}
.login_panel .row .value.suffix .text {
font: 12pt Helvetica, Tahoma, Arial, sans-serif;
color: #777;
}
.login_panel .row .title {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
position: relative;
text-indent: 0px;
font-size: 12pt;
float: none;
cursor: text;
zoom: 1;
*display: inline;
}
.login_panel .row .placeholder {
margin-left: -20px;
}
html.rtl .login_panel .row .placeholder {
margin-left: 0px;
margin-right: -20px;
}
.login_panel .row .placeholder:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.login_panel .row .placeholder:before {
color: #D5D4D2;
display: inline-block;
vertical-align: middle;
font-size: 22px;
height: 20px;
width: 20px;
margin-top: -6px;
margin-right: 4px;
}
html.rtl .login_panel .row .placeholder:before {
margin-right: 0px;
margin-left: 4px;
}
.login_panel .row.filled .placeholder:before,
.login_panel .row.focused .placeholder:before {
color: #CBC9C6;
}
.login_panel .row.email > .placeholder:before {
content: "\e627";
}
.login_panel .row.password > .placeholder:before {
content: "\e625";
}
.login_panel .row.name > .placeholder:before,
.login_panel .row.login > .placeholder:before {
content: "\e626";
}
.login_panel .row.question,
.login_panel .row.answer {
padding-left: 10px;
}
.login_panel .row.question html.rtl,
.login_panel .row.answer html.rtl {
padding-right: 10px;
}
.login_panel .row.question .placeholder,
.login_panel .row.answer .placeholder {
width: 0px;
}
.login_panel .row .input {
background: transparent;
color: #444;
font: 12pt Helvetica, Tahoma, Arial, sans-serif;
padding: 1px 0px;
text-indent: 3px;
width: 100%;
display: inline-block;
outline: none;
border: 0px !important;
box-shadow: none;
border-radius: 0px;
text-align: left;
}
.login_panel .row .input:focus {
box-shadow: none;
}
.login_panel .row .input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.login_panel .row .input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px #fff3ce inset !important;
}
.login_panel .custom_checkbox.focus {
box-shadow: 0px 4px 3px -3px #e5e5e5 inset, 0 0 2px 0 #1d67cd;
}
.login_panel .custom_checkbox.focus .icon {
border: 1px solid #fff;
}
.login_panel .buttons {
padding: 0px;
margin-top: 20px;
border: 0px;
background: none;
}
.login_panel .buttons .button {
display: block;
padding: 10px;
font-size: 12pt;
width: 100%;
}
.login_panel .buttons .button:focus {
border: 1px solid #eee;
}
.login_panel .signme,
.login_panel .links {
font-size: 9pt;
text-align: left;
padding: 0px;
margin-top: 14px;
background: none;
border: 0px;
border-radius: 0px;
}
html.rtl .login_panel .signme,
html.rtl .login_panel .links {
text-align: right;
}
.login_panel .signme .title {
height: auto;
width: auto;
font-size: 9pt;
text-indent: 0px;
cursor: pointer;
}
.login_panel .signme input {
vertical-align: middle;
}
.login_panel .links .forgot {
float: right;
margin-left: 16px;
}
.login_panel.login .row.login {
border-radius: 4px 4px 0px 0px;
}
.login_panel.login.email .row.login {
border-radius: 0px;
}
.login_panel .social .facebook,
.login_panel .social .google,
.login_panel .social .twitter {
display: inline-block;
height: 20px;
width: 75px;
color: #fff;
text-align: right;
cursor: pointer;
margin-bottom: 3px;
}
.login_panel .social .facebook .text,
.login_panel .social .google .text,
.login_panel .social .twitter .text {
padding: 3px 7px 2px 8px;
line-height: 21px;
vertical-align: top;
color: #fff;
text-decoration: none;
}
.login_panel .social .facebook {
background: #5f78ab url("images/facebook-icon_9x18.png") 10px 3px no-repeat;
border: 1px solid #29447e;
}
.login_panel .social .facebook .text {
background-color: #5f78ab;
border-left: 1px solid #29447e;
}
.login_panel .social .google {
background: #dd4b39 url("images/google-icon_20x20.png") 3px 0px no-repeat;
border: 1px solid #bb3f30;
}
.login_panel .social .google .text {
background-color: #dd4b39;
border-left: 1px solid #bb3f30;
}
.login_panel .social .twitter {
background: #55acee url("images/twitter-icon_17x14.png") 4px 3px no-repeat;
border: 1px solid #5399cd;
}
.login_panel .social .twitter .text {
background: #55ACEE;
border-left: 1px solid #5399cd;
}
.login_panel .languages {
background: rgba(74, 124, 147, 0.5);
}
/*=== END Login screen CSS ===*/
.MailLayout .panels {
-webkit-transition: -webkit-transform 500ms ease 0s;
-moz-transition: -moz-transform 500ms ease 0s;
transition: transform 500ms ease 0s;
}
.MailLayout .panels.list_active {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.MailLayout .panels.viewer_active {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
}
/*=== Folders List CSS ===*/
.panel.folders .panel_content {
padding-top: 0px;
margin-top: 0px;
}
.panel.folders .middle_bar {
padding-bottom: 0px;
margin-bottom: 0px;
}
.panel.folders .panel_bottom {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent;
border-top: 0px;
bottom: 60px;
height: 0px;
padding: 0px;
position: absolute;
text-align: center;
white-space: nowrap;
width: 100%;
}
.panel.folders .panel_bottom .manage_folders {
line-height: 16px;
text-align: center;
font-size: 12pt;
background: #F5F5F5;
border: 1px solid #D5D5D5;
border-radius: 21px;
box-shadow: 0 0 5px #E1E1E1;
cursor: default;
display: inline-block;
padding: 8px 12px;
text-align: right;
}
.panel.folders .quota_visible .panel_bottom {
height: 42px;
}
.panel.folders .accounts {
padding: 16px 50px 16px 20px;
}
.panel.folders .accounts .item {
margin-bottom: 10px;
color: #3D3D3D;
}
.panel.folders .folders .volumer {
padding: 6px;
}
/*=== END Folders List CSS ===*/
/*=== Message List CSS ===*/
.panel.messages .panel_content {
padding-top: 64px;
margin-top: -64px;
}
.panel.messages .middle_bar {
padding-top: 39px;
margin-top: -39px;
}
.panel.messages .panel_bottom {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent;
border-top: 0px;
bottom: 60px;
height: 0px;
padding: 0px;
position: absolute;
text-align: center;
white-space: nowrap;
width: 100%;
}
.panel.messages .panel_bottom .pagination {
background: #F5F5F5;
border: 1px solid #D5D5D5;
border-radius: 21px;
box-shadow: 0 0 5px #E1E1E1;
cursor: default;
display: inline-block;
padding: 4px 10px;
text-align: right;
}
.panel.messages .panel_bottom .pagination .item {
font-size: 14pt;
}
.panel.messages .items_list .item .flag {
display: inline-block;
vertical-align: bottom;
width: 16px;
height: 16px;
margin-top: 7px;
cursor: pointer;
position: relative;
text-align: center;
color: #cccccc;
}
.panel.messages .items_list .item .flag:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.panel.messages .items_list .item .flag:after {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.panel.messages .items_list .item .flag:before {
font-size: 20px;
display: block;
margin-left: -2px;
content: "\e652";
}
.panel.messages .items_list .item .flag:after {
visibility: hidden;
font-size: 24px;
display: block;
width: 100%;
height: 100%;
color: #FFB736;
margin: -22px 0 0 -4px;
content: "\e61f";
opacity: 0;
-webkit-transform-origin: 13px 13px;
-moz-transform-origin: 13px 13px;
-o-transform-origin: 13px 13px;
transform-origin: 13px 13px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, opacity 100ms linear 100ms, visibility 0ms linear 300ms;
-moz-transition: -moz-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, opacity 100ms linear 100ms, visibility 0ms linear 300ms;
-o-transition: -o-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, opacity 100ms linear 100ms, visibility 0ms linear 300ms;
transition: transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, opacity 100ms linear 100ms, visibility 0ms linear 300ms;
}
.panel.messages .items_list .item.checked .flag:not(.partial):before {
color: #e8ec93;
}
.panel.messages .items_list .item.selected .flag:not(.partial):before {
color: #47c7de;
}
.panel.messages .items_list .use_threads .item .partial {
color: #ffb736;
}
.panel.messages .items_list .item .flagged:after {
-webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, visibility 0ms linear 0s;
-moz-transition: -moz-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, visibility 0ms linear 0s;
-o-transition: -o-transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, visibility 0ms linear 0s;
transition: transform 200ms cubic-bezier(0.4, 0.4, 0.6, 4) 0s, visibility 0ms linear 0s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}
.panel.messages .items_list .item .controls .separator,
.panel.messages .items_list .item .data .separator {
display: block;
}
.panel.messages .items_list .item .size {
width: 40px;
text-align: right;
display: none;
}
.panel.messages .items_list .item .subject,
.panel.messages .items_list .item .from {
display: block;
overflow: hidden;
/* height: 1.4em; */
}
.panel.messages .items_list .item .subject {
color: #6d6d6d;
font-size: 10pt;
line-height: 120%;
}
.panel.messages .items_list .item.selected .subject {
color: #fff;
}
.panel.messages .items_list .item.nosubject .subject {
color: #888888;
opacity: 0.3;
filter: alpha(opacity=30);
}
.panel.messages .items_list .item.selected.nosubject .subject {
color: #fff;
}
.panel.messages .items_list .item .from {
margin-bottom: 10px;
font-size: 10.5pt;
}
.panel.messages .items_list .item .text {
color: #b6b6b6;
display: block;
white-space: normal;
}
.panel.messages .items_list .item.selected .text {
color: #b4d4f0;
}
.panel.messages .items_list .item > .separator {
clear: both;
}
.panel.messages .items_list .item .marker {
display: none;
height: 20px;
width: 20px;
position: absolute;
right: 2px;
top: 0px;
background: url('images/sprites.png?7.6.2') no-repeat 0px -200px;
}
.panel.messages .items_list .item.answered .marker {
display: inline-block;
background-position: 0px -200px;
}
.panel.messages .items_list .item.forwarded .marker {
display: inline-block;
background-position: -40px -200px;
}
.panel.messages .items_list .item.answered.forwarded .marker {
display: inline-block;
background-position: -80px -200px;
}
.panel.messages .items_list .item .importance {
width: 17px;
height: 17px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
border: 1px solid;
text-align: center;
}
.panel.messages .items_list .item .importance:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.panel.messages .items_list .item .importance:before {
font-size: 18px;
display: inline-block;
width: 10px;
content: "\e620";
margin-top: -1px;
}
.panel.messages .items_list .item.selected .importance {
color: #fff;
border-color: #fff;
}
.panel.messages .items_list .item .attachments {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: bottom;
}
.panel.messages .items_list .item .attachments.has_attachments:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.panel.messages .items_list .item .attachments.has_attachments:before {
opacity: 0.7;
filter: alpha(opacity=70);
font-size: 20px;
content: "\e622";
}
.panel.messages .items_list .item .attachments.has_vcard_attachment:before {
content: "\e621";
}
.panel.messages .items_list .item .attachments.has_ical_attachment:before {
content: "\e623";
}
.panel.messages .items_list .item.selected .attachments.has_attachments:before {
color: #ffffff;
}
.panel.messages .items_list .item .thread {
background: none;
border: 1px solid #bbbbbb;
border-radius: 10px;
color: #999999;
float: right;
line-height: 100%;
padding: 4px 8px 3px;
margin: -4px 0px 0px 6px;
font-weight: bold;
cursor: pointer;
}
html.rtl .panel.messages .items_list .item .thread {
float: left;
}
.panel.messages .items_list .item .thread.loading {
background-color: #abaaa3;
cursor: default;
}
.panel.messages .items_list .item .thread:hover {
-webkit-transition: background-color 200ms ease;
-moz-transition: background-color 200ms ease;
-o-transition: background-color 200ms ease;
transition: background-color 200ms ease;
background-color: #f2f2f2;
}
.panel.messages .items_list .item .thread.unread {
background-color: #bbbbbb;
border: 1px solid #bbbbbb;
color: #ffffff;
}
.panel.messages .items_list .item .thread.unread:hover {
background-color: #aeaeae;
}
.panel.messages .items_list .item.selected .thread {
background: #6adaee;
border: 1px solid #ffffff;
color: #ffffff;
}
.panel.messages .items_list .item.selected .thread:hover {
background-color: #53d4eb;
}
.panel.messages .items_list .item.selected .thread.unread {
background-color: #ffffff;
border: 1px solid #ffffff;
color: #6adaee;
}
.panel.messages .items_list .item.selected .thread.unread:hover {
background-color: #f2f2f2;
}
.messages .items_list .not_use_threads .item .thread_loading,
.messages .items_list .not_use_threads .item.thread_more_messages,
.messages .items_list .not_use_threads .item .thread {
display: none;
}
/*=== END Message List CSS ===*/
/*=== Message viewer CSS ===*/
.message_viewer .panel_content {
padding-top: 64px;
margin-top: -64px;
}
.message_viewer .panel_center {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-top: 165px;
margin-top: -165px;
/* header + quick reply */
background: none;
width: 100%;
}
.single_mode .message_viewer {
height: 100%;
width: 100%;
}
.message_viewer .message_body {
padding: 20px;
font-size: 11pt;
}
.message_viewer .message_body li {
margin-bottom: 0.6em;
}
.message_viewer .message_body_info {
font: normal 18px Tahoma;
color: #ccc;
text-align: center;
margin: 30px;
}
.message_viewer .message_body_info .message_body_secondary_info {
font-size: 14px;
margin-top: 10px;
}
.message_viewer .message_header {
background: #f8f8f8;
color: #4D4D4D;
}
.message_viewer .message_header .header_row {
clear: both;
}
.message_viewer .message_header .toolbar {
float: right;
border: 0px;
padding: 0px;
background: 0px;
position: relative;
z-index: 1;
margin-bottom: 10px;
margin-right: 25px;
max-width: 100%;
width: auto;
overflow: hidden;
filter: none;
}
html.rtl .message_viewer .message_header .toolbar {
float: left;
}
.message_viewer .message_header .toolbar .content {
padding: 0px;
}
.message_viewer .message_header .toolbar .content .item {
border: 0px;
padding: 0px;
box-shadow: none;
background: none;
}
.message_viewer .message_header .toolbar .content .item .icon {
color: #929292 !important;
}
.message_viewer .message_header .toolbar .content .item .icon:hover {
color: #727272 !important;
}
.message_viewer .message_header .header_content {
padding: 14px 18px;
border-bottom: 1px solid #e2e2e2;
}
.message_viewer .message_header .message_info {
position: relative;
margin-left: 14px;
font-size: 10pt;
padding-top: 1px;
/* fix nested element negative margin */
}
html.rtl .message_viewer .message_header .message_info {
margin-right: 14px;
}
.message_viewer .message_header .message_info .message_info_line {
padding: 4px 4px 0px;
top: -4px;
position: relative;
white-space: nowrap;
overflow: hidden;
}
.message_viewer .message_header .message_info.message_detail_info .message_info_line {
white-space: normal;
/* overflow: visible; ??? */
}
.message_viewer .message_header .details_show,
.message_viewer .message_header .details_hide {
display: inline-block;
vertical-align: bottom;
margin: -4px 6px 0px 0px;
float: left;
width: 14px;
height: 16px;
position: absolute;
color: #727272;
}
html.rtl .message_viewer .message_header .details_show,
html.rtl .message_viewer .message_header .details_hide {
margin-right: 0px;
margin-left: 6px;
}
.message_viewer .message_header .details_show:before,
.message_viewer .message_header .details_hide:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.message_viewer .message_header .details_show:before,
.message_viewer .message_header .details_hide:before {
font-size: 23px;
display: inline-block;
content: "\e671";
}
.message_viewer .message_header .details_hide:before {
content: "\e66e";
}
.message_viewer .message_header .title {
/* font-size: 10.5pt; */
color: #777777;
}
.message_viewer .message_header .subject {
margin: 0px;
padding: 0px;
font-size: 10.5pt;
color: #4d4d4d;
}
.message_viewer .message_header .icon {
padding: 0px;
margin: 0px;
}
.message_viewer .message_header .icon .attachments {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 8px;
float: left;
cursor: pointer;
background: url("images/sprites.png") no-repeat -120px -120px;
}
html.rtl .message_viewer .message_header .icon .attachments {
margin-right: 0px;
margin-left: 8px;
float: right;
}
.message_viewer .message_header .date {
float: right;
font-size: 8.5pt;
}
html.rtl .message_viewer .message_header .date {
float: left;
}
.message_viewer .message_header .from {
color: #16a7cf;
font-weight: bold;
padding-left: 7px;
}
html.rtl .message_viewer .message_header .from {
padding-right: 7px;
}
.message_viewer .notice {
background: #ffffc5;
padding: 4px 6px;
border-bottom: 1px solid #EAE7CA;
color: #B5AD94;
font-size: 8pt;
}
.message_viewer .notice .item {
display: block;
}
.message_viewer .notice .link {
color: #7E9BAF;
}
.message_viewer .message {
height: 100%;
}
.message_viewer .message .message_content {
height: 100%;
overflow: auto;
white-space: normal;
}
.message_viewer .message .message_content .bodyparts_separator {
height: 1px;
background-color: #e2e2e2;
display: none;
margin: 0px 20px;
}
.message_viewer .message.has_bodytext.has_attachments .bodyparts_separator {
display: block;
}
.message_viewer .appointment {
padding: 15px;
background: #eeffe0;
border-bottom: 1px solid #cee2c0;
}
.message_viewer .appointment .row.fluid {
padding-left: 100px;
}
.message_viewer .appointment .label {
width: 100px;
color: #57793E;
vertical-align: top;
}
.message_viewer .appointment .row.fluid .label {
margin-left: -100px;
}
.message_viewer .appointment .value {
display: inline-block;
}
.message_viewer .appointment .row.fluid .value {
width: 99%;
}
.message_viewer .appointment .event_state {
color: #929292;
padding-left: 5px;
}
.message_viewer .appointment .buttons {
display: inline-block;
margin-top: 7px;
}
.message_viewer .appointment .buttons .button {
margin-right: 5px;
}
.message_viewer .appointment .buttons .button.state {
padding: 4px 8px;
}
.message_viewer .appointment .buttons.animation .button {
-webkit-transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
-moz-transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
-o-transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
transition: opacity 200ms ease, background 200ms ease, color 200ms ease;
}
.message_viewer .appointment .buttons.touched .button {
opacity: 0.4;
}
.message_viewer .appointment .buttons.touched .button:hover,
.message_viewer .appointment .buttons.touched .button.state {
opacity: 1;
}
.message_viewer .panels.has_attachments .left_panel {
display: block;
box-shadow: none;
border-radius: 0px;
width: 100%;
}
.message_viewer .panels.has_attachments .right_panel {
display: none;
box-shadow: none;
}
.message_viewer .panels.has_attachments.view_attachments .left_panel {
display: none;
}
.message_viewer .panels.has_attachments.view_attachments .right_panel {
display: block;
}
.message_viewer .body_parts_switcher {
white-space: nowrap;
font-size: 0px;
border-bottom: 2px solid #ccc;
background: #FFFFFF;
}
.message_viewer .body_parts_switcher .item {
font-size: 9pt;
white-space: normal;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 50%;
padding: 10px 16px;
border-bottom: 0px solid #ccc;
}
.message_viewer .body_parts_switcher .show_message {
border-bottom-width: 4px;
padding-bottom: 8px;
}
.message_viewer .body_parts_switcher.view_attachments .show_message {
border-bottom-width: 0px;
padding-bottom: 10px;
}
.message_viewer .body_parts_switcher.view_attachments .show_attachments {
border-bottom-width: 4px;
padding-bottom: 8px;
}
.panel.thread_viewer .panel_top .expand .owner.found,
.message_viewer .message_header .expand .from.found {
padding: 3px 7px 0px;
margin: -3px -7px 0px 0px;
background: #fff;
border-radius: 4px 4px 0px 0px;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 1001;
display: inline-block;
}
.item_viewer .title .add_contact,
.item_viewer .message_header .add_contact {
display: inline-block;
vertical-align: middle;
width: 11px;
height: 11px;
margin: 0 0 2px 2px;
color: #16a7cf;
cursor: pointer;
}
.item_viewer .title .add_contact:before,
.item_viewer .message_header .add_contact:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.item_viewer .title .add_contact:before,
.item_viewer .message_header .add_contact:before {
content: "\e641";
font-size: 16px;
display: inline-block;
vertical-align: middle;
width: 100%;
height: 100%;
margin: -12px -3px 0px;
}
/*=== END Message viewer CSS ===*/html.native-android-browser.screen-compose body {
height: 400px;
}
html.native-android-browser.screen-compose-cc body,
html.native-android-browser.screen-compose-bcc body {
height: 450px;
}
html.native-android-browser.screen-compose-cc.screen-compose-bcc body {
height: 500px;
}
html.native-android-browser.screen-compose-attachments body {
height: 615px;
}
html.native-android-browser.screen-compose-cc.screen-compose-attachments body,
html.native-android-browser.screen-compose-bcc.screen-compose-attachments body {
height: 475px;
}
html.native-android-browser.screen-compose-cc.screen-compose-bcc.screen-compose-attachments body {
height: 715px;
}
/*=== Compose screen CSS ===*/
.panel.compose {
background: #f9f9f9;
box-shadow: -1px 0 4px rgba(0, 0, 0, 0.23);
display: inline-block;
width: 100%;
}
.panel.compose .panel.left_panel .panel_content,
.panel.compose .panel.right_panel .panel_content {
padding-top: 0px;
margin-top: 0px;
}
.panel.compose .left_panel {
border-radius: 0px;
box-shadow: none;
border-right: 1px solid #E2E2E2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.panel.compose .left_panel .middle_bar {
padding-top: 0px;
margin-top: 0px;
padding-bottom: 155px;
margin-bottom: -155px;
}
.panel.compose .left_panel .panel_top {
border: 0px;
background: none;
padding: 6px;
}
.panel.compose .left_panel .panel_center {
padding-top: 1px;
background: none;
min-height: 200px;
}
.panel.compose .left_panel .panel_bottom {
background: none;
border: 0px;
border-radius: 0px;
height: auto;
}
.panel.compose .right_panel {
width: 20%;
border-radius: 0px;
box-shadow: none;
position: relative;
overflow: hidden;
}
.panel.compose .right_panel .middle_bar {
padding-top: 47px;
margin-top: -47px;
}
.panel.compose .right_panel .middle_bar .panel_top {
padding: 6px 10px;
text-align: center;
}
.panel.compose .right_panel .middle_bar .panel_top .uploader_button,
.panel.compose .right_panel .middle_bar .panel_top .uploader_button:link,
.panel.compose .right_panel .middle_bar .panel_top .uploader_button:visited {
color: #16a7cf;
text-decoration: none;
cursor: pointer;
}
.panel.compose .right_panel .middle_bar .panel_top .uploader_button:hover {
color: #2fc1e9;
text-decoration: underline;
}
.panel.compose .right_panel .middle_bar .panel_top .text {
display: block;
}
.panel.compose .html_editor {
padding-left: 6px;
padding-right: 6px;
margin-top: -6px;
padding-top: 6px;
}
.panel.compose .html_editor .workarea {
border: 1px solid #CCCCCC;
border-radius: 0;
}
.panel.compose .html_editor .workarea .crea-content-editable {
padding: 14px;
min-height: 100px !important;
}
.panel.compose .panel_content > .toolbar {
background: #d7f0c3;
filter: none;
border-bottom: 1px solid #cacfd5;
}
.panel.compose .panel_content > .toolbar .text {
display: inline-block;
}
.panel.compose .panel_content > .toolbar .back .text {
display: none;
}
.panel.compose .panel_content > .toolbar .icon {
display: none;
}
.panel.compose .panel_content > .toolbar .back .icon,
.panel.compose .panel_content > .toolbar .new_window .icon,
.panel.compose .panel_content > .toolbar .confirmation .icon {
display: inline-block;
}
.panel.compose .panel_content > .toolbar .new_window {
border: 0px;
background: transparent;
box-shadow: none;
float: right;
}
html.rtl .panel.compose .panel_content > .toolbar .new_window {
float: left;
}
.panel.compose .notice {
padding: 8px 11px;
background: #FFFFC5;
color: #B5AD94;
border-bottom: 1px solid #F5EDD4;
}
.panel.compose table.fields {
width: 100%;
margin-top: 10px;
}
.panel.compose table.fields table.fields {
margin-top: 0px;
}
.panel.compose table.fields td {
padding: 0px 0px 10px;
}
.panel.compose table.fields td td {
padding: 0px;
}
.panel.compose table.fields .label {
text-align: right;
width: 60px;
padding-right: 6px;
}
html.rtl .panel.compose table.fields .label {
text-align: left;
}
.panel.compose table.fields .input {
padding: 8px 10px;
font-size: 11pt;
border-radius: 2px;
min-width: 100%;
width: 100px !important;
}
.panel.compose table.fields textarea.input {
width: 100%;
height: 300px;
}
.panel.compose table.fields .link {
text-decoration: underline;
cursor: pointer;
}
.panel.compose table.fields .link:hover {
color: #2B5877;
text-decoration: none;
}
.panel.compose table.fields .from,
.panel.compose table.fields .to,
.panel.compose table.fields .cc,
.panel.compose table.fields .bcc,
.panel.compose table.fields .subject {
font-size: 11pt;
}
.panel.compose table.fields .to .link {
display: inline-block;
font-size: 11pt;
color: #4477bb;
}
.panel.compose table.fields .to .link:hover {
color: #24579b;
}
.panel.compose table.fields .show_bcc,
.panel.compose table.fields .show_cc {
margin-left: 10px;
}
.panel.compose table.fields .cc .hide_cc,
.panel.compose table.fields .bcc .hide_bcc {
display: none;
}
.panel.compose table.fields .cc .inputosaurus,
.panel.compose table.fields .bcc .inputosaurus,
.panel.compose table.fields .to .inputosaurus {
padding: 0px;
}
.panel.compose table.fields .cc .inputosaurus .scroll-inner,
.panel.compose table.fields .bcc .inputosaurus .scroll-inner,
.panel.compose table.fields .to .inputosaurus .scroll-inner {
max-height: 100px;
}
.panel.compose .buttons .button.send {
background: none repeat scroll 0 0 #88CF50;
border: 1px solid #7BBE45;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
display: inline-block;
font-size: 13pt;
font-weight: bold;
padding: 10px 30px;
box-shadow: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
margin: 10px 11px;
cursor: pointer;
}
.panel.compose .buttons .button.send.disabled {
cursor: default;
opacity: 0.5;
}
.panel.compose .attachments {
z-index: 1;
text-align: center;
}
.panel.compose .attachments .uploader_mask {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: opacity 250ms ease 0s;
-moz-transition: opacity 250ms ease 0s;
-o-transition: opacity 250ms ease 0s;
transition: opacity 250ms ease 0s;
background: #FFFDD6;
padding: 11px;
color: #D3B910;
font-size: 18pt;
text-align: center;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
visibility: hidden;
}
.panel.compose .attachments .uploader_mask.active {
visibility: visible;
opacity: 0.5;
filter: alpha(opacity=50);
}
.panel.compose .attachments .uploader_mask .inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
border: 3px dashed #E2DA36;
border-radius: 5px;
}
.panel.compose .attachments .items_list {
height: 100%;
text-align: left;
max-height: 215px;
}
html.rtl .panel.compose .attachments .items_list {
text-align: right;
}
.panel.compose .attachments .items_list .button.download {
display: none;
}
.panel.compose .input {
border: 1px solid #E3E3E3;
box-shadow: none;
}
.panel.compose .panel_content > .toolbar {
background: #fff !important;
}
/*=== END Compose screen CSS ===*/
.ContactsLayout .panels {
-webkit-transition: -webkit-transform 500ms ease 0s;
-moz-transition: -moz-transform 500ms ease 0s;
transition: transform 500ms ease 0s;
}
.ContactsLayout .panels.list_active {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ContactsLayout .panels.viewer_active {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
}
.panel.groups .ui-droppable-disabled {
opacity: 1 !important;
}
/*=== Contacts screen CSS ===*/
.panel.contacts .panel_content {
margin-right: 0px;
}
.panel.contacts .panel_top .search_block {
padding-right: 0px;
}
html.rtl .panel.contacts .panel_top .search_block {
padding-right: 30px;
padding-left: 0px;
}
.panel.contacts .panel_bottom {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent;
border-top: 0 none;
bottom: 10px;
height: 26px;
padding: 0;
position: absolute;
text-align: center;
white-space: nowrap;
width: 100%;
}
.panel.contacts .panel_bottom .pagination {
background: #F5F5F5;
border: 1px solid #D5D5D5;
border-radius: 21px;
box-shadow: 0 0 5px #E1E1E1;
cursor: default;
display: inline-block;
padding: 4px 10px;
text-align: right;
}
.panel.contacts .middle_bar {
padding-top: 39px;
margin-top: -39px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.panel.contacts .item .me {
background: #F1F1F1;
border-radius: 10px 10px 10px 10px;
color: #6D6D6D;
float: right;
padding: 2px 8px;
}
.panel.contacts .item.selected .me {
color: #519CE2;
}
.panel.contacts .item .data {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.panel.contacts .item .data .name {
display: block;
margin-bottom: 10px;
font-size: 10.5pt;
font-weight: bold;
}
.panel.contacts .item .data .email {
color: #519CE2;
}
.panel.contacts .item.selected .data .email {
color: #fff;
}
.panel.contacts .item.noname .data .name {
font-weight: normal;
color: #888;
opacity: 0.3;
filter: alpha(opacity=30);
}
.panel.contacts .item.selected.noname .data .name {
color: #fff;
}
.panel.contacts .search_form {
float: right;
margin-top: -25px;
}
.panel.contacts .right_panel {
overflow-x: hidden;
overflow-y: auto;
height: 100%;
}
.panel.contacts .contact_form {
border: 3px solid #69A8F5;
background: #69A8F5;
border-radius: 4px;
}
.panel.contacts .contact_form .contact_content {
padding: 20px;
background: #fff;
border-radius: 2px;
}
.panel.contacts .contact_form .title {
margin-top: 0px;
font-weight: normal;
}
.panel.contacts .contact_form .subtitle {
font-size: 11pt;
color: #636C78;
}
.panel.contacts .contact_form .buttons {
border-top: 0px;
margin-top: 0px;
padding: 10px 0px 0px;
}
.panel.contacts .contact_form .value {
font-weight: bold;
font-size: 12pt;
}
/*=== END Contacts screen CSS ===*/
/*=== Contact viewer CSS ===*/
.panel.contact_viewer .panel_content {
background: url("images/contacts-bg.png?7.6.2") repeat 0 0;
}
.panel.contact_viewer .middle_bar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-top: 100px;
margin-top: -100px;
}
.panel.contact_viewer .middle_bar.edit_contact,
.panel.contact_viewer .middle_bar.edit_group,
.panel.contact_viewer .middle_bar.import,
.panel.contact_viewer .middle_bar.contact {
padding-bottom: 69px;
margin-bottom: -69px;
}
.panel.contact_viewer .panel_top {
margin: 0px 20px;
padding: 23px 0px;
min-height: 50px;
background: none;
border-bottom: 0px;
}
.panel.contact_viewer .contact_content {
height: 100%;
}
.panel.contact_viewer .contact_content .fields_switcher {
margin: 10px 20px;
text-align: right;
}
.panel.contact_viewer .title {
font-size: 16pt;
color: #4d4d4d;
padding: 0px;
margin: 0 0 6px;
overflow: hidden;
white-space: normal;
-ms-word-break: break-all;
word-wrap: break-word;
}
.panel.contact_viewer .title.email {
color: #3983c8;
margin: 0px;
font-size: 10.5pt;
font-weight: bold;
}
.panel.contact_viewer .item.mail_to_title {
text-decoration: none;
}
.panel.contact_viewer .panel_center .buttons {
position: relative;
z-index: 1;
margin: 0px;
}
.panel.contact_viewer .panel_center .buttons .button {
position: absolute;
right: 0px;
top: 0px;
margin: 20px 40px 0px 0px;
}
html.rtl .panel.contact_viewer .panel_center .buttons .button {
right: auto;
left: 0px;
margin-right: 0px;
margin-left: 40px;
}
.panel.contact_viewer .panel_top .toolbar .content {
padding: 0;
}
.panel.contact_viewer .panel_top .toolbar .content .item.mail_to {
background: none repeat 0 0 #88CF50;
border-color: #7BBE45;
border-radius: 5px 5px 5px 5px;
overflow: hidden;
padding: 5px 10px 2px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
color: #FFFFFF;
box-shadow: none;
}
.panel.contact_viewer .panel_top .toolbar .icon {
display: none;
}
.panel.contact_viewer .panel_top .toolbar .text {
display: inline-block;
}
.panel.contact_viewer .panel_bottom {
border: 0px;
border-radius: 0px;
background: none;
padding: 0px;
height: auto;
}
.panel.contact_viewer .panel_bottom .buttons {
text-align: right;
margin: 0px 20px;
padding: 20px 0px;
border-top: 1px solid #D9D9D9;
}
html.rtl .panel.contact_viewer .panel_bottom .buttons {
text-align: left;
}
.panel.contact_viewer .decor {
border: 1px solid #D9D9D9;
border-bottom: 0px;
border-radius: 4px 4px 0px 0px;
padding-top: 3px;
margin: 0px 20px;
}
.contact_data_groups {
color: #626262;
border: 1px solid #D9D9D9;
border-top: 0px;
border-radius: 0px 0px 4px 4px;
margin: 0px 20px;
min-height: 100px;
}
.contact_data_groups .fields {
padding: 12px 20px 1px;
}
.contact_data_groups .subtitle,
.contact_data_groups .row {
margin-top: 0px;
margin-bottom: 22px;
padding: 0px;
}
.contact_data_groups .subtitle {
font-size: 10.5pt;
}
.contact_data_groups.edit .label {
width: 25%;
}
.contact_data_groups.edit .value {
width: 75%;
}
.contact_data_groups .address {
margin-bottom: 12px;
}
.contact_data_groups .address .row {
margin-bottom: 5px;
clear: none;
}
.contact_data_groups .address .row:after {
display: none;
}
.contact_data_groups .address .label {
width: 20px;
height: 0px;
text-indent: 20px;
overflow: hidden;
}
.contact_data_groups .address .label.address {
float: left;
width: 20px;
height: 20px;
text-indent: 0px;
overflow: hidden;
vertical-align: middle;
margin-right: -20px;
word-wrap: normal;
}
.contact_data_groups .address .label.address:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.contact_data_groups .address .label.address:before {
font-size: 20px;
margin-right: 20px;
content: "\e662";
}
.contact_data_groups .address .label.address:before html.rtl {
margin-left: 20px;
margin-right: 0px;
}
.contact_data_groups .mobile .label,
.contact_data_groups .phone .label,
.contact_data_groups .fax .label {
width: 20px;
height: 20px;
text-indent: 0px;
overflow: hidden;
vertical-align: middle;
}
.contact_data_groups .mobile .label:before,
.contact_data_groups .phone .label:before,
.contact_data_groups .fax .label:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.contact_data_groups .mobile .label:before,
.contact_data_groups .phone .label:before,
.contact_data_groups .fax .label:before {
font-size: 20px;
margin-right: 20px;
content: "\e663";
}
.contact_data_groups .mobile .label:before html.rtl,
.contact_data_groups .phone .label:before html.rtl,
.contact_data_groups .fax .label:before html.rtl {
margin-left: 20px;
margin-right: 0px;
}
.contact_data_groups .mobile .label .text,
.contact_data_groups .phone .label .text,
.contact_data_groups .fax .label .text {
display: none;
}
.contact_data_groups .link.call {
margin-left: 10px;
}
html.rtl .contact_data_groups .link.call {
margin-left: 0px;
margin-right: 10px;
}
.contact_card .link.call {
margin-left: 4px;
}
.contact_card .groups .row {
font-size: 9pt;
}
.import .contact_data_groups .buttons {
text-align: left;
margin-top: 0px;
}
/*=== END Contact viewer CSS ===*/
/*=== Base CSS ===*/
html {
height: 100%;
}
html.non-adjustable {
height: auto;
min-height: 100%;
}
body {
background: #f2f2f2 url("images/background.jpg") repeat-x left top;
background-attachment: fixed;
font: normal 9pt Helvetica, Tahoma, Arial, sans-serif;
height: 100%;
min-height: 480px;
}
body html.rtl {
background-position: right top;
}
html.screen-login-helpdesk body,
html.screen-login-langblock body {
min-height: 580px;
}
html.screen-login-langblock.screen-login-description body {
min-height: 734px;
}
html.non-adjustable body {
height: auto;
min-height: inherit;
min-height: 100%;
overflow: visible;
}
html.non-adjustable-valign body {
min-height: inherit;
}
.pSevenMain {
height: 100%;
overflow: hidden;
position: relative;
}
html.non-adjustable-valign .pSevenMain {
overflow: auto;
}
.pSevenMain {
height: 100%;
overflow: hidden;
position: relative;
}
html.non-adjustable-valign .pSevenMain {
overflow: auto;
}
.scroll-inner {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#pSevenContent {
height: 100%;
}
.autosize {
overflow: hidden;
resize: none;
}
textarea {
resize: vertical;
}
label {
cursor: pointer;
}
a,
.link,
a:link,
.link:link,
a:visited,
.link:visited {
color: #16a7cf;
text-decoration: none;
cursor: pointer;
}
a:hover,
.link:hover {
color: #2fc1e9;
text-decoration: underline;
}
*[contenteditable="true"],
input:focus {
outline: none;
}
/*=== Common CSS ===*/
.panel.folders .items_list .item,
.panel.groups .items_list .item,
.panel.storages .items_list .item,
.settings .folders .items_list .item {
font-size: 12pt;
background: none;
max-height: inherit;
}
.panel.folders .items_list .item > .title,
.panel.groups .items_list .item > .title,
.panel.storages .items_list .item > .title,
.settings .folders .items_list .item > .title {
color: #aaaaaa;
text-decoration: none;
font-size: 13pt;
font-weight: normal;
line-height: normal;
padding-top: 4px;
padding-bottom: 7px;
padding-left: 16px;
cursor: default;
display: block;
white-space: nowrap;
outline: none;
margin-bottom: 0px;
}
.panel.folders .items_list .item > .title .name,
.panel.groups .items_list .item > .title .name,
.panel.storages .items_list .item > .title .name,
.settings .folders .items_list .item > .title .name {
display: block;
overflow: hidden;
margin-right: 10px;
}
html.rtl .panel.folders .items_list .item > .title .name,
html.rtl .panel.groups .items_list .item > .title .name,
html.rtl .panel.storages .items_list .item > .title .name,
html.rtl .settings .folders .items_list .item > .title .name {
margin-right: 0px;
margin-left: 10px;
}
.panel.folders .items_list .item > .title .text,
.panel.groups .items_list .item > .title .text,
.panel.storages .items_list .item > .title .text,
.settings .folders .items_list .item > .title .text {
display: inline-block;
vertical-align: middle;
}
.panel.folders .items_list .item > .title .icon,
.panel.groups .items_list .item > .title .icon,
.panel.storages .items_list .item > .title .icon,
.settings .folders .items_list .item > .title .icon {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
}
.panel.folders .items_list .item.canSelect > .title,
.panel.groups .items_list .item.canSelect > .title,
.panel.storages .items_list .item.canSelect > .title,
.settings .folders .items_list .item.canSelect > .title {
cursor: pointer;
color: #777777;
text-shadow: none;
}
.panel.folders .items_list .item.canSelect > .title:hover,
.panel.groups .items_list .item.canSelect > .title:hover,
.panel.storages .items_list .item.canSelect > .title:hover,
.settings .folders .items_list .item.canSelect > .title:hover {
color: #40444C;
}
.panel.folders .items_list .item.canSelect > .title.virtualEmpty .title,
.panel.groups .items_list .item.canSelect > .title.virtualEmpty .title,
.panel.storages .items_list .item.canSelect > .title.virtualEmpty .title,
.settings .folders .items_list .item.canSelect > .title.virtualEmpty .title,
.panel.folders .items_list .item.canSelect > .title.virtualEmpty .title:hover,
.panel.groups .items_list .item.canSelect > .title.virtualEmpty .title:hover,
.panel.storages .items_list .item.canSelect > .title.virtualEmpty .title:hover,
.settings .folders .items_list .item.canSelect > .title.virtualEmpty .title:hover {
color: #AAAAAA;
}
.panel.folders .items_list .item.selected > .title,
.panel.groups .items_list .item.selected > .title,
.panel.storages .items_list .item.selected > .title,
.settings .folders .items_list .item.selected > .title {
background: #2ebfd9;
text-shadow: none;
color: #fff !important;
}
.panel.folders .items_list .item .count,
.panel.groups .items_list .item .count,
.panel.storages .items_list .item .count,
.settings .folders .items_list .item .count {
display: inline-block;
float: right;
margin-right: 10px;
padding: 2px 10px;
}
html.rtl .panel.folders .items_list .item .count,
html.rtl .panel.groups .items_list .item .count,
html.rtl .panel.storages .items_list .item .count,
html.rtl .settings .folders .items_list .item .count {
margin-right: 0px;
margin-left: 10px;
float: left;
}
.panel.folders .items_list .item.selected > .title .count,
.panel.groups .items_list .item.selected > .title .count,
.panel.storages .items_list .item.selected > .title .count,
.settings .folders .items_list .item.selected > .title .count {
border-radius: 11px/10px;
background: transparent;
box-shadow: none;
border: 1px solid #fff;
padding: 1px 9px;
}
.cssanimations .panel.folders .item .title.recivedAnim,
.cssanimations .panel.groups .item .title.recivedAnim,
.cssanimations .panel.storages .item .title.recivedAnim,
.cssanimations .settings .folders .item .title.recivedAnim {
-webkit-animation: highlight 0.5s linear;
-moz-animation: highlight 0.5s linear;
animation: highlight 0.5s linear;
}
.panel.folders .item .title.droppableHover,
.panel.groups .item .title.droppableHover,
.panel.storages .item .title.droppableHover,
.settings .folders .item .title.droppableHover {
background: #e5e5e5 !important;
color: #626262 !important;
text-shadow: 0px 1px 0px #fff !important;
}
.panel.folders .item.selected .title.droppableHover,
.panel.groups .item.selected .title.droppableHover,
.panel.storages .item.selected .title.droppableHover,
.settings .folders .item.selected .title.droppableHover {
background: #30a8bd !important;
color: #fff !important;
text-shadow: 0px 1px 0px #678197 !important;
}
.panel.folders .items_list .item .title .name,
.panel.groups .items_list .item .title .name,
.panel.storages .items_list .item .title .name {
overflow: hidden;
}
.panel.folders .items_list .item .title .name:after,
.panel.groups .items_list .item .title .name:after,
.panel.storages .items_list .item .title .name:after {
content: "";
pointer-events: none;
display: block;
width: 10px;
float: right;
height: 100px;
margin-left: 0;
margin-top: -100px;
position: relative;
}
html.rtl .panel.folders .items_list .item .title .name:after,
html.rtl .panel.groups .items_list .item .title .name:after,
html.rtl .panel.storages .items_list .item .title .name:after {
float: left;
}
.recivedAnim .panel.folders .items_list .item .title .name:after,
.recivedAnim .panel.groups .items_list .item .title .name:after,
.recivedAnim .panel.storages .items_list .item .title .name:after {
background: none !important;
}
.panels.settings .folders .items_list .item .title .name {
overflow: hidden;
}
.panels.settings .folders .items_list .item .title .name:after {
content: "";
pointer-events: none;
display: block;
width: 10px;
float: right;
height: 100px;
margin-left: 0;
margin-top: -100px;
position: relative;
}
html.rtl .panels.settings .folders .items_list .item .title .name:after {
float: left;
}
.recivedAnim .panels.settings .folders .items_list .item .title .name:after {
background: none !important;
}
.folders .title .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.folders .title .icon:before {
font-size: 30px;
display: inline-block;
width: 30px;
height: 30px;
}
.folders .selected .title .icon:before {
color: #fff;
text-shadow: 0 1px 0 #727272;
}
.folders .title .icon.type1:before {
content: "\e616";
}
.folders .title .icon.type2:before {
content: "\e615";
}
.folders .title .icon.type3:before {
content: "\e617";
}
.folders .title .icon.type4:before {
content: "\e614";
}
.folders .title .icon.type5:before {
content: "\e612";
}
.folders .title .icon.type7:before,
.folders .selected .title .icon.type7:before {
color: #ffb736;
content: "\e613";
margin-top: -0.1ex;
}
.folders .virtualEmpty .title .icon.type7:before {
color: #727272 !important;
}
.folders .virtualEmpty.selected .title .icon.type7:before {
color: #fff !important;
}
.groups .title .icon:before {
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-family: 'afterlogic';
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.groups .title .icon:before {
font-size: 30px;
display: inline-block;
width: 30px;
height: 30px;
}
.groups .selected .title .icon:before {
color: #fff;
text-shadow: 0 1px 0 #727272;
}
.groups .title .icon:before {
content: "\e618";
}
.groups .title .icon.type1:before {
content: "\e618";
}
.groups .title .icon.type2:before {
content: "\e619";
}
.groups .title .icon.type3:before {
content: "\e629";
}
/*=== END Folders CSS ===*/
.panel.messages .customscroll-scrollbar-vertical,
.panel.contacts .customscroll-scrollbar-vertical,
.panel.threads .customscroll-scrollbar-vertical {
margin-right: 6px;
}
html.rtl .panel.messages .customscroll-scrollbar-vertical,
html.rtl .panel.contacts .customscroll-scrollbar-vertical,
html.rtl .panel.threads .customscroll-scrollbar-vertical {
margin-right: 0px;
margin-left: 6px;
}
.add_account .popup_panel,
.add_fetcher .popup_panel,
.add_folder .popup_panel,
.folders_setup .popup_panel {
background: #f1f1f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACtJREFUeNo0iIEJACAAwlT8/1GPMAsaKGNMYpskAOPRdq9tWbrifpaOAAMAMvEO3ANCJPYAAAAASUVORK5CYII=") repeat 0 0;
}
/*=== END Popup CSS ===*/
/*=== IE hacks ===*/
/*=== retina displays ===*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 1.3dppx), only screen and (min-resolution: 125dpi) {
.spritesX2 {
background-image: url("images/sprites2x.png?7.6.2");
background-size: 1440px 560px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-moz-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 1.3dppx), only screen and (min-resolution: 125dpi) {
.file .icon,
.messages .items_list .item .marker,
.html_editor .toolbar .item .icon {
background-image: url("images/sprites2x.png?7.6.2");
background-size: 1440px 560px;
}
}
/*=== END IE hacks ===*/ |
doc/1.2.0/libguac/search/variables_a.html | mike-jumper/incubator-guacamole-website | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="variables_a.js"></script>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div id="SRResults"></div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
createResults();
/* @license-end */
--></script>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
/* @license-end */
--></script>
</div>
<!-- Google Analytics -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75289145-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
src/main/twirl/gitbucket/core/issues/commentlist.scala.html | ssogabe/gitbucket | @(issue: Option[gitbucket.core.model.Issue],
comments: List[gitbucket.core.model.Comment],
hasWritePermission: Boolean,
repository: gitbucket.core.service.RepositoryService.RepositoryInfo,
pullreq: Option[gitbucket.core.model.PullRequest] = None)(implicit context: gitbucket.core.controller.Context)
@import context._
@import gitbucket.core.view.helpers._
@import gitbucket.core.model.CommitComment
@if(issue.isDefined){
<div class="issue-avatar-image">@avatar(issue.get.openedUserName, 48)</div>
<div class="box issue-comment-box">
<div class="box-header-small">
@user(issue.get.openedUserName, styleClass="username strong") <span class="muted">commented @helper.html.datetimeago(issue.get.registeredDate)</span>
<span class="pull-right">
@if(hasWritePermission || loginAccount.map(_.userName == issue.get.openedUserName).getOrElse(false)){
<a href="#" data-issue-id="@issue.get.issueId"><i class="icon-pencil" aria-label="Edit"></i></a>
}
</span>
</div>
<div class="box-content issue-content markdown-body" id="issueContent">
@markdown(issue.get.content getOrElse "No description provided.", repository, false, true, true, hasWritePermission)
</div>
</div>
}
@comments.map {
case comment: gitbucket.core.model.IssueComment => {
@if(comment.action != "close" && comment.action != "reopen" && comment.action != "delete_branch"){
<div class="issue-avatar-image">@avatar(comment.commentedUserName, 48)</div>
<div class="box issue-comment-box" id="comment-@comment.commentId">
<div class="box-header-small">
@user(comment.commentedUserName, styleClass="username strong")
<span class="muted">
@if(comment.action == "comment"){
commented
} else {
@if(pullreq.isEmpty){ referenced the issue } else { referenced the pull request }
}
@helper.html.datetimeago(comment.registeredDate)
</span>
<span class="pull-right">
@if(comment.action != "commit" && comment.action != "merge" && comment.action != "refer"
&& (hasWritePermission || loginAccount.map(_.userName == comment.commentedUserName).getOrElse(false))){
<a href="#" data-comment-id="@comment.commentId"><i class="icon-pencil" aria-label="Edit"></i></a>
<a href="#" data-comment-id="@comment.commentId"><i class="icon-remove-circle" aria-label="Remove"></i></a>
}
</span>
</div>
<div class="box-content"class="issue-content" id="commentContent-@comment.commentId">
@if(comment.action == "commit" && comment.content.split(" ").last.matches("[a-f0-9]{40}")){
@defining(comment.content.substring(comment.content.length - 40)){ id =>
<div class="pull-right"><a href="@path/@repository.owner/@repository.name/commit/@id" class="monospace">@id.substring(0, 7)</a></div>
<div class="markdown-body">@markdown(comment.content.substring(0, comment.content.length - 41), repository, false, true, true, hasWritePermission)</div>
}
} else {
@if(comment.action == "refer"){
@defining(comment.content.split(":")){ case Array(issueId, rest @ _*) =>
<strong><a href="@path/@repository.owner/@repository.name/issues/@issueId">Issue #@issueId</a>: @rest.mkString(":")</strong>
}
} else {
<div class="markdown-body">@markdown(comment.content, repository, false, true, true, hasWritePermission)</div>
}
}
</div>
</div>
}
@if(comment.action == "merge"){
<div class="small" style="margin-top: 10px; margin-bottom: 10px;">
<span class="label label-info">Merged</span>
@avatar(comment.commentedUserName, 20)
@user(comment.commentedUserName, styleClass="username strong") merged commit <code>@pullreq.map(_.commitIdTo.substring(0, 7))</code> into
@if(pullreq.get.requestUserName == repository.owner){
<span class="label label-info monospace">@pullreq.map(_.branch)</span> from <span class="label label-info monospace">@pullreq.map(_.requestBranch)</span>
} else {
<span class="label label-info monospace">@pullreq.map(_.userName):@pullreq.map(_.branch)</span> from <span class="label label-info monospace">@pullreq.map(_.requestUserName):@pullreq.map(_.requestBranch)</span>
}
@helper.html.datetimeago(comment.registeredDate)
</div>
}
@if(comment.action == "close" || comment.action == "close_comment"){
<div class="small issue-comment-action">
<span class="label label-important">Closed</span>
@avatar(comment.commentedUserName, 20)
@if(issue.isDefined && issue.get.isPullRequest){
@user(comment.commentedUserName, styleClass="username strong") closed the pull request @helper.html.datetimeago(comment.registeredDate)
} else {
@user(comment.commentedUserName, styleClass="username strong") closed the issue @helper.html.datetimeago(comment.registeredDate)
}
</div>
}
@if(comment.action == "reopen" || comment.action == "reopen_comment"){
<div class="small issue-comment-action">
<span class="label label-success">Reopened</span>
@avatar(comment.commentedUserName, 20)
@user(comment.commentedUserName, styleClass="username strong") reopened the issue @helper.html.datetimeago(comment.registeredDate)
</div>
}
@if(comment.action == "delete_branch"){
<div class="small issue-comment-action">
<span class="label">Deleted</span>
@avatar(comment.commentedUserName, 20)
@user(comment.commentedUserName, styleClass="username strong") deleted the <span class="label label-info monospace">@pullreq.map(_.requestBranch)</span> branch @helper.html.datetimeago(comment.registeredDate)
</div>
}
}
case comment: CommitComment => {
@helper.html.commitcomment(comment, hasWritePermission, repository, pullreq.map(_.commitIdTo))
}
}
<script>
$(function(){
@if(issue.isDefined){
$('.issue-comment-box i.icon-pencil').click(function(){
var id = $(this).closest('a').data('comment-id');
var url = '@url(repository)/issue_comments/_data/' + id;
var $content = $('#commentContent-' + id);
if(!id){
id = $(this).closest('a').data('issue-id');
url = '@url(repository)/issues/_data/' + id;
$content = $('#issueContent');
}
$.get(url,
{
dataType : 'html'
},
function(data){
$content.empty().html(data);
});
return false;
});
$('.issue-comment-box i.icon-remove-circle').click(function(){
if(confirm('Are you sure you want to delete this?')) {
var id = $(this).closest('a').data('comment-id');
$.post('@url(repository)/issue_comments/delete/' + id,
function(data){
if(data > 0) {
$('#comment-' + id).prev('div.issue-avatar-image').remove();
$('#comment-' + id).remove();
}
});
}
return false;
});
}
$(document).on('click', '.commit-comment-box i.icon-pencil', function(){
var id = $(this).closest('a').data('comment-id');
var url = '@url(repository)/commit_comments/_data/' + id;
var $content = $('.commit-commentContent-' + id, $(this).closest('.box'));
$.get(url,
{
dataType : 'html'
},
function(data){
$content.empty().html(data);
});
return false;
});
$(document).on('click', '.commit-comment-box i.icon-remove-circle', function(){
if(confirm('Are you sure you want to delete this?')) {
var id = $(this).closest('a').data('comment-id');
$.post('@url(repository)/commit_comments/delete/' + id,
function(data){
if(data > 0) {
$('.commit-comment-' + id).closest('.not-diff').remove();
$('.commit-comment-' + id).closest('.inline-comment').remove();
}
});
}
return false;
});
var extractMarkdown = function(data){
$('body').append('<div id="tmp"></div>');
$('#tmp').html(data);
var markdown = $('#tmp textarea').val();
$('#tmp').remove();
return markdown;
};
var replaceTaskList = function(issueContentHtml, checkboxes) {
var ss = [],
markdown = extractMarkdown(issueContentHtml),
xs = markdown.split(/- \[[x| ]\]/g);
for (var i=0; i<xs.length; i++) {
ss.push(xs[i]);
if (checkboxes.eq(i).prop('checked')) ss.push('- [x]');
else ss.push('- [ ]');
}
ss.pop();
return ss.join('');
};
$('div[class*=commit-commentContent-]').on('click', ':checkbox', function(ev){
var $commentContent = $(ev.target).parents('div[class*=commit-commentContent-]'),
commentId = $commentContent.attr('class').match(/commit-commentContent-.+/)[0].replace(/commit-commentContent-/, ''),
checkboxes = $commentContent.find(':checkbox');
$.get('@url(repository)/commit_comments/_data/' + commentId,
{
dataType : 'html'
},
function(responseContent){
$.ajax({
url: '@url(repository)/commit_comments/edit/' + commentId,
type: 'POST',
data: {
issueId : 0,
content : replaceTaskList(responseContent, checkboxes)
},
success: function(data) {
$('.commit-commentContent-' + commentId).html(data.content);
}
});
}
);
});
@if(issue.isDefined){
$('#issueContent').on('click', ':checkbox', function(ev){
var checkboxes = $('#issueContent :checkbox');
$.get('@url(repository)/issues/_data/@issue.get.issueId',
{
dataType : 'html'
},
function(responseContent){
$.ajax({
url: '@url(repository)/issues/edit/@issue.get.issueId',
type: 'POST',
data: {
title : $('#issueTitle').text(),
content : replaceTaskList(responseContent, checkboxes)
}
});
}
);
});
$('div[id^=commentContent-]').on('click', ':checkbox', function(ev){
var $commentContent = $(ev.target).parents('div[id^=commentContent-]'),
commentId = $commentContent.attr('id').replace(/commentContent-/, ''),
checkboxes = $commentContent.find(':checkbox');
$.get('@url(repository)/issue_comments/_data/' + commentId,
{
dataType : 'html'
},
function(responseContent){
$.ajax({
url: '@url(repository)/issue_comments/edit/' + commentId,
type: 'POST',
data: {
issueId : 0,
content : replaceTaskList(responseContent, checkboxes)
}
});
}
);
});
}
});
</script>
|
tools/sahi/ruby/doc/classes/Sahi/Browser.src/M000056.html | rajiesh/functional-tests | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>expect_confirm (Sahi::Browser)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/sahi.rb, line 211</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">expect_confirm</span>(<span class="ruby-identifier">message</span>, <span class="ruby-identifier">input</span>)
<span class="ruby-identifier">execute_step</span>(<span class="ruby-node">"_sahi._expectConfirm(#{Utils.quoted(message) }, #{input})"</span>)
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> |
Android/SmartCampusApp/doc/com/smartcampus/android/ui/custom/class-use/TransparentPanel.html | Soufien/SmartCampusAAU | <!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) on Tue Aug 09 13:19:00 CEST 2011 -->
<title>Uses of Class com.smartcampus.android.ui.custom.TransparentPanel</title>
<meta name="date" content="2011-08-09">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.smartcampus.android.ui.custom.TransparentPanel";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="header">
<h2 title="Uses of Class com.smartcampus.android.ui.custom.TransparentPanel" class="title">Uses of Class<br>com.smartcampus.android.ui.custom.TransparentPanel</h2>
</div>
<div class="classUseContainer">No usage of com.smartcampus.android.ui.custom.TransparentPanel</div>
</body>
</html>
|
mysite/mysiteapp/templates/test.html | lz1988/company-site | 777777 |
frontend/web/css/site.css | yasinn/yunjianyi | html,
body {
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #888;
height: 100%;
}
@media (min-width: 1200px) {
.container {
/*width: 970px !important;*/
}
}
#Top {
background-color: #fff;
font-size: 15px;
font-weight: 500;
border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
#Top .navbar {
margin-bottom: 0px;
}
#Top .avatar {
padding: 6px 10px 6px 10px;
}
#Top .avatar img {
border-radius: 4px;
width: 32px;
height: 32px;
}
#Wrapper {
min-height: 100%;
height: auto;
padding: 20px 0 20px;
background-color: #e2e2e2;
background-image: url("../image/shadow_light.png");
background-repeat: repeat-x;
}
#Bottom {
border-top: 1px solid rgba(0, 0, 0, 0.22);
color: #999;
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
#Tabs {
padding: 15px 10px;
font-size: 13px;
line-height: 150%;
text-align: left;
}
#sub-nav {
padding: 10px 10px 5px 10px;
font-size: 12px;
line-height: 120%;
text-align: left;
border-bottom: 1px solid #EEEEEE;
background: #f9f9f9;
}
.dropdown-menu .divider {
margin: 5px 0;
}
#Tabs.no-sub-nav {
border-bottom: 1px solid #EEEEEE;
}
.alert {
background-color: #FFFFFF !important;
}
.nav-pills > li {
line-height: 30px;
}
.nav-pills > li > a:link, .nav-pills > li > a:visited, .nav-pills > li > a:active {
display: inline-block;
font-size: 13px;
line-height: 13px;
padding: 5px 10px 5px 10px;
margin: 0 5px;
border-radius: 3px;
color: #555;
}
.nav-pills > li > a:hover {
background-color: #f5f5f5;
color: #000;
text-decoration: none;
}
#sub-nav a:link, #sub-nav a:visited, #sub-nav a:active {
display: inline-block;
font-size: 12px;
color: #778087;
padding: 0px 10px 5px 10px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
display: inline-block;
font-size: 13px;
line-height: 13px;
padding: 5px 10px 5px 10px;
margin: 0 5px;
border-radius: 3px;
background-color: #334;
color: #fff;
}
.nav-pills > li.active > a:hover {
background-color: #445;
color: #fff;
text-decoration: none;
}
.navbar {
min-height: 46px;
}
.navbar-brand {
padding: 12px;
height: 45px;
}
.navbar-form {
margin-top: 7px;
margin-bottom: 0px;
}
#navbar-search {
height: 30px;
border-radius: 15px;
width: 100%;
}
#Tabs > li > a {
padding: 5px 10px;
}
.nav > li > a {
position: relative;
display: block;
padding: 12px 10px 13px;
}
section {
border-radius: 3px;
clear: both;
background: #fff;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
border-bottom: 1px solid #EEEEEE;
margin-bottom: 20px;
}
.sidebar section .article-header{
color: #999;
padding: 10px;
font-size: 12px;
border-bottom: 1px solid #eee;
}
article, .block {
padding: 15px;
word-wrap: break-word;
border-bottom: 1px solid #eeeeee;
}
.item {
border-bottom: 1px solid #EEEEEE;
}
h1 {
font-size: 24px;
font-weight: 500;
line-height: 100%;
margin: 5px 0px 20px 0px;
padding: 0px;
word-wrap: break-word;
}
.markdown-content h2 {
font-size: 18px;
font-weight: 500;
line-height: 100%;
margin: 20px 0px 20px 0px;
padding: 0px 0px 8px 0px;
border-bottom: 1px solid #e2e2e2;
}
h3 {
font-size: 16px;
font-weight: 500;
line-height: 100%;
margin: 5px 0px 20px 0px;
padding: 0px;
}
hr {
border: none;
height: 1px;
color: #e2e2e2;
background-color: #e2e2e2;
margin-bottom: 1em;
}
pre {
font-family: 'Consolas', 'Panic Sans', 'Consolas', 'DejaVu Sans Mono',
'Bitstream Vera Sans Mono', 'Menlo', 'Microsoft Yahei', monospace;
font-size: 13px;
letter-spacing: 0.015em;
line-height: 120%;
padding: 0.5em;
margin: 0px;
white-space: pre;
overflow-x: auto;
overflow-y: auto;
}
pre a {
color: inherit;
text-decoration: underline;
}
:active {
outline: 0 none !important;
}
code {
background-color: #f8f8f8;
padding: 1px 2px 1px 2px;
border-radius: 2px;
font-family: 'Consolas', 'Panic Sans', 'DejaVu Sans Mono',
'Bitstream Vera Sans Mono', 'Menlo', 'Microsoft Yahei', monospace;
}
.mt20 {
margin-top: 20px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.ml15 {
margin-left: 15px;
}
.mb10 {
margin-bottom: 10px;
}
.mt3 {
margin-top: 3px;
}
.mt5 {
margin-top: 5px;
}
.padding15 {
padding: 15px;
}
.mb0 {
margin-bottom: 0px;
}
.padding-left-0 {
padding-left: 0px !important;
}
a:link, a:visited, a:active {
color: #778087;
text-decoration: none;
word-break: break-all;
}
a:hover {
color: #4d5256;
text-decoration: underline;
}
.breadcrumb {
color: #999999;
background-color: #fff;
border-bottom: 1px solid #EEEEEE;
}
.breadcrumb>span+span:before {
margin: 0 5px;
color: #ccc;
content: "/\00a0";
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: /*"\e113"*/ "\e151";
}
a.desc:after {
content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view th {
white-space: nowrap;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
a.badge:link, a.badge:active {
background-color: #AAABAE;
color: #ffffff;
}
a.badge:visited {
background-color: #dddddd;
color: #ffffff;
}
/*item list*/
.item h2 {
font-size: 16px;
line-height: 130%;
text-shadow: 0px 1px 0px #fff;
word-wrap: break-word;
margin-top: 0px;
margin-bottom: 5px;
}
.item h2 a {
font-weight: normal;
}
small {
color: #999;
}
a.small:hover {
text-decoration: none;
}
/*今日热议建议*/
article.sidebar {
padding: 10px 15px;
text-align: left;
border-bottom: 1px solid #EEEEEE;
}
article.sidebar .img-rounded, .notice .img-rounded {
border-radius: 4px;
}
article {
color: #555555;
}
.page-header {
margin-top: 0;
}
.page-header h1 {
font-size: 18px;
margin: 4px 0;
display: inline-block;
}
.topic .breadcrumb {
margin-bottom: 0px;
padding: 0px;
border-bottom: 0px;
}
.header {
padding: 15px;
border-bottom: 1px solid #EEEEEE;
overflow: hidden;
}
.header h1 {
color: #555555;
}
.header .pull-right img{
display: block;
width: 80px;
height: 80px;
}
.topic-footer {
padding: 8px 15px;
border-bottom: 1px solid #EEEEEE;
background-color: #f9f9f9;
height: 38px;
}
.topic-reply-body {
margin-left: 60px;
}
.topic-reply-author .badge {
background-color: #EEEEEE;
color: #CCCCCC;
}
.topic-reply-author i {
color: #ccc;
}
.topic-body img {
max-width: 100%;
}
.block-header {
padding: 8px 15px;
border-bottom: 1px solid #EEEEEE;
}
.block-footer {
padding: 8px 15px;
}
article.block-header {
padding: 15px;
}
.block-content {
padding: 15px;
font-size: 13px;
line-height: 1.8em;
}
.block-hot-topic {
padding: 15px;
font-size: 13px;
line-height: 1.5em;
}
.block-hot-topic:last-child {
padding-bottom: 15px;
}
a.node:link, a.node:visited, a.node:active {
background-color: #f5f5f5;
font-size: 10px;
line-height: 10px;
display: inline-block;
padding: 4px 4px 4px 4px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-decoration: none;
color: #999;
}
a.node:hover {
text-decoration: none;
background-color: #e2e2e2;
color: #777;
}
.node a{
line-height: 13px;
padding: 4px 10px 4px 10px;
margin: 0px 5px 5px 0px;
border-radius: 16px;
display: inline-block;
border: 1px solid #e5e5e5;
}
.node a:hover {
text-decoration: none;
color: #333;
border: 1px solid #ccc;
box-shadow: 0px 1px 2px rgba(0, 0, 32, 0.1);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #777;
cursor: default;
background-color: #e2e2e2;
border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
color: #999999;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
color: #777777;
}
|
deps/db/docs/api_reference/CXX/logcget.html | dwaynebailey/poedit | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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>DbLogc::get()</title>
<link rel="stylesheet" href="apiReference.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB C++ API Reference" />
<link rel="up" href="lsn.html" title="Chapter 8. The DbLsn Handle" />
<link rel="prev" href="logcclose.html" title="DbLogc::close()" />
<link rel="next" href="logcompare.html" title="DbEnv::log_compare()" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">DbLogc::get()</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="logcclose.html">Prev</a> </td>
<th width="60%" align="center">Chapter 8.
The DbLsn Handle
</th>
<td width="20%" align="right"> <a accesskey="n" href="logcompare.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="logcget"></a>DbLogc::get()</h2>
</div>
</div>
</div>
<pre class="programlisting">#include <db_cxx.h>
int
DbLogc::get(DbLsn *lsn, Dbt *data, u_int32_t flags);</pre>
<p>
The <code class="methodname">DbLogc::get()</code> method returns records from the log.
</p>
<p>
Unless otherwise specified, the <code class="methodname">DbLogc::get()</code> <span>
<span>
method either returns a non-zero error value or throws an
exception that encapsulates a non-zero error value on
failure, and returns 0 on success.
</span>
</span>
</p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id1689014"></a>Parameters</h3>
</div>
</div>
</div>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id1688972"></a>data</h4>
</div>
</div>
</div>
<p>
The data field of the <span class="bold"><strong>data</strong></span> structure
is set to the record retrieved, and the size field indicates the
number of bytes in the record. See
<a class="link" href="dbt.html" title="Chapter 4. The Dbt Handle">Dbt</a> for a description of other
fields in the <span class="bold"><strong>data</strong></span> structure. The
<a class="link" href="dbt.html#dbt_DB_DBT_MALLOC">DB_DBT_MALLOC</a>,
<a class="link" href="dbt.html#dbt_DB_DBT_REALLOC">DB_DBT_REALLOC</a>
and <a class="link" href="dbt.html#dbt_DB_DBT_USERMEM">DB_DBT_USERMEM</a>
flags may be specified for any
<a class="link" href="dbt.html" title="Chapter 4. The Dbt Handle">Dbt</a> used for data retrieval.
</p>
</div>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id1689248"></a>flags</h4>
</div>
</div>
</div>
<p>
The <span class="bold"><strong>flags</strong></span> parameter must be set to
one of the following values:
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p><a id="get_DB_CURRENT"></a>
<code class="literal">DB_CURRENT</code>
</p>
<p>
Return the log record to which the log currently refers.
</p>
</li>
<li>
<p><a id="get_DB_FIRST"></a>
<code class="literal">DB_FIRST</code>
</p>
<p>
The first record from any of the log files found in the log directory
is returned in the <span class="bold"><strong>data</strong></span> parameter.
The <span class="bold"><strong>lsn</strong></span> parameter is overwritten with
the <a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a> of the record
returned.
</p>
<p>
The <code class="methodname">DbLogc::get()</code> method will return <a href="../../programmer_reference/program_errorret.html#program_errorret.DB_NOTFOUND" class="olink">DB_NOTFOUND</a> if
DB_FIRST is set and the log is empty.
</p>
</li>
<li>
<p><a id="get_DB_LAST"></a>
<code class="literal">DB_LAST</code>
</p>
<p>
The last record in the log is returned in the <span class="bold"><strong>data</strong></span> parameter. The <span class="bold"><strong>lsn</strong></span> parameter is overwritten with the
<a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a> of the record returned.
</p>
<p>
The <code class="methodname">DbLogc::get()</code> method will return <a href="../../programmer_reference/program_errorret.html#program_errorret.DB_NOTFOUND" class="olink">DB_NOTFOUND</a> if
DB_LAST is set and the log is empty.
</p>
</li>
<li>
<p><a id="get_DB_NEXT"></a>
<code class="literal">DB_NEXT</code>
</p>
<p>
The current log position is advanced to the next record in the log,
and that record is returned in the <span class="bold"><strong>data</strong></span> parameter. The <span class="bold"><strong>lsn</strong></span> parameter is overwritten with the
<a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a> of the record returned.
</p>
<p>
If the cursor has not been initialized via DB_FIRST, DB_LAST, DB_SET,
DB_NEXT, or DB_PREV, <code class="methodname">DbLogc::get()</code> will return the first record in
the log.
</p>
<p>
The <code class="methodname">DbLogc::get()</code> method will return <a href="../../programmer_reference/program_errorret.html#program_errorret.DB_NOTFOUND" class="olink">DB_NOTFOUND</a> if
DB_NEXT is set and the last log record has already been returned or
the log is empty.
</p>
</li>
<li>
<p><a id="get_DB_PREV"></a>
<code class="literal">DB_PREV</code>
</p>
<p>
The current log position is advanced to the previous record in the
log, and that record is returned in the <span class="bold"><strong>data</strong></span> parameter. The <span class="bold"><strong>lsn</strong></span> parameter is overwritten with the
<a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a> of the record returned.
</p>
<p>
If the cursor has not been initialized via DB_FIRST, DB_LAST, DB_SET,
DB_NEXT, or DB_PREV, <code class="methodname">DbLogc::get()</code> will return the last record in
the log.
</p>
<p>
The <code class="methodname">DbLogc::get()</code> method will return <a href="../../programmer_reference/program_errorret.html#program_errorret.DB_NOTFOUND" class="olink">DB_NOTFOUND</a> if
DB_PREV is set and the first log record has already been returned or
the log is empty.
</p>
</li>
<li>
<p><a id="get_DB_SET"></a>
<code class="literal">DB_SET</code>
</p>
<p>
Retrieve the record specified by the <span class="bold"><strong>lsn</strong></span> parameter.
</p>
</li>
</ul>
</div>
</div>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id1689285"></a>lsn</h4>
</div>
</div>
</div>
<p>
When the <span class="bold"><strong>flag</strong></span> parameter is set to
DB_CURRENT, DB_FIRST, DB_LAST, DB_NEXT or DB_PREV, the <span class="bold"><strong>lsn</strong></span> parameter is overwritten with the
<a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a> value of the record
retrieved. When <span class="bold"><strong>flag</strong></span> is set to
DB_SET, the <span class="bold"><strong>lsn</strong></span> parameter is the
<a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a> value of the
record to be retrieved.
</p>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id1689016"></a>Errors</h3>
</div>
</div>
</div>
<p>
The <code class="methodname">DbLogc::get()</code> <span>
<span>
method may fail and throw a <a class="link" href="dbexception.html" title="Chapter 6. The DbException Class">DbException</a>
exception, encapsulating one of the following non-zero errors, or return one
of the following non-zero errors:
</span>
</span>
</p>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="id1689486"></a>EINVAL</h4>
</div>
</div>
</div>
<p>
If the DB_CURRENT flag was set and the log cursor has not yet been
initialized; the DB_CURRENT, DB_NEXT, or DB_PREV flags were set and
the log was opened with the DB_THREAD flag set; the DB_SET flag was
set and the specified log sequence number does not appear in the log;
or if an invalid flag value or parameter was specified.
</p>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id1689715"></a>Class</h3>
</div>
</div>
</div>
<p>
<a class="link" href="env.html" title="Chapter 5. The DbEnv Handle">DbEnv</a>,
<a class="link" href="logc.html" title="The DbLogc Handle">DbLogc</a>,
<a class="link" href="lsn.html" title="Chapter 8. The DbLsn Handle">DbLsn</a>
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="id1689302"></a>See Also</h3>
</div>
</div>
</div>
<p>
<a class="xref" href="lsn.html#loglist" title="Logging Subsystem and Related Methods">Logging Subsystem and Related Methods</a>
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="logcclose.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="lsn.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="logcompare.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">DbLogc::close() </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> DbEnv::log_compare()</td>
</tr>
</table>
</div>
</body>
</html>
|
wp-content/themes/netwerven/library/js/angular-1.2.13/docs/partials/api/ng.$window.html | Master244/Netwerven-Test-Site | <a href="http://github.com/angular/angular.js/tree/v1.2.13/src/ng/window.js#L3" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/window.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">$window</code>
<div><span class="hint">service in module <code ng:non-bindable="">ng</code>
</span>
</div>
</h1>
<div><h2 id="description">Description</h2>
<div class="description"><div class="ng-window-page"><p>A reference to the browser's <code>window</code> object. While <code>window</code>
is globally available in JavaScript, it causes testability problems, because
it is a global variable. In angular we always refer to it through the
<code>$window</code> service, so it may be overridden, removed or mocked for testing.</p>
<p>Expressions, like the one defined for the <code>ngClick</code> directive in the example
below, are evaluated with respect to the current scope. Therefore, there is
no risk of inadvertently coding in a dependency on a global value in such an
expression.</p>
</div></div>
<h2 id="example">Example</h2>
<div class="example"><div class="ng-window-page"><h4 id="example_source">Source</h4>
<div source-edit="" source-edit-deps="angular.js script.js protractorTest.js" source-edit-html="index.html-162" source-edit-css="" source-edit-js="script.js-161" source-edit-json="" source-edit-unit="" source-edit-scenario="" source-edit-protractor="protractorTest.js-163"></div>
<div class="tabbable"><div class="tab-pane" title="index.html">
<pre class="prettyprint linenums" ng-set-text="index.html-162" ng-html-wrap=" angular.js script.js protractorTest.js"></pre>
<script type="text/ng-template" id="index.html-162">
<div ng-controller="Ctrl">
<input type="text" ng-model="greeting" />
<button ng-click="doGreeting(greeting)">ALERT</button>
</div>
</script>
</div>
<div class="tab-pane" title="script.js">
<pre class="prettyprint linenums" ng-set-text="script.js-161"></pre>
<script type="text/ng-template" id="script.js-161">
function Ctrl($scope, $window) {
$scope.greeting = 'Hello, World!';
$scope.doGreeting = function(greeting) {
$window.alert(greeting);
};
}
</script>
</div>
<div class="tab-pane" title="Protractor e2e test">
<pre class="prettyprint linenums" ng-set-text="protractorTest.js-163"></pre>
<script type="text/ng-template" id="protractorTest.js-163">
it('should display the greeting in the input box', function() {
element(by.model('greeting')).sendKeys('Hello, E2E Tests');
// If we click the button it will block the test runner
// element(':button').click();
});
</script>
</div>
</div><h4 id="example_demo">Demo</h4>
<div class="well doc-example-live animate-container" ng-embed-app="" ng-set-html="index.html-162" ng-eval-javascript="script.js-161"></div>
</div></div>
</div>
|
toolchains/share/doc/gas/as.html/XStormy16_002dChars.html | thanhphat11/android_kernel_xiaomi_msm8996 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU Assembler "as".
Copyright (C) 1991-2013 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 no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License".
-->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Using as: XStormy16-Chars</title>
<meta name="description" content="Using as: XStormy16-Chars">
<meta name="keywords" content="Using as: XStormy16-Chars">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="XStormy16-Syntax.html#XStormy16-Syntax" rel="up" title="XStormy16 Syntax">
<link href="XStormy16-Directives.html#XStormy16-Directives" rel="next" title="XStormy16 Directives">
<link href="XStormy16-Syntax.html#XStormy16-Syntax" rel="prev" title="XStormy16 Syntax">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="XStormy16_002dChars"></a>
<div class="header">
<p>
Up: <a href="XStormy16-Syntax.html#XStormy16-Syntax" accesskey="u" rel="up">XStormy16 Syntax</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Special-Characters-40"></a>
<h4 class="subsubsection">9.51.1.1 Special Characters</h4>
<a name="index-line-comment-character_002c-XStormy16"></a>
<a name="index-XStormy16-line-comment-character"></a>
<p>‘<samp>#</samp>’ is the line comment character. If a ‘<samp>#</samp>’ appears as the
first character of a line, the whole line is treated as a comment, but
in this case the line can also be a logical line number directive
(see <a href="Comments.html#Comments">Comments</a>) or a preprocessor control command
(see <a href="Preprocessing.html#Preprocessing">Preprocessing</a>).
</p>
<a name="index-comment-character_002c-XStormy16"></a>
<a name="index-XStormy16-comment-character"></a>
<p>A semicolon (‘<samp>;</samp>’) can be used to start a comment that extends
from wherever the character appears on the line up to the end of the
line.
</p>
<a name="index-line-separator_002c-XStormy16"></a>
<a name="index-statement-separator_002c-XStormy16"></a>
<a name="index-XStormy16-line-separator"></a>
<p>The ‘<samp>|</samp>’ character can be used to separate statements on the same
line.
</p>
</body>
</html>
|
user/mibench/consumer/tiff-v3.5.4/html/man/TIFFquery.3t.html | carlobar/uclinux_leon3_UD | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML><HEAD><TITLE>Manpage of QUERY</TITLE>
</HEAD><BODY BGCOLOR=WHITE><FONT FACE="helvetica, sans, arial">
<H1>QUERY</H1>
Section: Misc. Reference Manual Pages (3T)<BR>Updated: October 15, 1995<BR><A HREF="#index">Index</A>
<BR><A HREF="index.html">Return to Main Contents</A>
<HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
TIFFCurrentRow,
TIFFCurrentStrip,
TIFFCurrentTile,
TIFFCurrentDirectory,
TIFFLastDirectory,
TIFFFileno,
TIFFFileName,
TIFFGetMode,
TIFFIsTiled,
TIFFIsByteSwapped,
TIFFIsUpSampled,
TIFFIsMSB2LSB
- query routines
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<PRE>
<B>#include <<A HREF="file:/usr/include/tiffio.h">tiffio.h</A>></B>
<B>uint32 TIFFCurrentRow(TIFF* tif)</B>
<B>tstrip_t TIFFCurrentStrip(TIFF* tif)</B>
<B>ttile_t TIFFCurrentTile(TIFF* tif)</B>
<B>tdir_t TIFFCurrentDirectory(TIFF* tif)</B>
<B>int TIFFLastDirectory(TIFF* tif)</B>
<B>int TIFFFileno(TIFF* tif)</B>
<B>char* TIFFFileName(TIFF* tif)</B>
<B>int TIFFGetMode(TIFF* tif)</B>
<B>int TIFFIsTiled(TIFF* tif)</B>
<B>int TIFFIsByteSwapped(TIFF* tif)</B>
<B>int TIFFIsUpSampled(TIFF* tif)</B>
<B>int TIFFIsMSB2LSB(TIFF* tif)</B>
<B>const char* TIFFGetVersion(void)</B>
</PRE>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
The following routines return status information about an open
<FONT SIZE="-1">TIFF</FONT>
file.
<P>
<I>TIFFCurrentDirectory</I>
returns the index of the current directory (directories
are numbered starting at 0).
This number is suitable for use with the
<I>TIFFSetDirectory</I>
routine.
<P>
<I>TIFFLastDirectory</I>
returns a non-zero value if the current directory is the
last directory in the file;
otherwise zero is returned.
<P>
<I>TIFFCurrentRow</I>,
<I>TIFFCurrentStrip</I>,
and
<I>TIFFCurrentTile</I>,
return the current row, strip, and tile, respectively,
that is being read or written.
These values are updated each time a read or write is done.
<P>
<I>TIFFFileno</I>
returns the underlying file descriptor used to access the
<FONT SIZE="-1">TIFF</FONT>
image in the filesystem.
<P>
<I>TIFFFileName</I>
returns the pathname argument passed to
<I>TIFFOpen</I>
or
<I>TIFFFdOpen</I>.
<P>
<I>TIFFGetMode</I>
returns the mode with which the underlying file was opened.
On
<FONT SIZE="-1">UNIX</FONT>
systems, this is the value passed to the
<I><A HREF="open+2">open</A></I>(2)
system call.
<P>
<I>TIFFIsTiled</I>
returns a non-zero value if the image data has
a tiled organization.
Zero is returned if the image data is organized in strips.
<P>
<I>TIFFIsByteSwapped</I>
returns a non-zero value if the image data was in a different
byte-order than the host machine.
Zero is returned if the image data and local host byte-orders
are the same.
Data samples that are more than 8 bits wide must be byte-swapped
by the application.
<P>
<I>TIFFIsUpSampled</I>
returns a non-zero value if image data returned through the
read interface routines is being up-sampled.
This can be useful to applications that want to calculate
I/O buffer sizes to reflect this usage (though the usual
strip and tile size routines already do this).
<P>
<I>TIFFIsMSB2LSB</I>
returns a non-zero value if the image data is being returned with
bit 0 as the most significant bit.
<P>
<I>TIFFGetVersion</I>
returns an
<FONT SIZE="-1">ASCII</FONT>
string that has a version stamp for the
<FONT SIZE="-1">TIFF</FONT>
library software.
<A NAME="lbAE"> </A>
<H2>DIAGNOSTICS</H2>
None.
<A NAME="lbAF"> </A>
<H2>SEE ALSO</H2>
<I><A HREF="libtiff.3t.html">libtiff</A></I>(3T),
<I><A HREF="TIFFOpen.3t.html">TIFFOpen</A></I>(3T),
<I><A HREF="TIFFFdOpen.3t.html">TIFFFdOpen</A></I>(3T)
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">DIAGNOSTICS</A><DD>
<DT><A HREF="#lbAF">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="index.html">man2html</A>,
using the manual pages.<BR>
Time: 01:31:39 GMT, November 23, 1999
</BODY>
</HTML>
|
Application/Admin/View/default/WxreplyText/edit.html | h136799711/2015all | <extend name="template/base_index" />
<block name="area_header">
</block>
<block name="area_body">
{:W('Menus/topbar')}
<div class="admin-main container-fluid">
{:W('Menus/left')}
<div class="admin-main-content">
{:W('Menus/breadcrumb')}
<!-- 带验证 form -->
<form class="form-horizontal well validateForm">
<input type="hidden" value="{$textVO.id}" name="id"/>
<fieldset>
<legend>
微信文本回复添加表单</legend>
<div class="form-group">
<label for="inputtitle" class="col-md-2 col-lg-2 control-label">关键词</label>
<div class="col-md-10 col-lg-10">
<input type="text" value="{$textVO.keyword}" class="required form-control input-short" name="keyword" id="inputtitle" placeholder="{:L('PLACEHOLDER_TITLE')}">
<div class="help-block">(关键词)</div>
</div>
</div>
<div class="form-group">
<label for="inputtitle" class="col-md-2 col-lg-2 control-label">响应文本</label>
<div class="col-md-10 col-lg-10">
<textarea rows="5" class="required form-control" name="content" id="content" placeholder="请输入响应文本">{$textVO.content}</textarea>
<div class="help-block">(例子:欢迎使用博也公众号<a href="http://baidu.com">跳转到百度</a>)注意: a跟>之间不能有空格</div>
</div>
</div>
<div class="form-group">
<label for="btns" class="col-md-2 col-lg-2 control-label"> </label>
<div class="col-lg-10 col-md-10">
<a target-form="validateForm" class="ajax-post btn btn-primary" href="{:U('Admin/'.CONTROLLER_NAME.'/edit')}" autofocus="autofocus"><i class="fa fa-save"></i> {:L('BTN_SAVE')}</a>
<a class="btn btn-default" href="{:U('Admin/'.CONTROLLER_NAME.'/index')}"><i class="fa fa-times-circle"></i> {:L('BTN_CANCEL')}</a>
</div>
</div>
</fieldset>
</form>
<!-- form -->
</div>
<!-- END admin-main-content -->
</div>
<!-- END admin-main-->
</block>
<block name="area_footer">
</block> |
config/chroot_local-includes/etc/tor-browser/profile/chrome/userChrome.css | UlrichViefhaus/dev-tails | /* Required, do not remove */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide Firefox Sync options. Sync hasn't been audited by the
Tor Browser developers yet (Tor bug #10368), and it doesn't seem to
work any way (Tor bug #13279). Weak passwords would be a pretty
serious issue too. */
#BrowserPreferences radio[pane="paneSync"],
#sync-button,
#sync-menu-button,
#sync-setup,
#sync-setup-appmenu,
#sync-status-button,
#sync-syncnowitem-appmenu,
#wrapper-sync-button,
/* Hide the Tools -> Apps link to the Firefox Marketplace. It doesn't
seem to work in the Tor Browser, and may have privacy issues. */
#menu_openApps,
/* Hide the "Share this page" button in the Tool bar, which encourages
the use of social (= tracking) networks. Note that this one likely
will be removed upstream in the final Tor Browser 5.0 release. */
#social-share-button,
/* Hide HTTPS Everywhere button in the toolbar */
#https-everywhere-button { display: none; }
|
src/mpc-hc/res/web/player.html | arkenthera/mpc-hc | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MPC-HC WebServer - Player</title>
<link rel="stylesheet" href="default.css">
<link rel="icon" href="favicon.ico">
<script src="javascript.js"></script>
</head>
<body onload="playerInit()">
<!--[if lt IE 8]>
<div class="browser-warning"><strong>Warning!</strong> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<noscript>
<p>
<strong>JavaScript is disabled; nothing will work in this page!</strong>
</p>
</noscript>
<div>
<table id="player">
<tr>
<td colspan="3">
<table id="header">
<tr>
<td id="headerIcon"></td>
<td id="headerBack"><div class="nobr" id="title"> </div></td>
<td id="headerClose" onclick="onCommand(816)"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="leftside"></td>
<td>
<table id="center">
<tr>
<td>
<table id="menu">
<tr>
<td>File</td>
<td>View</td>
<td>Play</td>
<td>Navigate</td>
<td>Favorites</td>
<td id="menu-help" class="text-right">Help</td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="video" onclick="onCommand(889)">
[preview]
</td>
</tr>
<tr>
<td>
<table id="seekbar">
<tr>
<td id="seekbarleft"><img src="img/seekbarleft.png" alt="seekbarleft"></td>
<td id="seekbarchleft"></td>
<td id="seekbargrip"><img src="img/seekbargrip.png" alt="seekbargrip"></td>
<td id="seekbarchright"></td>
<td id="seekbarright"><img src="img/seekbarright.png" alt="seekbarright"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table id="controlbar">
<tr>
<td id="controlbuttonplay" onclick="onCommand(887)" title="Play"></td>
<td id="controlbuttonpause" onclick="onCommand(888)" title="Pause"></td>
<td id="controlbuttonstop" onclick="onCommand(890)" title="Stop"></td>
<td id="controlbuttonskipback" onclick="onCommand(920)" title="Skip back"></td>
<td id="controlbuttondecrate" onclick="onCommand(894)" title="Decrease speed"></td>
<td id="controlbuttonincrate" onclick="onCommand(895)" title="Increase speed"></td>
<td id="controlbuttonskipforward" onclick="onCommand(921)" title="Skip forward"></td>
<td id="controlbuttonstep" onclick="onCommand(891)" title="Step"></td>
<td> </td>
<td id="controlvolumemute" onclick="onCommand(909)" title="Mute"></td>
<td id="controlvolumebar">
<img src="img/controlvolumegrip.png" id="controlvolumegrip" alt="control volume grip">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table id="statusbar">
<tr>
<td><div id="status"></div></td>
<td class="text-right"><div id="timer"> </div></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td id="rightside"></td>
</tr>
<tr>
<td id="leftbottomside"></td>
<td id="bottomside"></td>
<td id="rightbottomside"></td>
</tr>
</table>
</div>
[debug]
</body>
</html>
|
www_source/js/webix/samples/15_datatable/03_filtering/06_custom_built.html | ByTiger/LearnWhatYouNeed | <!DOCTYPE html>
<html>
<head>
<title>Filtering by multiple criteria</title>
<link rel="stylesheet" href="../../../codebase/webix.css" type="text/css" charset="utf-8">
<script src="../../../codebase/webix.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="../common/samples.css">
<script src="../common/testdata.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class='header_comment'>Filtering by multiple criteria entered via separate and built-in input elements</div>
<div class='sample_comment'>Type some text in the input below, click button 'Filter' and then, select some option in the 'Released' header. The grid will contain records that meet both criteria at once.</div>
<input type="text" id='myfilter'><input type="button" value='filter' onclick='filterText(this);'>
<div id="testA"></div>
<script type="text/javascript" charset="utf-8">
function filterText(node){
grid.filterByAll();
}
webix.ready(function(){
grid = webix.ui({
container:"testA",
view:"datatable",
columns:[
{ id:"rank", header:"", css:"rank", width:50, sort:"int"},
{ id:"title", header:"Film title", width:200, sort:"string"},
{ id:"year", header:["Released",{content:"selectFilter"}], width:80, sort:"int"},
{ id:"votes", header:"Votes", width:100, sort:"int"}
],
autoheight:true,
autowidth:true,
data:small_film_set
});
grid.registerFilter(document.getElementById("myfilter"),
{ columnId:"title" },
{
getValue:function(node){
return node.value;
},
setValue:function(node, value){
node.value = value;
}
});
});
</script>
</body>
</html> |
external/jsr305/javadoc/overview-tree.html | s20121035/rk3288_android5.1_repo | <!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 Tue Feb 03 09:28:21 PST 2009 -->
<TITLE>
Class Hierarchy
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Class Hierarchy";
}
</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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="overview-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 All Packages</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="javax/annotation/package-tree.html">javax.annotation</A>, <A HREF="javax/annotation/concurrent/package-tree.html">javax.annotation.concurrent</A>, <A HREF="javax/annotation/meta/package-tree.html">javax.annotation.meta</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta"><B>TypeQualifierValidator</B></A><A></UL>
<H2>
Annotation Type Hierarchy
</H2>
<UL>
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Untainted.html" title="annotation in javax.annotation"><B>Untainted</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Tainted.html" title="annotation in javax.annotation"><B>Tainted</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Syntax.html" title="annotation in javax.annotation"><B>Syntax</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Signed.html" title="annotation in javax.annotation"><B>Signed</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/RegEx.html" title="annotation in javax.annotation"><B>RegEx</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/PropertyKey.html" title="annotation in javax.annotation"><B>PropertyKey</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/ParametersAreNullableByDefault.html" title="annotation in javax.annotation"><B>ParametersAreNullableByDefault</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/ParametersAreNonnullByDefault.html" title="annotation in javax.annotation"><B>ParametersAreNonnullByDefault</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/OverridingMethodsMustInvokeSuper.html" title="annotation in javax.annotation"><B>OverridingMethodsMustInvokeSuper</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nullable.html" title="annotation in javax.annotation"><B>Nullable</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnull.html" title="annotation in javax.annotation"><B>Nonnull</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Nonnegative.html" title="annotation in javax.annotation"><B>Nonnegative</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/MatchesPattern.html" title="annotation in javax.annotation"><B>MatchesPattern</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/Detainted.html" title="annotation in javax.annotation"><B>Detainted</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/CheckReturnValue.html" title="annotation in javax.annotation"><B>CheckReturnValue</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/CheckForSigned.html" title="annotation in javax.annotation"><B>CheckForSigned</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.<A HREF="javax/annotation/CheckForNull.html" title="annotation in javax.annotation"><B>CheckForNull</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.concurrent.<A HREF="javax/annotation/concurrent/ThreadSafe.html" title="annotation in javax.annotation.concurrent"><B>ThreadSafe</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.concurrent.<A HREF="javax/annotation/concurrent/NotThreadSafe.html" title="annotation in javax.annotation.concurrent"><B>NotThreadSafe</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.concurrent.<A HREF="javax/annotation/concurrent/Immutable.html" title="annotation in javax.annotation.concurrent"><B>Immutable</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.concurrent.<A HREF="javax/annotation/concurrent/GuardedBy.html" title="annotation in javax.annotation.concurrent"><B>GuardedBy</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierNickname.html" title="annotation in javax.annotation.meta"><B>TypeQualifierNickname</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierDefault.html" title="annotation in javax.annotation.meta"><B>TypeQualifierDefault</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifier.html" title="annotation in javax.annotation.meta"><B>TypeQualifier</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/Exhaustive.html" title="annotation in javax.annotation.meta"><B>Exhaustive</B></A> (implements java.lang.annotation.Annotation)
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/Exclusive.html" title="annotation in javax.annotation.meta"><B>Exclusive</B></A> (implements java.lang.annotation.Annotation)
</UL>
<H2>
Enum Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
<UL>
<LI TYPE="circle">javax.annotation.meta.<A HREF="javax/annotation/meta/When.html" title="enum in javax.annotation.meta"><B>When</B></A></UL>
</UL>
</UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="overview-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>
</BODY>
</HTML>
|
docs/generated/symbols/mindmaps.Util.html | ericzhai/mindmaps | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf8" />
<meta name="generator" content="JsDoc Toolkit" />
<title>JsDoc Reference - mindmaps.Util</title>
<style type="text/css">
/* default.css */
body
{
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
width: 800px;
}
.header
{
clear: both;
background-color: #ccc;
padding: 8px;
}
h1
{
font-size: 150%;
font-weight: bold;
padding: 0;
margin: 1em 0 0 .3em;
}
hr
{
border: none 0;
border-top: 1px solid #7F8FB1;
height: 1px;
}
pre.code
{
display: block;
padding: 8px;
border: 1px dashed #ccc;
}
#index
{
margin-top: 24px;
float: left;
width: 270px;
position: absolute;
left: 8px;
background-color: #F3F3F3;
padding: 8px;
}
#content
{
margin-left: 300px;
width: 600px;
}
.classList
{
list-style-type: none;
padding: 0;
margin: 0 0 0 8px;
font-family: arial, sans-serif;
font-size: 1em;
overflow: auto;
}
.classList li
{
padding: 0;
margin: 0 0 8px 0;
}
.summaryTable { width: 100%; }
h1.classTitle
{
font-size:170%;
line-height:130%;
}
h2 { font-size: 110%; }
caption, div.sectionTitle
{
background-color: #7F8FB1;
color: #fff;
font-size:130%;
text-align: left;
padding: 2px 6px 2px 6px;
border: 1px #7F8FB1 solid;
}
div.sectionTitle { margin-bottom: 8px; }
.summaryTable thead { display: none; }
.summaryTable td
{
vertical-align: top;
padding: 4px;
border-bottom: 1px #7F8FB1 solid;
border-right: 1px #7F8FB1 solid;
}
/*col#summaryAttributes {}*/
.summaryTable td.attributes
{
border-left: 1px #7F8FB1 solid;
width: 140px;
text-align: right;
}
td.attributes, .fixedFont
{
line-height: 15px;
color: #002EBE;
font-family: "Courier New",Courier,monospace;
font-size: 13px;
}
.summaryTable td.nameDescription
{
text-align: left;
font-size: 13px;
line-height: 15px;
}
.summaryTable td.nameDescription, .description
{
line-height: 15px;
padding: 4px;
padding-left: 4px;
}
.summaryTable { margin-bottom: 8px; }
ul.inheritsList
{
list-style: square;
margin-left: 20px;
padding-left: 0;
}
.detailList {
margin-left: 20px;
line-height: 15px;
}
.detailList dt { margin-left: 20px; }
.detailList .heading
{
font-weight: bold;
padding-bottom: 6px;
margin-left: 0;
}
.light, td.attributes, .light a:link, .light a:visited
{
color: #777;
font-style: italic;
}
.fineprint
{
text-align: right;
font-size: 10px;
}
</style>
</head>
<body>
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header">
</div>
<!-- end static/header.html -->
<!-- ============================== classes index ============================ -->
<div id="index">
<!-- begin publish.classesIndex -->
<div align="center"><a href="../index.html">Class Index</a>
| <a href="../files.html">File Index</a></div>
<hr />
<h2>Classes</h2>
<ul class="classList">
<li><i><a href="../symbols/_global_.html">_global_</a></i></li>
<li><a href="../symbols/mindmaps.html">mindmaps</a></li>
<li><a href="../symbols/mindmaps.action.html">mindmaps.action</a></li>
<li><a href="../symbols/mindmaps.action.Action.html">mindmaps.action.Action</a></li>
<li><a href="../symbols/mindmaps.action.ChangeNodeCaptionAction.html">mindmaps.action.ChangeNodeCaptionAction</a></li>
<li><a href="../symbols/mindmaps.action.ChangeNodeFontSizeAction.html">mindmaps.action.ChangeNodeFontSizeAction</a></li>
<li><a href="../symbols/mindmaps.action.CloseNodeAction.html">mindmaps.action.CloseNodeAction</a></li>
<li><a href="../symbols/mindmaps.action.CreateAutoPositionedNodeAction.html">mindmaps.action.CreateAutoPositionedNodeAction</a></li>
<li><a href="../symbols/mindmaps.action.CreateNodeAction.html">mindmaps.action.CreateNodeAction</a></li>
<li><a href="../symbols/mindmaps.action.DecreaseNodeFontSizeAction.html">mindmaps.action.DecreaseNodeFontSizeAction</a></li>
<li><a href="../symbols/mindmaps.action.DeleteNodeAction.html">mindmaps.action.DeleteNodeAction</a></li>
<li><a href="../symbols/mindmaps.action.IncreaseNodeFontSizeAction.html">mindmaps.action.IncreaseNodeFontSizeAction</a></li>
<li><a href="../symbols/mindmaps.action.MoveNodeAction.html">mindmaps.action.MoveNodeAction</a></li>
<li><a href="../symbols/mindmaps.action.OpenNodeAction.html">mindmaps.action.OpenNodeAction</a></li>
<li><a href="../symbols/mindmaps.action.SetBranchColorAction.html">mindmaps.action.SetBranchColorAction</a></li>
<li><a href="../symbols/mindmaps.action.SetFontColorAction.html">mindmaps.action.SetFontColorAction</a></li>
<li><a href="../symbols/mindmaps.action.SetFontDecorationAction.html">mindmaps.action.SetFontDecorationAction</a></li>
<li><a href="../symbols/mindmaps.action.SetFontStyleAction.html">mindmaps.action.SetFontStyleAction</a></li>
<li><a href="../symbols/mindmaps.action.SetFontWeightAction.html">mindmaps.action.SetFontWeightAction</a></li>
<li><a href="../symbols/mindmaps.action.ToggleNodeFoldAction.html">mindmaps.action.ToggleNodeFoldAction</a></li>
<li><a href="../symbols/mindmaps.ApplicationController.html">mindmaps.ApplicationController</a></li>
<li><a href="../symbols/mindmaps.CanvasContainer.html">mindmaps.CanvasContainer</a></li>
<li><a href="../symbols/mindmaps.CanvasContainer.Event.html">mindmaps.CanvasContainer.Event</a></li>
<li><a href="../symbols/mindmaps.CanvasPresenter.html">mindmaps.CanvasPresenter</a></li>
<li><a href="../symbols/mindmaps.CanvasView.html">mindmaps.CanvasView</a></li>
<li><a href="../symbols/mindmaps.ClipboardController.html">mindmaps.ClipboardController</a></li>
<li><a href="../symbols/mindmaps.CloseDocumentCommand.html">mindmaps.CloseDocumentCommand</a></li>
<li><a href="../symbols/mindmaps.Command.html">mindmaps.Command</a></li>
<li><a href="../symbols/mindmaps.Command.Event.html">mindmaps.Command.Event</a></li>
<li><a href="../symbols/mindmaps.CommandRegistry.html">mindmaps.CommandRegistry</a></li>
<li><a href="../symbols/mindmaps.CopyNodeCommand.html">mindmaps.CopyNodeCommand</a></li>
<li><a href="../symbols/mindmaps.CreateNodeCommand.html">mindmaps.CreateNodeCommand</a></li>
<li><a href="../symbols/mindmaps.CutNodeCommand.html">mindmaps.CutNodeCommand</a></li>
<li><a href="../symbols/mindmaps.DefaultCanvasView.html">mindmaps.DefaultCanvasView</a></li>
<li><a href="../symbols/mindmaps.DefaultCanvasView-CaptionEditor.html">mindmaps.DefaultCanvasView-CaptionEditor</a></li>
<li><a href="../symbols/mindmaps.DefaultCanvasView-Creator.html">mindmaps.DefaultCanvasView-Creator</a></li>
<li><a href="../symbols/mindmaps.DefaultCanvasView-TextMetrics.html">mindmaps.DefaultCanvasView-TextMetrics</a></li>
<li><a href="../symbols/mindmaps.DeleteNodeCommand.html">mindmaps.DeleteNodeCommand</a></li>
<li><a href="../symbols/mindmaps.Document.html">mindmaps.Document</a></li>
<li><a href="../symbols/mindmaps.EditNodeCaptionCommand.html">mindmaps.EditNodeCaptionCommand</a></li>
<li><a href="../symbols/mindmaps.Event.html">mindmaps.Event</a></li>
<li><a href="../symbols/mindmaps.EventBus.html">mindmaps.EventBus</a></li>
<li><a href="../symbols/mindmaps.FloatPanel.html">mindmaps.FloatPanel</a></li>
<li><a href="../symbols/mindmaps.FloatPanelFactory.html">mindmaps.FloatPanelFactory</a></li>
<li><a href="../symbols/mindmaps.HelpCommand.html">mindmaps.HelpCommand</a></li>
<li><a href="../symbols/mindmaps.HelpController.html">mindmaps.HelpController</a></li>
<li><a href="../symbols/mindmaps.InspectorPresenter.html">mindmaps.InspectorPresenter</a></li>
<li><a href="../symbols/mindmaps.InspectorView.html">mindmaps.InspectorView</a></li>
<li><a href="../symbols/mindmaps.LocalDocumentStorage.html">mindmaps.LocalDocumentStorage</a></li>
<li><a href="../symbols/mindmaps.MainViewController.html">mindmaps.MainViewController</a></li>
<li><a href="../symbols/mindmaps.MindMap.html">mindmaps.MindMap</a></li>
<li><a href="../symbols/mindmaps.MindMapModel.html">mindmaps.MindMapModel</a></li>
<li><a href="../symbols/mindmaps.NavigatorPresenter.html">mindmaps.NavigatorPresenter</a></li>
<li><a href="../symbols/mindmaps.NavigatorView.html">mindmaps.NavigatorView</a></li>
<li><a href="../symbols/mindmaps.NewDocumentCommand.html">mindmaps.NewDocumentCommand</a></li>
<li><a href="../symbols/mindmaps.NewDocumentPresenter.html">mindmaps.NewDocumentPresenter</a></li>
<li><a href="../symbols/mindmaps.NewDocumentView.html">mindmaps.NewDocumentView</a></li>
<li><a href="../symbols/mindmaps.Node.html">mindmaps.Node</a></li>
<li><a href="../symbols/mindmaps.NodeMap.html">mindmaps.NodeMap</a></li>
<li><a href="../symbols/mindmaps.Notification.html">mindmaps.Notification</a></li>
<li><a href="../symbols/mindmaps.OpenDocumentCommand.html">mindmaps.OpenDocumentCommand</a></li>
<li><a href="../symbols/mindmaps.OpenDocumentPresenter.html">mindmaps.OpenDocumentPresenter</a></li>
<li><a href="../symbols/mindmaps.OpenDocumentView.html">mindmaps.OpenDocumentView</a></li>
<li><a href="../symbols/mindmaps.PasteNodeCommand.html">mindmaps.PasteNodeCommand</a></li>
<li><a href="../symbols/mindmaps.Point.html">mindmaps.Point</a></li>
<li><a href="../symbols/mindmaps.RedoCommand.html">mindmaps.RedoCommand</a></li>
<li><a href="../symbols/mindmaps.SaveDocumentCommand.html">mindmaps.SaveDocumentCommand</a></li>
<li><a href="../symbols/mindmaps.SaveDocumentPresenter.html">mindmaps.SaveDocumentPresenter</a></li>
<li><a href="../symbols/mindmaps.SaveDocumentView.html">mindmaps.SaveDocumentView</a></li>
<li><a href="../symbols/mindmaps.ShortcutController.html">mindmaps.ShortcutController</a></li>
<li><a href="../symbols/mindmaps.StatusBarPresenter.html">mindmaps.StatusBarPresenter</a></li>
<li><a href="../symbols/mindmaps.StatusBarView.html">mindmaps.StatusBarView</a></li>
<li><a href="../symbols/mindmaps.StatusNotificationController.html">mindmaps.StatusNotificationController</a></li>
<li><a href="../symbols/mindmaps.ToggleNodeFoldedCommand.html">mindmaps.ToggleNodeFoldedCommand</a></li>
<li><a href="../symbols/mindmaps.ToolBarButton.html">mindmaps.ToolBarButton</a></li>
<li><a href="../symbols/mindmaps.ToolBarMenu.html">mindmaps.ToolBarMenu</a></li>
<li><a href="../symbols/mindmaps.ToolBarPresenter.html">mindmaps.ToolBarPresenter</a></li>
<li><a href="../symbols/mindmaps.ToolBarView.html">mindmaps.ToolBarView</a></li>
<li><a href="../symbols/mindmaps.UndoCommand.html">mindmaps.UndoCommand</a></li>
<li><a href="../symbols/mindmaps.UndoController.html">mindmaps.UndoController</a></li>
<li><a href="../symbols/mindmaps.Util.html">mindmaps.Util</a></li>
<li><a href="../symbols/mindmaps.ZoomController.html">mindmaps.ZoomController</a></li>
<li><a href="../symbols/UndoManager.html">UndoManager</a></li>
<li><a href="../symbols/UndoManager.CircularStack.html">UndoManager.CircularStack</a></li>
</ul>
<hr />
<!-- end publish.classesIndex -->
</div>
<div id="content">
<!-- ============================== class title ============================ -->
<h1 class="classTitle">
Namespace mindmaps.Util
</h1>
<!-- ============================== class summary ========================== -->
<p class="description">
<br /><i>Defined in: </i> <a href="../symbols/src/src_js_Util.js.html">Util.js</a>.
</p>
<!-- ============================== constructor summary ==================== -->
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class mindmaps.Util.">
<caption>Namespace Summary</caption>
<thead>
<tr>
<th scope="col">Constructor Attributes</th>
<th scope="col">Constructor Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"> </td>
<td class="nameDescription" >
<div class="fixedFont">
<b><a href="../symbols/mindmaps.Util.html#constructor">mindmaps.Util</a></b>
</div>
<div class="description"></div>
</td>
</tr>
</tbody>
</table>
<!-- ============================== properties summary ===================== -->
<!-- ============================== methods summary ======================== -->
<table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class mindmaps.Util.">
<caption>Method Summary</caption>
<thead>
<tr>
<th scope="col">Method Attributes</th>
<th scope="col">Method Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"><static> </td>
<td class="nameDescription">
<div class="fixedFont">mindmaps.Util.<b><a href="../symbols/mindmaps.Util.html#.createUUID">createUUID</a></b>()
</div>
<div class="description">Creates a UUID in compliance with RFC4122.</div>
</td>
</tr>
<tr>
<td class="attributes"><static> </td>
<td class="nameDescription">
<div class="fixedFont">mindmaps.Util.<b><a href="../symbols/mindmaps.Util.html#.getId">getId</a></b>()
</div>
<div class="description">Returns an ID used by model objects.</div>
</td>
</tr>
<tr>
<td class="attributes"><static> </td>
<td class="nameDescription">
<div class="fixedFont">mindmaps.Util.<b><a href="../symbols/mindmaps.Util.html#.randomColor">randomColor</a></b>()
</div>
<div class="description">Creates a random color.</div>
</td>
</tr>
</tbody>
</table>
<!-- ============================== events summary ======================== -->
<!-- ============================== constructor details ==================== -->
<div class="details"><a name="constructor"> </a>
<div class="sectionTitle">
Namespace Detail
</div>
<div class="fixedFont">
<b>mindmaps.Util</b>
</div>
<div class="description">
</div>
</div>
<!-- ============================== field details ========================== -->
<!-- ============================== method details ========================= -->
<div class="sectionTitle">
Method Detail
</div>
<a name=".createUUID"> </a>
<div class="fixedFont"><static>
<span class="light">{String}</span>
<span class="light">mindmaps.Util.</span><b>createUUID</b>()
</div>
<div class="description">
Creates a UUID in compliance with RFC4122.
</div>
<dl class="detailList">
<dt class="heading">Returns:</dt>
<dd><span class="light fixedFont">{String}</span> a unique id</dd>
</dl>
<hr />
<a name=".getId"> </a>
<div class="fixedFont"><static>
<span class="light">{String}</span>
<span class="light">mindmaps.Util.</span><b>getId</b>()
</div>
<div class="description">
Returns an ID used by model objects.
</div>
<dl class="detailList">
<dt class="heading">Returns:</dt>
<dd><span class="light fixedFont">{String}</span> id</dd>
</dl>
<hr />
<a name=".randomColor"> </a>
<div class="fixedFont"><static>
<span class="light">{String}</span>
<span class="light">mindmaps.Util.</span><b>randomColor</b>()
</div>
<div class="description">
Creates a random color.
</div>
<dl class="detailList">
<dt class="heading">Returns:</dt>
<dd><span class="light fixedFont">{String}</span> color in hex format</dd>
</dl>
<!-- ============================== event details ========================= -->
<hr />
</div>
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Mon Jul 18 2011 18:03:15 GMT+0000 (WEST)
</div>
</body>
</html>
|
test/fixtures/video-players.html | jdelhommeau/amphtml | <!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>AMP Video Players Tests</title>
<link rel="canonical" href="amps.html" >
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<!-- (1) Include your video player component here -->
<script async custom-element="amp-3q-player" src="/dist/v0/amp-3q-player-0.1.max.js"></script>
<script async custom-element="amp-youtube" src="/dist/v0/amp-youtube-0.1.max.js"></script>
<script async custom-element="amp-ima-video" src="/dist/v0/amp-ima-video-0.1.max.js"></script>
<script async custom-element="amp-video" src="/dist/v0/amp-video-0.1.max.js"></script>
<script async custom-element="amp-nexxtv-player" src="/dist/v0/amp-nexxtv-player-0.1.max.js"></script>
<script async custom-element="amp-brid-player" src="/dist/v0/amp-brid-player-0.1.max.js"></script>
<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="/dist/amp.js"></script>
</head>
<body>
<h1>AMP Video Players Tests</h1>
<!-- (2) Add a test to `test/integration/test-video-players.js` and create
your component instance in that test. -->
</body>
</html>
|
src/main/vertx2/mods_manual.html | vietj/vertx | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<!-- <link rel="stylesheet/less" href="bootstrap/less/bootstrap.less">
<script src="bootstrap/less/less-1.3.3.min.js"></script>
-->
<link href="bootstrap/bootstrap.css" type="text/css" rel="stylesheet"/>
<link href="google-code-prettify/prettify.css" type="text/css" rel="stylesheet"/>
<script type="text/javascript" src="google-code-prettify/prettify.js"></script>
<link href="css/vertx.css" type="text/css" rel="stylesheet"/>
<link href="css/sunburst.css" type="text/css" rel="stylesheet"/>
<title>Vert.x</title>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30144458-1']);
_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>
</head>
<body onload="prettyPrint()" class="hp">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse"
data-target=".nav-collapse">
<span class="i-bar"></span>
<span class="i-bar"></span>
<span class="i-bar"></span>
</a>
<a class="brand" href="/">Vert.x</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/">Home</a></li>
<li><a href="downloads.html">Download</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="examples.html">Examples</a></li>
<li><a href="community.html">Project Info</a></li>
<li><a href="https://github.com/vert-x/vert.x">Github</a></li>
<li><a href="http://modulereg.vertx.io/">Module Registry</a></li>
<li><a href="http://groups.google.com/group/vertx">Google Group</a></li>
<li><a href="http://vertxproject.wordpress.com/">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="span12">
<div class="well">
<h1>Modules Manual</h1>
</div>
</div>
</div>
<div class="row">
<div class="span12">
<div class="well">
<div>
<div class="toc">
<ul>
<li><a href="#what-is-a-vertx-module">What is a Vert.x module ?</a></li>
<li><a href="#runnable-modules">Runnable Modules</a></li>
<li><a href="#module-identifier">Module Identifier</a></li>
<li><a href="#the-structure-of-a-module">The structure of a module</a><ul>
<li><a href="#module-descriptor-file-modjson">Module descriptor file - mod.json</a><ul>
<li><a href="#main">main</a></li>
<li><a href="#lang-impl">lang-impl</a></li>
<li><a href="#worker">worker</a></li>
<li><a href="#multi-threaded">multi-threaded</a></li>
<li><a href="#includes">includes</a></li>
<li><a href="#preserve-cwd">preserve-cwd</a></li>
<li><a href="#auto-redeploy">auto-redeploy</a></li>
<li><a href="#resident">resident</a></li>
<li><a href="#system">system</a></li>
<li><a href="#deploys">deploys</a></li>
<li><a href="#description">description</a></li>
<li><a href="#licenses">licenses</a></li>
<li><a href="#author">author</a></li>
<li><a href="#keywords">keywords</a></li>
<li><a href="#developers">developers</a></li>
<li><a href="#homepage">homepage</a></li>
</ul>
</li>
<li><a href="#module-lib-directory">Module lib directory</a></li>
<li><a href="#examples">Examples</a></li>
</ul>
</li>
<li><a href="#module-classpath">Module classpath</a></li>
<li><a href="#module-classloaders">Module classloaders</a></li>
<li><a href="#including-the-resources-of-modules">Including the resources of modules</a></li>
<li><a href="#running-a-module-from-the-command-line">Running a module from the command line</a></li>
<li><a href="#running-a-module-programmatically">Running a module programmatically</a></li>
<li><a href="#how-vertx-locates-modules">How Vert.x locates modules</a><ul>
<li><a href="#mapping-a-module-identifier-to-maven-co-ordinates">Mapping a Module Identifier to Maven co-ordinates</a></li>
<li><a href="#mapping-a-module-identifier-to-bintray-co-ordinates">Mapping a Module Identifier to Bintray co-ordinates</a></li>
</ul>
</li>
<li><a href="#creating-fat-executable-jars">Creating fat executable jars</a></li>
<li><a href="#nested-modules-packaging-all-module-dependencies-in-the-module">Nested modules - Packaging all module dependencies in the module</a><ul>
<li><a href="#installing-modules-manually-from-the-repository">Installing modules manually from the repository</a></li>
</ul>
</li>
<li><a href="#uninstalling-modules">Uninstalling modules</a></li>
<li><a href="#how-to-publish-modules-to-remote-repositories">How to publish modules to remote repositories</a><ul>
<li><a href="#publishing-to-maven-repositories">Publishing to Maven repositories</a></li>
<li><a href="#publishing-to-bintray">Publishing to Bintray</a></li>
</ul>
</li>
<li><a href="#telling-the-world-about-your-module-introducing-the-vertx-module-registry">Telling the world about your module - Introducing the Vert.x Module Registry</a></li>
<li><a href="#module-configuration">Module configuration</a></li>
</ul>
</div>
<h1 id="what-is-a-vertx-module">What is a Vert.x module ?</h1><br/>
<p>Vert.x allows you to package up your applications or other re-usable functionality into modules which can then be deployed or used by other Vert.x code. </p>
<p>Creating your app as module(s) gives you the following benefits:</p>
<ul>
<li>Your classpath is encapsulated so modules are easier to run. You don't need to craft any long command lines.</li>
<li>Your dependencies are encapsulated in a single artifact (the module zip file)</li>
<li>Your module can be pushed to any Maven repository or <a href="http://bintray.com">Bintray</a>.</li>
<li>Your module can be catalogued in the Vert.x <a href="https://modulereg.vertx.io">module registry</a> so others can discover and use it</li>
<li>Vert.x can automatically download and install modules from any repository given just the module identifier.</li>
</ul>
<p>For these reasons it is highly recommend that you always assemble your applications as modules and you don't use raw verticles (i.e. using <code>vertx run</code> from the command line to run a verticle) for anything other than trivial prototyping and examples.</p>
<p><a id="runnable"> </a></p>
<h1 id="runnable-modules">Runnable Modules</h1><br/>
<p>Many types of modules are <em>runnable</em> - this means they have a <code>main</code> field specified in the <code>mod.json</code> descriptor. This means instances of the module can be deployed and run at the command line using <code>vertx runmod</code> or programmatically using <code>container.deployModule(...)</code>.</p>
<p>Modules don't have to be runnable. It is valid for a module not to specify a <code>main</code> - this means the module is <em>non-runnable</em>. Non runnable modules are useful when you want to <a href="#including">include</a> the resources of one module into another.</p>
<p><a id="mod-id"> </a></p>
<h1 id="module-identifier">Module Identifier</h1><br/>
<p>Each module has a unique identifier. The identifier is a string that is composed of three parts:</p>
<ul>
<li>Owner - represents the owner of the module. Often this will be a reverse domain name (like a Maven GroupID or Java package), but it doesn't have to be - it's just a string.</li>
<li>Name - the name of the module - again just a string</li>
<li>Version - the version of the module - also just a string - Vert.x doesn't enforce any particular version naming conventions.</li>
</ul>
<p>The three parts are separated by the tilda character '~' and concatenated together to form the module identifier string. Why do we use tilda? We experimented with other characters (e.g. <code>#</code>, <code>:</code>) but it's hard to find something that works on all operating systems (e.g. <code>:</code> is a reserved char in Windows filenames) and language implementations.</p>
<p>Examples of module identifiers:</p>
<p>Here are a couple of example of modules that are stored in Maven repositories:</p>
<pre class="prettyprint">io.vertx~mod-mongo-persistor~2.0.0-beta1
com.mycompany~toaster-mod~1.2.1-final
</pre>
<p>Here's an example that's stored in <a href="http://bintray.com">Bintray</a></p>
<pre class="prettyprint">purplefox~foomod~1.0
</pre>
<p>The <code>io.vertx</code> module owner is reserved for "official" modules created by the Vert.x project itself, so don't use this owner for your own modules.</p>
<h1 id="the-structure-of-a-module">The structure of a module</h1><br/>
<p>A Vert.x module is a <code>zip</code> file which contains the resources (<code>.class</code> files, <code>.java</code> files, script files, <code>jar</code> files and other resources) needed by your module.</p>
<p>In some ways it is similar to a <code>jar</code> file used in the Java world. We deliberately did not use <code>jar</code> files for Vert.x modules because Vert.x is a polyglot system and a particular module might, for instance, only contain python scripts, so using a Java archive for this would be somewhat strange!</p>
<h2 id="module-descriptor-file-modjson">Module descriptor file - mod.json</h2><br/>
<p>Every module must contain a file <code>mod.json</code> in the root of the module. This is the module descriptor file and contains various fields. It's a text file which contains some JSON. We relax the JSON specification a little bit and also allow you to add C-style comments in your <code>mod.json</code> so you can annotate your configuration. </p>
<p>Let's go through the fields in turn:</p>
<h3 id="main">main</h3><br/>
<p>If the module is <a href="#runnable">runnable</a> then a <code>main</code> must be specified. The main represents the verticle that will be run to start the module. The main can be the fully qualified class name of a compiled Java or Groovy verticle or it can be the name of a JavaScript, Groovy, Ruby or Python script verticle.</p>
<p>Here are some example:</p>
<pre class="prettyprint">"main": "org.mycompany.mymod.MyMain"
</pre>
<p>or</p>
<pre class="prettyprint">"main": "app.js"
</pre>
<p>or</p>
<pre class="prettyprint">"main": "somedir/starter.rb"
</pre>
<p>All language implementations in Vert.x are themselves implemented as modules. In order to determine which language implementation module to use to run the main, Vert.x usually looks at the file extension, and uses the mapping defined in the file <code>langs.properties</code> in the Vert.x installation <code>conf</code> directory to look up the language implementation.</p>
<p>In some cases there is ambiguity, for example given a FQCN should we assume the class is Java or Groovy? In these cases the main can be prefixed with the name of the language implementation to use, for example:</p>
<pre class="prettyprint">"main": "groovy:org.mycompany.mymod.MyCompiledGroovyClass"
</pre>
<p>You can also add the field <code>lang-impl</code> to mod.json to specify which language implementation module you want to run the module with. This overrides any settings in <code>langs.properties</code>.</p>
<h3 id="lang-impl">lang-impl</h3><br/>
<p>Normally Vert.x will infer which language module to use to run the module by either looking at the prefix of the file extension of the main. This behaviour can be overridden by specifying a field <code>lang-impl</code> where the value is as it would normally appear in <code>langs.properties</code>, e.g.:</p>
<pre class="prettyprint">"lang-impl": com.company~lang-cobol~1.0.0:com.mycompany.langmod.CobolVerticleFactory
</pre>
<p>Please see the <a href="language_support.html">language support guide</a> for more information on the format of this string.</p>
<p>Please note that this can only be used to change the language implementation to be used for that particular module, not any verticles it may spawn. To globally change the language implementation for Vert.x you can edit <code>langs.properties</code>.</p>
<h3 id="worker">worker</h3><br/>
<p>If the module is a worker this should be set to <code>true</code>. Worker modules run using a thread from the background pool and are allowed to perform blocking operations. Standard verticles run using an event loop thread and cannot block. Default is <code>false</code>.</p>
<pre class="prettyprint">"worker": true
</pre>
<h3 id="multi-threaded">multi-threaded</h3><br/>
<p>If the module is a worker then setting this to <code>true</code> makes the worker multi-threaded, i.e. the code in the module can be executed concurrently by different worker threads. This can be useful when writing modules that wrap things like JDBC connection pools. Use this with caution - this a power user feature not intended to be used in normal Vert.x development. Default is <code>false</code>.</p>
<p><a id="includes"> </a></p>
<h3 id="includes">includes</h3><br/>
<p>A module can <em>include</em> zero or more other modules. Including a module means the included modules classloaders are added as parents of the including module class loader. This means classes and resources from other modules can be accessed as if they were available in the including module. In some ways it's similar to importing packages in Java.</p>
<p>The <code>includes</code> is a comma separated string of module identifiers corresponding to the modules you want to include.</p>
<pre class="prettyprint">"includes": "io.vertx~some-module~1.1,org.aardvarks~foo-mod~3.21-beta1"
</pre>
<h3 id="preserve-cwd">preserve-cwd</h3><br/>
<p>When a module is executing if it uses Vert.x to access the filesystem it will, by default, see the module directory as the current directory. Let's say you have a web application that you wish to package as a module. This allows you to package up the resources of your web application inside the module and your module will see them.</p>
<p>For example, let's say we have a module with the following structure:</p>
<pre class="prettyprint">/mod.json
/server.js
/web/index.html
</pre>
<p>And <code>server.js</code> is a web server</p>
<pre class="prettyprint">var vertx = require('vertx')
vertx.createHttpServer().requestHandler(function(req) {
req.response.sendFile('./web/index.html'); // Always serve the index page
}).listen(8080, 'foo.com')
</pre>
<p>By default the server sees the module directory as '.' so it can access the file <code>web/index.html</code> which is included in the module.</p>
<p>In some cases you <em>don't want</em> the module to see its module directory as its cwd, in which case you can set <code>preserve-cwd</code> to <code>true</code>. The default is <code>false</code>.</p>
<pre class="prettyprint">"preserve-cwd": true
</pre>
<p>This preserves the current working directory of the caller.</p>
<p><a id="auto-redeploy"> </a></p>
<h3 id="auto-redeploy">auto-redeploy</h3><br/>
<p>Modules can be configured to auto-redeploy if Vert.x detects that any of the module resources have changed. This can be really useful during deployment. For more information see the documentation on <a href="dev_guide.html#auto-redeploy">auto redeploy</a>.</p>
<p>To enable auto-redeploy set <code>auto-redeploy</code> to <code>true</code>. Default is <code>false</code>.</p>
<pre class="prettyprint">"auto-redeploy": true
</pre>
<p>If <code>auto-redeploy</code> is set to <code>true</code> for a module which has been deployed by other modules, then Vert.x will reload the top-most module.</p>
<h3 id="resident">resident</h3><br/>
<p>Usually Vert.x will load a module into memory the first time it is referenced and unload it from memory once it is no longer referenced by any modules. This means that if modules are deployed and undeployed rapidly the referenced modules can end up being loaded and unloaded many times.</p>
<p>For most modules this is not an issue, but for some modules, in particular language implementation modules, the libraries (e.g. language engines) used in those modules may generate a lot of classes which live in the Java permanent generation (permgen), and loading and unloading the module frequently can result in the permgen filling up resulting in out of memory exceptions.</p>
<p>To avoid this, we allow modules to be marked as <code>resident</code> which means that Vert.x will load the module the first time it is referenced but will not unload it from memory until the Vert.x instance terminates.</p>
<p>This is an advanced feature and is not intended to be used unless you're writing a language implementation module. Default is <code>false</code>.</p>
<pre class="prettyprint">"resident": true
</pre>
<h3 id="system">system</h3><br/>
<p>When installing modules, unless the <code>VERTX_MODS</code> environment variable is set, Vert.x will install modules in a directory <code>mods</code> local to where <code>vertx</code> is invoked from. Some modules, in particular, language implementation modules tend to be shared by many different projects and it doesn't make sense to download them separately for each project that uses them.</p>
<p>By marking a module as <code>system</code> the module will be installed in the <code>sys-mods</code> directory which is in the Vert.x installation directory (if there is one), and will be shared by all applications.</p>
<p>This is an advanced feature and is not intended to be used in normal module development. Default is <code>false</code>.</p>
<pre class="prettyprint">"system": true
</pre>
<h3 id="deploys">deploys</h3><br/>
<p>Contains a comma separated list of the modules that this module deploys at runtime. It's optional and can be used when <a href="#nested-mods">creating nested modules</a>.</p>
<h3 id="description">description</h3><br/>
<p>Text description of the module. This field is mandatory if you want to register the module in the Vert.x <a href="http://modulereg.vertx.io">module registry</a></p>
<pre class="prettyprint">"description": "This module implements a highly scalable toaster. The toaster....."
</pre>
<h3 id="licenses">licenses</h3><br/>
<p>JSON array of strings containing the names of the license(s) used in the the module. This field is mandatory if you want to register the module in the Vert.x <a href="http://modulereg.vertx.io">module registry</a></p>
<pre class="prettyprint">"licenses": ["The Apache Software License Version 2.0", "Some other license"]
</pre>
<h3 id="author">author</h3><br/>
<p>The primary author of the module. This field is mandatory if you want to register the module in the <a href="">Vert.x module registry</a></p>
<pre class="prettyprint">"author": "Joe Bloggs"
</pre>
<h3 id="keywords">keywords</h3><br/>
<p>JSON array of strings representing keywords that describe the module. This field is highly recommended if you want to register the module in the Vert.x <a href="http://modulereg.vertx.io">module registry</a>, as it is used when searching for modules.</p>
<pre class="prettyprint">"keywords": ["bread", "toasting", "toasters", "nuclear"]
</pre>
<h3 id="developers">developers</h3><br/>
<p>JSON array of strings representing any other developers of the module. This field is optional.</p>
<pre class="prettyprint">"developers": ["A.N. Other", "Genghis Khan"]
</pre>
<h3 id="homepage">homepage</h3><br/>
<p>The homepage of your module project. This field is optional, but highly recommended.</p>
<pre class="prettyprint">"homepage": "https://github.com/jbloggs/toaster-mod"
</pre>
<p>Or</p>
<pre class="prettyprint">"homepage": "http://toastermod.org"
</pre>
<h2 id="module-lib-directory">Module lib directory</h2><br/>
<p>If your module directly uses other <code>jar</code> or <code>zip</code> files these should be placed in a <code>lib</code> directory which is in the root of the module. Any <code>jar</code> or <code>zip</code> files in the lib directory will be added to the module classpath.</p>
<p>If you have a particular <code>jar</code> which is used by several different modules, instead of adding it to the <code>lib</code> directory of each of the modules that uses it you can place it in its own module and <a href="#including">include</a> that module from the using module. This allows your modules to be smaller in size since they don't all contain the <code>jar</code>, and it also means the <code>jar</code> classes are only loaded into memory once, and not once for each module type that uses it.</p>
<h2 id="examples">Examples</h2><br/>
<p>Here's the structure of a simple module that just contains a single JS file:</p>
<pre class="prettyprint">/mod.json
/app.js
</pre>
<p>Where mod.json contains:</p>
<pre class="prettyprint">{
"main": "app.js"
}
</pre>
<p>Here's a simple module that contains java classes</p>
<pre class="prettyprint">/mod.json
/com/mycompany/mymod/App.class
/com/mycompany/mymod/SomeOtherClass.class
</pre>
<p>Where mod.json contains:</p>
<pre class="prettyprint">{
"main": "com.mycompany.mymod.App"
}
</pre>
<p>Another java module which also contains some jars:</p>
<pre class="prettyprint">/mod.json
/com/mycompany/myothermod/App.class
/com/mycompany/myothermod/SomeOtherClass.class
/lib/somelib.jar
/lib/someotherlib.jar
</pre>
<p>And you can put other resources in the module too, e.g.</p>
<pre class="prettyprint">/mod.json
/com/mycompany/myserver/Server.class
/foo.properties
/web/index.html
</pre>
<h1 id="module-classpath">Module classpath</h1><br/>
<p>Each module is given its own class loader by Vert.x. The root of the module and any <code>jar</code> or <code>zip</code> files in the <code>lib</code> directory (if any) comprise the module classpath. This means your code running in a module can reference any classes or other resources on this classpath.</p>
<h1 id="module-classloaders">Module classloaders</h1><br/>
<p>Each module is given its own class loader. For example, all deployed module instances of the module <code>com.mycompany~foo-mod~1.0</code> will share the same class loader, and all deployed module instances of the module <code>com.mycompany~bar-mod~2.1</code> will share another (different) class loader.</p>
<p>This means that different modules are isolated from each other. E.g. you cannot use globals or static members to share data between <code>com.mycompany~foo-mod~1.0</code> and <code>com.mycompany~bar-mod~2.1</code>. However you can use global and statics to share data between two instances of <code>com.mycompany~foo-mod~1.0</code>.</p>
<p>This means you can run multiple versions of the same module or have multiple versions of the same jar running in different modules in the same Vert.x instance at the same time.</p>
<p>Raw verticles that are run from the command line also run in their own class loader.</p>
<p>Any verticles deployed from a module will also have a their own class loader based on the main that is being deployed. For example all instances of <code>foo.js</code> deployed as verticles from inside <code>com.mycompany~foo-mod~1.0</code> will share a class loader, and all instances of (different) <code>foo.js</code> deployed as verticles from inside <code>com.mycompany~bar-mod~2.1</code> will share a different class loader.</p>
<p>Module class loaders are also arranged in a hierarchy. A particular module classloader can have zero or more parent class loaders. When loading classes or other resources a module class loader will first look on its <em>own</em> classpath for those resources, if it cannot find them it will ask each of its parents in turn, and they in turn will ask their parents. Note that this differs from the standard Java class loading protocol which usually asks its parents <em>first</em> before looking for resources itself.</p>
<p>If classes or resources cannot be found by any of the module class loaders in the hierarchy the platform class loader (i.e. the class loader that loaded the Vert.x platform itself) will be asked.</p>
<p>A raw verticle that is run directly on the command line will not have any parent module class loaders. A verticle that is deployed from inside a module will have the module class loader set as a parent of the class loader used to deploy the verticle.</p>
<p>If a module <a href="#includes">includes</a> any other modules than each of the modules that it includes will be set as a parent class loader of the module class loader. Doing this allows us to load the classes for any included module only once.</p>
<p><a id="including"> </a></p>
<h1 id="including-the-resources-of-modules">Including the resources of modules</h1><br/>
<p>Sometimes you might find that different modules are using the same or similar sets of resources, e.g. <code>.jar</code> files or scripts, or other resources.</p>
<p>Instead of copying the same resources into every module that needs them, you can put those resources in a module of their own, and then declare that other modules <code>includes</code> them.</p>
<p>Doing this adds the class loader of the included module as a parent to the class loader of the including module, in effect meaning you can reference the resources in the included module s if they were present in the including module.</p>
<p>This is done by specifying an <code>includes</code> field in the module descriptor.</p>
<p>Let's take an example. We have a jar <code>foo.jar</code> and a script <code>bar.js</code> which we want to be used by both <code>com.acme.module1-v1.0</code> and <code>com.acme.module2-v1.0</code>.</p>
<p>We create a module that contains <code>bar.js</code> and <code>foo.jar</code> (in the <code>lib</code> directory). Let's call that module <code>com.acme.common-stuff-v1.0</code>.</p>
<p>Then in the <code>mod.json</code> of <code>com.acme.module1-v1.0</code> and <code>com.acme.module2-v1.0</code> we add an <code>includes</code>, e.g.:</p>
<pre class="prettyprint">{
...
"includes":"com.acme.common-stuff-v1.0"
}
</pre>
<p>A module can include many other modules - <code>includes</code> is a comma-separated list of module names.</p>
<p>If a jar is include more than once from different modules, a warning will be issued. </p>
<p>Modules that <em>only</em> contain resources for re-use are called <em>non-runnable</em> modules and they don't require a <code>main</code> field in <code>mod.json</code>. It's also possible to include the resources of runnable modules into another module.</p>
<h1 id="running-a-module-from-the-command-line">Running a module from the command line</h1><br/>
<p>Modules can be run directly by using the command <code>vertx runmod</code>. Please see the <a href="manual.html#running-mods">main manual</a> for a full description of this.</p>
<p>E.g.</p>
<pre class="prettyprint">vertx runmod org.myorg~mymod~3.2
</pre>
<p>You can also run a module given just the module <code>zip</code> file. E.g.</p>
<pre class="prettyprint">vertx runzip my-mod-3.2.zip
</pre>
<p>The name of the module zip file must be <module_name>-<version>.zip</p>
<h1 id="running-a-module-programmatically">Running a module programmatically</h1><br/>
<p>You can also run a module programmatically similarly to how you run any verticle programmatically. Please see the core manual for the appropriate language for a full description on how to do this.</p>
<p>E.g. (JavaScript)</p>
<pre class="prettyprint">vertx.deployModule('org.myorg~mymod~3.2');
</pre>
<h1 id="how-vertx-locates-modules">How Vert.x locates modules</h1><br/>
<p>When you attempt to deploy or <a href="#includes">include</a> a module, Vert.x will first look to see if the module is already installed.</p>
<p>Vert.x looks in the following places:</p>
<ol>
<li>If the module is being deployed from another module it will look for a nested <code>mods</code> directory inside the current module. See the section on <a href="#nested-mods">nested modules</a>.</li>
<li>In the local <code>mods</code> directory on the filesystem, or in the directory specified by the <code>VERTX_MODS</code> environment variable, if set.</li>
<li>In the <code>sys-mods</code> directory of the Vert.x installation. </li>
</ol>
<p>If the module is not there then Vert.x will look in various repositories to locate the module. In the out of the box Vert.x configuration, Vert.x will look in Maven Central, Sonatype Nexus Snapshots, Bintray and your local Maven repository (if any).</p>
<p>The repositories it looks in are configured in the file <code>repos.txt</code> in the Vert.x installation <code>conf</code> directory. Here is the default <code>repos.txt</code>:</p>
<pre class="prettyprint"># Local Maven repo on filesystem
mavenLocal:~/.m2/repository
# Maven central
maven:http://repo2.maven.org/maven2
# Sonatype snapshots
maven:http://oss.sonatype.org/content/repositories/snapshots
# Bintray
bintray:http://dl.bintray.com
</pre>
<p>Vert.x can understand any Maven or Bintray repository, so if you want to configure your own repository simply add it to the file. For example, you might have your own company internal Nexus repository that you want to use.</p>
<p>Vert.x queries the repositories in the order they appear in the file, and will stop searching as soon as it finds the module in one of the repositories.</p>
<h2 id="mapping-a-module-identifier-to-maven-co-ordinates">Mapping a Module Identifier to Maven co-ordinates</h2><br/>
<p>When looking for a module in a Maven repository, Vert.x maps the module identifier to Maven co-ordinates as follows:</p>
<pre class="prettyprint">GroupID = Owner
ArtifactID = Name
Version = Version
</pre>
<p>E.g. for the module identifier <code>com.mycompany~my-mod~1.2-beta</code> the Maven co-ordinates would be </p>
<pre class="prettyprint">GroupID: com.mycompany
ArtifactID: my-mod
Version: 1.2-beta
</pre>
<p>The artifact type is always assumed to be a <code>zip</code> and to have a Maven classifier of <code>mod</code>.</p>
<h2 id="mapping-a-module-identifier-to-bintray-co-ordinates">Mapping a Module Identifier to Bintray co-ordinates</h2><br/>
<p>When looking in a Bintray repository, Vert.x maps the module identifier to Bintray co-ordinates as follows:</p>
<pre class="prettyprint">Bintray user name = Owner
Repository = vertx-mods
File path = Name
File name = Name-Version.zip
</pre>
<p>For example, the module <code>purplefox~foo-mod~2.2</code> in Bintray would map to:</p>
<pre class="prettyprint">Bintray username: purplefox
Repository: vertx-mods
File path = foo-mod
File name = foo-mod-2.2.zip
</pre>
<p>This gives a download url for the module:</p>
<pre class="prettyprint">http://dl.bintray.com/purplefox/vertx-mods/foo-mod/foo-mod-2.2.zip
</pre>
<h1 id="creating-fat-executable-jars">Creating fat executable jars</h1><br/>
<p>Vert.x also supports assembling 'fat jars'. These are executable jars which contain the Vert.x binaries along with your module so the module can be run by just executing the jar</p>
<pre class="prettyprint">java -jar mymodule-1.0-fat.jar
</pre>
<p>You can also provide the usual command line arguments that you would pass to <code>vertx runmod</code> when executing the jar, e.g.</p>
<pre class="prettyprint">java -jar mymodule-1.0-fat.jar -cluster -conf myconf.json
</pre>
<p>This means you don't have to have Vert.x pre-installed on the machine on which you execute the jar.</p>
<p>To create a fat jar you can run</p>
<pre class="prettyprint">vertx fatjar <module_name>
</pre>
<p>You can also provide an optional output directory name where to put the jar, e.g.</p>
<pre class="prettyprint">vertx fatjar <module_name> <output_directory>
</pre>
<p>Or you can use the Gradle task in the standard Gradle build or the Maven plugin to build them.</p>
<p><a id="nested-mods"> </a></p>
<h1 id="nested-modules-packaging-all-module-dependencies-in-the-module">Nested modules - Packaging all module dependencies in the module</h1><br/>
<p>The usual behaviour of Vert.x is to download and install module dependencies the first time they are referenced at runtime, if they're not already installed. For some production deployments this is not necessarily desirable - there may be a requirement that modules deployed on a production server must contain everything necessary to run then without calling out to download more artifacts at runtime.</p>
<p>For these situations Vert.x supports packaging a module, along with all the other modules that it references inside the same module to give a single self contained deployment unit.</p>
<p>For example, let's say you've created the module <code>com.mycompany~mod-toaster~1.0</code> and that module uses the following other modules <code>io.vertx~mod-mongo-persistor~2.0.0-beta1</code> and <code>org.foo~mod-nuclear~2.2</code>. Normally those modules would be downloaded and installed in the local <code>mods</code> directory on the file system the first time the module is run.</p>
<p>By adding the modules to the <code>deploys</code> field in the <code>mod.json</code> of our module we are telling Vert.x what the runtime module dependencies of the module are (these are not necessarily the same as the <em>build time</em> dependencies of the module!).</p>
<p>You can then run the following command against the installed module to tell Vert.x to pull in the dependencies mentioned in the <code>deploys</code> field and add them in a <em>nested</em> <code>mods</code> directory <em>inside</em> the module:</p>
<pre class="prettyprint">vertx pulldeps <module_name>
</pre>
<p>Before calling <code>vertx pulldeps</code> your module might have the structure on disk:</p>
<pre class="prettyprint">./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mod.json
./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/app.js
</pre>
<p>After calling <code>vertx pulldeps</code> it would have the following structure</p>
<pre class="prettyprint">./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mod.json
./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/app.js
./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mod.json
./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/[...rest of the stuff in that module]
./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mods/org.foo~mod-nuclear~2.2/mod.json
./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1/mods/org.foo~mod-nuclear~2.2/[...rest of the stuff in that module]
</pre>
<p>The module directory <code>./mods/io.vertx~mod-mongo-persistor~2.0.0-beta1</code> can then be zipped and deployed as a self contained module and it won't have to download any dependencies at runtime since they will all be found <em>inside</em> the module already.</p>
<p><em>If you're using the standard Gradle template project or used the Vert.x Maven Archetype to create your project then this all happens automatically for you if you enable it in the <code>pom.xml</code> or <code>gradle.properties</code> file.</em></p>
<h2 id="installing-modules-manually-from-the-repository">Installing modules manually from the repository</h2><br/>
<p>In some cases, you do not want to wait until a module is first referenced by the application before it is installed, you want to install it <em>ahead of time</em>. This can be done using the command <code>vertx install</code></p>
<p>To install a module manually from a repository use <code>vertx install <module name></code>. For example:</p>
<pre class="prettyprint">vertx install io.vertx~mod-mongo-persistor~2.0.0-beta1
</pre>
<h1 id="uninstalling-modules">Uninstalling modules</h1><br/>
<p>To uninstall a module from your local <code>mods</code> directory (or <code>VERTX_MODS</code>) use the <code>vertx uninstall <module name></code> command. E.g.</p>
<pre class="prettyprint">vertx uninstall io.vertx~mod-mongo-persistor~2.0.0-beta1
</pre>
<h1 id="how-to-publish-modules-to-remote-repositories">How to publish modules to remote repositories</h1><br/>
<p>If you want to make your modules public (and this is highly recommended) you can publish them to any Maven or Bintray repository. Vert.x has been designed to work well with the repositories already used by most JVM developers (in most cases this is Maven) and we do now want to impose yet another repository format on users.</p>
<h2 id="publishing-to-maven-repositories">Publishing to Maven repositories</h2><br/>
<p>Many JVM developers will already be familiar with working with Nexus repositories and Maven Central. Vert.x modules can be effortlessly published there when using the <a href="gradle_dev.html">Gradle template project</a> or a project created by the Vert.x <a href="maven_dev.html">Maven Archetype</a>.</p>
<p>For Maven projects this is accomplished by executing <code>mvn deploy</code> as is normal for any Maven project.</p>
<p>For Gradle projects you just run <code>./gradlew uploadArchives</code> as normal for any Gradle project.</p>
<p>If you're not using Maven or Gradle you can can manually upload your module using the Nexus user interface.</p>
<p>If you're going to use Sonatype Nexus you will need to obtain an account with them.</p>
<h2 id="publishing-to-bintray">Publishing to Bintray</h2><br/>
<p><a href="http://bintray.com">Bintray</a> is a new binary repository site which is arguably is easier to get started with if you're not already used to dealing with publishing artifacts to Maven repositories. You simply need to register for an account on their website then you can immediately start uploading binaries either through their web UI or using command line tools.</p>
<h1 id="telling-the-world-about-your-module-introducing-the-vertx-module-registry">Telling the world about your module - Introducing the Vert.x Module Registry</h1><br/>
<p>So you've pushed your module to Maven Central, Bintray or perhaps some other public Maven repository. That's sufficient for any Vert.x user to use it, but how are you going to tell the Vert.x community about it?</p>
<p>Enter the <a href="http://modulereg.vertx.io">module registry</a>. The Vert.x module registry is a web application that keeps a directory of publicly available Vert.x modules. It allows you to list and search for modules that have been published by other Vert.x users and that might be of interest to you in your applications.</p>
<p>We want to encourage an ecosystem of modules for Vert.x, and the module registry is a key part of that.</p>
<p>The module registry doesn't actually store the modules itself, you store your module in any Maven or Bintray repository, it simply stores meta-data for the module so people can find it.</p>
<p>Once a user has found a module they like, you simply take note of the module identifier and use that in your application. Based on the module identifier Vert.x will download and install the module at build or run-time (depending on how your build is configured).</p>
<p>Anyone can register a module with the module registry by filling out a very simple form. Once a registration request has been submitted an email will be sent to a moderator who will approve the submission if all is ok.</p>
<p>Any modules that are to be registered in the module registry must have the following fields in <code>mod.json</code>:</p>
<ul>
<li><code>description</code></li>
<li><code>licenses</code></li>
<li><code>author</code></li>
</ul>
<p>It's also <em>highly recommended</em> that the following fields are added too:</p>
<ul>
<li><code>keywords</code> - useful when searching</li>
<li><code>homepage</code> - url to the project homepage.</li>
</ul>
<p><em>Piece of Trivia: The Vert.x module registry is itself a Vert.x module, and you can find it... it in the Vert.x module registry!</em></p>
<h1 id="module-configuration">Module configuration</h1><br/>
<p>Configuration for a module (if any) should be specified using a JSON configuration file when deploying from the command line using <code>vertx runmod</code> or passed in when deploying a module programmatically.</p>
<p>Applying configuration this way allows it to be easily and consistently configured irrespective of the language.</p></div>
</div>
</div>
</div>
</div>
</body>
</html>
|
templates/p3/box_didyouknow.html | artcz/epcon | {% load i18n conference %}
{% if d %}
<div class="slot slot-did-you-know">
<h4>{% trans "Did you know" %}</h4>
{% conference_multilingual_attribute d "messages" as msg fallback "any" %}
<p>{{ msg.body|safe }}</p>
</div>
{% endif %}
|
misc/sampleapp-tizen-tests/sampleapp/HexGL_Uninstall_WithAppRunning.html | qiuzhong/crosswalk-test-suite | <!DOCTYPE html>
<!--
Copyright (c) 2013 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the original copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this work without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "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 INTEL CORPORATION 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.
Authors:
Lin,Shen <linx.a.shen@intel.com>
-->
<html>
<head>
<meta charset='utf-8'>
<title>HexGL_Uninstall_WithAppRunning</title>
<link rel="author" title="Intel" href="http://www.intel.com">
</head>
<body>
<p>
<strong>Test steps:</strong>
</p>
<ol>
<li>In service mode, install the app by typing "pkgcmd -i -t xpk -q -p XXXX.xpk.</li>
<li>Click app icon to launch app, or launch app with command "app_launcher -s $appid".</li>
<li>Uninstall the app by typing "pkgcmd -u -t xpk -q -n $pkgid" on the command line when the app running.</li>
</ol>
<p>
<strong>Expected Output:</strong>
</p>
<ol>
<li>The web app install successfully and you can get app's pkgid[xxxxxxxxxxx].</li>
<li>Web app is able to be launch successfully.</li>
<li>The web app uninstalled successfully.</li>
</ol>
</body>
</html>
|
documentation/html/MacOS/_c_p_t_fill_8h_source.html | LiDechao/core-plot | <!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.5"/>
<title>Core Plot (Mac OS): Source/CPTFill.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="core-plot-logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Core Plot (Mac OS)
</div>
<div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<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>Animation & Constants</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_c_p_t_fill_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">CPTFill.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="_c_p_t_fill_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="keyword">@class</span> <a class="code" href="interface_c_p_t_gradient.html">CPTGradient</a>;</div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="keyword">@class</span> <a class="code" href="interface_c_p_t_image.html">CPTImage</a>;</div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="keyword">@class</span> <a class="code" href="interface_c_p_t_color.html">CPTColor</a>;</div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> </div>
<div class="line"><a name="l00005"></a><span class="lineno"><a class="line" href="interface_c_p_t_fill.html"> 5</a></span> <span class="keyword">@interface </span><a class="code" href="interface_c_p_t_fill.html">CPTFill</a> : <a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a><<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Protocols/NSCopying_Protocol/Reference/Reference.html">NSCopying</a>, <a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html">NSCoding</a>> {</div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> }</div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> +(<a class="code" href="interface_c_p_t_fill.html">CPTFill</a> *)fillWithColor:(<a class="code" href="interface_c_p_t_color.html">CPTColor</a> *)aColor;</div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> +(<a class="code" href="interface_c_p_t_fill.html">CPTFill</a> *)fillWithGradient:(<a class="code" href="interface_c_p_t_gradient.html">CPTGradient</a> *)aGradient;</div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> +(<a class="code" href="interface_c_p_t_fill.html">CPTFill</a> *)fillWithImage:(<a class="code" href="interface_c_p_t_image.html">CPTImage</a> *)anImage;</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> -(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>)initWithColor:(<a class="code" href="interface_c_p_t_color.html">CPTColor</a> *)aColor;</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> -(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>)initWithGradient:(<a class="code" href="interface_c_p_t_gradient.html">CPTGradient</a> *)aGradient;</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> -(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a>)initWithImage:(<a class="code" href="interface_c_p_t_image.html">CPTImage</a> *)anImage;</div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">@end</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="category_c_p_t_fill_07_abstract_methods_08.html"> 27</a></span> <span class="keyword">@interface </span><a class="code" href="category_c_p_t_fill_07_abstract_methods_08.html">CPTFill(AbstractMethods)</a></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="interface_c_p_t_fill.html#acfeede795ed7311ad4080218927a1236"> 29</a></span> <span class="keyword">@property</span> (nonatomic, readonly, getter = isOpaque) BOOL opaque;</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> -(void)fillRect:(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a>)rect inContext:(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/c/tdef/CGContextRef">CGContextRef</a>)context;</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> -(void)fillPathInContext:(<a class="codeRef" href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/c/tdef/CGContextRef">CGContextRef</a>)context;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">@end</span></div>
<div class="ttc" id="interface_c_p_t_image_html"><div class="ttname"><a href="interface_c_p_t_image.html">CPTImage</a></div><div class="ttdoc">An immutable image. </div><div class="ttdef"><b>Definition:</b> CPTImage.h:1</div></div>
<div class="ttc" id="reference_html_//apple_ref/c/tdef/id"><div class="ttname"><a href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html#//apple_ref/c/tdef/id">id</a></div><div class="ttdeci">typedef id</div></div>
<div class="ttc" id="category_c_p_t_fill_07_abstract_methods_08_html"><div class="ttname"><a href="category_c_p_t_fill_07_abstract_methods_08.html">CPTFill(AbstractMethods)</a></div><div class="ttdoc">CPTFill abstract methods—must be overridden by subclasses. </div><div class="ttdef"><b>Definition:</b> CPTFill.h:27</div></div>
<div class="ttc" id="reference_html_//apple_ref/c/tdef/CGContextRef"><div class="ttname"><a href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/c/tdef/CGContextRef">CGContextRef</a></div><div class="ttdeci">typedef CGContextRef</div></div>
<div class="ttc" id="interface_c_p_t_fill_html"><div class="ttname"><a href="interface_c_p_t_fill.html">CPTFill</a></div><div class="ttdoc">Draws area fills. </div><div class="ttdef"><b>Definition:</b> CPTFill.h:5</div></div>
<div class="ttc" id="Reference_html"><div class="ttname"><a href="https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSObject_Class/Reference/Reference.html">NSObject</a></div></div>
<div class="ttc" id="interface_c_p_t_gradient_html"><div class="ttname"><a href="interface_c_p_t_gradient.html">CPTGradient</a></div><div class="ttdoc">Draws color gradient fills. </div><div class="ttdef"><b>Definition:</b> CPTGradient.h:41</div></div>
<div class="ttc" id="reference_html_//apple_ref/c/tdef/CGRect"><div class="ttname"><a href="https://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.html#//apple_ref/c/tdef/CGRect">CGRect</a></div><div class="ttdeci">typedef CGRect</div></div>
<div class="ttc" id="interface_c_p_t_color_html"><div class="ttname"><a href="interface_c_p_t_color.html">CPTColor</a></div><div class="ttdoc">An immutable color. </div><div class="ttdef"><b>Definition:</b> CPTColor.h:1</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_74389ed8173ad57b461b9d623a1f3867.html">Source</a></li><li class="navelem"><a class="el" href="_c_p_t_fill_8h.html">CPTFill.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.5 </li>
</ul>
</div>
</body>
</html>
|
LayoutTests/inspector/sources/debugger/rethrow-error-from-bindings-crash.html | modulexcite/blink | <html>
<head>
<script src="../../../http/tests/inspector/inspector-test.js"></script>
<script src="../../../http/tests/inspector/debugger-test.js"></script>
<script src="../../../http/tests/inspector/console-test.js"></script>
<script>
var functions;
function testFunction()
{
console.clear();
// This used to be a racy crash. Test some sequence of functions.
functions = [f2, f1, f2, f1, f2, f1, f2, f1];
functions.push(function() {});
functions.shift()();
}
function f1() {
setTimeout(functions.shift(), 0);
document.body.appendChild("<throw_exception>");
}
function f2() {
setTimeout(functions.shift(), 0);
new Range().compareBoundaryPoints(1, 2);
}
var test = function()
{
var expectedErrorsCount = 8;
InspectorTest.setQuiet(true);
InspectorTest.startDebuggerTest(step1);
function step1()
{
DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.PauseOnUncaughtExceptions);
InspectorTest.runTestFunctionAndWaitUntilPaused(didPause);
}
function didPause(callFrames, reason, breakpointIds, asyncStackTrace)
{
--expectedErrorsCount;
if (!expectedErrorsCount) {
InspectorTest.waitUntilNthMessageReceived(1, step2);
InspectorTest.resumeExecution();
} else {
InspectorTest.resumeExecution(InspectorTest.waitUntilPaused.bind(InspectorTest, didPause));
}
}
function step2()
{
InspectorTest.dumpConsoleMessages();
completeTest();
}
function completeTest()
{
DebuggerAgent.setPauseOnExceptions(WebInspector.DebuggerModel.PauseOnExceptionsState.DontPauseOnExceptions);
InspectorTest.completeDebuggerTest();
}
}
</script>
</head>
<body onload="window.testRunner ? runTest() : testFunction()">
<p>
Tests that pausing on uncaught exceptions thrown from C++ bindings will not crash.
</p>
</body>
</html>
|
www/modules/field_ui/field_ui.css | sgurlt/drupal-sandbox | /**
* @file
* Stylesheet for the Field UI module.
*/
/* 'Manage fields' and 'Manage display' overviews */
table.field-ui-overview tr.add-new .label-input {
float: left; /* LTR */
}
table.field-ui-overview tr.add-new .tabledrag-changed {
display: none;
}
table.field-ui-overview tr.add-new .description {
margin-bottom: 0;
max-width: 250px;
}
table.field-ui-overview tr.add-new .form-type-machine-name .description {
white-space: normal;
}
table.field-ui-overview tr.add-new .add-new-placeholder {
font-weight: bold;
padding-bottom: .5em;
}
table.field-ui-overview tr.region-title td {
font-weight: bold;
}
table.field-ui-overview tr.region-message td {
font-style: italic;
}
table.field-ui-overview tr.region-populated {
display: none;
}
table.field-ui-overview tr.region-add-new-title {
display: none;
}
table.field-ui-overview tr.add-new td {
vertical-align: top;
white-space: nowrap;
}
/* 'Manage display' overview */
#field-display-overview .field-formatter-summary-cell {
line-height: 1em;
}
#field-display-overview .field-formatter-summary {
float: left;
font-size: 0.9em;
}
#field-display-overview td.field-formatter-summary-cell span.warning {
display: block;
float: left;
margin-right: .5em;
}
#field-display-overview .field-formatter-settings-edit-wrapper {
float: right;
}
#field-display-overview .field-formatter-settings-edit {
float: right;
}
#field-display-overview tr.field-formatter-settings-editing td {
vertical-align: top;
}
#field-display-overview tr.field-formatter-settings-editing .field-formatter-type {
display: none;
}
#field-display-overview .field-formatter-settings-edit-form .formatter-name{
font-weight: bold;
}
#field-ui-display-overview-form #edit-refresh {
display:none;
}
|
src/deps/boost/libs/fusion/doc/html/fusion/algorithm/transformation/metafunctions/clear.html | mxrrow/zaicoin | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>clear</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="Chapter 1. Fusion 2.1">
<link rel="up" href="../metafunctions.html" title="Metafunctions">
<link rel="prev" href="reverse.html" title="reverse">
<link rel="next" href="erase.html" title="erase">
</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="reverse.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.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="erase.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="fusion.algorithm.transformation.metafunctions.clear"></a><a class="link" href="clear.html" title="clear">clear</a>
</h5></div></div></div>
<h6>
<a name="fusion.algorithm.transformation.metafunctions.clear.h0"></a>
<span><a name="fusion.algorithm.transformation.metafunctions.clear.description"></a></span><a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.description">Description</a>
</h6>
<p>
Returns the result type of <a class="link" href="../functions/clear.html" title="clear"><code class="computeroutput"><span class="identifier">clear</span></code></a>, given the input sequence
type.
</p>
<h6>
<a name="fusion.algorithm.transformation.metafunctions.clear.h1"></a>
<span><a name="fusion.algorithm.transformation.metafunctions.clear.synopsis"></a></span><a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.synopsis">Synopsis</a>
</h6>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <span class="identifier">Sequence</span>
<span class="special">></span>
<span class="keyword">struct</span> <span class="identifier">clear</span>
<span class="special">{</span>
<span class="keyword">typedef</span> <span class="emphasis"><em>unspecified</em></span> <span class="identifier">type</span><span class="special">;</span>
<span class="special">};</span>
</pre>
<div class="table">
<a name="fusion.algorithm.transformation.metafunctions.clear.t0"></a><p class="title"><b>Table 1.93. Parameters</b></p>
<div class="table-contents"><table class="table" summary="Parameters">
<colgroup>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Parameter
</p>
</th>
<th>
<p>
Requirement
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody><tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">Sequence</span></code>
</p>
</td>
<td>
<p>
Any type
</p>
</td>
<td>
<p>
Operation's argument
</p>
</td>
</tr></tbody>
</table></div>
</div>
<br class="table-break"><h6>
<a name="fusion.algorithm.transformation.metafunctions.clear.h2"></a>
<span><a name="fusion.algorithm.transformation.metafunctions.clear.expression_semantics"></a></span><a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.expression_semantics">Expression
Semantics</a>
</h6>
<pre class="programlisting"><a class="link" href="clear.html" title="clear"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">clear</span></code></a><span class="special"><</span><span class="identifier">Sequence</span><span class="special">>::</span><span class="identifier">type</span>
</pre>
<p>
<span class="bold"><strong>Return type</strong></span>: A model of <a class="link" href="../../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
Sequence</a>.
</p>
<p>
<span class="bold"><strong>Semantics</strong></span>: Returns an empty sequence.
</p>
<h6>
<a name="fusion.algorithm.transformation.metafunctions.clear.h3"></a>
<span><a name="fusion.algorithm.transformation.metafunctions.clear.complexity"></a></span><a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.complexity">Complexity</a>
</h6>
<p>
Constant.
</p>
<h6>
<a name="fusion.algorithm.transformation.metafunctions.clear.h4"></a>
<span><a name="fusion.algorithm.transformation.metafunctions.clear.header"></a></span><a class="link" href="clear.html#fusion.algorithm.transformation.metafunctions.clear.header">Header</a>
</h6>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">algorithm</span><span class="special">/</span><span class="identifier">transformation</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">clear</span><span class="special">.</span><span class="identifier">hpp</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 © 2001-2006, 2011, 2012 Joel de Guzman,
Dan Marsden, Tobias Schwinger<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="reverse.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.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="erase.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
test/philip.html5.org/tests/minimal.2d.state.saverestore.shadowOffsetX.html | makc/webgl-2d | <!DOCTYPE html>
<html class="minimal">
<title>Canvas test: 2d.state.saverestore.shadowOffsetX</title>
<script src="../tests.js"></script>
<link rel="stylesheet" href="../tests.css">
<link rel="prev" href="minimal.2d.state.saverestore.miterLimit.html" title="2d.state.saverestore.miterLimit">
<link rel="next" href="minimal.2d.state.saverestore.shadowOffsetY.html" title="2d.state.saverestore.shadowOffsetY">
<body>
<p id="passtext">Pass</p>
<p id="failtext">Fail</p>
<!-- TODO: handle "script did not run" case -->
<p class="output">These images should be identical:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<ul id="d"></ul>
<script>
_addTest(function(canvas, ctx) {
// Test that restore() undoes any modifications
var old = ctx.shadowOffsetX;
ctx.save();
ctx.shadowOffsetX = 5;
ctx.restore();
_assertSame(ctx.shadowOffsetX, old, "ctx.shadowOffsetX", "old");
// Also test that save() doesn't modify the values
ctx.shadowOffsetX = 5;
old = ctx.shadowOffsetX;
// we're not interested in failures caused by get(set(x)) != x (e.g.
// from rounding), so compare against 'old' instead of against 5
ctx.save();
_assertSame(ctx.shadowOffsetX, old, "ctx.shadowOffsetX", "old");
ctx.restore();
});
</script>
|
70-480-Programming HTML5 with Javascript and CSS3/contoscoConf/public/styles/pages/location.css | tjchaplin/MicrosoftCertification | /* Styles for the location page */
#venue-map {
display: -ms-grid;
-ms-grid-columns: 75% 25%;
}
#venue-map svg {
display: block;
-ms-grid-row: 1;
-ms-grid-column: 1;
}
#venue-map div {
padding-left: 3rem;
-ms-grid-row: 1;
-ms-grid-column: 2;
}
.room {
cursor: pointer;
}
|
test/expected/hello.css | chrisenytc/gulp-roole | body {
margin: 0;
} |
vida/firestation/static/firestation/theme/assets/motive-colors/motive-purple.css | ROGUE-JCTD/vida | /* Typography ----------------------------------------------- */
.ct-heading a i,
.ct-heading a:hover {
color: #6c446e;
}
.ct-u-text--motive {
color: #6c446e;
}
.popover .popover-title {
background-color: #6c446e;
}
.ct-blockquote--testimonials,
.ct-blockquote--background {
border-left: 2px solid #6c446e;
}
table > thead > tr > th {
background-color: #6c446e;
}
.datepicker table > thead > tr > th.dow {
background-color: #e6e6e6;
}
.datepicker table > thead > tr > .prev,
.datepicker table > thead > tr > .next {
color: #6c446e;
}
.datepicker table tr td.active,
.datepicker table tr td.today,
.datepicker table tr td.active:hover,
.datepicker table tr td.today:hover {
background-color: #6c446e!important;
}
.ct-counterBox .ct-counterBox--body .ct-counter {
color: #6c446e;
}
.panel-default .panel-heading a:before,
.panel-success .panel-heading a:before,
.panel-danger .panel-heading a:before,
.panel-warning .panel-heading a:before,
.panel-info .panel-heading a:before {
color: #6c446e;
}
.panel-default .panel-heading a:hover,
.panel-success .panel-heading a:hover,
.panel-danger .panel-heading a:hover,
.panel-warning .panel-heading a:hover,
.panel-info .panel-heading a:hover {
color: #6c446e;
}
.nav-tabs li.active a,
.nav-tabs.nav-justified li.active a {
background-color: #6c446e;
}
.tab-content .tab-pane {
border-top: 2px solid #6c446e;
}
.ct-testimonials .tab-content .tab-pane {
border-top: transparent;
}
.nav-tabs li a:hover,
.nav-tabs.nav-justified li a:hover {
background-color: #6c446e;
}
.progress-bar-primary {
background-color: #6c446e;
}
.list-group .active {
background-color: #6c446e;
border-color: #6c446e;
}
.btn:hover {
background-color: #6c446e;
border-color: #6c446e;
color: #fff;
}
.btn-primary {
background-color: #6c446e;
border-color: #6c446e;
color: #fff;
}
.btn-primary:hover {
background-color: #333;
border-color: #333;
color: #fff;
}
.btn-transparent--border.active {
background-color: #6c446e;
border-color: #6c446e;
}
.btn-transparent--border {
background-color: transparent;
}
.btn-transparent--border.btn-primary {
border-color: #6c446e;
color: #6c446e;
}
.btn-transparent--border.btn-primary:hover {
background-color: #6c446e;
border-color: #6c446e;
color: #fff;
}
/* Topbar ----------------------------------------------- */
.ct-topBar a:hover {
color: #6c446e;
}
.ct-topBar--darkStyle a:hover i {
color: #6c446e;
}
/* Language switcher ----------------------------------------------- */
.ct-switcher--language li a:hover {
color: #6c446e;
background-color: rgba(108, 68, 110, 0.1);
}
.ct-switcher--language .dropdown-menu li a:hover {
color: #fff;
}
.ct-switcher--language .dropdown-menu li a:hover {
background-color: #6c446e;
}
.ct-switcher--language .dropdown-menu li:first-child a:hover:before {
border-color: transparent transparent #6c446e transparent;
}
/* Navbar ----------------------------------------------- */
.ct-panel--text a {
color: #6c446e;
}
.ct-panel--text a:hover {
color: #333;
}
.ct-socials--circle {
background-color: #6c446e;
}
.ct-socials--circle:hover {
background-color: #333;
}
.caret {
border-top: 3px solid #6c446e;
}
.navbar .navbar-nav .active > a {
color: #6c446e;
background-color: rgba(108, 68, 110, 0.1);
}
.onepager .navbar .navbar-nav .active > a {
color: #6c446e;
background-color: transparent;
}
.navbar .navbar-nav .active > a:after {
background-color: #6c446e;
}
.navbar .navbar-nav li:hover > a,
.navbar .navbar-nav li:focus > a {
color: #6c446e;
background-color: rgba(108, 68, 110, 0.1);
}
.onepager .navbar .navbar-nav li:hover > a,
.navbar .navbar-nav li:focus > a {
color: #6c446e;
background-color: transparent;
}
.navbar .navbar-nav .dropdown > a:hover:after {
background-color: #6c446e;
}
.navbar .navbar-nav li .dropdown-menu li:first-child > a:hover:before,
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li:first-child > a:hover:before {
border-color: transparent transparent #6c446e transparent;
}
.navbar .navbar-nav li .dropdown-menu .yamm-content ul li a:hover,
.navbar .navbar-nav li .dropdown-menu a:hover {
background-color: #6c446e;
color: #fff;
}
.ct-navbar--noDecoration .navbar-nav .active > a:after,
.ct-navbar--noDecoration .navbar-nav .dropdown > a:hover:after {
background-color: transparent;
}
/* Slider ----------------------------------------------- */
.ct-owl--description .ct-owl--description--inner .ct-owl--descriptionItem span {
color: #6c446e;
}
.ct-owl-controls--type2 .owl-controls .owl-buttons div,
.ct-owl-controls--type3 .owl-controls .owl-buttons div {
color: #6c446e;
}
/* Forms, Label ----------------------------------------------- */
.ct-form--label--type1,
.ct-form--label--type2,
.ct-form--label--type3 {
background-color: #6c446e;
}
.slider.slider-horizontal .slider-track .slider-selection,
.slider.slider-horizontal .slider-handle,
.tooltip-inner {
background: #6c446e;
}
.tooltip.top .tooltip-arrow {
border-top-color: #6c446e;
}
.select2-drop .select2-highlighted {
background-color: #6c446e;
}
.select2-drop .select2-highlighted:before {
border-color: transparent transparent #6c446e transparent !important;
}
.ct-contactForm--small .form-control:focus {
border: 2px solid #6c446e;
}
.ct-calculator--whiteStyle form .form-control:focus {
border: 2px solid #6c446e !important;
}
.ct-footer--extended .ct-form--label--type1 i,
.ct-footer--extended .ct-form--label--type2 i,
.ct-footer--extended .ct-form--label--type3 i {
color: #fff;
}
.ct-popupForm form input:focus,
.ct-popupForm form textarea:focus {
border: 1px solid #6c446e;
}
.ct-input--border:focus {
border: 1px solid #6c446e;
}
.ct-form--label--type1 .ct-input-group-btn .btn,
.ct-form--label--type2 .ct-input-group-btn .btn,
.ct-form--label--type3 .ct-input-group-btn .btn {
background-color: #4d314f;
border-color: #4d314f;
}
/* Products ----------------------------------------------- */
.ct-itemProducts a:hover,
.ct-itemProducts .ct-product--meta .ct-icons span:hover i,
.ct-itemProducts .ct-product--meta .ct-icons span:hover,
.ct-itemProducts--small a:hover {
color: #6c446e;
}
.ct-productMeta--single i,
.ct-productMeta--single a:hover {
color: #6c446e;
}
.ct-sortingBar ul .is-active {
background-color: #6c446e;
}
.ct-sortingBar ul .is-active a:hover {
color: #fff;
}
.ct-showElements a:hover {
color: #6c446e;
}
.pagination .active a,
.pagination li a:hover {
background-color: #6c446e;
}
/* Blog ----------------------------------------------- */
.ct-articleBox .ct-articleBox-titleBox a:hover {
color: #6c446e;
}
.ct-articleBox .ct-articleBox-titleBox .ct-articleComments a {
color: #6c446e;
}
.ct-articleBox .ct-articleBox-titleBox .ct-articleComments a:hover,
.ct-articleBox .ct-articleBox-description a:hover {
color: inherit;
}
.ct-articleBox .ct-articleBox-description a {
color: #6c446e;
}
.ct-calendar--day .ct-day {
background-color: #6c446e;
}
/* Icon Boxes ----------------------------------------------- */
.ct-iconContainer--circle {
background-color: #6c446e;
}
.ct-iconContainer--circle:before {
border: 3px solid #6c446e;
}
.ct-iconBox:hover .ct-iconContainer--circle i {
color: #6c446e;
}
.ct-iconBox .ct-iconContainer--circleLight,
.ct-iconBox .ct-iconContainer--circleLight i {
background-color: transparent;
color: #6c446e;
}
.ct-iconBox:hover .ct-iconContainer--circleLight:before {
background-color: #6c446e;
}
.ct-iconBox:hover .ct-iconContainer--circleLight i {
color: #fff;
}
/* Footer ----------------------------------------------- */
.ct-footer--extended i,
.ct-footer--extended .ct-phoneNumbers i,
.ct-contactList a {
color: #6c446e;
}
.ct-footer--extended .ct-socials--circle i {
color: #fff;
}
.ct-footer--extended .ct-socials--circle:hover {
background-color: #fff;
}
.ct-footer--extended .ct-socials--circle:hover i {
color: #6c446e;
}
.ct-sectioButton--square {
background-color: #6c446e;
}
.ct-sectioButton--square:hover {
background-color: #fff;
}
.ct-sectioButton--square:hover i {
color: #6c446e;
}
.ct-footer--light .ct-footer--extended .ct-contactList a {
color: #6c446e;
}
.ct-footer--light .ct-footer--extended .ct-contactList a:hover {
color: inherit;
}
.ct-links a:hover {
color: #6c446e;
}
/* Google Maps ----------------------------------------------- */
.ct-zoom--in:hover,
.ct-zoom--out:hover,
.ct-geolocationButton:hover {
background-color: #6c446e;
}
.ct-geolocationButton:hover {
border: 2px solid #6c446e;
}
.ct-searchGmaps:focus {
border: 1px solid #6c446e;
}
.ct-gmapProduct .ct-bottomArrow {
border: 3px solid #6c446e;
}
.ct-gmapProduct .ct-bottomArrow:before {
border-color: #6c446e transparent transparent transparent;
}
/* Person Box ----------------------------------------------- */
.ct-personBox .ct-personContent .ct-personName a {
color: #6c446e;
}
.ct-personBox .ct-personContent .ct-personName a:hover {
color: inherit;
}
.ct-personBox .ct-personDescription a:hover {
color: #6c446e;
}
.widget .ct-personBox .ct-personDescription a {
color: #6c446e;
}
.widget .ct-personBox .ct-personDescription a:hover {
color: inherit;
}
.ct-personBox--extendedFullWidth .ct-personContent .ct-contactPerson a {
color: #6c446e;
}
.ct-personBox--extendedFullWidth .ct-personContent .ct-contactPerson a:hover {
color: inherit;
}
.ct-personBox--extended .ct-personContent .ct-contactPerson a {
color: #6c446e;
}
.ct-personBox--extended .ct-personContent .ct-contactPerson a:hover {
color: inherit;
}
.ct-personBox .ct-personContact input:focus,
.ct-personBox .ct-personContact textarea:focus {
border: 1px solid #6c446e;
}
.ct-personBox--extendedLight .ct-personContent .ct-personName a {
color: #fff;
}
.ct-personBox--extendedLight .ct-personContent .ct-personName a:hover {
color: #333;
}
/* Portfolio ----------------------------------------------- */
.ct-gallery-itemInner .ct-galleryBox-overlay {
background-color: #6c446e;
}
|
angular-1.3.20/docs/partials/guide/i18n.html | dolymood/angular-packages | <a href='https://github.com/angular/angular.js/edit//docs/content/guide/i18n.ngdoc?message=docs(guide%2Fi18n and l10n)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<h1 id="i18n-and-l10n">i18n and l10n</h1>
<p>Internationalization (i18n) is the process of developing products in such a way that they can be
localized for languages and cultures easily. Localization (l10n), is the process of adapting
applications and text to enable their usability in a particular cultural or linguistic market. For
application developers, internationalizing an application means abstracting all of the strings and
other locale-specific bits (such as date or currency formats) out of the application. Localizing an
application means providing translations and localized formats for the abstracted bits.</p>
<h2 id="how-does-angular-support-i18n-l10n-">How does Angular support i18n/l10n?</h2>
<p>Angular supports i18n/l10n for <a href="api/ng/filter/date">date</a>, <a href="api/ng/filter/number">number</a> and
<a href="api/ng/filter/currency">currency</a> filters.</p>
<p>Additionally, Angular supports localizable pluralization support through the <a href="api/ng/directive/ngPluralize"><code>ngPluralize</code> directive</a>.</p>
<p>All localizable Angular components depend on locale-specific rule sets managed by the <a href="api/ng/service/$locale"><code>$locale</code> service</a>.</p>
<p>There a few examples that showcase how to use Angular filters with various locale rule sets in the
<a href="https://github.com/angular/angular.js/tree/master/i18n/e2e"><code>i18n/e2e</code> directory</a> of the Angular
source code.</p>
<h2 id="what-is-a-locale-id-">What is a locale ID?</h2>
<p>A locale is a specific geographical, political, or cultural region. The most commonly used locale
ID consists of two parts: language code and country code. For example, <code>en-US</code>, <code>en-AU</code>, and
<code>zh-CN</code> are all valid locale IDs that have both language codes and country codes. Because
specifying a country code in locale ID is optional, locale IDs such as <code>en</code>, <code>zh</code>, and <code>sk</code> are
also valid. See the <a href="http://userguide.icu-project.org/locale">ICU</a> website for more information
about using locale IDs.</p>
<h2 id="supported-locales-in-angular">Supported locales in Angular</h2>
<p>Angular separates number and datetime format rule sets into different files, each file for a
particular locale. You can find a list of currently supported locales
<a href="https://github.com/angular/angular.js/tree/master/src/ngLocale">here</a></p>
<h2 id="providing-locale-rules-to-angular">Providing locale rules to Angular</h2>
<p>There are two approaches to providing locale rules to Angular:</p>
<h3 id="1-pre-bundled-rule-sets">1. Pre-bundled rule sets</h3>
<p>You can pre-bundle the desired locale file with Angular by concatenating the content of the
locale-specific file to the end of <code>angular.js</code> or <code>angular.min.js</code> file.</p>
<p>For example on *nix, to create an angular.js file that contains localization rules for german
locale, you can do the following:</p>
<p><code>cat angular.js i18n/angular-locale_de-de.js > angular_de-de.js</code></p>
<p>When the application containing <code>angular_de-de.js</code> script instead of the generic angular.js script
starts, Angular is automatically pre-configured with localization rules for the german locale.</p>
<h3 id="2-including-a-locale-script-in-index-html-">2. Including a locale script in <code>index.html</code></h3>
<p>You can also include the locale specific js file in the index.html page. For example, if one client
requires German locale, you would serve index_de-de.html which will look something like this:</p>
<pre><code class="lang-html"><html ng-app>
<head>
….
<script src="angular.js"></script>
<script src="i18n/angular-locale_de-de.js"></script>
….
</head>
</html>
</code></pre>
<h3 id="comparison-of-the-two-approaches">Comparison of the two approaches</h3>
<p>Both approaches described above require you to prepare different <code>index.html</code> pages or JavaScript
files for each locale that your app may use. You also need to configure your server to serve
the correct file that correspond to the desired locale.</p>
<p>The second approach (including the locale JavaScript file in <code>index.html</code>) may be slower because
an extra script needs to be loaded.</p>
<h2 id="caveats">Caveats</h2>
<p>Although Angular makes i18n convenient, there are several things you need to be conscious of as you
develop your app.</p>
<h3 id="currency-symbol">Currency symbol</h3>
<p>Angular's <a href="api/ng/filter/currency">currency filter</a> allows you to use the default currency symbol
from the <a href="api/ng/service/$locale">locale service</a>, or you can provide the filter with a custom currency
symbol.</p>
<div class="alert alert-success">
<strong>Best Practice:</strong> If your app will be used only in one locale, it is fine to rely on the default
currency symbol. If you anticipate that viewers in other locales might use your app, you should
explicitly provide a currency symbol.
</div>
<p>Let's say you are writing a banking app and you want to display an account balance of 1000 dollars.
You write the following binding using the currency filter:</p>
<pre><code class="lang-html">{{ 1000 | currency }}
</code></pre>
<p>If your app is currently in the <code>en-US</code> locale, the browser will show <code>$1000.00</code>. If someone in the
Japanese locale (<code>ja</code>) views your app, their browser will show a balance of <code>¥1000.00</code> instead.
This is problematic because $1000 is not the same as ¥1000.</p>
<p>In this case, you need to override the default currency symbol by providing the
<a href="api/ng/filter/currency"><code>currency</code></a> currency filter with a currency symbol as a parameter.</p>
<p>If we change the above to <code>{{ 1000 | currency:"USD$"}}</code>, Angular will always show a balance of
<code>USD$1000</code> regardless of locale.</p>
<h3 id="translation-length">Translation length</h3>
<p>Translated strings/datetime formats can vary greatly in length. For example, <code>June 3, 1977</code> will be
translated to Spanish as <code>3 de junio de 1977</code>.</p>
<p>When internationalizing your app, you need to do thorough testing to make sure UI components behave
as expected even when their contents vary greatly in content size.</p>
<h3 id="timezones">Timezones</h3>
<p>The Angular datetime filter uses the time zone settings of the browser. The same
application will show different time information depending on the time zone settings of the
computer that the application is running on. Neither JavaScript nor Angular currently supports
displaying the date with a timezone specified by the developer.</p>
|
Schrodinger/Schrodinger_2015-2_docs/maestro/help_MaterialsScience_advanced/workflows/proteinprep_problems.html | platinhom/ManualHom | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="../support/help.css" charset="ISO-8859-1" type="text/css" />
<title>Protein Preparation - Problems Dialog Box</title>
</head>
<body>
<table bgcolor="#dcdcdc" border="0" cellspacing="0" width="100%">
<tr><td>
<p><img src="../images/common/schrodinger_logo.png" align="left" alt=""
border="0" hspace="5" vspace="5" /></p>
</td></tr>
<tr><td>
<h1 class="title">Protein Preparation - Problems Dialog Box</h1>
</td></tr>
</table>
<ul>
<li><a href="#summary">Summary</a></li>
<li><a href="#opening">Opening the <span class="GUI">Protein Preparation - Problems</span> Dialog Box</a></li>
<li><a href="#using">Using the <span class="GUI">Protein Preparation - Problems</span> Dialog Box</a></li>
<li><a href="#features"><span class="GUI">Protein Preparation - Problems</span> Dialog Box Features</a></li>
<li><a href="#links">Related Topics</a></li>
</ul>
<a name="summary"></a>
<h2>Summary</h2>
<p>This dialog box contains tables that list problems found with the structure
after preprocessing in the <span class="GUI">Protein Preparation Wizard</span>
panel.
</p>
<a name="opening"></a>
<h2>Opening the Protein Preparation - Problems Dialog Box</h2>
<p>To open the <span class="GUI">Protein Preparation - Problems</span> dialog box, you can:</p>
<ul>
<li><p>Click <span class="GUI">View Problems</span> in the
<span class="GUI">Protein Preparation Wizard</span> panel.</p></li>
</ul>
<a name="using"></a>
<h2>Using the Protein Preparation - Problems Dialog Box</h2>
<p>The purpose of this panel is to list the problems found during processing of
a protein structure, so that you can fix them before using the protein structure
for other applications. You can make full use of other Maestro features while
this panel is open: it only prevents interaction with the <span
class="GUI">Protein Preparation Wizard</span> panel.
</p>
<p>When you have corrected any of the problems, you can click <span
class="GUI">Update</span> to redo the analysis of the problems and remove them
from the tables. If all the problems are fixed, an alert box is displayed to
notify you of this fact, and the <span class="GUI">Problems</span> dialog box
closes.
</p>
<a name="features"></a>
<h2>Protein Preparation - Problems Dialog Box Features</h2>
<p>Information for each type of problem is presented in a separate tab. If there
are no problems of a particular type, the tab is unavailable.
</p>
<ul>
<li><a href="#feature1"><span class="GUI">Atom Types</span> tab</a></li>
<li><a href="#feature2"><span class="GUI">Missing Atoms</span> tab</a></li>
<li><a href="#feature3"><span class="GUI">Overlapping Atoms</span> tab</a></li>
<li><a href="#feature4"><span class="GUI">Alternate Positions</span> tab</a></li>
<li><a href="#feature5"><span class="GUI">Update</span> button</a></li>
</ul>
<dl>
<a name="feature1"></a>
<dt><span class="GUI">Atom Types</span> tab</dt>
<dd><p>This tab lists atoms that have incorrect atom types. Click on a table
row to select and zoom in on the problem atom. You can fix the atom
type by using the <a href="../edit_menu/builder_panel.html#atom_properties"><span
class="GUI">Atom Properties</span> tab</a> of the <span class="GUI">Build</span>
panel. Choose <span class="GUI">Atom Type (MacroModel)</span> from the <span
class="GUI">Property</span> menu, then select <span class="GUI">Set atom type
(MacroModel)</span>. Choose the correct atom type from the list, then click on
the atom that needs to be changed.
</p></dd>
<a name="feature2"></a>
<dt><span class="GUI">Missing Atoms</span> tab</dt>
<dd><p>This tab lists residues for which atoms are missing. Click on a
table row to select and zoom in on the residue that has missing atoms. If you
want to add the missing side chains by running a Prime side-chain prediction
job, click <span class="GUI">Add Missing Side Chains</span>.</p>
<p>Another way of adding the missing atoms is to mutate the residue to itself.
To do this, right-click on one of the residue atoms in the Workspace, and choose
<span class="GUI">Mutate → </span><i>residue</i> from the shortcut menu.
If you do this, the side chains might not be optimally placed. You can fix them
with a Prime side-chain prediction. Another alternative is to choose a rotamer
in the <span class="GUI">Rotamers</span> dialog box (<span class="GUI">Edit
→ Adjust → Rotamers</span>), and then do a minimization by selecting
the residue in the Workspace and pressing <span class="Keys">Ctrl+M</span> (<span class="Keys">⌘M</span>).
</p></dd>
<a name="feature3"></a>
<dt><span class="GUI">Overlapping Atoms</span> tab</dt>
<dd><p>This tab lists pairs of atoms that are too close (bad contacts). One way
to fix these problems is to select the residue that contains the atoms (use the
<span class="GUI">Select</span> button on the <span class="GUI">Edit</span>
toolbar), or simply select the table row to select just the overlapping atoms,
and press <span class="Keys">Ctrl+M</span> (<span class="Keys">⌘M</span>) to do a quick minimization. </p>
<p>
If the atoms are superimposed, however (zero distance), this can indicate a
duplicate het group, which you can delete in the <span class="GUI">Review and
Modify</span> tab of the <span class="GUI">Protein Preparation Wizard</span>
panel. Otherwise, you can use the <span class="GUI">Atom Selection</span> dialog
box to select one of the duplicates for deletion (<span class="GUI">Edit →
Delete → Select</span>).</p>
<p>When examining overlapping atoms, it is a good idea to ensure that all atoms
are displayed. By default, only polar hydrogens are displayed, so you should
select <span class="GUI">All hydrogens</span> in the <span class="GUI">Protein
Preparation Wizard</span> panel, then open this dialog box.
</p></dd>
<a name="feature4"></a>
<dt><span class="GUI">Alternate Positions</span> tab</dt>
<dd><p>This tab lists residues that have alternate positions in the input
structure. Although these positions are legitimate, the protein preparation can
only be done on a structure with a single set of coordinates, so you must choose
one of the alternate positions for each residue.</p>
<p>To choose a position for a residue, first select the residue in the
table. The view zooms in to the residue, and the default position is
marked. Click <span class="GUI">Next Position</span> to switch between
positions. When the position that you want to keep is displayed, click <span
class="GUI">Commit</span>. The atoms in this position are kept, and the
alternates are deleted.
</p></dd>
<a name="feature5"></a>
<dt><span class="GUI">Update</span> button</dt>
<dd><p>Update the tables in the panel by rerunning the analysis of the
problems. Problems that have been fixed since the last analysis should no longer
appear in the tables. If there are no remaining problems, an alert box is
displayed, and the <span class="GUI">Problems</span> dialog box closes when you
click <span class="GUI">OK</span>.
</p></dd>
</dl>
<a name="links"></a>
<h2>Related Topics</h2>
<ul>
<li><a href="protein_preparation.html">Protein Preparation Wizard Panel</a></li>
<li><a href="proteinprep_import_process_tab.html">Protein Preparation Wizard
— Import and Process Tab</a></li>
</ul>
<hr />
<table width="100%">
<tr><td><p class="small"><a href="../support/legal_notice.html" target="LegalNoticeWindow">Legal Notice</a></p></td>
<td>
<table align="right">
<tr><td><p class="small">
File: workflows/proteinprep_problems.html<br />
Last updated: 17 Jun 2014
</p></td></tr>
</table>
</td></tr>
</table>
</body>
</html>
|
kendoui/trial/examples/web/treeview/images.html | arwenict/roos1 | <!DOCTYPE html>
<html>
<head>
<title>Images</title>
<link href="../../content/shared/styles/examples-offline.css" rel="stylesheet">
<link href="../../../styles/kendo.common.min.css" rel="stylesheet">
<link href="../../../styles/kendo.default.min.css" rel="stylesheet">
<script src="../../../js/jquery.min.js"></script>
<script src="../../../js/kendo.web.min.js"></script>
<script src="../../content/shared/js/console.js"></script>
</head>
<body>
<a class="offline-button" href="../index.html">Back</a>
<div id="example" class="k-content">
<div class="treeview-back">
<h3>TreeView with images</h3>
<div id="treeview-images"></div>
</div>
<script>
$("#treeview-images").kendoTreeView({
dataSource: [
{
text: "Inbox", imageUrl: "../../content/web/treeview/mail.png",
items: [
{ text: "Read Mail", imageUrl: "../../content/web/treeview/readmail.png" }
]
},
{
text: "Drafts", imageUrl: "../../content/web/treeview/edit.png"
},
{
text: "Search Folders", expanded: true, imageUrl: "../../content/web/treeview/search.png",
items: [
{ text: "Categorized Mail", imageUrl: "../../content/web/treeview/search.png" },
{ text: "Large Mail", imageUrl: "../../content/web/treeview/search.png" },
{ text: "Unread Mail", imageUrl: "../../content/web/treeview/search.png" }
]
},
{
text: "Settings", imageUrl: "../../content/web/treeview/settings.png"
}
]
});
</script>
<div class="treeview-back">
<h3>TreeView with sprites</h3>
<div id="treeview-sprites"></div>
</div>
<script>
$("#treeview-sprites").kendoTreeView({
dataSource: [{
text: "My Documents", expanded: true, spriteCssClass: "rootfolder", items: [
{
text: "Kendo UI Project", expanded: true, spriteCssClass: "folder", items: [
{ text: "about.html", spriteCssClass: "html" },
{ text: "index.html", spriteCssClass: "html" },
{ text: "logo.png", spriteCssClass: "image" }
]
},
{
text: "New Web Site", expanded: true, spriteCssClass: "folder", items: [
{ text: "mockup.jpg", spriteCssClass: "image" },
{ text: "Research.pdf", spriteCssClass: "pdf" },
]
},
{
text: "Reports", expanded: true, spriteCssClass: "folder", items: [
{ text: "February.pdf", spriteCssClass: "pdf" },
{ text: "March.pdf", spriteCssClass: "pdf" },
{ text: "April.pdf", spriteCssClass: "pdf" }
]
}
]
}]
});
</script>
<style scoped>
#treeview-sprites .k-sprite {
background-image: url("../../content/web/treeview/coloricons-sprite.png");
}
.rootfolder
{
background-position: 0 0;
}
.folder
{
background-position: 0 -16px;
}
.pdf
{
background-position: 0 -32px;
}
.html
{
background-position: 0 -48px;
}
.image
{
background-position: 0 -64px;
}
.treeview-back
{
float: left;
width: 200px;
margin: 30px;
padding: 20px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
box-shadow: 0 1px 2px rgba(0,0,0,0.45), inset 0 0 30px rgba(0,0,0,0.07);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.treeview-back h3
{
margin: 0 0 10px 0;
padding: 0;
}
</style>
</div>
</body>
</html>
|
modules/yamlform/css/yamlform.element.image_file.css | akorkot/copieubl | /**
* @file
* image file styles.
*/
img.yamlform-image-file {
max-width: 100%;
height: auto;
}
|
doc/html/qmediaabstractcontrolserver-members.html | librelab/qtmoko-test | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>List of All Members for QMediaAbstractControlServer</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qtlogo.png" align="left" border="0" /></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a> · <a href="namespaces.html"><font color="#004faf">All Namespaces</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="modules-index.html"><font color="#004faf">Modules</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="center"><img src="images/codeless.png" border="0" alt="codeless banner"></td></tr></table><h1 class="title">List of All Members for QMediaAbstractControlServer</h1>
<p>This is the complete list of members for <a href="qmediaabstractcontrolserver.html">QMediaAbstractControlServer</a>, including inherited members.</p>
<p><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td width="45%" valign="top"><ul>
<li><div class="fn"/><a href="qmediaabstractcontrolserver.html#QMediaAbstractControlServer">QMediaAbstractControlServer</a> ( QMediaHandle const &, QString const &, QObject * )</li>
<li><div class="fn"/><a href="qmediaabstractcontrolserver.html#dtor.QMediaAbstractControlServer">~QMediaAbstractControlServer</a> ()</li>
<li><div class="fn"/><a href="qobject.html#blockSignals">blockSignals</a> ( bool )</li>
<li><div class="fn"/><a href="qobject.html#childEvent">childEvent</a> ( QChildEvent * )</li>
<li><div class="fn"/><a href="qobject.html#children">children</a> () const</li>
<li><div class="fn"/><a href="qobject.html#connect">connect</a> ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType )</li>
<li><div class="fn"/><a href="qobject.html#connect-2">connect</a> ( const QObject *, const char *, const char *, Qt::ConnectionType ) const</li>
<li><div class="fn"/><a href="qobject.html#connectNotify">connectNotify</a> ( const char * )</li>
<li><div class="fn"/><a href="qmediaabstractcontrolserver.html#controlAvailable">controlAvailable</a> ( QString const & )</li>
<li><div class="fn"/><a href="qmediaabstractcontrolserver.html#controlUnavailable">controlUnavailable</a> ( QString const & )</li>
<li><div class="fn"/><a href="qobject.html#customEvent">customEvent</a> ( QEvent * )</li>
<li><div class="fn"/><a href="qobject.html#d_ptr-var">d_ptr</a> : </li>
<li><div class="fn"/><a href="qobject.html#deleteLater">deleteLater</a> ()</li>
<li><div class="fn"/><a href="qobject.html#destroyed">destroyed</a> ( QObject * )</li>
<li><div class="fn"/><a href="qobject.html#disconnect">disconnect</a> ( const QObject *, const char *, const QObject *, const char * )</li>
<li><div class="fn"/><a href="qobject.html#disconnect-2">disconnect</a> ( const char *, const QObject *, const char * )</li>
<li><div class="fn"/><a href="qobject.html#disconnect-3">disconnect</a> ( const QObject *, const char * )</li>
<li><div class="fn"/><a href="qobject.html#disconnectNotify">disconnectNotify</a> ( const char * )</li>
<li><div class="fn"/><a href="qobject.html#dumpObjectInfo">dumpObjectInfo</a> ()</li>
<li><div class="fn"/><a href="qobject.html#dumpObjectTree">dumpObjectTree</a> ()</li>
<li><div class="fn"/><a href="qobject.html#dynamicPropertyNames">dynamicPropertyNames</a> () const</li>
<li><div class="fn"/><a href="qobject.html#event">event</a> ( QEvent * )</li>
<li><div class="fn"/><a href="qobject.html#eventFilter">eventFilter</a> ( QObject *, QEvent * )</li>
<li><div class="fn"/><a href="qobject.html#findChild">findChild</a> ( const QString & ) const</li>
<li><div class="fn"/><a href="qobject.html#findChildren">findChildren</a> ( const QString & ) const</li>
<li><div class="fn"/><a href="qobject.html#findChildren-2">findChildren</a> ( const QRegExp & ) const</li>
</ul></td><td valign="top"><ul>
<li><div class="fn"/><a href="qobject.html#inherits">inherits</a> ( const char * ) const</li>
<li><div class="fn"/><a href="qobject.html#installEventFilter">installEventFilter</a> ( QObject * )</li>
<li><div class="fn"/><a href="qobject.html#isWidgetType">isWidgetType</a> () const</li>
<li><div class="fn"/><a href="qobject.html#killTimer">killTimer</a> ( int )</li>
<li><div class="fn"/><a href="qobject.html#metaObject">metaObject</a> () const</li>
<li><div class="fn"/><a href="qobject.html#moveToThread">moveToThread</a> ( QThread * )</li>
<li><div class="fn"/><a href="qobject.html#objectName-prop">objectName</a> () const</li>
<li><div class="fn"/><a href="qobject.html#parent">parent</a> () const</li>
<li><div class="fn"/><a href="qobject.html#property">property</a> ( const char * ) const</li>
<li><div class="fn"/><a href="qmediaabstractcontrolserver.html#proxyAll">proxyAll</a> ()</li>
<li><div class="fn"/><a href="qobject.html#receivers">receivers</a> ( const char * ) const</li>
<li><div class="fn"/><a href="qobject.html#removeEventFilter">removeEventFilter</a> ( QObject * )</li>
<li><div class="fn"/><a href="qobject.html#sender">sender</a> () const</li>
<li><div class="fn"/><a href="qobject.html#objectName-prop">setObjectName</a> ( const QString & )</li>
<li><div class="fn"/><a href="qobject.html#setParent">setParent</a> ( QObject * )</li>
<li><div class="fn"/><a href="qobject.html#setProperty">setProperty</a> ( const char *, const QVariant & )</li>
<li><div class="fn"/><a href="qmediaabstractcontrolserver.html#setValue">setValue</a> ( QString const &, QVariant const & )</li>
<li><div class="fn"/><a href="qobject.html#signalsBlocked">signalsBlocked</a> () const</li>
<li><div class="fn"/><a href="qobject.html#startTimer">startTimer</a> ( int )</li>
<li><div class="fn"/><a href="qobject.html#staticMetaObject-var">staticMetaObject</a> : </li>
<li><div class="fn"/><a href="qobject.html#staticQtMetaObject-var">staticQtMetaObject</a> : </li>
<li><div class="fn"/><a href="qobject.html#thread">thread</a> () const</li>
<li><div class="fn"/><a href="qobject.html#timerEvent">timerEvent</a> ( QTimerEvent * )</li>
<li><div class="fn"/><a href="qobject.html#tr">tr</a> ( const char *, const char *, int )</li>
<li><div class="fn"/><a href="qobject.html#trUtf8">trUtf8</a> ( const char *, const char *, int )</li>
</ul>
</td></tr>
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright © 2009 Trolltech</td>
<td align="center"><a href="trademarks.html">Trademarks</a></td>
<td align="right"><div align="right">Qt Extended 4.4.3</div></td>
</tr></table></div></address></body>
</html>
|
sites/all/modules/custom/iit_global_header/styles/iit-gh.css | csepuser/EthicsPublicHtmlProd | /* =============================================================================
* IIT Global Header - Global Styles
* ========================================================================== */
/** /
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,300italic,400italic,600italic,700italic,800italic|Open+Sans+Condensed:300,300italic,700);
/**/
@font-face {
font-family: 'EconomicaBold-IIT';
src: url('Economica-Bold-OTF-webfont.eot');
src: url('Economica-Bold-OTF-webfont.eot?#iefix') format('embedded-opentype'),
url('Economica-Bold-OTF-webfont.woff') format('woff'),
url('Economica-Bold-OTF-webfont.ttf') format('truetype'),
url('Economica-Bold-OTF-webfont.svg#EconomicaBold') format('svg');
font-weight: normal;
font-style: normal;
}
#iit-gh-query-check {
z-index: 5;
position: absolute;
}
#iit-gh-secondary-nav-overlay {
display: none;
}
#iit-gh-wrapper {
font-family: 'Open Sans', sans-serif;
position: relative;
font-size: 16px;
}
#iit-gh-wrapper ul {
font-size: 1em;
}
#iit-gh-wrapper h5 {
font-family: 'Open Sans Condensed', sans-serif;
}
#iit-gh-wrapper a {
outline: none;
border: 0;
}
#iit-gh-topbar {
display: none;
background-color: #666;
font-family: 'Open Sans Condensed', sans-serif;
overflow: hidden;
}
#iit-gh-mobile-search {
display: none;
}
#iit-gh-primary-nav ul, #iit-gh-secondary-nav ul {
margin: 0;
padding: 0;
}
#iit-gh-primary-nav {
font-family: 'EconomicaBold-IIT', sans-serif;
text-transform: uppercase;
}
div.iit-gh-menu-category h5 {
font-weight: bold;
}
/* ----- Branding ----- */
#iit-gh-header-branding {
font-family: 'EconomicaBold-IIT', sans-serif;
text-decoration: none;
color: #c00;
margin: .810810810810em 0 .135135135135em .324324324324em;
font-size: 2.3125em;
float: left;
line-height: 1.25em;
}
#iit-gh-header-wrapper {
background-image: url('../images/background.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
#iit-gh-header-wrapper {
background-image: url('../images/background@2x.png');
background-size: 7px;
}
}
/* end IIT Global Header - Global Styles ==================================== */
/* Standard layout */
@media only screen and (min-width:1025px) {
/* =============================================================================
* IIT Global Header - Header
* ========================================================================== */
#iit-gh-query-check {
z-index: 4;
}
/* ----- Layout ----- */
#iit-gh-header {
position: relative;
}
/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
width: 100%;
background-color: #666;
}
#iit-gh-primary-nav ul {
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
#iit-gh-primary-nav ul li {
float: left;
}
#iit-gh-primary-nav ul li a {
padding: .2em 1.15em .05em;
display: block;
text-decoration: none;
color: #fff;
font-size: 1.250em;
line-height: 1.250em;
}
#iit-gh-primary-nav ul li a:hover {
background-color: #777;
}
#iit-gh-primary-nav ul li a.iit-gh-nav-active {
background-color: #ddd;
color: #555;
}
/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
position: absolute;
top: 0;
right: .8571428571em;
font-size: .875em;
background-color: #fff;
padding: 0 .2857142857em .2142857142em;
}
#iit-gh-secondary-nav ul li {
float: left;
margin: 0 .5em;
}
#iit-gh-secondary-nav ul li a {
color: #444;
}
#iit-gh-secondary-nav ul li:before {
content: "|";
color: #555;
margin-right: .6em;
}
#iit-gh-secondary-nav ul li:first-child:before {
content: none;
}
/* end IIT Global Header - Header =========================================== */
/* =============================================================================
* IIT Global Header - Menus
* ========================================================================== */
/* ----- Layout ----- */
#iit-gh-menu-wrapper {
background-color: #ddd;
}
#iit-gh-menu-container {
overflow: hidden;
position: relative;
height: 24em;
display: none;
}
#iit-gh-menu-wrapper nav {
margin-top: 1em;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: none;
}
nav .iit-gh-menu-column {
float: left;
}
/* ----- Links ----- */
#iit-gh-menu-wrapper nav a {
color: #333;
}
/* ----- Menu Grid ----- */
nav .iit-gh-menu-grid-4 {
width: 23%;
margin: 0 1%;
}
/* ----- Menu Categories ----- */
div.iit-gh-menu-category {
margin: 1.2em 0;
}
div.iit-gh-menu-category:first-child {
margin-top: 0;
}
div.iit-gh-menu-category h5 {
font-size: 1.125em;
text-transform: uppercase;
margin: 0 0 .25em 0;
color: #c00;
border-bottom: 1px solid #555;
padding: 0 0 .25em 0;
line-height: 1.25em;
}
div.iit-gh-menu-category ul {
font-family: 'Open Sans Condensed', sans-serif;
padding: 0;
margin: 0;
line-height: 1.1875em;
}
div.iit-gh-menu-category li {
margin-bottom: .4em;
}
/* ----- Menu Single Link ----- */
div.iit-gh-menu-singlelink a {
font-family: 'Open Sans Condensed', sans-serif;
}
/* ----- Close Menu Bar ----- */
#iit-gh-menu-exit {
background-color: #666;
max-width: inherit;
text-align: center;
color: #fff;
cursor: pointer;
font-size: .75em;
padding: .15em 0;
text-transform: uppercase;
font-weight: bold;
display: none;
}
/* end IIT Global Header - Menus ============================================ */
} /* end Standard Layout */
/* Tablet landscape */
@media only screen and (min-width:800px) and (max-width:1024px) {
/* =============================================================================
* IIT Global Header - Header
* ========================================================================== */
#iit-gh-query-check {
z-index: 3;
}
/* ----- Layout ----- */
#iit-gh-header {
position: relative;
}
/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
width: 100%;
background-color: #666;
}
#iit-gh-primary-nav ul {
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
#iit-gh-primary-nav ul li {
float: left;
}
#iit-gh-primary-nav ul li a {
padding: .2em 1.05em .05em;
display: block;
text-decoration: none;
color: #fff;
font-size: 1.250em;
line-height: 1.250em;
}
#iit-gh-primary-nav ul li a:hover {
background-color: #777;
}
#iit-gh-primary-nav ul li a.iit-gh-nav-active {
background-color: #ddd;
color: #555;
}
/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
position: absolute;
top: 0;
right: .8571428571em;
font-size: .875em;
background-color: #fff;
padding: 0 .2857142857em .2142857142em;
}
#iit-gh-secondary-nav ul li {
float: left;
margin: 0 .5em;
}
#iit-gh-secondary-nav ul li a {
color: #444;
}
#iit-gh-secondary-nav ul li:before {
content: "|";
color: #555;
margin-right: .6em;
}
#iit-gh-secondary-nav ul li:first-child:before {
content: none;
}
/* end IIT Global Header - Header =========================================== */
/* =============================================================================
* IIT Global Header - Menus
* ========================================================================== */
/* ----- Layout ----- */
#iit-gh-menu-wrapper {
background-color: #ddd;
}
#iit-gh-menu-container {
overflow: hidden;
position: relative;
height: 25em;
display: none;
}
#iit-gh-menu-wrapper nav {
margin-top: 1em;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: none;
}
nav .iit-gh-menu-column {
float: left;
}
/* ----- Links ----- */
#iit-gh-menu-wrapper nav a {
color: #333;
}
/* ----- Menu Grid ----- */
nav .iit-gh-menu-grid-4 {
width: 23%;
margin: 0 1%;
}
/* ----- Menu Categories ----- */
div.iit-gh-menu-category {
margin: 1.2em 0;
}
div.iit-gh-menu-category:first-child {
margin-top: 0;
}
div.iit-gh-menu-category h5 {
font-size: 1.125em;
text-transform: uppercase;
margin: 0 0 .25em 0;
color: #c00;
border-bottom: 1px solid #555;
padding: 0 0 .25em 0;
line-height: 1.25em;
}
div.iit-gh-menu-category ul {
font-family: 'Open Sans Condensed', sans-serif;
padding: 0;
margin: 0;
line-height: 1.1875em;
}
div.iit-gh-menu-category li {
margin-bottom: .4em;
}
/* ----- Menu Single Link ----- */
div.iit-gh-menu-singlelink a {
font-family: 'Open Sans Condensed', sans-serif;
}
/* ----- Close Menu Bar ----- */
#iit-gh-menu-exit {
background-color: #666;
max-width: inherit;
text-align: center;
color: #fff;
cursor: pointer;
font-size: .75em;
padding: .15em 0;
text-transform: uppercase;
font-weight: bold;
display: none;
}
/* end IIT Global Header - Menus ============================================ */
} /* end Tablet landscape */
/* Tablet portrait */
@media only screen and (min-width:600px) and (max-width:799px) {
/* =============================================================================
* IIT Global Header - Header
* ========================================================================== */
#iit-gh-query-check {
z-index: 2;
}
/* ----- Layout ----- */
#iit-gh-header {
position: relative;
}
/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
width: 100%;
background-color: #666;
}
#iit-gh-primary-nav ul {
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
#iit-gh-primary-nav ul li {
float: left;
}
#iit-gh-primary-nav ul li a {
padding: .333333333em .555555556em .22222222em;
display: block;
text-decoration: none;
color: #fff;
font-size: 1.125em;
line-height: 1.125em;
}
#iit-gh-primary-nav ul li a:hover {
background-color: #777;
}
#iit-gh-primary-nav ul li a.iit-gh-nav-active {
background-color: #ddd;
color: #555;
}
/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
position: absolute;
top: 0;
right: .8571428571em;
font-size: .875em;
background-color: #fff;
padding: 0 .2857142857em .2142857142em;
}
#iit-gh-secondary-nav ul li {
float: left;
margin: 0 .5em;
}
#iit-gh-secondary-nav ul li a {
color: #444;
}
#iit-gh-secondary-nav ul li:before {
content: "|";
color: #555;
margin-right: .6em;
}
#iit-gh-secondary-nav ul li:first-child:before {
content: none;
}
/* end IIT Global Header - Header =========================================== */
/* =============================================================================
* IIT Global Header - Menus
* ========================================================================== */
/* ----- Layout ----- */
#iit-gh-menu-wrapper {
background-color: #ddd;
}
#iit-gh-menu-container {
overflow: hidden;
position: relative;
height: 32.5em;
display: none;
}
#iit-gh-menu-wrapper nav {
margin-top: 1em;
width: 100%;
position: absolute;
top: 0;
left: 0;
display: none;
}
nav .iit-gh-menu-column {
float: left;
}
/* ----- Links ----- */
#iit-gh-menu-wrapper nav a {
color: #333;
}
/* ----- Menu Grid ----- */
nav .iit-gh-menu-grid-4 {
width: 23%;
margin: 0 1%;
}
/* ----- Menu Categories ----- */
div.iit-gh-menu-category {
margin: 1.2em 0;
}
div.iit-gh-menu-category:first-child {
margin-top: 0;
}
div.iit-gh-menu-category h5 {
font-size: 1.125em;
text-transform: uppercase;
margin: 0 0 .25em 0;
color: #c00;
border-bottom: 1px solid #555;
padding: 0 0 .25em 0;
line-height: 1.25em;
}
div.iit-gh-menu-category ul {
font-family: 'Open Sans Condensed', sans-serif;
padding: 0;
margin: 0;
line-height: 1.1875em;
}
div.iit-gh-menu-category li {
margin-bottom: .4em;
}
/* ----- Menu Single Link ----- */
div.iit-gh-menu-singlelink a {
font-family: 'Open Sans Condensed', sans-serif;
}
/* ----- Close Menu Bar ----- */
#iit-gh-menu-exit {
background-color: #666;
max-width: inherit;
text-align: center;
color: #fff;
cursor: pointer;
font-size: .75em;
padding: .15em 0;
text-transform: uppercase;
font-weight: bold;
display: none;
}
/* end IIT Global Header - Menus ============================================ */
} /* end Tablet portrait */
/* iPad Portrait Overrides */
@media only screen and (min-width:750px) and (max-width:799px) {
#iit-gh-primary-nav ul li a {
padding: .2em .85em .05em;
font-size: 1.250em;
line-height: 1.250em;
}
#iit-gh-menu-container {
height: 28em;
}
} /* end iPad Portrait override */
/* Smartphone landscape */
@media only screen and (min-width:400px) and (max-width:599px) {
/* =============================================================================
* IIT Global Header - Header
* ========================================================================== */
#iit-gh-query-check {
z-index: 1;
}
/* ----- Layout ----- */
#iit-gh-header-wrapper {
border-bottom: 4px solid #666;
}
#iit-gh-topbar {
display: block;
}
#iit-gh-topbar a {
color: #fff;
font-style: bold;
cursor: pointer;
text-decoration: none;
margin: .0625em .6em .1875em 0;
float: right;
width: 32px;
height: 32px;
text-indent: -9999px;
}
#iit-gh-topbar a#iit-gh-header-topbar-audiences {
background: url('../images/top-bar-img.png') no-repeat 0 0;
}
#iit-gh-topbar a#iit-gh-header-topbar-menu {
background: url('../images/top-bar-img.png') no-repeat -64px 0;
}
#iit-gh-topbar a#iit-gh-header-topbar-search {
background: url('../images/top-bar-img.png') no-repeat -32px 0;
}
/* ----- Mobile Search Field ----- */
/** /
#iit-gh-mobile-search {
display: block;
position: relative;
background-color: #fff;
padding: 5px;
}
#iit-gh-mobile-search form {
border: 2px solid #888;
padding: 0 2em 0 0;
}
#iit-gh-mobile-search label {
position: absolute;
left: 10px;
top: 6px;
overflow: hidden;
width: 1px;
height: 1px;
}
#iit-gh-mobile-search #iit-gh-msearch-query {
margin: 2px;
border: 0;
font-size: .875em;
vertical-align: middle;
color: #555;
width: 100%;
height: 1.5em;
padding: 0;
}
#iit-gh-mobile-search #iit-gh-msearch-submit {
display: block;
width: 24px;
height: 24px;
background: url("../images/search.png") 4px 4px no-repeat transparent;
border: 0;
overflow: hidden;
text-indent: -9999px;
position: absolute;
top: 8px;
right: 8px;
padding: 0;
}
/**/
/* ----- Branding ----- */
#iit-gh-header-branding {
font-size: 2.1875em;
line-height: 1.2em;
display:block;
float: none;
text-align: center;
margin: .14285714em 0 0 0;
}
/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
display: none;
}
#iit-gh-primary-nav ul {
background-color: #fff;
float: left;
width: 100%;
padding: .125em 0;
}
#iit-gh-primary-nav ul li {
width: 50%;
float: left;
}
#iit-gh-primary-nav ul li a {
text-decoration: none;
text-align: center;
display: block;
margin: 1%;
color: #fff;
background-color: #aaa;
font-size: 1.125em;
padding: .15em 0 0 0;
}
#iit-gh-primary-nav ul li a#iit-gh-nav-search {
display: none;
}
/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
position: absolute;
left: -100%;
top: 0;
background-color: rgba(32, 32, 32, .95);
padding: 1em .25em;
display: none;
z-index: 25;
font-weight: bold;
}
#iit-gh-secondary-nav a {
color: #fff;
text-decoration: none;
padding: .35em 2em;
display: block;
}
#iit-gh-secondary-nav-overlay {
z-index: 20;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* end IIT Global Header - Header =========================================== */
/* =============================================================================
* IIT Global Header - Menus
* ========================================================================== */
/* ----- Layout ----- */
#iit-gh-menu-wrapper {
display: none;
}
/* end IIT Global Header - Menus ============================================ */
} /* end Smartphone landscape */
/* Smartphone portrait */
@media only screen and (max-width:399px) {
/* =============================================================================
* IIT Global Header - Header
* ========================================================================== */
#iit-gh-query-check {
z-index: 0;
}
/* ----- Layout ----- */
#iit-gh-header-wrapper {
border-bottom: 4px solid #666;
}
#iit-gh-topbar {
display: block;
}
#iit-gh-topbar a {
color: #fff;
font-style: bold;
cursor: pointer;
text-decoration: none;
margin: .0625em .6em .1875em 0;
float: right;
width: 32px;
height: 32px;
text-indent: -9999px;
}
#iit-gh-topbar a#iit-gh-header-topbar-audiences {
background: url('../images/top-bar-img.png') no-repeat 0 0;
}
#iit-gh-topbar a#iit-gh-header-topbar-menu {
background: url('../images/top-bar-img.png') no-repeat -64px 0;
}
#iit-gh-topbar a#iit-gh-header-topbar-search {
background: url('../images/top-bar-img.png') no-repeat -32px 0;
}
/* ----- Mobile Search Field ----- */
/** /
#iit-gh-mobile-search {
display: block;
position: relative;
background-color: #fff;
padding: 5px;
}
#iit-gh-mobile-search form {
border: 2px solid #888;
padding: 0 2em 0 0;
}
#iit-gh-mobile-search label {
position: absolute;
left: 10px;
top: 6px;
overflow: hidden;
width: 1px;
height: 1px;
}
#iit-gh-mobile-search #iit-gh-msearch-query {
margin: 2px;
border: 0;
font-size: .875em;
vertical-align: middle;
color: #555;
width: 100%;
height: 1.5em;
padding: 0;
}
#iit-gh-mobile-search #iit-gh-msearch-submit {
display: block;
width: 24px;
height: 24px;
background: url("../images/search.png") 4px 4px no-repeat transparent;
border: 0;
overflow: hidden;
text-indent: -9999px;
position: absolute;
top: 8px;
right: 8px;
padding: 0;
}
/**/
/* ----- Branding ----- */
#iit-gh-header-branding {
font-size: 1.75em;
line-height: 1.25em;
display:block;
float: none;
text-align: center;
margin: .178571428em 0 .035714285em 0;
}
/* ----- Primary Nav ----- */
#iit-gh-primary-nav {
display: none;
}
#iit-gh-primary-nav ul {
background-color: #fff;
float: left;
width: 100%;
padding: .125em 0;
}
#iit-gh-primary-nav ul li {
width: 50%;
float: left;
}
#iit-gh-primary-nav ul li a {
text-decoration: none;
text-align: center;
display: block;
margin: 1%;
color: #fff;
background-color: #aaa;
font-size: 1.125em;
padding: .222222222em 0 0 0;
}
#iit-gh-primary-nav ul li a#iit-gh-nav-search {
display: none;
}
/* ----- Secondary Nav ----- */
#iit-gh-secondary-nav {
position: absolute;
left: -100%;
top: 0;
background-color: rgba(32, 32, 32, .95);
padding: 1em .25em;
display: none;
z-index: 25;
font-weight: bold;
}
#iit-gh-secondary-nav a {
color: #fff;
text-decoration: none;
padding: .35em 2em;
display: block;
}
#iit-gh-secondary-nav-overlay {
z-index: 20;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* end IIT Global Header - Header =========================================== */
/* =============================================================================
* IIT Global Header - Menus
* ========================================================================== */
/* ----- Layout ----- */
#iit-gh-menu-wrapper {
display: none;
}
/* end IIT Global Header - Menus ============================================ */
} /* end Smartphone portrait */
/* =============================================================================
* High Resoultion (HiDPI) Overrides
* ========================================================================== */
/* Smartphone landscape, Smartphone portrait - HiDPI */
@media only screen and (max-width:599px) and (-webkit-min-device-pixel-ratio: 1.5) {
/** /
#iit-gh-mobile-search #iit-gh-msearch-submit {
background-image: url("../images/search@2x.png");
background-size: 16px 16px;
}
/**/
#iit-gh-topbar a#iit-gh-header-topbar-audiences {
background: url('../images/top-bar-img@2x.png') no-repeat 0 0;
background-size: 96px 32px;
}
#iit-gh-topbar a#iit-gh-header-topbar-menu {
background: url('../images/top-bar-img@2x.png') no-repeat -64px 0;
background-size: 96px 32px;
}
#iit-gh-topbar a#iit-gh-header-topbar-search {
background: url('../images/top-bar-img@2x.png') no-repeat -32px 0;
background-size: 96px 32px;
}
}
/* Tablet portrait, Tablet landscape, Standard layout - HiDPI */
@media only screen and (min-width:600px) and (-webkit-min-device-pixel-ratio: 1.5) {
} |
source/api/apidocs-4.8/domain_admin/createSecurityGroup.html | terbolous/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack v4.8.0 Domain Admin API Reference
</span>
<p></p>
<h1>createSecurityGroup</h1>
<p>Creates a security group</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_Domain_Admin.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;"><strong>name of the security group</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>account</i></td><td style="width:500px;"><i>an optional account for the security group. Must be used with domainId.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>description</i></td><td style="width:500px;"><i>the description of the security group</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>domainid</i></td><td style="width:500px;"><i>an optional domainId for the security group. If the account parameter is used, domainId must also be used.</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>projectid</i></td><td style="width:500px;"><i>Create security group for project</i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the ID of the security group</td>
</tr>
<tr>
<td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account owning the security group</td>
</tr>
<tr>
<td style="width:200px;"><strong>description</strong></td><td style="width:500px;">the description of the security group</td>
</tr>
<tr>
<td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain name of the security group</td>
</tr>
<tr>
<td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID of the security group</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the security group</td>
</tr>
<tr>
<td style="width:200px;"><strong>project</strong></td><td style="width:500px;">the project name of the group</td>
</tr>
<tr>
<td style="width:200px;"><strong>projectid</strong></td><td style="width:500px;">the project id of the group</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachinecount</strong></td><td style="width:500px;">the number of virtualmachines associated with this securitygroup</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachineids</strong></td><td style="width:500px;">the list of virtualmachine ids associated with this securitygroup</td>
</tr>
<tr>
<td style="width:200px;"><strong>egressrule(*)</strong></td><td style="width:500px;">the list of egress rules associated with the security group</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">account owning the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>cidr</strong></td><td style="width:500px;">the CIDR notation for the base IP address of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>endport</strong></td><td style="width:500px;">the ending IP of the security group rule </td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>icmpcode</strong></td><td style="width:500px;">the code for the ICMP message response</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>icmptype</strong></td><td style="width:500px;">the type of the ICMP message response</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>protocol</strong></td><td style="width:500px;">the protocol of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ruleid</strong></td><td style="width:500px;">the id of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>securitygroupname</strong></td><td style="width:500px;">security group name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>startport</strong></td><td style="width:500px;">the starting IP of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with the rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">account</td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">customer</td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">domain</td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">domainid</td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">key</td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">project</td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">projectid</td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">resourceid</td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">resourcetype</td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">value</td><td style="width:500px;">tag value</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>ingressrule(*)</strong></td><td style="width:500px;">the list of ingress rules associated with the security group</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">account owning the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>cidr</strong></td><td style="width:500px;">the CIDR notation for the base IP address of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>endport</strong></td><td style="width:500px;">the ending IP of the security group rule </td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>icmpcode</strong></td><td style="width:500px;">the code for the ICMP message response</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>icmptype</strong></td><td style="width:500px;">the type of the ICMP message response</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>protocol</strong></td><td style="width:500px;">the protocol of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ruleid</strong></td><td style="width:500px;">the id of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>securitygroupname</strong></td><td style="width:500px;">security group name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>startport</strong></td><td style="width:500px;">the starting IP of the security group rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with the rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">account</td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">customer</td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">domain</td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">domainid</td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">key</td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">project</td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">projectid</td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">resourceid</td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">resourcetype</td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">value</td><td style="width:500px;">tag value</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with the rule</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourcetype</strong></td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td style="width:500px;">tag value</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>jobid</strong></td><td style="width:500px;">the ID of the latest async job acting on this object</td>
</tr>
<tr>
<td style="width:200px;"><strong>jobstatus</strong></td><td style="width:500px;">the current status of the latest async job acting on this object</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2016 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
source/api/apidocs-4.8/root_admin/restoreVirtualMachine.html | pdion891/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack v4.8.0 Root Admin API Reference
</span>
<p></p>
<h1>restoreVirtualMachine</h1>
<p>Restore a VM to original template/ISO or new template/ISO</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachineid</strong></td><td style="width:500px;"><strong>Virtual Machine ID</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>templateid</i></td><td style="width:500px;"><i>an optional template Id to restore vm from the new template. This can be an ISO id in case of restore vm deployed using ISO</i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the ID of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account associated with the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>cpunumber</strong></td><td style="width:500px;">the number of cpu this virtual machine is running with</td>
</tr>
<tr>
<td style="width:200px;"><strong>cpuspeed</strong></td><td style="width:500px;">the speed of each cpu</td>
</tr>
<tr>
<td style="width:200px;"><strong>cpuused</strong></td><td style="width:500px;">the amount of the vm's CPU currently used</td>
</tr>
<tr>
<td style="width:200px;"><strong>created</strong></td><td style="width:500px;">the date when this virtual machine was created</td>
</tr>
<tr>
<td style="width:200px;"><strong>details</strong></td><td style="width:500px;">Vm details in key/value pairs.</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskioread</strong></td><td style="width:500px;">the read (io) of disk on the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskiowrite</strong></td><td style="width:500px;">the write (io) of disk on the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskkbsread</strong></td><td style="width:500px;">the read (bytes) of disk on the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskkbswrite</strong></td><td style="width:500px;">the write (bytes) of disk on the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskofferingid</strong></td><td style="width:500px;">the ID of the disk offering of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>diskofferingname</strong></td><td style="width:500px;">the name of the disk offering of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>displayname</strong></td><td style="width:500px;">user generated name. The name of the virtual machine is returned if no displayname exists.</td>
</tr>
<tr>
<td style="width:200px;"><strong>displayvm</strong></td><td style="width:500px;">an optional field whether to the display the vm to the end user or not.</td>
</tr>
<tr>
<td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the name of the domain in which the virtual machine exists</td>
</tr>
<tr>
<td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain in which the virtual machine exists</td>
</tr>
<tr>
<td style="width:200px;"><strong>forvirtualnetwork</strong></td><td style="width:500px;">the virtual network for the service offering</td>
</tr>
<tr>
<td style="width:200px;"><strong>group</strong></td><td style="width:500px;">the group name of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>groupid</strong></td><td style="width:500px;">the group ID of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>guestosid</strong></td><td style="width:500px;">Os type ID of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>haenable</strong></td><td style="width:500px;">true if high-availability is enabled, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>hostid</strong></td><td style="width:500px;">the ID of the host for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>hostname</strong></td><td style="width:500px;">the name of the host for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>hypervisor</strong></td><td style="width:500px;">the hypervisor on which the template runs</td>
</tr>
<tr>
<td style="width:200px;"><strong>instancename</strong></td><td style="width:500px;">instance name of the user vm; this parameter is returned to the ROOT admin only</td>
</tr>
<tr>
<td style="width:200px;"><strong>isdynamicallyscalable</strong></td><td style="width:500px;">true if vm contains XS/VMWare tools inorder to support dynamic scaling of VM cpu/memory.</td>
</tr>
<tr>
<td style="width:200px;"><strong>isodisplaytext</strong></td><td style="width:500px;">an alternate display text of the ISO attached to the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>isoid</strong></td><td style="width:500px;">the ID of the ISO attached to the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>isoname</strong></td><td style="width:500px;">the name of the ISO attached to the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>keypair</strong></td><td style="width:500px;">ssh key-pair</td>
</tr>
<tr>
<td style="width:200px;"><strong>memory</strong></td><td style="width:500px;">the memory allocated for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>networkkbsread</strong></td><td style="width:500px;">the incoming network traffic on the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>networkkbswrite</strong></td><td style="width:500px;">the outgoing network traffic on the host</td>
</tr>
<tr>
<td style="width:200px;"><strong>ostypeid</strong></td><td style="width:500px;">OS type id of the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>password</strong></td><td style="width:500px;">the password (if exists) of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>passwordenabled</strong></td><td style="width:500px;">true if the password rest feature is enabled, false otherwise</td>
</tr>
<tr>
<td style="width:200px;"><strong>project</strong></td><td style="width:500px;">the project name of the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>projectid</strong></td><td style="width:500px;">the project id of the vm</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicip</strong></td><td style="width:500px;">public IP address id associated with vm via Static nat rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicipid</strong></td><td style="width:500px;">public IP address id associated with vm via Static nat rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>rootdeviceid</strong></td><td style="width:500px;">device ID of the root volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>rootdevicetype</strong></td><td style="width:500px;">device type of the root volume</td>
</tr>
<tr>
<td style="width:200px;"><strong>serviceofferingid</strong></td><td style="width:500px;">the ID of the service offering of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>serviceofferingname</strong></td><td style="width:500px;">the name of the service offering of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>servicestate</strong></td><td style="width:500px;">State of the Service from LB rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>state</strong></td><td style="width:500px;">the state of the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>templatedisplaytext</strong></td><td style="width:500px;"> an alternate display text of the template for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>templateid</strong></td><td style="width:500px;">the ID of the template for the virtual machine. A -1 is returned if the virtual machine was created from an ISO file.</td>
</tr>
<tr>
<td style="width:200px;"><strong>templatename</strong></td><td style="width:500px;">the name of the template for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>userid</strong></td><td style="width:500px;">the user's ID who deployed the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>username</strong></td><td style="width:500px;">the user's name who deployed the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>vgpu</strong></td><td style="width:500px;">the vgpu type used by the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>zoneid</strong></td><td style="width:500px;">the ID of the availablility zone for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>zonename</strong></td><td style="width:500px;">the name of the availability zone for the virtual machine</td>
</tr>
<tr>
<td style="width:200px;"><strong>affinitygroup(*)</strong></td><td style="width:500px;">list of affinity groups associated with the virtual machine</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>id</strong></td><td style="width:500px;">the ID of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account owning the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>description</strong></td><td style="width:500px;">the description of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain name of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>name</strong></td><td style="width:500px;">the name of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project ID of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>type</strong></td><td style="width:500px;">the type of the affinity group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>virtualmachineIds</strong></td><td style="width:500px;">virtual machine IDs associated with this affinity group</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>nic(*)</strong></td><td style="width:500px;">the list of nics associated with vm</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>id</strong></td><td style="width:500px;">the ID of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>broadcasturi</strong></td><td style="width:500px;">the broadcast uri of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>deviceid</strong></td><td style="width:500px;">device id for the network when plugged into the virtual machine</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>gateway</strong></td><td style="width:500px;">the gateway of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ip6address</strong></td><td style="width:500px;">the IPv6 address of network</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ip6cidr</strong></td><td style="width:500px;">the cidr of IPv6 network</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ip6gateway</strong></td><td style="width:500px;">the gateway of IPv6 network</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ipaddress</strong></td><td style="width:500px;">the ip address of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>isdefault</strong></td><td style="width:500px;">true if nic is default, false otherwise</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>isolationuri</strong></td><td style="width:500px;">the isolation uri of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>macaddress</strong></td><td style="width:500px;">true if nic is default, false otherwise</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>netmask</strong></td><td style="width:500px;">the netmask of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>networkid</strong></td><td style="width:500px;">the ID of the corresponding network</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>networkname</strong></td><td style="width:500px;">the name of the corresponding network</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>nsxlogicalswitch</strong></td><td style="width:500px;">Id of the NSX Logical Switch (if NSX based), null otherwise</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>nsxlogicalswitchport</strong></td><td style="width:500px;">Id of the NSX Logical Switch Port (if NSX based), null otherwise</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>secondaryip</strong></td><td style="width:500px;">the Secondary ipv4 addr of nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>traffictype</strong></td><td style="width:500px;">the traffic type of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>type</strong></td><td style="width:500px;">the type of the nic</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>virtualmachineid</strong></td><td style="width:500px;">Id of the vm to which the nic belongs</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>securitygroup(*)</strong></td><td style="width:500px;">list of security groups associated with the virtual machine</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>id</strong></td><td style="width:500px;">the ID of the security group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account owning the security group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>description</strong></td><td style="width:500px;">the description of the security group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain name of the security group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID of the security group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>name</strong></td><td style="width:500px;">the name of the security group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name of the group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project id of the group</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>virtualmachinecount</strong></td><td style="width:500px;">the number of virtualmachines associated with this securitygroup</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>virtualmachineids</strong></td><td style="width:500px;">the list of virtualmachine ids associated with this securitygroup</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>egressrule(*)</strong></td><td style="width:500px;">the list of egress rules associated with the security group</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">account</td><td style="width:500px;">account owning the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">cidr</td><td style="width:500px;">the CIDR notation for the base IP address of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">endport</td><td style="width:500px;">the ending IP of the security group rule </td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">icmpcode</td><td style="width:500px;">the code for the ICMP message response</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">icmptype</td><td style="width:500px;">the type of the ICMP message response</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">protocol</td><td style="width:500px;">the protocol of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">ruleid</td><td style="width:500px;">the id of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">securitygroupname</td><td style="width:500px;">security group name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">startport</td><td style="width:500px;">the starting IP of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">tags(*)</td><td style="width:500px;">the list of resource tags associated with the rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>ingressrule(*)</strong></td><td style="width:500px;">the list of ingress rules associated with the security group</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">account</td><td style="width:500px;">account owning the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">cidr</td><td style="width:500px;">the CIDR notation for the base IP address of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">endport</td><td style="width:500px;">the ending IP of the security group rule </td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">icmpcode</td><td style="width:500px;">the code for the ICMP message response</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">icmptype</td><td style="width:500px;">the type of the ICMP message response</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">protocol</td><td style="width:500px;">the protocol of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">ruleid</td><td style="width:500px;">the id of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">securitygroupname</td><td style="width:500px;">security group name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">startport</td><td style="width:500px;">the starting IP of the security group rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">tags(*)</td><td style="width:500px;">the list of resource tags associated with the rule</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with the rule</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">account</td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">customer</td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">domain</td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">domainid</td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">key</td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">project</td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">projectid</td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">resourceid</td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">resourcetype</td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:165px; padding-left:40px;">value</td><td style="width:500px;">tag value</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>jobid</strong></td><td style="width:500px;">the ID of the latest async job acting on this object</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>jobstatus</strong></td><td style="width:500px;">the current status of the latest async job acting on this object</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with vm</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourcetype</strong></td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td style="width:500px;">tag value</td>
</tr>
</tr>
<tr>
<td style="width:200px;"><strong>jobid</strong></td><td style="width:500px;">the ID of the latest async job acting on this object</td>
</tr>
<tr>
<td style="width:200px;"><strong>jobstatus</strong></td><td style="width:500px;">the current status of the latest async job acting on this object</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="comments_thread">
<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script>
<noscript>
<iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&page=4.2.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>Copyright © 2016 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
hadoop/docs/api/org/apache/hadoop/contrib/utils/join/class-use/DataJoinJob.html | determinedcheetahs/cheetah_juniper | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Mon Jul 22 15:25:23 PDT 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.contrib.utils.join.DataJoinJob (Hadoop 1.2.1 API)
</TITLE>
<META NAME="date" CONTENT="2013-07-22">
<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.contrib.utils.join.DataJoinJob (Hadoop 1.2.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/contrib/utils/join/DataJoinJob.html" title="class in org.apache.hadoop.contrib.utils.join"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/contrib/utils/join//class-useDataJoinJob.html" target="_top"><B>FRAMES</B></A>
<A HREF="DataJoinJob.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.contrib.utils.join.DataJoinJob</B></H2>
</CENTER>
No usage of org.apache.hadoop.contrib.utils.join.DataJoinJob
<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/contrib/utils/join/DataJoinJob.html" title="class in org.apache.hadoop.contrib.utils.join"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/contrib/utils/join//class-useDataJoinJob.html" target="_top"><B>FRAMES</B></A>
<A HREF="DataJoinJob.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>
|
content/test/data/indexeddb/v2schemacorrupt_verify.html | scheib/chromium | <!DOCTYPE html>
<html>
<!--
Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<!-- Verify the storeName / key-0 blob key is present
and blob value matches what was written during setup. -->
<title>IDB test for v2schema corruption - verify</title>
<script type="text/javascript" src="common.js"></script>
<script>
function test() {
const dbname = "v2schemacorrupt_setup.html";
const request = indexedDB.open(dbname);
request.onsuccess = onSuccess;
request.onerror = unexpectedErrorCallback;
request.onblocked = unexpectedBlockedCallback;
}
function onSuccess(event) {
db = event.target.result;
debug("Verify object store exists");
shouldBe("db.objectStoreNames.length", "1");
const transaction = db.transaction("storeName", "readonly");
const objectStore = transaction.objectStore("storeName");
const request = objectStore.get("key-0");
request.onsuccess = (requestSuccessEvent) => {
const reader = new FileReader();
reader.addEventListener("loadend", () => {
if (reader.result !== "abc") {
fail(`expected blob to contain 'abc', got '${reader.result}'`);
return;
}
done();
});
reader.readAsText(request.result.blob);
};
request.onerror = () => { fail("onerror called"); };
}
</script>
</head>
<body onLoad="test()">
<div id="status">Starting...</div>
</body>
</html>
|
third_party/webgl/src/sdk/tests/conformance2/programs/active-built-in-attribs.html | endlessm/chromium-browser | <!--
Copyright (c) 2019 The Khronos Group Inc.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE.txt file.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL Conformance Tests: Verify validation for active built-in attribs</title>
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src="../../js/desktop-gl-constants.js"></script>
<script src="../../js/js-test-pre.js"></script>
<script src="../../js/webgl-test-utils.js"></script>
</head>
<body>
<div id="description"></div>
<canvas id="canvas" style="width: 64px; height: 64px;"> </canvas>
<div id="console"></div>
<script id="vs" type="x-shader/x-vertex">#version 300 es
void main() {
gl_Position = vec4(gl_VertexID % 2, (gl_VertexID/2) % 2, 0, 1);
}
</script>
<script id="fs" type="x-shader/x-fragment">#version 300 es
precision mediump float;
out vec4 fragColor;
void main() {
fragColor = vec4(0, 1, 0, 1);
}
</script>
<script>
"use strict";
description("This test verifies validation for active built-in attribs.");
debug("");
var wtu = WebGLTestUtils;
var canvas = document.getElementById("canvas");
var gl = wtu.create3DContext(canvas, null, 2);
if (!gl) {
testFailed("WebGL context does not exist");
} else {
testPassed("WebGL context exists");
runTests();
}
var activeInfo, attribLoc;
function runTests() {
var prog = wtu.setupProgram(gl, ["vs", "fs"]);
if (!prog) {
testFailed("Set up program failed");
return;
}
wtu.glErrorShouldBe(gl, gl.NO_ERROR, "No GL error from set up");
var numActive = gl.getProgramParameter(prog, gl.ACTIVE_ATTRIBUTES);
if (numActive != 1) {
testFailed('ACTIVE_ATTRIBUTES should be 1.');
return;
}
testPassed('ACTIVE_ATTRIBUTES should be 1.');
activeInfo = gl.getActiveAttrib(prog, 0);
if (!activeInfo) {
testFailed('getActiveAttrib should return an info object.');
return;
}
shouldBe('activeInfo.name', '"gl_VertexID"');
attribLoc = gl.getAttribLocation(prog, 'gl_VertexID');
wtu.glErrorShouldBe(gl, gl.NO_ERROR, "Should be able to request the location of a built-in.");
shouldBe('attribLoc', '-1');
}
var successfullyParsed = true;
</script>
<script src="../../js/js-test-post.js"></script>
</body>
</html>
|
idea/feincms/templates/admin/feincms/page/page/tree_editor.html | mcmaxwell/idea_digital_agency | {% extends "admin/feincms/tree_editor.html" %}
{% load i18n %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="../../">{% trans "Home" %}</a> ›
{{ cl.opts.verbose_name_plural|capfirst }}
</div>
{% endblock %}
|
tests/13-HTML5-gui/skin/jplayer.blue.monday.css | niieani/nandu | /*
* Skin for jPlayer Plugin (jQuery JavaScript Library)
* http://www.happyworm.com/jquery/jplayer
*
* Skin Name: Blue Monday
*
* Copyright (c) 2010 Happyworm Ltd
* Dual licensed under the MIT and GPL licenses.
* - http://www.opensource.org/licenses/mit-license.php
* - http://www.gnu.org/copyleft/gpl.html
*
* Author: Silvia Benvenuti
* Skin Version: 3.0 (jPlayer 2.0.0)
* Date: 20th December 2010
*/
div.jp-audio,
div.jp-video {
/* Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
font-size:1em; /* No parent CSS that can effect the size in these demos */
font-family:Verdana, Arial, sans-serif;
line-height:1.6;
color: #666;
}
div.jp-audio {
width:420px;
}
div.jp-video-270p {
width:480px;
}
div.jp-video-360p {
width:640px;
}
div.jp-interface {
position: relative;
background-color:#eee;
/* width:418px; */
width:100%;
border:1px solid #009be3;
}
div.jp-audio div.jp-type-single div.jp-interface {
height:80px;
border-bottom:none;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
height:80px;
}
div.jp-video div.jp-type-single div.jp-interface {
height:60px;
border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
height:60px;
}
div.jp-interface ul.jp-controls {
list-style-type:none;
padding:0;
margin: 0;
}
div.jp-interface ul.jp-controls li {
/* position: absolute; */
display:inline;
}
div.jp-interface ul.jp-controls a {
position: absolute;
overflow:hidden;
text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
width:40px;
height:40px;
z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
top:20px;
left:40px;
}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
top:20px;
left:48px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
top:15px;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
left:195px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
left:220px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
left:275px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
left:300px;
}
a.jp-play {
background: url("jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
background: url("jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
background: url("jplayer.blue.monday.jpg") 0 -42px no-repeat;
display: none;
}
a.jp-pause:hover {
background: url("jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
div.jp-audio div.jp-type-single a.jp-stop {
top:26px;
left:90px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
top:26px;
left:126px;
}
div.jp-video a.jp-stop {
top:21px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
left:245px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
left:325px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
left:378px;
}
a.jp-stop {
background: url("jplayer.blue.monday.jpg") 0 -83px no-repeat;
width:28px;
height:28px;
z-index:1;
}
a.jp-stop:hover {
background: url("jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
left:20px;
top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
left:272px;
}
a.jp-previous {
background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
width:28px;
height:28px;
}
a.jp-previous:hover {
background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
left:88px;
top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
left:340px;
}
a.jp-next {
background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
width:28px;
height:28px;
}
a.jp-next:hover {
background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
position: absolute;
overflow:hidden;
background-color: #ddd;
}
div.jp-audio div.jp-type-single div.jp-progress {
top:32px;
left:130px;
width:122px;
height:15px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
top:32px;
left:164px;
width:122px;
height:15px;
}
div.jp-video div.jp-progress {
top:0px;
left:0px;
width:100%;
height:10px;
}
div.jp-seek-bar {
background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
width:0px;
/* height:15px; */
height:100%;
cursor: pointer;
}
div.jp-play-bar {
background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
width:0px;
/* height:15px; */
height:100%;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
background: url("pbar-ani.gif");
}
a.jp-mute,
a.jp-unmute {
width:18px;
height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
top:32px;
left:274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
top:32px;
left:296px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
top:27px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
left:304px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
left:384px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
left:443px;
}
a.jp-mute {
background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-mute:hover {
background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
display: none;
}
a.jp-unmute:hover {
background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
position: absolute;
overflow:hidden;
background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
width:46px;
height:5px;
cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
top:37px;
left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
top:37px;
left:324px;
}
div.jp-video div.jp-volume-bar {
top:32px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
left:332px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
left:471px;
}
div.jp-volume-bar-value {
background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
width:0px;
height:5px;
}
div.jp-current-time,
div.jp-duration {
position: absolute;
font-size:.64em;
font-style:oblique;
}
div.jp-duration {
text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
top:49px;
left:130px;
width:122px;
}
div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
top:49px;
left:164px;
width:122px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
top:10px;
left:0px;
width:98%;
padding:0 1%;
}
div.jp-playlist {
/* width:418px; */
width:100%;
background-color:#ccc;
border:1px solid #009be3;
border-top:none;
}
div.jp-playlist ul {
list-style-type:none;
margin:0;
padding:0 20px;
/* background-color:#ccc; */
/* border:1px solid #009be3; */
/* border-top:none; */
/* width:378px; */
font-size:.72em;
}
div.jp-type-single div.jp-playlist li {
padding:5px 0 5px 20px;
font-weight:bold;
}
div.jp-type-playlist div.jp-playlist li {
padding:5px 0 4px 20px;
border-bottom:1px solid #eee;
}
/*
div.jp-video div.jp-playlist li {
padding:5px 0 5px 20px;
font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
padding:5px 0 5px 20px;
border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
list-style-type:square;
list-style-position:inside;
padding-left:8px;
}
div.jp-type-playlist div.jp-playlist a {
color: #666;
text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
display:inline;
margin-left:20px;
}
div.jp-video div.jp-video-play {
background: transparent url("jplayer.blue.monday.video.play.png") no-repeat center;
/* position: relative; */
position: absolute;
cursor:pointer;
z-index:2;
}
div.jp-video div.jp-video-play:hover {
background: transparent url("jplayer.blue.monday.video.play.hover.png") no-repeat center;
}
div.jp-video-270p div.jp-video-play {
top:-270px;
width:480px;
height:270px;
}
div.jp-video-360p div.jp-video-play {
top:-360px;
width:640px;
height:360px;
}
div.jp-jplayer {
width:0px;
height:0px;
}
div.jp-video div.jp-jplayer {
border:1px solid #009be3;
border-bottom:none;
z-index:1;
}
div.jp-video-270p div.jp-jplayer {
width:480px;
height:270px;
}
div.jp-video-360p div.jp-jplayer {
width:640px;
height:360px;
}
div.jp-jplayer {
background-color: #000000;
}
|
www/releases/0.1.0/css/chessboard-0.1.0.min.css | mauronunez/chessboardjs | /*! ChessBoardJS v0.1.0 | (c) 2013 Chris Oakman | MIT License chessboardjs.com/license */
div.clearfix-7da63{clear:both}div.board-b72b1{border:2px solid #404040;-moz-box-sizing:content-box;box-sizing:content-box}div.square-55d63{float:left;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.white-1e1d7{background-color:#f0d9b5;color:#b58863}div.black-3c85d{background-color:#b58863;color:#f0d9b5}div.highlight1-32417,div.highlight2-9c5d2{-webkit-box-shadow:inset 0 0 3px 3px yellow;-moz-box-shadow:inset 0 0 3px 3px yellow;box-shadow:inset 0 0 3px 3px yellow}div.notation-322f9{cursor:default;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;position:absolute}div.alpha-d2270{bottom:1px;right:3px}div.numeric-fc462{top:2px;left:2px} |
muenchen/hackathon/projekte/2014-11-19-Markt-Muenchen.html | codeforfrankfurt/codefor.de | ---
layout: project-hackathon
lab: OK Lab München
title: Verschenk-, Verleih-, Reparier-, Nachbarschaftshilfemarkt für München
description: "Wie BSR Berlin, Stuttgart; wir wollen damit Regionalprodukte/hersteller bevorzugen: regionale Produkte, Märkte, Biolieferanten, Kartoffelkombinat, auch Elektrokabel etc."
data: "offen?"
skills: web entwicklung, design
potential: explorativ, aber grobes GUI ist sicher in einem Tag machbar
collaborators:
- name: Mario Haim
links:
- url: https://twitter.com/drfollowmario
url-name: twitter
- url: https://github.com/MarHai
url-name: github
---
|
ajax/libs/oojs-ui/0.26.1/oojs-ui-wikimediaui-icons-layout.css | joeyparrish/cdnjs | /*!
* OOUI v0.26.1
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 2011–2018 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2018-03-23T23:42:37Z
*/
/**
* WikimediaUI Base v0.10.0
* Wikimedia Foundation user interface base variables
*/
.oo-ui-icon-menu {
background-image: url('themes/wikimediaui/images/icons/menu.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu.svg');
}
.oo-ui-image-invert.oo-ui-icon-menu {
background-image: url('themes/wikimediaui/images/icons/menu-invert.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu-invert.svg');
}
.oo-ui-image-progressive.oo-ui-icon-menu {
background-image: url('themes/wikimediaui/images/icons/menu-progressive.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/menu-progressive.svg');
}
.oo-ui-icon-stripeFlow {
background-image: url('themes/wikimediaui/images/icons/stripeFlow-ltr.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeFlow-ltr.svg');
}
.oo-ui-image-invert.oo-ui-icon-stripeFlow {
background-image: url('themes/wikimediaui/images/icons/stripeFlow-ltr-invert.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeFlow-ltr-invert.svg');
}
.oo-ui-image-progressive.oo-ui-icon-stripeFlow {
background-image: url('themes/wikimediaui/images/icons/stripeFlow-ltr-progressive.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeFlow-ltr-progressive.svg');
}
.oo-ui-icon-stripeSummary {
background-image: url('themes/wikimediaui/images/icons/stripeSummary-ltr.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeSummary-ltr.svg');
}
.oo-ui-image-invert.oo-ui-icon-stripeSummary {
background-image: url('themes/wikimediaui/images/icons/stripeSummary-ltr-invert.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeSummary-ltr-invert.svg');
}
.oo-ui-image-progressive.oo-ui-icon-stripeSummary {
background-image: url('themes/wikimediaui/images/icons/stripeSummary-ltr-progressive.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeSummary-ltr-progressive.svg');
}
.oo-ui-icon-stripeToC {
background-image: url('themes/wikimediaui/images/icons/stripeToC-ltr.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeToC-ltr.svg');
}
.oo-ui-image-invert.oo-ui-icon-stripeToC {
background-image: url('themes/wikimediaui/images/icons/stripeToC-ltr-invert.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeToC-ltr-invert.svg');
}
.oo-ui-image-progressive.oo-ui-icon-stripeToC {
background-image: url('themes/wikimediaui/images/icons/stripeToC-ltr-progressive.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/stripeToC-ltr-progressive.svg');
}
.oo-ui-icon-viewCompact {
background-image: url('themes/wikimediaui/images/icons/viewCompact.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact.svg');
}
.oo-ui-image-invert.oo-ui-icon-viewCompact {
background-image: url('themes/wikimediaui/images/icons/viewCompact-invert.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact-invert.svg');
}
.oo-ui-image-progressive.oo-ui-icon-viewCompact {
background-image: url('themes/wikimediaui/images/icons/viewCompact-progressive.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewCompact-progressive.svg');
}
.oo-ui-icon-viewDetails {
background-image: url('themes/wikimediaui/images/icons/viewDetails-ltr.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-ltr.svg');
}
.oo-ui-image-invert.oo-ui-icon-viewDetails {
background-image: url('themes/wikimediaui/images/icons/viewDetails-ltr-invert.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-ltr-invert.svg');
}
.oo-ui-image-progressive.oo-ui-icon-viewDetails {
background-image: url('themes/wikimediaui/images/icons/viewDetails-ltr-progressive.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/viewDetails-ltr-progressive.svg');
}
|
source/LibTpBoost/boost_1_67_0/libs/serialization/doc/strong_typedef.html | SingularInversions/FaceGenBaseLibrary | <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
(C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../boost.css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Serialization - BOOST_STATIC_WARNING</title>
</head>
<body link="#0000ff" vlink="#800080">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tr>
<td valign="top" width="300">
<h3><a href="../../../index.htm"><img height="86" width="277" alt="C++ Boost" src="../../../boost.png" border="0"></a></h3>
</td>
<td valign="top">
<h1 align="center">Serialization</h1>
<h2 align="center"><code style="white-space: normal">BOOST_STRONG_TYPEDEF</code></h2>
</td>
</tr>
</table>
<hr>
<h3>Motivation</h3>
<code style="white-space: normal">typedef</code> creates an alias for an existing type. It does not create
a new type that can be used for matching either function or template parameters.
This can be shown by trying to compile the following example.
<pre></code>
typedef int a;
void f(int x); // (1) function to handle simple integers
void f(a x); // (2) special function to handle integers of type a
int main(){
int x = 1;
a y;
y = x; // other operations permitted as a is converted as necessary
f(x); // chooses (1)
f(y); // chooses (2)
}
</code></pre>
Since typedef doesn't create a new type, this program can't compile to code
that implements its obvious intention.
<p>
Usage of BOOST_STRONG_TYPEDEF
addresses this.
<pre></code>
<a target="strong_typedef" href="../../../boost/strong_typedef.hpp">
#include <boost/serialization/strong_typedef.hpp>
</a>
BOOST_STRONG_TYPEDEF(int, a)
void f(int x); // (1) function to handle simple integers
void f(a x); // (2) special function to handle integers of type a
int main(){
int x = 1;
a y;
y = x; // other operations permitted as a is converted as necessary
f(x); // chooses (1)
f(y); // chooses (2)
}
</code></pre>
The program will now compile and run as expected.
<h3>Usage</h3>
Syntax of <code style="white-space: normal">BOOST_STRONG_TYPEDEF</code>
has been designed to be similar to the standard
<code style="white-space: normal">typedef</code>. So
<pre><code>
BOOST_STRONG_TYPEDEF(primitive type, name)
</code></pre>
will create a new type "name" which will be substitutable for the original
type but still of distinct type.
<h3>Implemenation</h3>
<code style="white-space: normal">BOOST_STRONG_TYPEDEF</code> is a macro
which generates a class named "name" which wraps an instance of its
primitive type and provides appropriate conversion operators in order
to make the new type substitutable for the one that it wraps.
<hr>
<p><i>© Copyright <a href="http://www.rrsd.com">Robert Ramey</a> 2002-2004.
Distributed under the Boost Software License, Version 1.0. (See
accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
</i></p>
</body>
</html>
|
aspnet_client/system_web/4_0_30319/crystalreportviewers13/html/calendarbottom.html | johndavedecano/tanghalangpasigenyo | <html>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8">
</head>
<body>
<script language="javascript">
document.write(parent.parent.opener.calDocBottom);
</script>
</body>
</html>
|
static/CurriculumTexts/jsTree0.9.9a/demo/async_xml_flat.html | i2geo/i2gCurriki | <!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jsTree » Demos</title>
<script type="text/javascript" src="../lib/jquery.js"></script>
<script type="text/javascript" src="../lib/jquery.cookie.js"></script>
<script type="text/javascript" src="../lib/jquery.hotkeys.js"></script>
<script type="text/javascript" src="../lib/jquery.metadata.js"></script>
<script type="text/javascript" src="../lib/sarissa.js"></script>
<script type="text/javascript" src="../jquery.tree.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.checkbox.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.contextmenu.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.cookie.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.hotkeys.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.metadata.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.themeroller.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.xml_flat.js"></script>
<script type="text/javascript" src="../plugins/jquery.tree.xml_nested.js"></script>
<link type="text/css" rel="stylesheet" href="syntax/shCore.css"/>
<link type="text/css" rel="stylesheet" href="syntax/shThemeDefault.css"/>
<style type="text/css">
html, body { margin:0; padding:0; }
body, td, th, pre, code, select, option, input, textarea { font-family:"Trebuchet MS", Sans-serif; font-size:10pt; }
#container { width:800px; margin:10px auto; overflow:hidden; }
.demo { height:200px; width:300px; float:left; margin:0; border:1px solid gray; font-family:Verdana; font-size:10px; background:white; overflow:auto; }
.code { width:490px; float:right; margin:0 0 10px 0; border:1px solid gray; }
pre { display:block; }
.syntaxhighlighter { margin:0 0 0 0 !important; padding:0 !important; }
input { font-size:14px; }
</style>
<script type="text/javascript" src="syntax/shCore.js"></script>
<script type="text/javascript" src="syntax/shBrushJScript.js"></script>
<script type="text/javascript" src="syntax/shBrushXml.js"></script>
<script type="text/javascript">
SyntaxHighlighter.config.clipboardSwf = 'syntax/clipboard.swf';
$(function () {
var h = 0;
$("#container .source").each(function () {
var code = $(this).html().replace(/</g,'<').replace(/>/g,'>');
var div = $('<div class="code"><pre class="brush:' + ( $(this).is("script") ? 'js' : 'xml' ) + ';">' + code + '</pre></div>');
$(this).after(div);
});
SyntaxHighlighter.all();
});
</script>
</head>
<body>
<div id="container">
<h1 class="title">Async XMl flat with languages</h1>
<p>This examples shows how to use async XML flat, keep in mind when using async the parent_id attribute of the returned top nodes on each request should be omitted or set to 0.</p>
<script type="text/javascript" class="source">
$(function () {
$("#xml_f").tree({
languages : [ "en", "bg" ],
data : {
type : "xml_flat",
async : true,
opts : {
url : "async_xml_flat_data.xml"
}
}
});
});
</script>
<div class="demo" id="xml_f"></div>
<p class="source">
<input type="button" onclick='$.tree.focused().set_lang("en");' value="English" />
<input type="button" onclick='$.tree.reference("#xml_f").set_lang("bg");' value="Български" />
</p>
</div></body></html> |
appinventor/docs/html/reference/other/responsiveDesign.html | kkashi01/appinventor-sources | <!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/static/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link href="/static/css/fonts.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/css/mit_app_inventor.css">
<script type="text/javascript">
<!--//--><![CDATA[// ><!--
var gotoappinventor = function() {
var referrer = document.location.pathname;
var patt = /.*hour-of-code.*/;
if (referrer.match(patt)) {
window.open("http://code.appinventor.mit.edu/", "new");
} else {
window.open("http://ai2.appinventor.mit.edu/", "new");
}
}
//--><!]]>
</script>
<title>Responsive Design in App Inventor</title></head>
<body class="mit_app_inventor"><nav class="navbar navbar-expand-xl navbar-light">
<a class="navbar-brand" href="http://appinventor.mit.edu/">
<img src="/static/images/logo2.png" alt="Logo">
</a>
<button type="button" class="btn create-btn" style="margin-right: 20px;" onclick="gotoappinventor();">Create Apps!</button>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle Navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav" style="margin-left: auto;">
<li class="nav-item dropdown">
<a class="nav-link" href="http://appinventor.mit.edu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="http://appinventor.mit.edu/about-us">About App Inventor</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/our-team">Our Team</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/master-trainers">Master Trainers</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/app-month-gallery">App of the Month</a>
<a class="dropdown-item"
href="http://appinventor.mit.edu/ai2/ReleaseNotes">Release Notes</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/about/termsofservice" target="_blank">Terms of Service</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="http://appinventor.mit.edu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Educators
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/teach" target="_blank">Teach</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/ai2/tutorials">Tutorials</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="http://appinventor.mit.edu/news" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
News
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/news">In the news</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/events">Events</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/stories">Stories from the field</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="http://appinventor.mit.edu/explore/resources" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Resources
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/get-started">Get Started</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/library">Documentation</a>
<a class="dropdown-item" href="https://community.appinventor.mit.edu"
target="_blank">Forums</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/ai2/tutorials">Tutorials</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/books">App Inventor Books</a>
<a class="dropdown-item"
href="https://github.com/mit-cml/appinventor-sources"
target="_blank">Open Source Information</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/research">Research</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/hour-of-code">Hour of Code</a>
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/resources">Additional Resources</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="http://appinventor.mit.edu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Blogs
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="http://appinventor.mit.edu/explore/blog">App Inventor Blog</a>
</div>
</li>
</ul>
<div style="display: inline-flex;margin-left:auto;margin-right:0">
<a href="https://giving.mit.edu/give/to?fundId=3832320" target="_blank">
<button type="button" class="btn donate-btn" style="margin-right: 20px;">Donate</button></a>
<script>
(function() {
var cx = '005719495929270354943:tlvxrelje-e';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only></gcse:searchbox-only>
</div>
<!-- <form class="form-inline" action="/action_page.php">
<div class="form-group has-search">
<span class="fa fa-search form-control-feedback"></span>
<input type="text" class="form-control" placeholder="Search">
</div>
</form> -->
</div>
</nav>
<div class="default-page">
<div class="header">
<h1 class="font-weight-bold text-center offset-xl-2 col-xl-8">Responsive Design in App Inventor</h1>
</div>
<div class="container-fluid">
<article class="documentation">
<p><a href="https://docs.google.com/document/d/1Abs9nt2EfMjAGau_uCpS47SidPZ0YsU6FqvgLhnivwQ/edit">Click here for a version of this page on which you can comment.</a></p>
<iframe width="100%" height="6000" frameborder="0" scrolling="yes" id="frame1" src="https://docs.google.com/document/d/1Abs9nt2EfMjAGau_uCpS47SidPZ0YsU6FqvgLhnivwQ/pub">
</iframe>
</article>
<script>
// Handle redirection to documentation based on locale query parameter (if specified)
(function() {
var locale = window.location.search.match('[&?]locale=([a-zA-Z-]*)');
if (locale) {
if (locale[1].indexOf('en') === 0) {
// English needs to stay at the top level to not break existing links
var page = window.location.pathname.split('/');
if (page.length === 5) {
page.splice(2, 1);
} else {
// already on english
return;
}
window.location.href = page.join('/');
} else {
var page = window.location.pathname.split('/');
if (page.length === 4) {
page.splice(2, 0, locale[1]);
} else if (page[2].toLowerCase() != locale[1].toLowerCase()) {
page[2] = locale[1];
} else {
return; // already on the desired language
}
// Test that the page exists before redirecting.
var xhr = new XMLHttpRequest();
xhr.open('HEAD', page.join('/'), false);
xhr.onreadystatechange = function() {
if (xhr.readyState == 4) {
if ((xhr.status == 200 || xhr.status == 204)) {
window.location.href = page.join('/');
} else if (xhr.status >= 400) {
page.splice(2, 1); // go to english version
window.location.href = page.join('/');
}
}
};
xhr.send();
}
}
})();
// Handle embedded documentation in help by removing website template
if (window.self !== window.top) {
setTimeout(function() {
var videos = document.querySelectorAll('video');
for (var i = 0; i < videos.length; i++) {
if (parseInt(videos[i].getAttribute('width')) > 360) {
var aspect = parseInt(videos[i].getAttribute('height')) / parseInt(videos[i].getAttribute('width'));
videos[i].setAttribute('width', '360');
videos[i].setAttribute('height', '' + (360 * aspect));
}
}
var h1 = document.querySelector('h1');
var article = document.querySelector('article');
article.insertBefore(h1, article.firstElementChild);
document.body.innerHTML = article.outerHTML;
});
}
</script>
</div>
<div class="footer background-green">
<div class="row container">
<div class="col-xl-3">
<h3>MIT App Inventor</h3>
<!-- <form class="form-inline" action="/action_page.php">
<div class="form-group has-search">
<span class="fa fa-search form-control-feedback"></span>
<input type="text" class="form-control" placeholder="Search">
</div>
</form> -->
</div>
<div class="col-xl-6 legal text-center">
<ul>
<li>
<a href="http://web.mit.edu" class="btn btn-link" role="button"
target="_blank">© 2012-2020 Massachusetts Institute of Technology</a>
</li>
<li>
<a href="http://creativecommons.org/licenses/by-sa/3.0/"
target="_blank" class="btn btn-link" role="button">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0</a>
</li>
<li>
<a href="http://appinventor.mit.edu/about/termsofservice"
target="_blank" class="btn btn-link" role="button">Terms of Service and Privacy Policy</a>
</li>
</ul>
</div>
<div class="col-xl-3 links">
<a href="https://community.appinventor.mit.edu" target="_blank">Support / Help</a><br>
<a href="mailto:appinventor@mit.edu">Other Inquiries</a>
<div>
<span>Twitter:</span>
<a href="https://twitter.com/mitappinventor"
target="_blank" class="btn btn-link" role="button">@MITAppInventor</a>
<div>
<div>
<span>GitHub:</span>
<a href="https://github.com/mit-cml" class="btn btn-link" role="button"
target="_blank">mit-cml</a>
<div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="/static/js/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="/static/js/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="/static/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script async src="/static/js/widgets.js" charset="utf-8"></script>
</div>
</body>
</html>
|
js/src/network/examples/example18_dashed_lines.html | eldabbagh/chap-links-library | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Links Network demo</title>
<style type="text/css">
body {
font: 10pt sans;
}
</style>
<script type="text/javascript" src="../network.js"></script>
<script type="text/javascript">
// Called on page load
function draw() {
var nodesTable = [
{"id": 1, "text": "dashed\nline\nexamples"},
{"id": 2, "text": "default"},
{"id": 3, "text": "dashlength: 20\ndashgap: 20"},
{"id": 4, "text": "dashlength: 20\ndashgap: 5"},
{"id": 5, "text": "dashlength: 5\ndashgap: 20"},
{"id": 6, "text": "dashlength: 20\ndashgap: 5\naltdashlength: 5"}
];
var linksTable = [
{"from": 1, "to": 2, "style": "dash-line"},
{"from": 1, "to": 3, "style": "dash-line", "dashlength": 20, "dashgap": 20},
{"from": 1, "to": 4, "style": "dash-line", "dashlength": 20, "dashgap": 5},
{"from": 1, "to": 5, "style": "dash-line", "dashlength": 5, "dashgap": 20},
{"from": 1, "to": 6, "style": "dash-line", "dashlength": 20, "dashgap": 5, "altdashlength": 5}
];
// specify options
var options = {
"width": "600px",
"height": "600px",
"links": {
"length": 150
},
"stabilize": false
};
// Instantiate our graph object.
var network = new links.Network(document.getElementById('mynetwork'));
// Draw our graph with the created data and options
network.draw(nodesTable, linksTable, options);
}
</script>
</head>
<body onload="draw();">
<p>
This example shows the different options for dashed lines.
</p>
<div id="mynetwork"></div>
</body>
</html>
|
lib/src/app-layout/app-scroll-effects/test/resize-snapped-title.html | dart-archive/polymer_elements | <!doctype html>
<!--
@license
Copyright (c) 2016 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
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
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
-->
<html>
<head>
<meta charset="UTF-8">
<title>test for the resize-snappped-title effect</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script src="../../../test-fixture/test-fixture-mocha.js"></script>
<link rel="import" href="../../../test-fixture/test-fixture.html">
<link rel="import" href="../app-scroll-effects.html">
<link rel="import" href="x-container.html">
<link rel="import" href="utils.html">
<style>
body {
margin: 0;
padding: 0;
height: 1000vh;
}
x-container {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 200px;
}
</style>
</head>
<body>
<test-fixture id="testHeader">
<template>
<x-container effects="resize-snapped-title"></x-container>
</template>
</test-fixture>
<script>
suite('basic features', function() {
var container;
setup(function() {
container = fixture('testHeader');
});
test('effect outputs', function(done) {
flush(function() {
container._updateScrollState(0);
assert.isTrue(sameCSS(container.$.title,
'transition-property: opacity; transition-duration: 0.2s; opacity: 1;'),
'title when progress = 0');
assert.isTrue(sameCSS(container.$.condensedTitle,
'transition-property: opacity; transition-duration: 0.2s;'),
'condensed-title when progress = 0');
container.$.title.style.transition = 'none';
container.$.condensedTitle.style.transition = 'none';
assert.isTrue(sameCSS(container.$.condensedTitle, 'opacity: 0'),
'condensed-title when progress = 0');
container._updateScrollState(container.offsetHeight);
assert.isTrue(sameCSS(container.$.title, 'opacity: 0;'), 'title when progress = 1');
assert.isTrue(sameCSS(container.$.condensedTitle, 'opacity: 1;'),
'condensed-title when progress = 1');
done();
});
});
});
</script>
</body>
</html>
|
third_party/blink/web_tests/editing/selection/modify_move/move_right_character_02_rtl.html | scheib/chromium | <!doctype html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../../assert_selection.js"></script>
<script>
selection_test(
'<div contenteditable dir="rtl">|\u05D0\u05D1\u05D2</div>',
selection => selection.modify('move', 'right', 'character'),
'<div contenteditable dir="rtl">|\u05D0\u05D1\u05D2</div>',
'2-0 rtl right character');
selection_test(
'<div contenteditable dir="rtl">\u05D0|\u05D1\u05D2</div>',
selection => selection.modify('move', 'right', 'character'),
'<div contenteditable dir="rtl">|\u05D0\u05D1\u05D2</div>',
'2-1 rtl right character');
selection_test(
'<div contenteditable dir="rtl">\u05D0\u05D1|\u05D2</div>',
selection => selection.modify('move', 'right', 'character'),
'<div contenteditable dir="rtl">\u05D0|\u05D1\u05D2</div>',
'2-2 rtl right character');
selection_test(
'<div contenteditable dir="rtl">\u05D0\u05D1\u05D2|</div>',
selection => selection.modify('move', 'right', 'character'),
'<div contenteditable dir="rtl">\u05D0\u05D1|\u05D2</div>',
'2-3 rtl right character');
</script>
|
third_party/WebKit/LayoutTests/fast/frames/unique-name-all-subframes-have-same-name.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<script>
function runTest()
{
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
function removeFrameAndAddNewFrame(oldFrameId) {
body = document.getElementById('body');
oldFrame = document.getElementById(oldFrameId);
body.removeChild(oldFrame);
// newFrame is added to the frame tree when the parent has the same number of
// children as when frame5 was being added. This will make
// likelyUniqueSuffix the same for frame5 and newFrame - their unique
// name will have to be different in some other way.
newFrame = document.createElement('iframe');
newFrame.name = "sameName";
body.appendChild(newFrame);
}
removeFrameAndAddNewFrame('frame2')
removeFrameAndAddNewFrame('frame3')
}
</script>
</head>
<body onload="runTest()" id="body">
<!--
Before https://crrev.com/1968213002 the name generated by
FrameTree::generateOldStyleMaybeUniqueName would be assumed to be unique, but
in reality could conflict with other names. This scenario is similar, but not
the same as https://crbug.com/576969#c3.
Additionaly, this test also exercises a scenario where the new
FrameTree::generateLikelyUniqueSuffix can generate a suffix that
is not really unique (and where uniquness comes from numberOfTries
in FrameTree::ensureUniquenessOfUniqueName).
-->
<iframe id="frame1" name="sameName"></iframe>
<iframe id="frame2" name="sameName"></iframe>
<iframe id="frame3" name="sameName"></iframe>
<iframe id="frame4" name="sameName"></iframe>
<iframe id="frame5" name="sameName"></iframe>
</body>
</html>
|
third_party/WebKit/LayoutTests/editing/execCommand/apply-inline-style-to-element-with-no-renderer-crash.html | danakj/chromium | <!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<svg>
<text>
<tspan id="tspan">
<tspan id="tspan2">%uef5f%u9776%u638a</tspan>
<textPath id="textPath"></textPath>
</tspan>
</text>
</svg>
<div id="log"></div>
<script>
// crbug.com/339185: If we create an anchor element using execCommand('CreateLink') in an SVG namespace it won't get a renderer because the command will create
// an HTML rather than an SVG anchor. Our subsequent attempt to apply an inline style on the should fail rather than result in a crash.
test(function() {
tspan = document.getElementById("tspan");
tspan2 = document.getElementById("tspan2");
textPath = document.getElementById("textPath");
colorprofile = document.createElementNS('http://www.w3.org/2000/svg', 'color_profile');
li = document.createElement('li');
colorprofile.appendChild(li);
document.implementation.createDocument('' ,'' ,null).adoptNode(colorprofile)
input=document.createElement('input');
textPath.parentNode.insertBefore(input, textPath);
window.getSelection().setBaseAndExtent(input, 4, null, 0);
document.designMode='on';
document.execCommand('Transpose');
document.execCommand('selectall');
document.execCommand('CreateLink', 0, '#');
document.execCommand('CreateLink', 0, '#');
document.execCommand('Undo');
document.designMode='off'
document.execCommand('Undo');
document.execCommand('Undo');
document.designMode='on';
document.execCommand('italic');
});
</script>
|
third_party/blink/web_tests/images/animated-gif-fast-crash.html | scheib/chromium | <!DOCTYPE html>
Tests fast animating gif (10ms per frame). Passes if it doesn't crash.<br>
<img src="resources/animated-10color-fast.gif">
<script src="../resources/run-after-layout-and-paint.js"></script>
<script>
// Busy-wait 50ms to trigger the bug of invalidation during paint.
// The busy-waiting (as opposed to setTimout) is intentional, in order to
// block the thread.
function delay() {
var startTime = new Date().getTime();
while (new Date().getTime() - startTime < 50);
}
var count = 3;
function displayOneFrame() {
delay();
if (--count >= 0)
runAfterLayoutAndPaint(displayOneFrame);
else
testRunner.notifyDone();
}
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
displayOneFrame();
}
</script>
|
third_party/blink/web_tests/fast/css/containment/change-text-node-data-center-expected.html | scheib/chromium | <!DOCTYPE html>
<meta charset="utf-8">
<style>
div {
display: inline-block;
float: left;
background: silver;
width: 100px;
height: 100px;
margin: 20px;
font-size: 25px;
overflow: hidden;
line-height: 1;
text-align: center;
}
.first-line::first-line {
font-size: 30px;
}
</style>
<div>baar</div>
<div>baarbaar baarbaar</div>
<div>baarbaarbaar baarbaarbaar baarbaarbaar baarbaarbaar baarbaarbaar</div>
<div>baar baar baar baar</div>
<div>baar</div>
<div>b 嗨</div>
<div class="first-line">baar</div>
<div class="first-line">baarbaar baarbaar</div>
<div class="first-line">baarbaarbaar baarbaarbaar baarbaarbaar baarbaarbaar baarbaarbaar</div>
<div class="first-line">baar baar baar baar</div>
<div class="first-line">baar</div>
<div class="first-line">b 嗨</div>
|
third_party/blink/web_tests/compositing/overflow/reparented-unclipped-overlay-scrollbars-with-offset-from-renderer-expected.html | scheib/chromium | <!DOCTYPE HTML>
<script>
if (window.internals) {
internals.useMockOverlayScrollbars();
internals.settings.setPreferCompositingToLCDTextEnabled(false);
}
</script>
<style>
#scroller {
overflow: scroll;
width: 300px;
height: 300px;
margin-top: 18px;
}
#fixed {
position: absolute;
background: blue;
left: 90px;
width: 10px;
height: 10px;
}
#scrolled {
background: green;
width: 80px;
height: 500px;
}
</style>
<div id='scroller'>
<div id='fixed'></div>
<div id='scrolled'></div>
</div>
|
chromium/chrome/browser/resources/settings/site_settings/media_picker.html | ric2b/Vivaldi-browser | <style include="settings-shared md-select">
:host {
display: block;
}
</style>
<div class="cr-row first" id="picker" hidden>
<select id="mediaPicker" class="md-select" on-change="onChange_"
aria-label$="[[label]]">
<template is="dom-repeat" items="[[devices]]">
<option value$="[[item.id]]">[[item.name]]</option>
</template>
</select>
</div>
|
third_party/blink/web_tests/fast/workers/worker-onerror-01.html | chromium/chromium | <!DOCTYPE html>
<html>
<head>
<script>
window.isOnErrorTest = true;
</script>
<script src="../../resources/js-test.js"></script>
<script src="resources/onerror-test.js"></script>
</head>
<body>
<!-- This script's body will be used to build a Blob URL to use as a Worker. -->
<script id="workerCode" type="text/plain">
} // This is an intentional syntax error.
</script>
<script>
description("This tests that invalid syntax triggers 'worker.onerror'.");
checkErrorEventInHandler({
message: "Uncaught SyntaxError: Unexpected token '}'",
filename: "[blob: URL]",
lineno: 2,
colno: 9,
});
</script>
</body>
</html>
|
third_party/WebKit/LayoutTests/fast/dom/shadow/alternate-stylesheets.html | danakj/chromium | <!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<div id="host"></div>
<script>
var root = host.createShadowRoot();
root.innerHTML = '<style title="not-preferred">div { color: red }</style><style title="ignored">div { color: green }</style><div>Should be green</div>';
</script>
<style>#alternate { color: green }</style>
<link rel="alternate stylesheet" title="not-preferred" href="data:text/css,#alternate { color: red }">
</style>
<div id="alternate">Should be green</div>
<script>
description("Title attribute should be ignored for style elements in shadow trees.");
shouldBeEqualToString("getComputedStyle(root.querySelector('div')).color", "rgb(0, 128, 0)");
shouldBeEqualToString("getComputedStyle(alternate).color", "rgb(0, 128, 0)");
</script>
|
public/assets/plugins/angular/docs/partials/api/ng/directive.html | ariborneo/Phalcon-development |
<h1>Directive components in <code>ng</code></h1>
<div class="component-breakdown">
<div>
<table class="definition-table">
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><a href="api/ng/directive/ngApp">ngApp</a></td>
<td><p>Use this directive to <strong>auto-bootstrap</strong> an AngularJS application. The <code>ngApp</code> directive
designates the <strong>root element</strong> of the application and is typically placed near the root element
of the page - e.g. on the <code><body></code> or <code><html></code> tags.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/a">a</a></td>
<td><p>Modifies the default behavior of the html A tag so that the default action is prevented when
the href attribute is empty.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngHref">ngHref</a></td>
<td><p>Using Angular markup like <code>{{hash}}</code> in an href attribute will
make the link go to the wrong URL if the user clicks it before
Angular has a chance to replace the <code>{{hash}}</code> markup with its
value. Until Angular replaces the markup the link will be broken
and will most likely return a 404 error. The <code>ngHref</code> directive
solves this problem.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngSrc">ngSrc</a></td>
<td><p>Using Angular markup like <code>{{hash}}</code> in a <code>src</code> attribute doesn't
work right: The browser will fetch from the URL with the literal
text <code>{{hash}}</code> until Angular replaces the expression inside
<code>{{hash}}</code>. The <code>ngSrc</code> directive solves this problem.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngSrcset">ngSrcset</a></td>
<td><p>Using Angular markup like <code>{{hash}}</code> in a <code>srcset</code> attribute doesn't
work right: The browser will fetch from the URL with the literal
text <code>{{hash}}</code> until Angular replaces the expression inside
<code>{{hash}}</code>. The <code>ngSrcset</code> directive solves this problem.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngDisabled">ngDisabled</a></td>
<td><p>We shouldn't do this, because it will make the button enabled on Chrome/Firefox but not on IE8 and older IEs:</p>
<pre><code class="lang-html"><div ng-init="scope = { isDisabled: false }">
<button disabled="{{scope.isDisabled}}">Disabled</button>
</div>
</code></pre>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngChecked">ngChecked</a></td>
<td><p>The HTML specification does not require browsers to preserve the values of boolean attributes
such as checked. (Their presence means true and their absence means false.)
If we put an Angular interpolation expression into such an attribute then the
binding information would be lost when the browser removes the attribute.
The <code>ngChecked</code> directive solves this problem for the <code>checked</code> attribute.
This complementary directive is not removed by the browser and so provides
a permanent reliable place to store the binding information.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngReadonly">ngReadonly</a></td>
<td><p>The HTML specification does not require browsers to preserve the values of boolean attributes
such as readonly. (Their presence means true and their absence means false.)
If we put an Angular interpolation expression into such an attribute then the
binding information would be lost when the browser removes the attribute.
The <code>ngReadonly</code> directive solves this problem for the <code>readonly</code> attribute.
This complementary directive is not removed by the browser and so provides
a permanent reliable place to store the binding information.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngSelected">ngSelected</a></td>
<td><p>The HTML specification does not require browsers to preserve the values of boolean attributes
such as selected. (Their presence means true and their absence means false.)
If we put an Angular interpolation expression into such an attribute then the
binding information would be lost when the browser removes the attribute.
The <code>ngSelected</code> directive solves this problem for the <code>selected</code> attribute.
This complementary directive is not removed by the browser and so provides
a permanent reliable place to store the binding information.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngOpen">ngOpen</a></td>
<td><p>The HTML specification does not require browsers to preserve the values of boolean attributes
such as open. (Their presence means true and their absence means false.)
If we put an Angular interpolation expression into such an attribute then the
binding information would be lost when the browser removes the attribute.
The <code>ngOpen</code> directive solves this problem for the <code>open</code> attribute.
This complementary directive is not removed by the browser and so provides
a permanent reliable place to store the binding information.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngForm">ngForm</a></td>
<td><p>Nestable alias of <a href="api/ng/directive/form"><code>form</code></a> directive. HTML
does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a
sub-group of controls needs to be determined.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/form">form</a></td>
<td><p>Directive that instantiates
<a href="api/ng/type/form.FormController">FormController</a>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/textarea">textarea</a></td>
<td><p>HTML textarea element control with angular data-binding. The data-binding and validation
properties of this element are exactly the same as those of the
<a href="api/ng/directive/input">input element</a>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/input">input</a></td>
<td><p>HTML input element control. When used together with <a href="api/ng/directive/ngModel"><code>ngModel</code></a>, it provides data-binding,
input state control, and validation.
Input control follows HTML5 input types and polyfills the HTML5 validation behavior for older browsers.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngModel">ngModel</a></td>
<td><p>The <code>ngModel</code> directive binds an <code>input</code>,<code>select</code>, <code>textarea</code> (or custom form control) to a
property on the scope using <a href="api/ng/type/ngModel.NgModelController">NgModelController</a>,
which is created and exposed by this directive.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngChange">ngChange</a></td>
<td><p>Evaluate the given expression when the user changes the input.
The expression is evaluated immediately, unlike the JavaScript onchange event
which only triggers at the end of a change (usually, when the user leaves the
form element or presses the return key).</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngList">ngList</a></td>
<td><p>Text input that converts between a delimited string and an array of strings. The default
delimiter is a comma followed by a space - equivalent to <code>ng-list=", "</code>. You can specify a custom
delimiter as the value of the <code>ngList</code> attribute - for example, <code>ng-list=" | "</code>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngValue">ngValue</a></td>
<td><p>Binds the given expression to the value of <code><option></code> or <a href="api/ng/input/input[radio]"><code>input[radio]</code></a>,
so that when the element is selected, the <a href="api/ng/directive/ngModel"><code>ngModel</code></a> of that element is set to
the bound value.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngModelOptions">ngModelOptions</a></td>
<td><p>Allows tuning how model updates are done. Using <code>ngModelOptions</code> you can specify a custom list of
events that will trigger a model update and/or a debouncing delay so that the actual update only
takes place when a timer expires; this timer will be reset after another change takes place.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngBind">ngBind</a></td>
<td><p>The <code>ngBind</code> attribute tells Angular to replace the text content of the specified HTML element
with the value of a given expression, and to update the text content when the value of that
expression changes.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngBindTemplate">ngBindTemplate</a></td>
<td><p>The <code>ngBindTemplate</code> directive specifies that the element
text content should be replaced with the interpolation of the template
in the <code>ngBindTemplate</code> attribute.
Unlike <code>ngBind</code>, the <code>ngBindTemplate</code> can contain multiple <code>{{</code> <code>}}</code>
expressions. This directive is needed since some HTML elements
(such as TITLE and OPTION) cannot contain SPAN elements.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngBindHtml">ngBindHtml</a></td>
<td><p>Evaluates the expression and inserts the resulting HTML into the element in a secure way. By default,
the resulting HTML content will be sanitized using the <a href="api/ngSanitize/service/$sanitize">$sanitize</a> service.
To utilize this functionality, ensure that <code>$sanitize</code> is available, for example, by including <a href="api/ngSanitize"><code>ngSanitize</code></a> in your module's dependencies (not in core Angular). In order to use <a href="api/ngSanitize"><code>ngSanitize</code></a>
in your module's dependencies, you need to include "angular-sanitize.js" in your application.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngClass">ngClass</a></td>
<td><p>The <code>ngClass</code> directive allows you to dynamically set CSS classes on an HTML element by databinding
an expression that represents all classes to be added.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngClassOdd">ngClassOdd</a></td>
<td><p>The <code>ngClassOdd</code> and <code>ngClassEven</code> directives work exactly as
<a href="api/ng/directive/ngClass">ngClass</a>, except they work in
conjunction with <code>ngRepeat</code> and take effect only on odd (even) rows.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngClassEven">ngClassEven</a></td>
<td><p>The <code>ngClassOdd</code> and <code>ngClassEven</code> directives work exactly as
<a href="api/ng/directive/ngClass">ngClass</a>, except they work in
conjunction with <code>ngRepeat</code> and take effect only on odd (even) rows.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngCloak">ngCloak</a></td>
<td><p>The <code>ngCloak</code> directive is used to prevent the Angular html template from being briefly
displayed by the browser in its raw (uncompiled) form while your application is loading. Use this
directive to avoid the undesirable flicker effect caused by the html template display.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngController">ngController</a></td>
<td><p>The <code>ngController</code> directive attaches a controller class to the view. This is a key aspect of how angular
supports the principles behind the Model-View-Controller design pattern.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngCsp">ngCsp</a></td>
<td><p>Enables <a href="https://developer.mozilla.org/en/Security/CSP">CSP (Content Security Policy)</a> support.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngClick">ngClick</a></td>
<td><p>The ngClick directive allows you to specify custom behavior when
an element is clicked.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngDblclick">ngDblclick</a></td>
<td><p>The <code>ngDblclick</code> directive allows you to specify custom behavior on a dblclick event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngMousedown">ngMousedown</a></td>
<td><p>The ngMousedown directive allows you to specify custom behavior on mousedown event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngMouseup">ngMouseup</a></td>
<td><p>Specify custom behavior on mouseup event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngMouseover">ngMouseover</a></td>
<td><p>Specify custom behavior on mouseover event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngMouseenter">ngMouseenter</a></td>
<td><p>Specify custom behavior on mouseenter event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngMouseleave">ngMouseleave</a></td>
<td><p>Specify custom behavior on mouseleave event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngMousemove">ngMousemove</a></td>
<td><p>Specify custom behavior on mousemove event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngKeydown">ngKeydown</a></td>
<td><p>Specify custom behavior on keydown event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngKeyup">ngKeyup</a></td>
<td><p>Specify custom behavior on keyup event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngKeypress">ngKeypress</a></td>
<td><p>Specify custom behavior on keypress event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngSubmit">ngSubmit</a></td>
<td><p>Enables binding angular expressions to onsubmit events.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngFocus">ngFocus</a></td>
<td><p>Specify custom behavior on focus event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngBlur">ngBlur</a></td>
<td><p>Specify custom behavior on blur event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngCopy">ngCopy</a></td>
<td><p>Specify custom behavior on copy event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngCut">ngCut</a></td>
<td><p>Specify custom behavior on cut event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngPaste">ngPaste</a></td>
<td><p>Specify custom behavior on paste event.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngIf">ngIf</a></td>
<td><p>The <code>ngIf</code> directive removes or recreates a portion of the DOM tree based on an
{expression}. If the expression assigned to <code>ngIf</code> evaluates to a false
value then the element is removed from the DOM, otherwise a clone of the
element is reinserted into the DOM.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngInclude">ngInclude</a></td>
<td><p>Fetches, compiles and includes an external HTML fragment.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngInit">ngInit</a></td>
<td><p>The <code>ngInit</code> directive allows you to evaluate an expression in the
current scope.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngNonBindable">ngNonBindable</a></td>
<td><p>The <code>ngNonBindable</code> directive tells Angular not to compile or bind the contents of the current
DOM element. This is useful if the element contains what appears to be Angular directives and
bindings but which should be ignored by Angular. This could be the case if you have a site that
displays snippets of code, for instance.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngPluralize">ngPluralize</a></td>
<td><p><code>ngPluralize</code> is a directive that displays messages according to en-US localization rules.
These rules are bundled with angular.js, but can be overridden
(see <a href="guide/i18n">Angular i18n</a> dev guide). You configure ngPluralize directive
by specifying the mappings between
<a href="http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html">plural categories</a>
and the strings to be displayed.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngRepeat">ngRepeat</a></td>
<td><p>The <code>ngRepeat</code> directive instantiates a template once per item from a collection. Each template
instance gets its own scope, where the given loop variable is set to the current collection item,
and <code>$index</code> is set to the item index or key.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngShow">ngShow</a></td>
<td><p>The <code>ngShow</code> directive shows or hides the given HTML element based on the expression
provided to the <code>ngShow</code> attribute. The element is shown or hidden by removing or adding
the <code>.ng-hide</code> CSS class onto the element. The <code>.ng-hide</code> CSS class is predefined
in AngularJS and sets the display style to none (using an !important flag).
For CSP mode please add <code>angular-csp.css</code> to your html file (see <a href="api/ng/directive/ngCsp">ngCsp</a>).</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngHide">ngHide</a></td>
<td><p>The <code>ngHide</code> directive shows or hides the given HTML element based on the expression
provided to the <code>ngHide</code> attribute. The element is shown or hidden by removing or adding
the <code>ng-hide</code> CSS class onto the element. The <code>.ng-hide</code> CSS class is predefined
in AngularJS and sets the display style to none (using an !important flag).
For CSP mode please add <code>angular-csp.css</code> to your html file (see <a href="api/ng/directive/ngCsp">ngCsp</a>).</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngStyle">ngStyle</a></td>
<td><p>The <code>ngStyle</code> directive allows you to set CSS style on an HTML element conditionally.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngSwitch">ngSwitch</a></td>
<td><p>The <code>ngSwitch</code> directive is used to conditionally swap DOM structure on your template based on a scope expression.
Elements within <code>ngSwitch</code> but without <code>ngSwitchWhen</code> or <code>ngSwitchDefault</code> directives will be preserved at the location
as specified in the template.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/ngTransclude">ngTransclude</a></td>
<td><p>Directive that marks the insertion point for the transcluded DOM of the nearest parent directive that uses transclusion.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/script">script</a></td>
<td><p>Load the content of a <code><script></code> element into <a href="api/ng/service/$templateCache"><code>$templateCache</code></a>, so that the
template can be used by <a href="api/ng/directive/ngInclude"><code>ngInclude</code></a>,
<a href="api/ngRoute/directive/ngView"><code>ngView</code></a>, or <a href="guide/directive">directives</a>. The type of the
<code><script></code> element must be specified as <code>text/ng-template</code>, and a cache name for the template must be
assigned through the element's <code>id</code>, which can then be used as a directive's <code>templateUrl</code>.</p>
</td>
</tr>
<tr>
<td><a href="api/ng/directive/select">select</a></td>
<td><p>HTML <code>SELECT</code> element with angular data-binding.</p>
</td>
</tr>
</table>
</div>
</div>
|
web-app/js-lib/ext-4.0.7/docs/source/TextArea2.html | ozoneplatform/owf-framework | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The source code</title>
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
<style type="text/css">
.highlight { display: block; background-color: #ddd; }
</style>
<script type="text/javascript">
function highlight() {
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
}
</script>
</head>
<body onload="prettyPrint(); highlight();">
<pre class="prettyprint lang-js"><span id='Ext-layout-component-field-TextArea'>/**
</span> * @private
* @class Ext.layout.component.field.TextArea
* @extends Ext.layout.component.field.Field
* Layout class for {@link Ext.form.field.TextArea} fields. Handles sizing the textarea field.
*/
Ext.define('Ext.layout.component.field.TextArea', {
extend: 'Ext.layout.component.field.Text',
alias: 'layout.textareafield',
type: 'textareafield',
<span id='Ext-layout-component-field-TextArea-method-adjustForGrow'> /**
</span> * Given the target bodyEl dimensions, adjust them if necessary to return the correct final
* size based on the text field's {@link Ext.form.field.Text#grow grow config}. Overrides the
* textfield layout's implementation to handle height rather than width.
* @param {Number} width The bodyEl width
* @param {Number} height The bodyEl height
* @return {Number[]} [inputElWidth, inputElHeight]
*/
adjustForGrow: function(width, height) {
var me = this,
owner = me.owner,
inputEl, value, max,
curWidth, curHeight, calcHeight,
result = [width, height];
if (owner.grow) {
inputEl = owner.inputEl;
curWidth = inputEl.getWidth(true); //subtract border/padding to get the available width for the text
curHeight = inputEl.getHeight();
// Get and normalize the field value for measurement
value = inputEl.dom.value || '&#160;';
value += owner.growAppend;
// Translate newlines to <br> tags
value = value.replace(/\n/g, '<br>');
// Find the height that contains the whole text value
calcHeight = Ext.util.TextMetrics.measure(inputEl, value, curWidth).height +
inputEl.getBorderWidth("tb") + inputEl.getPadding("tb");
// Constrain
max = owner.growMax;
if (Ext.isNumber(height)) {
max = Math.min(max, height);
}
result[1] = Ext.Number.constrain(calcHeight, owner.growMin, max);
}
return result;
}
});</pre>
</body>
</html>
|
demo/template/style.css | openshift/angular-extension-registry | /* make the object ugly so we can see it in DOM
object {
background-color: #DFFDE1;
outline: 2px dashed #009900;
} */
html,
body {
}
/* typography
-------------------------------- */
.text-white {
color: #fff;
}
.text-black {
color: #000;
}
.text-gray-dk {
color: #272727;
}
.font-roboto {
font-family: 'Roboto','Helvetica','Arial',sans-serif !important;
}
/* backgrounds
-------------------------------- */
.bg-white {
background-color: #fff;
}
.bg-black {
background-color: #000;
}
.bg-gray-lt {
background-color: #f9f9f9;
}
/* shadows
-------------------------------- */
.shadow-sm {
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}
.shadow-md {
box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.3);
}
.shadow-bottom-sm {
box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
}
/* padding
-------------------------------- */
.pad-sm {
padding: 2px 6px;
}
.pad-md {
padding: 6px 18px;
}
.pad-lg {
padding: 12px 36px;
}
/* margin
-------------------------------- */
.mar-sm {
margin: 2px 6px;
}
.mar-md {
margin: 6px 18px;
}
.mar-lg {
margin: 12px 36px;
}
/* margin
-------------------------------- */
.widget-sm {
background-color: #990000;
}
.widget-md {
background-color: #009900;
}
.widget-lg {
background-color: #000099;
}
.widget-xl {
background-color: #990099;
}
|
libs/boost/libs/graph/doc/make_biconnected_planar.html | flingone/frameworks_base_cmds_remoted | <HTML>
<!-- Copyright 2007 Aaron Windsor
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<Head>
<Title>Boost Graph Library: make_biconnected_planar</Title>
<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
ALINK="#ff0000">
<IMG SRC="../../../boost.png"
ALT="C++ Boost" width="277" height="86">
<BR Clear>
<H1><tt>make_biconnected_planar</tt></H1>
<p>
<pre>
template <typename Graph, typename PlanarEmbedding, typename EdgeIndexMap, typename AddEdgeVisitor>
void make_biconnected_planar(Graph& g, PlanarEmbedding embedding, EdgeIndexMap em, AddEdgeVisitor& vis);
</pre>
<p>
A graph <i>G</i> is biconnected if, for every pair of vertices <i>u,v</i> in
<i>G</i>, there is a cycle containing both <i>u</i> and <i>v</i>.
Alternatively, a graph is biconnected if it is connected and cannot be made
disconnected by removing any single vertex. <tt>make_biconnected_planar</tt>
takes a <a href="./make_connected.html">connected</a>
<a href="planar_graphs.html">planar</a> graph <tt>g</tt> as input and adds zero
or more edges to make <tt>g</tt> biconnected while preserving planarity.
<p>
The default behavior of <tt>make_biconnected_planar</tt> is to modify the
graph <tt>g</tt> by calling <tt>add_edge(u,v,g)</tt> for every pair of
vertices <i>(u,v)</i> where an edge needs to be added to make <tt>g</tt>
biconnected. This behavior can be overriden by providing a vistor as the
<tt>AddEdgeVisitor</tt> parameter. The only requirement for an
<tt>AddEdgeVisitor</tt> is that it define a member function with the
following signature:
<pre>
template <typename Graph, typename Vertex>
void visit_vertex_pair(Vertex u, Vertex v, Graph& g);
</pre>
This event point can also be used as a hook to update the underlying edge
index map automatically as edges are added. See the
documentation for the <a href="./AddEdgeVisitor.html">AddEdgeVisitor</a>
concept for more information.
<H3>Where Defined</H3>
<P>
<a href="../../../boost/graph/make_biconnected_planar.hpp">
<TT>boost/graph/make_biconnected_planar.hpp</TT>
</a>
<h3>Parameters</h3>
IN/OUT: <tt>Graph& g</tt>
<blockquote>
An undirected graph. The graph type must be a model of <a
href="VertexListGraph.html">Vertex List Graph</a>, <a
href="IncidenceGraph.html">Incidence Graph</a>, and
a <a href="MutableGraph.html">Mutable Graph</a><br>
</blockquote>
IN: <tt>PlanarEmbedding embedding</tt>
<blockquote>
A model of <a href="PlanarEmbedding.html">PlanarEmbedding</a>.
</blockquote>
IN: <tt>EdgeIndexMap vm</tt>
<blockquote>
A <a href="../../property_map/doc/ReadablePropertyMap.html">Readable Property Map
</a> that maps edges from <tt>g</tt> to distinct integers in the range
<tt>[0, num_edges(g) )</tt><br>
<b>Default</b>: <tt>get(edge_index,g)</tt><br>
</blockquote>
IN: <tt>AddEdgeVisitor</tt>
<blockquote>
A model of <a href="AddEdgeVisitor.html">AddEdgeVisitor
</a>.<br>
<b>Default</b>: <tt>default_add_edge_visitor</tt>, a class defines
<tt>visit_vertex_pair</tt> to dispatch its calls to <tt>add_edge</tt>.
</blockquote>
<h3>Complexity</h3>
On a planar graph with <i>n</i> vertices, <tt>make_biconnected_planar</tt>
runs in time <i>O(n)</i>
<H3>Example</H3>
<P>
<a href="../example/make_biconnected_planar.cpp">
<TT>examples/make_biconnected_planar.cpp</TT>
</a>
<h3>See Also</h3>
<a href="planar_graphs.html">Planar Graphs in the Boost Graph Library</a>
<br>
<HR>
Copyright © 2007 Aaron Windsor (<a href="mailto:aaron.windsor@gmail.com">
aaron.windsor@gmail.com</a>)
</BODY>
</HTML>
|
yuurei-html/war/com.westernarc.yuurei.GwtDefinition/gwt/chrome/chrome_rtl.css | westernarc/netherworldwinter | /**
* The file contains styles for GWT widgets in the chrome theme, in RTL mode.
*
* In order to maintain cross-browser compatibility, the following syntax is
* used to create IE6 specific style rules:
* .gwt-Widget {
* property: rule applies to all browsers
* -property: rule applies only to IE6 (overrides previous rule)
* }
* * html .gwt-Widget {
* property: rule applies to all versions of IE
* }
*/
body, table td, select {
font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small;
}
pre {
font-family: "courier new", courier;
font-size: small;
}
body {
color: black;
margin: 0px;
border: 0px;
padding: 0px;
background: #fff;
direction: rtl;
}
a, a:visited, a:hover {
color: #0000AA;
}
/**
* The reference theme can be used to determine when this style sheet has
* loaded. Create a hidden div element with absolute position, assign the style
* name below, and attach it to the DOM. Use a timer to detect when the
* element's height and width are set to 5px.
*/
.gwt-Reference-chrome-rtl {
height: 5px;
width: 5px;
zoom: 1;
}
.gwt-Button {
margin: 0;
padding: 3px 5px;
text-decoration: none;
font-size: small;
cursor: pointer;
cursor: hand;
background: url("images/hborder.png") repeat-x 0px -27px;
border: 1px outset #ccc;
}
.gwt-Button:active {
border: 1px inset #ccc;
}
.gwt-Button:hover {
border-color: #9cf #69e #69e #7af;
}
.gwt-Button[disabled] {
cursor: default;
color: #888;
}
.gwt-Button[disabled]:hover {
border: 1px outset #ccc;
}
.gwt-CheckBox {
}
.gwt-CheckBox-disabled {
color: #888;
}
.gwt-DecoratorPanel {
}
.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .bottomCenter {
background: url(images/hborder.png) repeat-x;
}
.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight {
background: url(images/vborder.png) repeat-y;
}
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
width: 5px;
height: 5px;
zoom: 1;
}
.gwt-DecoratorPanel .topLeft {
background: url(images/corner.png) no-repeat 0px 0px;
-background: url(images/corner_ie6.png) no-repeat 0px 0px;
}
.gwt-DecoratorPanel .topRight {
background: url(images/corner.png) no-repeat -5px 0px;
-background: url(images/corner_ie6.png) no-repeat -5px 0px;
}
.gwt-DecoratorPanel .bottomLeft {
background: url(images/corner.png) no-repeat 0px -5px;
-background: url(images/corner_ie6.png) no-repeat 0px -5px;
}
.gwt-DecoratorPanel .bottomRight {
background: url(images/corner.png) no-repeat -5px -5px;
-background: url(images/corner_ie6.png) no-repeat -5px -5px;
}
* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
width: 5px;
height: 5px;
overflow: hidden;
}
.gwt-DialogBox .Caption {
background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
padding: 4px 8px 4px 4px;
cursor: default;
border-bottom: 1px solid #bbbbbb;
border-top: 5px solid #e3e3e3;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
padding: 3px;
background: white;
}
.gwt-DialogBox .dialogBottomCenter {
background: url(images/hborder.png) repeat-x 0px -4px;
-background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-DialogBox .dialogMiddleLeft {
background: url(images/vborder.png) repeat-y;
}
.gwt-DialogBox .dialogMiddleRight {
background: url(images/vborder.png) repeat-y -4px 0px;
-background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
width: 5px;
zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
width: 8px;
zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
width: 5px;
height: 8px;
zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
width: 5px;
height: 8px;
zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
background: url(images/corner.png) no-repeat -13px 0px;
-background: url(images/corner_ie6.png) no-repeat -13px 0px;
}
.gwt-DialogBox .dialogTopRight {
background: url(images/corner.png) no-repeat -18px 0px;
-background: url(images/corner_ie6.png) no-repeat -18px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
background: url(images/corner.png) no-repeat 0px -15px;
-background: url(images/corner_ie6.png) no-repeat 0px -15px;
}
.gwt-DialogBox .dialogBottomRight {
background: url(images/corner.png) no-repeat -5px -15px;
-background: url(images/corner_ie6.png) no-repeat -5px -15px;
}
* html .gwt-DialogBox .dialogTopLeftInner {
width: 5px;
overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
width: 8px;
overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
width: 5px;
height: 8px;
overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
width: 8px;
height: 8px;
overflow: hidden;
}
.gwt-DisclosurePanel {
}
.gwt-DisclosurePanel-open {
}
.gwt-DisclosurePanel-closed {
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
text-decoration: none; /* Remove underline from header */
color: black;
cursor: pointer;
cursor: hand;
}
.gwt-DisclosurePanel .content {
border-right: 3px solid #e3e3e3;
padding: 4px 8px 4px 0px;
margin-right: 6px;
}
.gwt-FileUpload {
}
.gwt-Frame {
border-top: 2px solid #666;
border-left: 2px solid #666;
border-right: 2px solid #bbb;
border-bottom: 2px solid #bbb;
}
.gwt-HorizontalSplitPanel {
}
.gwt-HorizontalSplitPanel .hsplitter {
cursor: move;
border: 0px;
background: #91c0ef url(images/vborder.png) repeat-y;
line-height: 0px;
}
.gwt-VerticalSplitPanel {
}
.gwt-VerticalSplitPanel .vsplitter {
cursor: move;
border: 0px;
background: #91c0ef url(images/hborder.png) repeat-x;
line-height: 0px;
}
.gwt-HTML {
}
.gwt-Hyperlink {
}
.gwt-Image {
}
.gwt-Label {
}
.gwt-ListBox {
}
.gwt-MenuBar {
cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
cursor: default;
}
.gwt-MenuBar .gwt-MenuItem-selected {
background: #cdcdcd;
}
.gwt-MenuBar .gwt-MenuItem-disabled {
color: #cdcdcd;
}
.gwt-MenuBar-horizontal {
background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
border: 1px solid #BBBBBB;
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
padding: 0px 10px;
vertical-align: bottom;
color: #666666;
font-weight: bold;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
width: 1px;
padding: 0px;
margin: 0px;
border: 0px;
border-right: 1px solid #888888;
background: white;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
width: 1px;
height: 1px;
background: white;
}
.gwt-MenuBar-vertical {
margin-top: 0px;
margin-right: 0px;
background: white;
}
.gwt-MenuBar-vertical table {
border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
padding: 4px 1px 4px 14px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
padding: 2px 0px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
height: 1px;
padding: 0px;
border: 0px;
border-top: 1px solid #777777;
background: #ddddee;
overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
padding-left: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
background: #cdcdcd;
}
.gwt-MenuBarPopup {
margin: 0px 3px 0px 0px;
}
.gwt-MenuBarPopup .menuPopupTopCenter {
background: url(images/hborder.png) 0px -12px repeat-x;
}
.gwt-MenuBarPopup .menuPopupBottomCenter {
background: url(images/hborder.png) 0px -13px repeat-x;
-background: url(images/hborder_ie6.png) 0px -13px repeat-x;
}
.gwt-MenuBarPopup .menuPopupMiddleLeft {
background: url(images/vborder.png) -12px 0px repeat-y;
-background: url(images/vborder_ie6.png) -12px 0px repeat-y;
}
.gwt-MenuBarPopup .menuPopupMiddleRight {
background: url(images/vborder.png) -13px 0px repeat-y;
-background: url(images/vborder_ie6.png) -13px 0px repeat-y;
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
width: 5px;
height: 5px;
zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
width: 8px;
height: 5px;
zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
width: 5px;
height: 8px;
zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
width: 8px;
height: 8px;
zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopLeft {
background: url(images/corner.png) no-repeat 0px -36px;
-background: url(images/corner_ie6.png) no-repeat 0px -36px;
}
.gwt-MenuBarPopup .menuPopupTopRight {
background: url(images/corner.png) no-repeat -5px -36px;
-background: url(images/corner_ie6.png) no-repeat -5px -36px;
}
.gwt-MenuBarPopup .menuPopupBottomLeft {
background: url(images/corner.png) no-repeat 0px -41px;
-background: url(images/corner_ie6.png) no-repeat 0px -41px;
}
.gwt-MenuBarPopup .menuPopupBottomRight {
background: url(images/corner.png) no-repeat -5px -41px;
-background: url(images/corner_ie6.png) no-repeat -5px -41px;
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
width: 5px;
height: 5px;
overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
width: 8px;
height: 5px;
overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
width: 5px;
height: 8px;
overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
width: 8px;
height: 8px;
overflow: hidden;
}
.gwt-PasswordTextBox {
padding: 2px;
}
.gwt-PasswordTextBox-readonly {
color: #888;
}
.gwt-PopupPanel {
border: 3px solid #e3e3e3;
padding: 3px;
background: white;
}
.gwt-DecoratedPopupPanel .popupContent {
}
.gwt-DecoratedPopupPanel .popupMiddleCenter {
padding: 3px;
background: #e3e3e3;
}
.gwt-DecoratedPopupPanel .popupTopCenter {
background: url(images/hborder.png) repeat-x;
}
.gwt-DecoratedPopupPanel .popupBottomCenter {
background: url(images/hborder.png) repeat-x 0px -4px;
-background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-DecoratedPopupPanel .popupMiddleLeft {
background: url(images/vborder.png) repeat-y;
}
.gwt-DecoratedPopupPanel .popupMiddleRight {
background: url(images/vborder.png) repeat-y -4px 0px;
-background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-DecoratedPopupPanel .popupTopLeftInner {
width: 5px;
height: 5px;
zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopRightInner {
width: 8px;
height: 5px;
zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomLeftInner {
width: 5px;
height: 8px;
zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomRightInner {
width: 8px;
height: 8px;
zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopLeft {
background: url(images/corner.png) no-repeat 0px -10px;
-background: url(images/corner_ie6.png) no-repeat 0px -10px;
}
.gwt-DecoratedPopupPanel .popupTopRight {
background: url(images/corner.png) no-repeat -5px -10px;
-background: url(images/corner_ie6.png) no-repeat -5px -10px;
}
.gwt-DecoratedPopupPanel .popupBottomLeft {
background: url(images/corner.png) no-repeat 0px -15px;
-background: url(images/corner_ie6.png) no-repeat 0px -15px;
}
.gwt-DecoratedPopupPanel .popupBottomRight {
background: url(images/corner.png) no-repeat -5px -15px;
-background: url(images/corner_ie6.png) no-repeat -5px -15px;
}
* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
width: 5px;
height: 5px;
overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupTopRightInner {
width: 8px;
height: 5px;
overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
width: 5px;
height: 8px;
overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
width: 8px;
height: 8px;
overflow: hidden;
}
.gwt-PopupPanelGlass {
background-color: #000;
opacity: 0.3;
filter: alpha(opacity=30);
}
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
margin: 0;
text-decoration: none;
background: url("images/hborder.png") repeat-x 0px -27px;
}
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled {
padding: 3px 5px 3px 5px;
}
.gwt-PushButton-up {
border: 1px outset #ccc;
cursor: pointer;
cursor: hand;
}
.gwt-PushButton-up-hovering {
border: 1px outset;
border-color: #9cf #69e #69e #7af;
cursor: pointer;
cursor: hand;
}
.gwt-PushButton-up-disabled {
border: 1px outset #ccc;
cursor: default;
opacity: .5;
filter: alpha(opacity=40);
zoom: 1;
}
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
padding: 4px 4px 2px 6px;
}
.gwt-PushButton-down {
border: 1px inset #666;
cursor: pointer;
cursor: hand;
}
.gwt-PushButton-down-hovering {
border: 1px inset;
border-color: #9cf #69e #69e #7af;
cursor: pointer;
cursor: hand;
}
.gwt-PushButton-down-disabled {
border: 1px outset #ccc;
cursor: default;
opacity: 0.5;
filter: alpha(opacity=40);
zoom: 1;
}
.gwt-RadioButton {
}
.gwt-RadioButton-disabled {
color: #888;
}
.gwt-RichTextArea {
}
.hasRichTextToolbar {
border: 0px;
}
.gwt-RichTextToolbar {
background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
border-bottom: 1px solid #BBBBBB;
padding: 3px;
margin: 0px;
}
.gwt-RichTextToolbar .gwt-PushButton-up {
padding: 0px 0px 0px 1px;
margin-left: 4px;
margin-bottom: 4px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 0px 0px 1px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-down {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 1px 0px 0px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 1px 0px 0px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 0px 0px 1px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 0px 0px 1px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 1px 0px 0px;
border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
margin-left: 4px;
margin-bottom: 4px;
padding: 0px 1px 0px 0px;
border-width: 1px;
}
.gwt-StackPanel {
border-bottom: 1px solid #bbbbbb;
}
.gwt-StackPanel .gwt-StackPanelItem {
cursor: pointer;
cursor: hand;
font-weight: bold;
font-size: 1.3em;
padding: 3px;
border: 1px solid #bbbbbb;
border-bottom: 0px;
background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-StackPanel .gwt-StackPanelContent {
border: 1px solid #bbbbbb;
border-bottom: 0px;
background: white;
padding: 2px 2px 10px 5px;
}
.gwt-DecoratedStackPanel {
border-bottom: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .gwt-StackPanelContent {
border: 1px solid #bbbbbb;
border-bottom: 0px;
background: white;
padding: 2px 5px 10px 2px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem {
cursor: pointer;
cursor: hand;
}
.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight {
height: 6px;
width: 6px;
zoom: 1;
}
.gwt-DecoratedStackPanel .stackItemTopLeft {
border-left: 1px solid #bbbbbb;
background: #e4e4e4 url(images/corner.png) no-repeat 0px -49px;
-background: #e4e4e4 url(images/corner_ie6.png) no-repeat 0px -49px;
}
.gwt-DecoratedStackPanel .stackItemTopRight {
border-right: 1px solid #bbbbbb;
background: #e4e4e4 url(images/corner.png) no-repeat -6px -49px;
-background: #e4e4e4 url(images/corner_ie6.png) no-repeat -6px -49px;
}
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
width: 1px;
height: 1px;
}
* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
width: 6px;
height: 6px;
overflow: hidden;
}
.gwt-DecoratedStackPanel .stackItemTopCenter {
background: url(images/hborder.png) 0px -21px repeat-x;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeft {
background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
border-left: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
width: 1px;
height: 1px;
}
.gwt-DecoratedStackPanel .stackItemMiddleRight {
background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleCenter {
font-weight: bold;
font-size: 1.3em;
background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
border: 0px;
background-color: white;
}
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
background-color: white;
}
.gwt-SuggestBox {
padding: 2px;
}
.gwt-SuggestBoxPopup {
margin-right: 3px;
}
.gwt-SuggestBoxPopup .item {
padding: 2px 6px;
color: #424242;
cursor: default;
}
.gwt-SuggestBoxPopup .item-selected {
background: #cdcdcd;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
background: url(images/hborder.png) repeat-x;
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
background: url(images/hborder.png) repeat-x 0px -4px;
-background: url(images/hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
background: url(images/vborder.png) repeat-y;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
background: url(images/vborder.png) repeat-y -4px 0px;
-background: url(images/vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
width: 5px;
height: 5px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
width: 8px;
height: 5px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
width: 5px;
height: 8px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
width: 8px;
height: 8px;
zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
background: url(images/corner.png) no-repeat 0px -23px;
-background: url(images/corner_ie6.png) no-repeat 0px -23px;
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
background: url(images/corner.png) no-repeat -5px -23px;
-background: url(images/corner_ie6.png) no-repeat -5px -23px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
background: url(images/corner.png) no-repeat 0px -28px;
-background: url(images/corner_ie6.png) no-repeat 0px -28px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
background: url(images/corner.png) no-repeat -5px -28px;
-background: url(images/corner_ie6.png) no-repeat -5px -28px;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
width: 5px;
height: 5px;
overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
width: 8px;
height: 5px;
overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
width: 5px;
height: 8px;
overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
width: 8px;
height: 8px;
overflow: hidden;
}
.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
width: 5px; /* first tab distance from the left */
}
.gwt-TabBar .gwt-TabBarRest {
}
.gwt-TabBar .gwt-TabBarItem {
margin-left: 6px;
padding: 3px 6px 3px 6px;
cursor: pointer;
cursor: hand;
color: black;
font-weight: bold;
text-align: center;
background: #e3e3e3;
}
.gwt-TabBar .gwt-TabBarItem-selected {
cursor: default;
background: #bcbcbc;
}
.gwt-TabBar .gwt-TabBarItem-disabled {
cursor: default;
color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
border-color: #bcbcbc;
border-style: solid;
border-width: 3px 2px 2px;
overflow: hidden;
padding: 6px;
}
.gwt-DecoratedTabBar {
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
width: 5px; /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
border-collapse: collapse;
margin-right: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
padding: 0px;
background: #e3e3e3;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
padding: 0px;
zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
width: 6px;
height: 6px;
}
.gwt-DecoratedTabBar .tabTopLeft {
background: url(images/corner.png) no-repeat 0px -55px;
-background: url(images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
background: url(images/corner.png) no-repeat -6px -55px;
-background: url(images/corner_ie6.png) no-repeat -6px -55px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
width: 6px;
height: 6px;
overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
width: 6px;
padding: 0px;
background: #e3e3e3 url(images/hborder.png) repeat-x 0px -1463px;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
width: 1px;
height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
padding: 0px 4px 2px 4px;
cursor: pointer;
cursor: hand;
color: black;
font-weight: bold;
text-align: center;
background: #e3e3e3 url(images/hborder.png) repeat-x 0px -1463px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
background: #747474;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
background: #bcbcbc url(images/hborder.png) repeat-x 0px -2511px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
cursor: default;
background: #bcbcbc url(images/hborder.png) repeat-x 0px -2511px;
color: white;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
cursor: default;
color: #999999;
}
.gwt-TextArea {
padding: 2px;
}
.gwt-TextArea-readonly {
color: #888;
}
.gwt-TextBox {
padding: 2px;
}
.gwt-TextBox-readonly {
color: #888;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled,
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
margin: 0;
text-decoration: none;
background: url("images/hborder.png") repeat-x 0px -27px;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled {
padding: 3px 5px 3px 5px;
}
.gwt-ToggleButton-up {
border: 1px outset #ccc;
cursor: pointer;
cursor: hand;
}
.gwt-ToggleButton-up-hovering {
border: 1px outset;
border-color: #9cf #69e #69e #7af;
cursor: pointer;
cursor: hand;
}
.gwt-ToggleButton-up-disabled {
border: 1px outset #ccc;
cursor: default;
opacity: .5;
zoom: 1;
filter: alpha(opacity=40);
}
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
padding: 4px 4px 2px 6px;
}
.gwt-ToggleButton-down {
background-position: 0 -513px;
border: 1px inset #ccc;
cursor: pointer;
cursor: hand;
}
.gwt-ToggleButton-down-hovering {
background-position: 0 -513px;
border: 1px inset;
border-color: #9cf #69e #69e #7af;
cursor: pointer;
cursor: hand;
}
.gwt-ToggleButton-down-disabled {
background-position: 0 -513px;
border: 1px inset #ccc;
cursor: default;
opacity: .5;
zoom: 1;
filter: alpha(opacity=40);
}
.gwt-Tree .gwt-TreeItem {
padding: 1px 0px;
margin: 0px;
white-space: nowrap;
cursor: hand;
cursor: pointer;
zoom: 1;
}
.gwt-Tree .gwt-TreeItem-selected {
background: #93c2f1 url(images/hborder.png) repeat-x 0px -1463px;
}
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
margin-right: 0px;
}
* html .gwt-TreeItem .gwt-RadioButton input,
* html .gwt-TreeItem .gwt-CheckBox input {
margin-right: -4px;
}
.gwt-DateBox input {
width: 8em;
}
.dateBoxFormatError {
background: #eed6d6;
}
.dateBoxPopup {
}
.gwt-DatePicker {
border: 1px solid #888;
cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
outline: none
}
.datePickerDays {
width: 100%;
background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
font-size: 75%;
text-align: center;
padding: 4px;
outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
background: #c1c1c1;
padding: 0px 4px 2px;
cursor: default;
}
.datePickerDay {
padding: 4px;
cursor: hand;
cursor: pointer;
}
.datePickerDayIsToday {
border: 1px solid black;
padding: 3px;
}
.datePickerDayIsWeekend {
background: #EEEEEE;
}
.datePickerDayIsFiller {
color: #888888;
}
.datePickerDayIsValue {
background: #abf;
}
.datePickerDayIsDisabled {
color: #AAAAAA;
font-style: italic;
}
.datePickerDayIsHighlighted {
background: #dde;
}
.datePickerDayIsValueAndHighlighted {
background: #ccf;
}
.datePickerMonthSelector {
background: #c1c1c1;
width: 100%;
}
td.datePickerMonth {
text-align: center;
vertical-align: center;
white-space: nowrap;
font-size: 70%;
font-weight: bold;
}
.datePickerPreviousButton,
.datePickerNextButton {
font-size: 120%;
line-height: 1em;
cursor: hand;
cursor: pointer;
padding: 0px 4px;
}
.gwt-StackLayoutPanel {
border-bottom: 1px solid #bbbbbb;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
cursor: pointer;
cursor: hand;
border: 1px solid #bbbbbb;
border-bottom: 0px;
background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
font-weight: bold;
font-size: 1.3em;
padding: 3px;
text-align: center;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
background: #d3def6 url(images/hborder.png) repeat-x 0px -1464px;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
border: 1px solid #bbbbbb;
border-bottom: 0px;
background: white;
padding: 2px 5px 10px 2px;
}
.gwt-TabLayoutPanel {
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
}
.gwt-TabLayoutPanelContentContainer {
border-color: #bcbcbc;
border-style: solid;
border-width: 2px 1px 1px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
border-color: #bcbcbc;
border-style: solid;
border-width: 1px;
overflow: hidden;
padding: 6px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
margin-left: 6px;
padding: 3px 6px 3px 6px;
cursor: pointer;
cursor: hand;
color: black;
font-weight: bold;
text-align: center;
background: #e3e3e3;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
cursor: default;
background: #bcbcbc;
}
.gwt-SplitLayoutPanel-HDragger {
background: white url(images/splitPanelThumb.png) center center no-repeat;
cursor: col-resize;
}
.gwt-SplitLayoutPanel-VDragger {
background: white url(images/splitPanelThumb.png) center center no-repeat;
cursor: row-resize;
}
|
native_client_sdk/doc_generated/pepper_stable/c/ppb__video__decoder_8h.html | M4sse/chromium.src | {{+bindTo:partials.standard_nacl_api}}
<h1>ppb_video_decoder.h File Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
<!-- Generated by Doxygen 1.7.6.1 -->
</div>
<!--header-->
<div class="contents">
<div class="textblock"><div class="dynheader">
Include dependency graph for ppb_video_decoder.h:</div>
<div class="dyncontent">
<div class="center"><img src="ppb__video__decoder_8h__incl.png" border="0" usemap="#ppb__video__decoder_8h" alt="" /></div>
<map name="ppb__video__decoder_8h" id="ppb__video__decoder_8h">
</map>
</div>
</div><h2>
Data Structures</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___video_decoder__0__1.html">PPB_VideoDecoder</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Video decoder interface. <a href="struct_p_p_b___video_decoder__0__1.html#details">More...</a><br /></td></tr>
</table><h2>
Defines</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="ppb__video__decoder_8h.html#aa2111c736f441e1443e035d97fec6e60">PPB_VIDEODECODER_INTERFACE</a>   "PPB_VideoDecoder;0.1"</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="ppb__video__decoder_8h.html#ae369609aebfa745c1836ef92e9b76aa2">PPB_VIDEODECODER_INTERFACE</a>   <a class="el" href="ppb__video__decoder_8h.html#aa2111c736f441e1443e035d97fec6e60">PPB_VIDEODECODER_INTERFACE</a></td></tr>
</table><h2>
Typedefs</h2><table class="memberdecls">
<tr><td class="memItemLeft" align="right" valign="top">typedef struct <a class="el" href="struct_p_p_b___video_decoder__0__1.html">PPB_VideoDecoder</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group___interfaces.html#ga51985201c71f67da635ad7aa04d1aeff">PPB_VideoDecoder</a></td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>This file defines the <code>PPB_VideoDecoder</code> interface. </p>
</div><hr /><h2>Define Documentation</h2>
<a class="anchor" id="ae369609aebfa745c1836ef92e9b76aa2"></a><!-- doxytag: member="ppb_video_decoder.h::PPB_VIDEODECODER_INTERFACE" ref="ae369609aebfa745c1836ef92e9b76aa2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="ppb__video__decoder_8h.html#ae369609aebfa745c1836ef92e9b76aa2">PPB_VIDEODECODER_INTERFACE</a>   <a class="el" href="ppb__video__decoder_8h.html#aa2111c736f441e1443e035d97fec6e60">PPB_VIDEODECODER_INTERFACE</a></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="aa2111c736f441e1443e035d97fec6e60"></a><!-- doxytag: member="ppb_video_decoder.h::PPB_VIDEODECODER_INTERFACE" ref="aa2111c736f441e1443e035d97fec6e60" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define <a class="el" href="ppb__video__decoder_8h.html#aa2111c736f441e1443e035d97fec6e60">PPB_VIDEODECODER_INTERFACE</a>   "PPB_VideoDecoder;0.1"</td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}
|
third_party/blink/web_tests/compositing/squashing/squashed-clip-parent-expected.html | scheib/chromium | <!DOCTYPE html>
<style>
#squashed {
position:absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: green;
}
</style>
<div id="squashed">
This test suceeds if you only see this line with a green background.
</div>
|
native_client_sdk/doc_generated/pepper_beta/c/index.html | TeamEOS/external_chromium_org | {{+bindTo:partials.standard_nacl_article}}
<span class="target" id="pepper-beta-c-index"></span><section id="pepper-c-api-reference-beta">
<h1 id="pepper-c-api-reference-beta">Pepper C API Reference (Beta)</h1>
<p>This page lists the C API for Pepper 36. Apps that use this API can
run in Chrome 36 or higher.</p>
<section id="id1">
<h2 id="id1"><a class="reference external" href="group___interfaces.html">Interfaces</a></h2>
<blockquote>
<div><ul class="small-gap">
<li><a class="reference external" href="struct_p_p_b___audio__1__1.html">PPB_Audio</a></li>
<li><a class="reference external" href="struct_p_p_b___audio_buffer__0__1.html">PPB_AudioBuffer</a></li>
<li><a class="reference external" href="struct_p_p_b___audio_config__1__1.html">PPB_AudioConfig</a></li>
<li><a class="reference external" href="struct_p_p_b___console__1__0.html">PPB_Console</a></li>
<li><a class="reference external" href="struct_p_p_b___core__1__0.html">PPB_Core</a></li>
<li><a class="reference external" href="struct_p_p_b___file_i_o__1__1.html">PPB_FileIO</a></li>
<li><a class="reference external" href="struct_p_p_b___file_mapping__0__1.html">PPB_FileMapping</a></li>
<li><a class="reference external" href="struct_p_p_b___file_ref__1__2.html">PPB_FileRef</a></li>
<li><a class="reference external" href="struct_p_p_b___file_system__1__0.html">PPB_FileSystem</a></li>
<li><a class="reference external" href="struct_p_p_b___fullscreen__1__0.html">PPB_Fullscreen</a></li>
<li><a class="reference external" href="struct_p_p_b___gamepad__1__0.html">PPB_Gamepad</a></li>
<li><a class="reference external" href="struct_p_p_b___graphics2_d__1__1.html">PPB_Graphics2D</a></li>
<li><a class="reference external" href="struct_p_p_b___graphics3_d__1__0.html">PPB_Graphics3D</a></li>
<li><a class="reference external" href="struct_p_p_b___host_resolver__1__0.html">PPB_HostResolver</a></li>
<li><a class="reference external" href="struct_p_p_b___i_m_e_input_event__1__0.html">PPB_IMEInputEvent</a></li>
<li><a class="reference external" href="struct_p_p_b___image_data__1__0.html">PPB_ImageData</a></li>
<li><a class="reference external" href="struct_p_p_b___input_event__1__0.html">PPB_InputEvent</a></li>
<li><a class="reference external" href="struct_p_p_b___instance__1__0.html">PPB_Instance</a></li>
<li><a class="reference external" href="struct_p_p_b___keyboard_input_event__1__2.html">PPB_KeyboardInputEvent</a></li>
<li><a class="reference external" href="struct_p_p_b___media_stream_audio_track__0__1.html">PPB_MediaStreamAudioTrack</a></li>
<li><a class="reference external" href="struct_p_p_b___media_stream_video_track__1__0.html">PPB_MediaStreamVideoTrack</a></li>
<li><a class="reference external" href="struct_p_p_b___message_loop__1__0.html">PPB_MessageLoop</a></li>
<li><a class="reference external" href="struct_p_p_b___messaging__1__0.html">PPB_Messaging</a></li>
<li><a class="reference external" href="struct_p_p_b___mouse_cursor__1__0.html">PPB_MouseCursor</a></li>
<li><a class="reference external" href="struct_p_p_b___mouse_input_event__1__1.html">PPB_MouseInputEvent</a></li>
<li><a class="reference external" href="struct_p_p_b___mouse_lock__1__0.html">PPB_MouseLock</a></li>
<li><a class="reference external" href="struct_p_p_b___net_address__1__0.html">PPB_NetAddress</a></li>
<li><a class="reference external" href="struct_p_p_b___network_list__1__0.html">PPB_NetworkList</a></li>
<li><a class="reference external" href="struct_p_p_b___network_monitor__1__0.html">PPB_NetworkMonitor</a></li>
<li><a class="reference external" href="struct_p_p_b___network_proxy__1__0.html">PPB_NetworkProxy</a></li>
<li><a class="reference external" href="struct_p_p_b___t_c_p_socket__1__1.html">PPB_TCPSocket</a></li>
<li><a class="reference external" href="struct_p_p_b___text_input_controller__1__0.html">PPB_TextInputController</a></li>
<li><a class="reference external" href="struct_p_p_b___touch_input_event__1__0.html">PPB_TouchInputEvent</a></li>
<li><a class="reference external" href="struct_p_p_b___u_d_p_socket__1__0.html">PPB_UDPSocket</a></li>
<li><a class="reference external" href="struct_p_p_b___u_r_l_loader__1__0.html">PPB_URLLoader</a></li>
<li><a class="reference external" href="struct_p_p_b___u_r_l_request_info__1__0.html">PPB_URLRequestInfo</a></li>
<li><a class="reference external" href="struct_p_p_b___u_r_l_response_info__1__0.html">PPB_URLResponseInfo</a></li>
<li><a class="reference external" href="struct_p_p_b___var__1__2.html">PPB_Var</a></li>
<li><a class="reference external" href="struct_p_p_b___var_array__1__0.html">PPB_VarArray</a></li>
<li><a class="reference external" href="struct_p_p_b___var_array_buffer__1__0.html">PPB_VarArrayBuffer</a></li>
<li><a class="reference external" href="struct_p_p_b___var_dictionary__1__0.html">PPB_VarDictionary</a></li>
<li><a class="reference external" href="struct_p_p_b___video_decoder__0__1.html">PPB_VideoDecoder</a></li>
<li><a class="reference external" href="struct_p_p_b___video_frame__0__1.html">PPB_VideoFrame</a></li>
<li><a class="reference external" href="struct_p_p_b___view__1__1.html">PPB_View</a></li>
<li><a class="reference external" href="struct_p_p_b___web_socket__1__0.html">PPB_WebSocket</a></li>
<li><a class="reference external" href="struct_p_p_b___wheel_input_event__1__0.html">PPB_WheelInputEvent</a></li>
<li><a class="reference external" href="struct_p_p_p___graphics3_d__1__0.html">PPP_Graphics3D</a></li>
<li><a class="reference external" href="struct_p_p_p___input_event__0__1.html">PPP_InputEvent</a></li>
<li><a class="reference external" href="struct_p_p_p___instance__1__1.html">PPP_Instance</a></li>
<li><a class="reference external" href="struct_p_p_p___messaging__1__0.html">PPP_Messaging</a></li>
<li><a class="reference external" href="struct_p_p_p___mouse_lock__1__0.html">PPP_MouseLock</a></li>
</ul>
</div></blockquote>
</section><section id="id2">
<h2 id="id2"><a class="reference external" href="group___structs.html">Structures</a></h2>
<blockquote>
<div><ul class="small-gap">
<li><a class="reference external" href="struct_p_p___array_output.html">PP_ArrayOutput</a></li>
<li><a class="reference external" href="struct_p_p___completion_callback.html">PP_CompletionCallback</a></li>
<li><a class="reference external" href="struct_p_p___directory_entry.html">PP_DirectoryEntry</a></li>
<li><a class="reference external" href="struct_p_p___file_info.html">PP_FileInfo</a></li>
<li><a class="reference external" href="struct_p_p___float_point.html">PP_FloatPoint</a></li>
<li><a class="reference external" href="struct_p_p___gamepad_sample_data.html">PP_GamepadSampleData</a></li>
<li><a class="reference external" href="struct_p_p___gamepads_sample_data.html">PP_GamepadsSampleData</a></li>
<li><a class="reference external" href="struct_p_p___host_resolver___hint.html">PP_HostResolver_Hint</a></li>
<li><a class="reference external" href="struct_p_p___image_data_desc.html">PP_ImageDataDesc</a></li>
<li><a class="reference external" href="struct_p_p___input_event___character.html">PP_InputEvent_Character</a></li>
<li><a class="reference external" href="struct_p_p___input_event___key.html">PP_InputEvent_Key</a></li>
<li><a class="reference external" href="struct_p_p___input_event___mouse.html">PP_InputEvent_Mouse</a></li>
<li><a class="reference external" href="struct_p_p___input_event___wheel.html">PP_InputEvent_Wheel</a></li>
<li><a class="reference external" href="struct_p_p___net_address___i_pv4.html">PP_NetAddress_IPv4</a></li>
<li><a class="reference external" href="struct_p_p___net_address___i_pv6.html">PP_NetAddress_IPv6</a></li>
<li><a class="reference external" href="struct_p_p___point.html">PP_Point</a></li>
<li><a class="reference external" href="struct_p_p___rect.html">PP_Rect</a></li>
<li><a class="reference external" href="struct_p_p___size.html">PP_Size</a></li>
<li><a class="reference external" href="struct_p_p___touch_point.html">PP_TouchPoint</a></li>
<li><a class="reference external" href="struct_p_p___var.html">PP_Var</a></li>
<li><a class="reference external" href="struct_p_p___video_picture.html">PP_VideoPicture</a></li>
<li><a class="reference external" href="union_p_p___var_value.html">PP_VarValue</a></li>
</ul>
</div></blockquote>
</section><section id="id3">
<h2 id="id3"><a class="reference external" href="group___functions.html">Functions</a></h2>
</section><section id="id4">
<h2 id="id4"><a class="reference external" href="group___enums.html">Enums</a></h2>
</section><section id="id5">
<h2 id="id5"><a class="reference external" href="group___typedefs.html">Typedefs</a></h2>
</section><section id="id6">
<h2 id="id6"><a class="reference external" href="globals_defs.html">Macros</a></h2>
</section><section id="files">
<h2 id="files">Files</h2>
<blockquote>
<div><ul class="small-gap">
<li><a class="reference external" href="pp__array__output_8h.html">pp_array_output.h</a></li>
<li><a class="reference external" href="pp__bool_8h.html">pp_bool.h</a></li>
<li><a class="reference external" href="pp__codecs_8h.html">pp_codecs.h</a></li>
<li><a class="reference external" href="pp__completion__callback_8h.html">pp_completion_callback.h</a></li>
<li><a class="reference external" href="pp__directory__entry_8h.html">pp_directory_entry.h</a></li>
<li><a class="reference external" href="pp__errors_8h.html">pp_errors.h</a></li>
<li><a class="reference external" href="pp__file__info_8h.html">pp_file_info.h</a></li>
<li><a class="reference external" href="pp__graphics__3d_8h.html">pp_graphics_3d.h</a></li>
<li><a class="reference external" href="pp__input__event_8h.html">pp_input_event.h</a></li>
<li><a class="reference external" href="pp__instance_8h.html">pp_instance.h</a></li>
<li><a class="reference external" href="pp__module_8h.html">pp_module.h</a></li>
<li><a class="reference external" href="pp__point_8h.html">pp_point.h</a></li>
<li><a class="reference external" href="pp__rect_8h.html">pp_rect.h</a></li>
<li><a class="reference external" href="pp__resource_8h.html">pp_resource.h</a></li>
<li><a class="reference external" href="pp__size_8h.html">pp_size.h</a></li>
<li><a class="reference external" href="pp__stdint_8h.html">pp_stdint.h</a></li>
<li><a class="reference external" href="pp__time_8h.html">pp_time.h</a></li>
<li><a class="reference external" href="pp__touch__point_8h.html">pp_touch_point.h</a></li>
<li><a class="reference external" href="pp__var_8h.html">pp_var.h</a></li>
<li><a class="reference external" href="ppb_8h.html">ppb.h</a></li>
<li><a class="reference external" href="ppb__audio_8h.html">ppb_audio.h</a></li>
<li><a class="reference external" href="ppb__audio__buffer_8h.html">ppb_audio_buffer.h</a></li>
<li><a class="reference external" href="ppb__audio__config_8h.html">ppb_audio_config.h</a></li>
<li><a class="reference external" href="ppb__console_8h.html">ppb_console.h</a></li>
<li><a class="reference external" href="ppb__core_8h.html">ppb_core.h</a></li>
<li><a class="reference external" href="ppb__file__io_8h.html">ppb_file_io.h</a></li>
<li><a class="reference external" href="ppb__file__mapping_8h.html">ppb_file_mapping.h</a></li>
<li><a class="reference external" href="ppb__file__ref_8h.html">ppb_file_ref.h</a></li>
<li><a class="reference external" href="ppb__file__system_8h.html">ppb_file_system.h</a></li>
<li><a class="reference external" href="ppb__fullscreen_8h.html">ppb_fullscreen.h</a></li>
<li><a class="reference external" href="ppb__gamepad_8h.html">ppb_gamepad.h</a></li>
<li><a class="reference external" href="ppb__graphics__2d_8h.html">ppb_graphics_2d.h</a></li>
<li><a class="reference external" href="ppb__graphics__3d_8h.html">ppb_graphics_3d.h</a></li>
<li><a class="reference external" href="ppb__host__resolver_8h.html">ppb_host_resolver.h</a></li>
<li><a class="reference external" href="ppb__image__data_8h.html">ppb_image_data.h</a></li>
<li><a class="reference external" href="ppb__input__event_8h.html">ppb_input_event.h</a></li>
<li><a class="reference external" href="ppb__instance_8h.html">ppb_instance.h</a></li>
<li><a class="reference external" href="ppb__media__stream__audio__track_8h.html">ppb_media_stream_audio_track.h</a></li>
<li><a class="reference external" href="ppb__media__stream__video__track_8h.html">ppb_media_stream_video_track.h</a></li>
<li><a class="reference external" href="ppb__message__loop_8h.html">ppb_message_loop.h</a></li>
<li><a class="reference external" href="ppb__messaging_8h.html">ppb_messaging.h</a></li>
<li><a class="reference external" href="ppb__mouse__cursor_8h.html">ppb_mouse_cursor.h</a></li>
<li><a class="reference external" href="ppb__mouse__lock_8h.html">ppb_mouse_lock.h</a></li>
<li><a class="reference external" href="ppb__net__address_8h.html">ppb_net_address.h</a></li>
<li><a class="reference external" href="ppb__network__list_8h.html">ppb_network_list.h</a></li>
<li><a class="reference external" href="ppb__network__monitor_8h.html">ppb_network_monitor.h</a></li>
<li><a class="reference external" href="ppb__network__proxy_8h.html">ppb_network_proxy.h</a></li>
<li><a class="reference external" href="ppb__tcp__socket_8h.html">ppb_tcp_socket.h</a></li>
<li><a class="reference external" href="ppb__text__input__controller_8h.html">ppb_text_input_controller.h</a></li>
<li><a class="reference external" href="ppb__udp__socket_8h.html">ppb_udp_socket.h</a></li>
<li><a class="reference external" href="ppb__url__loader_8h.html">ppb_url_loader.h</a></li>
<li><a class="reference external" href="ppb__url__request__info_8h.html">ppb_url_request_info.h</a></li>
<li><a class="reference external" href="ppb__url__response__info_8h.html">ppb_url_response_info.h</a></li>
<li><a class="reference external" href="ppb__var_8h.html">ppb_var.h</a></li>
<li><a class="reference external" href="ppb__var__array_8h.html">ppb_var_array.h</a></li>
<li><a class="reference external" href="ppb__var__array__buffer_8h.html">ppb_var_array_buffer.h</a></li>
<li><a class="reference external" href="ppb__var__dictionary_8h.html">ppb_var_dictionary.h</a></li>
<li><a class="reference external" href="ppb__video__decoder_8h.html">ppb_video_decoder.h</a></li>
<li><a class="reference external" href="ppb__video__frame_8h.html">ppb_video_frame.h</a></li>
<li><a class="reference external" href="ppb__view_8h.html">ppb_view.h</a></li>
<li><a class="reference external" href="ppb__websocket_8h.html">ppb_websocket.h</a></li>
<li><a class="reference external" href="ppp_8h.html">ppp.h</a></li>
<li><a class="reference external" href="ppp__graphics__3d_8h.html">ppp_graphics_3d.h</a></li>
<li><a class="reference external" href="ppp__input__event_8h.html">ppp_input_event.h</a></li>
<li><a class="reference external" href="ppp__instance_8h.html">ppp_instance.h</a></li>
<li><a class="reference external" href="ppp__messaging_8h.html">ppp_messaging.h</a></li>
<li><a class="reference external" href="ppp__mouse__lock_8h.html">ppp_mouse_lock.h</a></li>
</ul>
</div></blockquote>
</section></section>
{{/partials.standard_nacl_article}}
|
node_modules/zombie/node_modules/html5/data/tree-construction/tests9.dat-22/input.html | danpomerantz/buses | <!DOCTYPE html><frameset></frameset><math><mi></mi><mi></mi><p><span>
|
archive/1.3.9/tests/qunit-all.html | doubleblacktech/learn-plumb | <!doctype html>
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
<style>
body { text-align:center; font-family:"courier";}
#header { padding-bottom:1em; }
#iframe { width:100%; height:100%; }
a { text-decoration:none; margin:0.5em;}
a:hover { text-decoration:underline; }
</style>
</head>
<body>
<div id="header">
<p>click a link to run some tests.</p>
<div id="links"></div>
</div>
<div id="body">
<iframe src="" id="iframe"></iframe>
</div>
<script>
$(function() {
var lib = [ "jQuery"/*, "MooTools", "YUI" */],
render = [ "Canvas", "SVG", "VML" ];
for (var i = 0; i < lib.length; i++) {
for (var j = 0; j < render.length; j++) {
$("#links").append("<a href=\"qunit-" + render[j].toLowerCase() + "-" + lib[i].toLowerCase() + ".html\">" + lib[i] + "+" + render[j] + "</a>");
$("#links").append("<a href=\"qunit-" + render[j].toLowerCase() + "-" + lib[i].toLowerCase() + "-instance.html\">" + lib[i] + "+" + render[j] + " (instance) </a>");
}
}
$("a").live("click", function() {
$("#iframe")[0].src = $(this).attr("href");
return false;
});
$("#body").height($(window).height() - $("#header").height());
});
</script>
</body>
</html> |
documentation/functions_vars_0x63.html | Tomaszber93/tibiaapi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TibiaAPI: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<script type="text/javascript">
<!--
function changeDisplayState (e){
var num=this.id.replace(/[^[0-9]/g,'');
var button=this.firstChild;
var sectionDiv=document.getElementById('dynsection'+num);
if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
sectionDiv.style.display='block';
button.src='open.gif';
}else{
sectionDiv.style.display='none';
button.src='closed.gif';
}
}
function initDynSections(){
var divs=document.getElementsByTagName('div');
var sectionCounter=1;
for(var i=0;i<divs.length-1;i++){
if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
var header=divs[i];
var section=divs[i+1];
var button=header.firstChild;
if (button!='IMG'){
divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
button=document.createElement('img');
divs[i].insertBefore(button,divs[i].firstChild);
}
header.style.cursor='pointer';
header.onclick=changeDisplayState;
header.id='dynheader'+sectionCounter;
button.src='closed.gif';
section.id='dynsection'+sectionCounter;
section.style.display='none';
section.style.marginLeft='14px';
sectionCounter++;
}
}
}
window.onload = initDynSections;
-->
</script>
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_prop.html"><span>Properties</span></a></li>
<li><a href="functions_evnt.html"><span>Events</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions_vars.html#index_a"><span>a</span></a></li>
<li><a href="functions_vars_0x62.html#index_b"><span>b</span></a></li>
<li class="current"><a href="functions_vars_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_vars_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_vars_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_vars_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_vars_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_vars_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_vars_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_vars_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="functions_vars_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_vars_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_vars_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_vars_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_vars_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_vars_0x71.html#index_q"><span>q</span></a></li>
<li><a href="functions_vars_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_vars_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_vars_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_vars_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_vars_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_vars_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_vars_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_vars_0x79.html#index_y"><span>y</span></a></li>
<li><a href="functions_vars_0x7a.html#index_z"><span>z</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<p>
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
<li>CancelInvisibility
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#79702872e2bcc032bd18f7c104e91321">Tibia.Constants.Spells</a>
<li>CanLookAt
: <a class="el" href="class_tibia_1_1_addresses_1_1_dat_item.html#616d6bb9a2c6587b769ff7f44ced0a18">Tibia.Addresses.DatItem</a>
<li>Cap
: <a class="el" href="class_tibia_1_1_addresses_1_1_player.html#5a1936ab5c4f75ab637a6a67556b3411">Tibia.Addresses.Player</a>
<li>Carrot
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_food.html#984248bab40017555b0e1a0e317af80e">Tibia.Constants.Items.Food</a>
<li>Category
: <a class="el" href="class_tibia_1_1_objects_1_1_spell.html#0f350906277b60743016a319f737714e">Tibia.Objects.Spell</a>
<li>cb
: <a class="el" href="struct_tibia_1_1_util_1_1_win_api_1_1_s_t_a_r_t_u_p_i_n_f_o.html#4c18031f40be5775dd0e583c58999ba7">Tibia.Util.WinApi.STARTUPINFO</a>
<li>cbReserved2
: <a class="el" href="struct_tibia_1_1_util_1_1_win_api_1_1_s_t_a_r_t_u_p_i_n_f_o.html#f0ed3ded93a712f085e014f906e1fb6f">Tibia.Util.WinApi.STARTUPINFO</a>
<li>Challenge
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#25493f6880023101e591b54b189ded85">Tibia.Constants.Spells</a>
<li>Chameleon
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_rune.html#5d33de9e9151834f35bb09bfd2bb3613">Tibia.Constants.Items.Rune</a>
, <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#334e8c1fa87aa15e3f9ca44fdc4862b3">Tibia.Constants.Spells</a>
<li>Channel
: <a class="el" href="struct_tibia_1_1_objects_1_1_chat_message.html#9b93f58131c98330f0ca81ad9e793c5a">Tibia.Objects.ChatMessage</a>
<li>CharName
: <a class="el" href="class_tibia_1_1_website_1_1_char_death.html#0f999faa94f1287dd3ac832790f8d77c">Tibia.Website.CharDeath</a>
<li>Cheese
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_food.html#ea80c77f91baedc075105d8a9262ab27">Tibia.Constants.Items.Food</a>
<li>Cherry
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_food.html#a99aaff44f7fccbeb5ff8b41a196e858">Tibia.Constants.Items.Food</a>
<li>ChickenFeather
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_quest.html#a7c1ae66fcc79c74773976f1e59b2361">Tibia.Constants.Items.Quest</a>
<li>ClickContextMenuCreatureId
: <a class="el" href="class_tibia_1_1_addresses_1_1_client.html#a5c1bb27f1a305d4960e362f7deea226">Tibia.Addresses.Client</a>
<li>ClickContextMenuItemGroundId
: <a class="el" href="class_tibia_1_1_addresses_1_1_client.html#65ef9fd3c4ad3ed5b177a4a26768ea55">Tibia.Addresses.Client</a>
<li>ClickContextMenuItemId
: <a class="el" href="class_tibia_1_1_addresses_1_1_client.html#0799bc47b65feb77129f3257b96be653">Tibia.Addresses.Client</a>
<li>ClickCount
: <a class="el" href="class_tibia_1_1_addresses_1_1_client.html#ac9d2cd08c37cee3a00a5af443f625e2">Tibia.Addresses.Client</a>
<li>ClickId
: <a class="el" href="class_tibia_1_1_addresses_1_1_client.html#bac33dceaa3a362764e2b4390ae9ae9a">Tibia.Addresses.Client</a>
<li>ClickZ
: <a class="el" href="class_tibia_1_1_addresses_1_1_client.html#54333961a1f81bc1ec2619cc51e513ef">Tibia.Addresses.Client</a>
<li>client
: <a class="el" href="class_tibia_1_1_objects_1_1_creature.html#f7ab328e9a15aa75a4d4bab9e3cacbd0">Tibia.Objects.Creature</a>
, <a class="el" href="class_tibia_1_1_objects_1_1_item.html#dd9368b457929d5989181394dce88c8e">Tibia.Objects.Item</a>
<li>clientPaths
: <a class="el" href="class_tibia_1_1_util_1_1_client_chooser_options.html#57ffeede09f43bd581b588733d25c769">Tibia.Util.ClientChooserOptions</a>
<li>ClosedHole
: <a class="el" href="class_tibia_1_1_constants_1_1_tiles_1_1_closed_holes.html#fa0ac4366cc46a7472e285b0552133f6">Tibia.Constants.Tiles.ClosedHoles</a>
<li>ClosedHole2
: <a class="el" href="class_tibia_1_1_constants_1_1_tiles_1_1_closed_holes.html#078a74e5d6a03d58c5404b2a667e565c">Tibia.Constants.Tiles.ClosedHoles</a>
<li>ClosedHole3
: <a class="el" href="class_tibia_1_1_constants_1_1_tiles_1_1_closed_holes.html#b4d76f8f46b62c9c4593e8e2aea81250">Tibia.Constants.Tiles.ClosedHoles</a>
<li>Club
: <a class="el" href="class_tibia_1_1_addresses_1_1_player.html#55a1683d2fde267f60dc2be3e047cde6">Tibia.Addresses.Player</a>
<li>ClubPercent
: <a class="el" href="class_tibia_1_1_addresses_1_1_player.html#c44e3463939604d9baf3356aa8b8e04a">Tibia.Addresses.Player</a>
<li>ClubRing
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_ring.html#4997b29077aa1ccc6e7afd5bc784a86c">Tibia.Constants.Items.Ring</a>
<li>Coconut
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_food.html#f0cc5b0c07868a3e5ec44ec15994c5b6">Tibia.Constants.Items.Food</a>
<li>Comment
: <a class="el" href="class_tibia_1_1_website_1_1_char_info.html#ec9d7a1c84467bdc89b3b6aa9fd87f08">Tibia.Website.CharInfo</a>
<li>ConjureArrow
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#a87cead86562326f54a4b731fc1279e8">Tibia.Constants.Spells</a>
<li>ConjureBolt
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#1a6d613a8336c6753d781532a27a38de">Tibia.Constants.Spells</a>
<li>ConjurePiercingBolt
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#098bfc0500d149c6b035f2ebc48864fb">Tibia.Constants.Spells</a>
<li>ConjureSniperArrow
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#c1367352fbbda78866bf5633542f0679">Tibia.Constants.Spells</a>
<li>ContainerId
: <a class="el" href="class_tibia_1_1_objects_1_1_item_location.html#50a54e2a9e1cf0c82120a6e7226e0404">Tibia.Objects.ItemLocation</a>
<li>Containers
: <a class="el" href="class_tibia_1_1_constants_1_1_item_lists.html#8f67ae3742b9b6ef1a474fccdafe98de">Tibia.Constants.ItemLists</a>
<li>ContainerSlot
: <a class="el" href="class_tibia_1_1_objects_1_1_item_location.html#cca65db950ab8c7a81fccb13edb57fd4">Tibia.Objects.ItemLocation</a>
<li>Control
: <a class="el" href="class_tibia_1_1_keyboard_hook.html#02e806d5090e4487584adc28a6ad96aa">Tibia.KeyboardHook</a>
<li>ConvinceCreature
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#d7dc23ca44d83e2b9a59afa0d472cff2">Tibia.Constants.Spells</a>
, <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_rune.html#f6dcdd04cb2b3754f43d654e4b988221">Tibia.Constants.Items.Rune</a>
<li>Cookie
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_food.html#95de7b3eed2d093a518b0a8e64b7a48b">Tibia.Constants.Items.Food</a>
<li>Corncob
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_food.html#c91fdd17e9c0e27fa48611c3d5758f05">Tibia.Constants.Items.Food</a>
<li>count
: <a class="el" href="class_tibia_1_1_objects_1_1_item.html#4265a03c097d4358de4787cfe3633727">Tibia.Objects.Item</a>
<li>CREATE_SUSPENDED
: <a class="el" href="class_tibia_1_1_util_1_1_win_api.html#53deadcf4b40d7559725d126e9feff2f">Tibia.Util.WinApi</a>
<li>CreatureIllusion
: <a class="el" href="class_tibia_1_1_constants_1_1_spells.html#b20750793da7d6289554f5aa4191c078">Tibia.Constants.Spells</a>
<li>creatures
: <a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_map_packet.html#a9236087b0cd25585121fd125cfc8319">Tibia.Packets.Incoming.MapPacket</a>
<li>CrocodileBoots
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_boots.html#1ae43c6a389e03e7fc49470c211a1748">Tibia.Constants.Items.Boots</a>
<li>CrystalCoin
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_valuable.html#a174e0f89a518f630a5d73c56a3fe1eb">Tibia.Constants.Items.Valuable</a>
<li>CrystalNecklace
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_neck.html#273139bc9093d889d0c41e3cf7b975ba">Tibia.Constants.Items.Neck</a>
<li>CrystalRing
: <a class="el" href="class_tibia_1_1_constants_1_1_items_1_1_ring.html#15171281ff73b1b927f012a02503c4b6">Tibia.Constants.Items.Ring</a>
<li>CurrentTibiaVersion
: <a class="el" href="class_tibia_1_1_constants_1_1_t_a_constants.html#3ca8e2a4410bf514281fadf09ce2b542">Tibia.Constants.TAConstants</a>
<li>CurrentTileToGo
: <a class="el" href="class_tibia_1_1_addresses_1_1_player.html#1c7ca74cc0ff8e2d2b20f0102911f5c3">Tibia.Addresses.Player</a>
<li>CurrentVersion
: <a class="el" href="class_tibia_1_1_version.html#33b540515c93fd52e1ff70c76dcc9ef9">Tibia.Version</a>
<li>CurrentVersionString
: <a class="el" href="class_tibia_1_1_version.html#9fe24b1a9fb4a3bd2745f4224bb9f01d">Tibia.Version</a>
</ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jul 7 18:50:09 2009 for TibiaAPI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>
|
test/cjsModules1.1.html | vtex/curl | <!DOCTYPE HTML>
<html>
<head>
<title>CommonJS Modules 1.1 loading test</title>
<script>
curl = {
paths: {
curl: '../src/curl'
},
packages: {
commonjs: {
path: 'support/commonjs',
config: {
moduleLoader: 'curl/loader/cjsm11'
}
}
},
plugins: {
'curl/loader/cjsm11': {
//injectScript: true,
injectSourceUrl: true
}
}
};
</script>
<script src="../src/curl.js" type="text/javascript"></script>
<script type="text/javascript">
curl(
[
// test modules:
'commonjs/nakedDependentCjsm1.1',
'commonjs/nakedSimpleCjsm1.1'
]
).then(
function (dep, simple) {
var test1 = dep.testMessage == simple.testMessage,
test2 = simple.id == 'commonjs/nakedSimpleCjsm1.1';
write((test1 ? 'SUCCESS' : 'FAILED') + ': require("./module")');
write((test2 ? 'SUCCESS' : 'FAILED') + ': module id is correct?');
}
);
function write (msg) {
curl('domReady!', function () {
document.body.appendChild(document.createElement('div')).innerHTML = msg;
});
}
</script>
</head>
<body>
</body>
</html>
|
app/views/sprint/49/account/dashboard/activity-3.html | tyfairclough/das-mya-beta | {% extends "layout.html" %}
{% block page_title %}
Sprint {{sprint}} - Dashboard
{% endblock %}
{% block inside_header %}
{% endblock %}
{% block after_header %}
{% include "sprint/"+sprint+"/includes/header.html" %}
{% endblock %}
{% block content %}
<main class="activity-dashboard" id="content" role="main" tabindex="-1">
{% include "includes/link-back.html" %}
<div class="hgroup">
<h2 class="heading-xlarge">
Activity </h2>
<p>A timeline of all the activity on your account.</p>
</div>
<div class="grid-row">
<div class="column-one-third" id="activityFilters">
<h3 class="bold-medium">Filters</h3><br>
<fieldset class="filters filters-accordion">
<h2 class="toggler heading-small">Date range</h2>
<div class="toggled-content">
<form class="" id="date-range">
<div action="#">
<fieldset>
<div class="multiple-choice">
<input id="1-month" type="radio" name="date-choice" value="1" checked>
<label class="" for="1-month">
this month
</label>
</div>
<div class="multiple-choice">
<input id="3-months" type="radio" name="date-choice" value="3">
<label class=" " for="3-months">
last 3 months
</label>
</div>
<div class="multiple-choice">
<input id="custom-date" type="radio" name="date-choice" value="custom">
<label for="date-choice">
Custom date range
</label>
</div>
</fieldset>
</div>
</form>
<div class="hidden" id="custom-range">
<div class="form-group">
<label>
From
<input placeholder="31/11/18" type="text" class="form-control" />
</label>
</div>
<div class="form-group">
<label>
To
<input placeholder="31/12/18" type="text" class="form-control" />
</label>
</div>
</div>
</div>
</fieldset>
<fieldset class="filters filters-accordion">
<h2 class="toggler heading-small">Keyword search</h2>
<div class="toggled-content">
<div class="form-group">
<label for="apprenticeshipKeyword" class="form-label sr-only">Keyword or job role</label>
<input id="apprenticeshipKeyword" type="text" class="form-control" value="">
</div>
<a class="button">Submit</a>
</div>
</fieldset>
<fieldset class="filters filters-accordion">
<h2 class="toggler heading-small">Select categories</h2>
<div class="toggled-content">
<div class="form-group">
<legend for="activityType" class="form-label sr-only">Type</legend>
<div class="multiple-choice">
<input id="apprentice" type="radio" value="apprentice" name="activityType">
<label class="" for="apprentice">Apprentice changes</label>
</div>
<div class="multiple-choice">
<input id="payment" type="radio" value="payment" name="activityType">
<label class="" for="payment">Payments</label>
</div>
<div class="multiple-choice">
<input id="service" type="radio" value="service" name="activityType">
<label class="" for="service">Account admin</label>
</div>
<div class="multiple-choice">
<input id="team" type="radio" value="team" name="activityType">
<label class="" for="team">Team activity</label>
</div>
</div>
</div>
</fieldset>
<fieldset class="filters filters-accordion">
<h2 class="toggler heading-small">More filters</h2>
<div class="toggled-content">
<div class="form-group">
<label for="apprenitceName" class="form-label">Choose an apprentice</label>
<select name="apprenticeName" id="apprenticeName" multiple>
<option value="Brian Coblenz">Brian Coblenz</option>
<option value="Gale Proga">Gale Proga</option>
<option value="Law Mattson">Law Mattson</option>
<option value="Ailene Violette">Ailene Violette</option>
<option value="Skye Romano">Skye Romano</option>
<option value="Tamara Angel">Tamara Angel</option>
<option value="Patty Sadeghpour">Patty Sadeghpour</option>
<option value="Jillana Horlacher">Jillana Horlacher</option>
<option value="Quincey Maybury-lewis">Quincey Maybury-lewis</option>
<option value="Tory Mccullough">Tory Mccullough</option>
<option value="Keir Binder">Keir Binder</option>
<option value="Selma Kretschmer">Selma Kretschmer</option>
<option value="Erny Coletti">Erny Coletti</option>
<option value="Beatrix Pridham">Beatrix Pridham</option>
<option value="Nikolas Steiner">Nikolas Steiner</option>
<option value="Arlee Huggan">Arlee Huggan</option>
<option value="Sterling Oatis-skinner">Sterling Oatis-skinner</option>
<option value="Jillene Adamson">Jillene Adamson</option>
<option value="Gaylor Descartes">Gaylor Descartes</option>
<option value="Geneva Wald">Geneva Wald</option>
<option value="Barclay Wooster">Barclay Wooster</option>
<option value="Matilde Macinnis">Matilde Macinnis</option>
<option value="Reilly Jorgensen">Reilly Jorgensen</option>
<option value="Cornie Bader">Cornie Bader</option>
<option value="Piotr Kyrou">Piotr Kyrou</option>
<option value="Filide Castaneda">Filide Castaneda</option>
<option value="Morgun Violette">Morgun Violette</option>
<option value="Priscilla Byers">Priscilla Byers</option>
<option value="Osgood Horlacher">Osgood Horlacher</option>
<option value="Evvy Gaer">Evvy Gaer</option>
<option value="Petey Kretschmer">Petey Kretschmer</option>
<option value="Kristal Konishi">Kristal Konishi</option>
<option value="Janos Huggan">Janos Huggan</option>
<option value="Marketa Perry">Marketa Perry</option>
<option value="Thurstan Wald">Thurstan Wald</option>
<option value="Friederike Hung">Friederike Hung</option>
<option value="Rock Bader">Rock Bader</option>
<option value="Emmeline Holter">Emmeline Holter</option>
<option value="Fidel Byers">Fidel Byers</option>
<option value="Gerda Lesage">Gerda Lesage</option>
<option value="Whitney Konishi">Whitney Konishi</option>
<option value="Eileen Stephen">Eileen Stephen</option>
<option value="Salvador Hung">Salvador Hung</option>
<option value="Dix Tavilla">Dix Tavilla</option>
<option value="Rosco Lesage">Rosco Lesage</option>
<option value="Laetitia Shearer">Laetitia Shearer</option>
<option value="Rickie Tavilla">Rickie Tavilla</option>
<option value="Codee Breyfogle">Codee Breyfogle</option>
<option value="Olenolin Breyfogle">Olenolin Breyfogle</option>
<option value="Bax Gwyn">Bax Gwyn</option>
<option value="Aubrie Lambert">Aubrie Lambert</option>
<option value="Kasper Moy">Kasper Moy</option>
<option value="Gloriane Callow">Gloriane Callow</option>
<option value="Leonidas Quill">Leonidas Quill</option>
<option value="Evonne Wellington">Evonne Wellington</option>
<option value="Trevor Twombly">Trevor Twombly</option>
<option value="Blanche Perrault">Blanche Perrault</option>
<option value="Kennith Youngman">Kennith Youngman</option>
<option value="Anissa Senn">Anissa Senn</option>
<option value="Adolpho Serrano">Adolpho Serrano</option>
<option value="Bertina Maxwell">Bertina Maxwell</option>
<option value="Nicky Marais">Nicky Marais</option>
<option value="Vinita Marlink">Vinita Marlink</option>
<option value="Etienne Crews">Etienne Crews</option>
<option value="Sarah Hussey">Sarah Hussey</option>
<option value="Jordan Van gieson">Jordan Van gieson</option>
<option value="Isabel Renjel">Isabel Renjel</option>
<option value="Fredric Zimmerli">Fredric Zimmerli</option>
<option value="Carlynn Gombosi">Carlynn Gombosi</option>
<option value="Tobin Maestas">Tobin Maestas</option>
<option value="Cybill Falchuk">Cybill Falchuk</option>
<option value="Igor Moustaid">Igor Moustaid</option>
<option value="Nanni Abelmann">Nanni Abelmann</option>
<option value="Teodor Hanan">Teodor Hanan</option>
<option value="Sharity Ham">Sharity Ham</option>
<option value="Tedd Callow">Tedd Callow</option>
<option value="Murial Dunbar">Murial Dunbar</option>
<option value="Peter Perrault">Peter Perrault</option>
<option value="Carroll Phillip">Carroll Phillip</option>
<option value="Halsy Maxwell">Halsy Maxwell</option>
<option value="Cherin Gisselbrecht">Cherin Gisselbrecht</option>
<option value="Lowrance Hussey">Lowrance Hussey</option>
<option value="Virginia Ek">Virginia Ek</option>
<option value="Shannan Gombosi">Shannan Gombosi</option>
<option value="Minnie Boorstin">Minnie Boorstin</option>
<option value="Wolfie Abelmann">Wolfie Abelmann</option>
<option value="Cathi Millett">Cathi Millett</option>
<option value="Niels Dunbar">Niels Dunbar</option>
<option value="Sibilla Sexsmith">Sibilla Sexsmith</option>
<option value="Walton Gisselbrecht">Walton Gisselbrecht</option>
<option value="Leland Casserres">Leland Casserres</option>
<option value="Rem Boorstin">Rem Boorstin</option>
<option value="Janean Mark">Janean Mark</option>
<option value="Mychal Sexsmith">Mychal Sexsmith</option>
<option value="Anastasie Laiou">Anastasie Laiou</option>
<option value="Clerc Mark">Clerc Mark</option>
<option value="Maryl Schrauwen">Maryl Schrauwen</option>
<option value="Iorgos Schrauwen">Iorgos Schrauwen</option>
<option value="Boris Keillor">Boris Keillor</option>
<option value="Gerrilee Bisi">Gerrilee Bisi</option>
<option value="Reinwald Mcelheny">Reinwald Mcelheny</option>
<option value="Joye Sivaraja">Joye Sivaraja</option>
<option value="Gallard Kieff">Gallard Kieff</option>
<option value="Abigale Reinsel">Abigale Reinsel</option>
<option value="Gayelord Nyhagen">Gayelord Nyhagen</option>
<option value="Jobyna Flanagan">Jobyna Flanagan</option>
<option value="Silvester Storo">Silvester Storo</option>
<option value="Fan Woolley">Fan Woolley</option>
<option value="Laird Gomes">Laird Gomes</option>
<option value="Doralynne Childs">Doralynne Childs</option>
<option value="Muhammad Brzezomslo">Muhammad Brzezomslo</option>
<option value="Ronni Carr">Ronni Carr</option>
<option value="Lyn Asimov">Lyn Asimov</option>
<option value="Letta Sala">Letta Sala</option>
<option value="Frasco Donaldson">Frasco Donaldson</option>
<option value="Mil Remey">Mil Remey</option>
<option value="Shelden Linscott">Shelden Linscott</option>
<option value="Cecil O'sullivan-snow">Cecil O'sullivan-snow</option>
<option value="Flynn Nichilo'">Flynn Nichilo'</option>
<option value="Judye Todd">Judye Todd</option>
<option value="Geoffry Aziz">Geoffry Aziz</option>
<option value="Liana Buige">Liana Buige</option>
<option value="Tanney Frei">Tanney Frei</option>
<option value="Tamra Hanna">Tamra Hanna</option>
<option value="Ray Sivaraja">Ray Sivaraja</option>
<option value="Celestyn Marykwas">Celestyn Marykwas</option>
<option value="Willie Flanagan">Willie Flanagan</option>
<option value="Willy Blackmore">Willy Blackmore</option>
<option value="Collin Childs">Collin Childs</option>
<option value="Christan Wigglesworth">Christan Wigglesworth</option>
<option value="Dougie Sala">Dougie Sala</option>
<option value="Ondrea Browne">Ondrea Browne</option>
<option value="Ange O'sullivan-snow">Ange O'sullivan-snow</option>
<option value="Petunia Keightley">Petunia Keightley</option>
<option value="Raymund Buige">Raymund Buige</option>
<option value="Ashleigh Dietrich">Ashleigh Dietrich</option>
<option value="Dell Marykwas">Dell Marykwas</option>
<option value="Gerrie Cotton">Gerrie Cotton</option>
<option value="Wilburt Wigglesworth">Wilburt Wigglesworth</option>
<option value="Morgan Fuller">Morgan Fuller</option>
<option value="Stuart Keightley">Stuart Keightley</option>
<option value="Janis Wittgenstein">Janis Wittgenstein</option>
<option value="Donovan Cotton">Donovan Cotton</option>
<option value="Etheline Stringer">Etheline Stringer</option>
<option value="Perceval Wittgenstein">Perceval Wittgenstein</option>
<option value="Arlyn Meszoly">Arlyn Meszoly</option>
<option value="Pedro Meszoly">Pedro Meszoly</option>
<option value="Franzen Jagers">Franzen Jagers</option>
<option value="Camella Tsao">Camella Tsao</option>
<option value="Freedman Osher">Freedman Osher</option>
<option value="Pansy Ramicova-berkovics">Pansy Ramicova-berkovics</option>
<option value="Randy Campedelli">Randy Campedelli</option>
<option value="Cissiee Andron">Cissiee Andron</option>
<option value="Boote Piercy">Boote Piercy</option>
<option value="Dominga Hollyer">Dominga Hollyer</option>
<option value="Webb Fridlund">Webb Fridlund</option>
<option value="Adelaide Peskin">Adelaide Peskin</option>
<option value="Miltie Distaso">Miltie Distaso</option>
<option value="Rosalinda Levins">Rosalinda Levins</option>
<option value="Mendie Carayannopoulos">Mendie Carayannopoulos</option>
<option value="Maris Toma">Maris Toma</option>
<option value="Fabiano Kagan">Fabiano Kagan</option>
<option value="Sherrie Leary">Sherrie Leary</option>
<option value="Adelbert Guin">Adelbert Guin</option>
<option value="Gnni Judycki">Gnni Judycki</option>
<option value="Emmott Ratchford">Emmott Ratchford</option>
<option value="Irena Metaxas">Irena Metaxas</option>
<option value="Nester Yanosky">Nester Yanosky</option>
<option value="Paulina Grover">Paulina Grover</option>
<option value="Terry Batinti">Terry Batinti</option>
<option value="Cordelie Orfield">Cordelie Orfield</option>
<option value="Ahmed Desjardins">Ahmed Desjardins</option>
<option value="Dulce Garnick">Dulce Garnick</option>
<option value="Ody Ramicova-berkovics">Ody Ramicova-berkovics</option>
<option value="Riva Van roosen">Riva Van roosen</option>
<option value="Maurie Hollyer">Maurie Hollyer</option>
<option value="Estrella Albertson">Estrella Albertson</option>
<option value="Laurent Levins">Laurent Levins</option>
<option value="Miranda Lillis">Miranda Lillis</option>
<option value="Madison Leary">Madison Leary</option>
<option value="Iona Poskanzer">Iona Poskanzer</option>
<option value="Lincoln Metaxas">Lincoln Metaxas</option>
<option value="Bevvy Clarkson">Bevvy Clarkson</option>
<option value="Alastair Orfield">Alastair Orfield</option>
<option value="Marilee Schlesinger">Marilee Schlesinger</option>
<option value="Garvy Van roosen">Garvy Van roosen</option>
<option value="Teddie Viens">Teddie Viens</option>
<option value="Darby Lillis">Darby Lillis</option>
<option value="Marysa Weiskel">Marysa Weiskel</option>
<option value="Myles Clarkson">Myles Clarkson</option>
<option value="Karee Whistler">Karee Whistler</option>
<option value="Thibaud Viens">Thibaud Viens</option>
<option value="Kym Machiavelli">Kym Machiavelli</option>
<option value="Patsy Whistler">Patsy Whistler</option>
<option value="Eimile Doddis">Eimile Doddis</option>
<option value="Jamil Doddis">Jamil Doddis</option>
<option value="Carling Tchimbembe">Carling Tchimbembe</option>
<option value="Fanchon Gauss">Fanchon Gauss</option>
<option value="Aldo Sigalot">Aldo Sigalot</option>
<option value="La verne Areeda">La verne Areeda</option>
<option value="Hartley Neustadt">Hartley Neustadt</option>
<option value="Dacie Damon">Dacie Damon</option>
<option value="Massimiliano De niro">Massimiliano De niro</option>
<option value="Rivkah Simonds">Rivkah Simonds</option>
<option value="Clevey Nascimento">Clevey Nascimento</option>
<option value="Ingunna Rarus">Ingunna Rarus</option>
<option value="Moise Kalinowski">Moise Kalinowski</option>
<option value="Nalani Capursi">Nalani Capursi</option>
<option value="Erek Heydarpour">Erek Heydarpour</option>
<option value="Fran Chance">Fran Chance</option>
<option value="Shermie Crescimanni">Shermie Crescimanni</option>
<option value="Darsey Barbosa">Darsey Barbosa</option>
<option value="Frazer Panchamoorthy">Frazer Panchamoorthy</option>
<option value="Shelagh Kassower">Shelagh Kassower</option>
<option value="Haley Quintano">Haley Quintano</option>
<option value="Tansy Zorn">Tansy Zorn</option>
<option value="Cullie Da costa">Cullie Da costa</option>
<option value="Cassondra Chatalbash">Cassondra Chatalbash</option>
<option value="Washington Santos">Washington Santos</option>
<option value="Nollie Spiegelman">Nollie Spiegelman</option>
<option value="Aylmer Chiaro">Aylmer Chiaro</option>
<option value="Lorain Vespasian">Lorain Vespasian</option>
<option value="Matthus Areeda">Matthus Areeda</option>
<option value="Amanda Schievella">Amanda Schievella</option>
<option value="Fran Simonds">Fran Simonds</option>
<option value="Jenilee Cislaghi">Jenilee Cislaghi</option>
<option value="Dylan Capursi">Dylan Capursi</option>
<option value="Geraldine Lobdell">Geraldine Lobdell</option>
<option value="Mathew Barbosa">Mathew Barbosa</option>
<option value="Natasha Shaumyan">Natasha Shaumyan</option>
<option value="Hamel Zorn">Hamel Zorn</option>
<option value="Josie Dunlap">Josie Dunlap</option>
<option value="Webster Spiegelman">Webster Spiegelman</option>
<option value="Cheslie Tanguay">Cheslie Tanguay</option>
<option value="Bradford Schievella">Bradford Schievella</option>
<option value="Kat Miele">Kat Miele</option>
<option value="Garv Lobdell">Garv Lobdell</option>
<option value="Nanci Carlier">Nanci Carlier</option>
<option value="Logan Dunlap">Logan Dunlap</option>
<option value="Sherilyn Yuan">Sherilyn Yuan</option>
<option value="Gasparo Miele">Gasparo Miele</option>
<option value="Marcelline Kalwat">Marcelline Kalwat</option>
<option value="Benson Yuan">Benson Yuan</option>
<option value="Emmalynne Gaeta">Emmalynne Gaeta</option>
<option value="Whit Gaeta">Whit Gaeta</option>
<option value="Nikola Watson">Nikola Watson</option>
<option value="Bobinette Zwiers">Bobinette Zwiers</option>
<option value="Elton Jona-lasinio">Elton Jona-lasinio</option>
<option value="Darice Spaccarelli">Darice Spaccarelli</option>
<option value="Rickey Altobelli">Rickey Altobelli</option>
<option value="Margalo Rochefoucauld">Margalo Rochefoucauld</option>
<option value="Lothario Avrett">Lothario Avrett</option>
<option value="Waneta Kumasaka">Waneta Kumasaka</option>
<option value="Evered Burleson">Evered Burleson</option>
<option value="Angelita Chant">Angelita Chant</option>
<option value="Joaquin Spengler">Joaquin Spengler</option>
<option value="Val Satin">Val Satin</option>
<option value="Randal Bebrin">Randal Bebrin</option>
<option value="Reiko Sadowski">Reiko Sadowski</option>
<option value="Vail Foote">Vail Foote</option>
<option value="Luci Clifford">Luci Clifford</option>
<option value="Alfons Beardsley">Alfons Beardsley</option>
<option value="Alaine La porte">Alaine La porte</option>
<option value="Bale Montgomery">Bale Montgomery</option>
<option value="Henrieta Gollis">Henrieta Gollis</option>
<option value="Lawrence Surette">Lawrence Surette</option>
<option value="Sapphire Daley">Sapphire Daley</option>
<option value="Bradley Scalese">Bradley Scalese</option>
<option value="Carmel Spievack">Carmel Spievack</option>
<option value="Sandy Inouye">Sandy Inouye</option>
<option value="Denyse Atwood">Denyse Atwood</option>
<option value="Bail Spaccarelli">Bail Spaccarelli</option>
<option value="Bridget Roque">Bridget Roque</option>
<option value="Winny Kumasaka">Winny Kumasaka</option>
<option value="Tabatha Browdy">Tabatha Browdy</option>
<option value="Alard Satin">Alard Satin</option>
<option value="Emiline Motta">Emiline Motta</option>
<option value="Lee Clifford">Lee Clifford</option>
<option value="Jilli Deschner">Jilli Deschner</option>
<option value="Ulberto Gollis">Ulberto Gollis</option>
<option value="Bertha Huenemoerder">Bertha Huenemoerder</option>
<option value="Carroll Spievack">Carroll Spievack</option>
<option value="Johanna Mcphee">Johanna Mcphee</option>
<option value="Eugene Roque">Eugene Roque</option>
<option value="Allsun Santayana">Allsun Santayana</option>
<option value="Lev Motta">Lev Motta</option>
<option value="Giustina Bronte">Giustina Bronte</option>
<option value="Cal Huenemoerder">Cal Huenemoerder</option>
<option value="Inger Lavine">Inger Lavine</option>
<option value="Baron Santayana">Baron Santayana</option>
<option value="Lyssa Alderman">Lyssa Alderman</option>
<option value="Benji Lavine">Benji Lavine</option>
<option value="Darcie Hatton">Darcie Hatton</option>
<option value="Mathe Hatton">Mathe Hatton</option>
<option value="Lefty Blanchard">Lefty Blanchard</option>
<option value="Jenica Tatar">Jenica Tatar</option>
<option value="Nickey Ni chuiv">Nickey Ni chuiv</option>
<option value="Karrie Mayo">Karrie Mayo</option>
<option value="Orlan Barrick">Orlan Barrick</option>
<option value="Sosanna Silva">Sosanna Silva</option>
<option value="Lyon Yesson">Lyon Yesson</option>
<option value="Kizzie Gamble">Kizzie Gamble</option>
<option value="Bartie Quintilian">Bartie Quintilian</option>
<option value="Adan Suleiman">Adan Suleiman</option>
<option value="Rawley Orru'">Rawley Orru'</option>
<option value="Dahlia Kazmierczak">Dahlia Kazmierczak</option>
<option value="Boniface Menninger">Boniface Menninger</option>
<option value="Charita Sarno">Charita Sarno</option>
<option value="Aloysius Sands">Aloysius Sands</option>
<option value="Perle De castro bruni">Perle De castro bruni</option>
<option value="Reider Girard">Reider Girard</option>
<option value="Brietta Karpouzes">Brietta Karpouzes</option>
<option value="Friedrick Hertz">Friedrick Hertz</option>
<option value="Holly Sacks">Holly Sacks</option>
<option value="Liam Prince">Liam Prince</option>
<option value="Lilas Nair">Lilas Nair</option>
<option value="Weber Chervenik">Weber Chervenik</option>
<option value="Cinda Hakesley">Cinda Hakesley</option>
<option value="Avery Mathers">Avery Mathers</option>
<option value="Saidee Marso">Saidee Marso</option>
<option value="Raffarty Mayo">Raffarty Mayo</option>
<option value="Fredi Arriero">Fredi Arriero</option>
<option value="Olin Gamble">Olin Gamble</option>
<option value="Valina Cortese">Valina Cortese</option>
<option value="Kennedy Kazmierczak">Kennedy Kazmierczak</option>
<option value="Godiva Farahmand">Godiva Farahmand</option>
<option value="Fax De castro bruni">Fax De castro bruni</option>
<option value="Olly Chafe">Olly Chafe</option>
<option value="Hobard Sacks">Hobard Sacks</option>
<option value="Ethelyn Steuernagel">Ethelyn Steuernagel</option>
<option value="Urbanus Hakesley">Urbanus Hakesley</option>
<option value="Mella Steinbeck">Mella Steinbeck</option>
<option value="Odie Arriero">Odie Arriero</option>
<option value="Zia Ying">Zia Ying</option>
<option value="Waring Farahmand">Waring Farahmand</option>
<option value="Lynda Van baalen">Lynda Van baalen</option>
<option value="Torre Steuernagel">Torre Steuernagel</option>
<option value="Issie Verghese">Issie Verghese</option>
<option value="Aubrey Ying">Aubrey Ying</option>
<option value="Cathrine Soep">Cathrine Soep</option>
<option value="Paton Verghese">Paton Verghese</option>
<option value="Johna Studier">Johna Studier</option>
<option value="Salomo Studier">Salomo Studier</option>
<option value="Morley Caras">Morley Caras</option>
<option value="Andi Fitzgerald-clark">Andi Fitzgerald-clark</option>
<option value="Scott Peixoto">Scott Peixoto</option>
<option value="Merrile Mcilroy">Merrile Mcilroy</option>
<option value="Bernardo Mcnamara">Bernardo Mcnamara</option>
<option value="Emlynne Bruns">Emlynne Bruns</option>
<option value="Townie Jean">Townie Jean</option>
<option value="Estele Bang">Estele Bang</option>
<option value="Marchall Escobar">Marchall Escobar</option>
<option value="Gail Scozzafava">Gail Scozzafava</option>
<option value="Mano Gundersen">Mano Gundersen</option>
<option value="Emilia Minichiello">Emilia Minichiello</option>
<option value="Roderich Zakarian">Roderich Zakarian</option>
<option value="Catlin Galli">Catlin Galli</option>
<option value="Conny Housman">Conny Housman</option>
<option value="Gretal Honig">Gretal Honig</option>
<option value="Ruddy Lakis">Ruddy Lakis</option>
<option value="Alena Lionetti">Alena Lionetti</option>
<option value="Tull Lodge">Tull Lodge</option>
<option value="Mabel Merseth">Mabel Merseth</option>
<option value="Rogers Zahner">Rogers Zahner</option>
<option value="Fleur Lenney">Fleur Lenney</option>
<option value="Kendal Stampfer">Kendal Stampfer</option>
<option value="Blakelee Kangaloo">Blakelee Kangaloo</option>
<option value="Riccardo Kuhn">Riccardo Kuhn</option>
<option value="Elvina Ch'oe">Elvina Ch'oe</option>
<option value="Clim Mcilroy">Clim Mcilroy</option>
<option value="Jonis Steinkeller">Jonis Steinkeller</option>
<option value="Orion Bang">Orion Bang</option>
<option value="Donetta Doll">Donetta Doll</option>
<option value="Loydie Minichiello">Loydie Minichiello</option>
<option value="Miran Maitland">Miran Maitland</option>
<option value="Darrick Honig">Darrick Honig</option>
<option value="Natka Yellin">Natka Yellin</option>
<option value="Claire Merseth">Claire Merseth</option>
<option value="Zuzana Keenum">Zuzana Keenum</option>
<option value="Skippie Kangaloo">Skippie Kangaloo</option>
<option value="Dania Muttini">Dania Muttini</option>
<option value="Harvey Steinkeller">Harvey Steinkeller</option>
<option value="Martita Knudson">Martita Knudson</option>
<option value="Donnie Maitland">Donnie Maitland</option>
<option value="Kyla Isselhardt">Kyla Isselhardt</option>
<option value="Pail Keenum">Pail Keenum</option>
<option value="Bella Sul">Bella Sul</option>
<option value="Dimitry Knudson">Dimitry Knudson</option>
<option value="Deva Chatterjee">Deva Chatterjee</option>
<option value="Eldon Sul">Eldon Sul</option>
<option value="Elysia Vagts">Elysia Vagts</option>
<option value="Morton Vagts">Morton Vagts</option>
<option value="Rawley Jose">Rawley Jose</option>
<option value="Miguela Crews">Miguela Crews</option>
<option value="Boniface Laplume">Boniface Laplume</option>
<option value="Milicent Doricent">Milicent Doricent</option>
<option value="Aloysius Lecar">Aloysius Lecar</option>
<option value="Martha Van gieson">Martha Van gieson</option>
<option value="Reider Jung">Reider Jung</option>
<option value="Katti Tomford">Katti Tomford</option>
<option value="Friedrick Adams">Friedrick Adams</option>
<option value="Thekla Zimmerli">Thekla Zimmerli</option>
<option value="Liam Daveiga">Liam Daveiga</option>
<option value="Anabal Klose">Anabal Klose</option>
<option value="Weber Chaudhry">Weber Chaudhry</option>
<option value="Sophia Maestas">Sophia Maestas</option>
<option value="Avery Gallo">Avery Gallo</option>
<option value="Nady Paoletti">Nady Paoletti</option>
<option value="Raffarty Stromberg">Raffarty Stromberg</option>
<option value="Judith Moustaid">Judith Moustaid</option>
<option value="Olin Poli">Olin Poli</option>
<option value="Birgitta De saint-exupery">Birgitta De saint-exupery</option>
<option value="Kennedy Golden">Kennedy Golden</option>
<option value="Shandeigh Hanan">Shandeigh Hanan</option>
<option value="Fax Nichipor">Fax Nichipor</option>
<option value="Sarita Lambert">Sarita Lambert</option>
<option value="Hobard Brand">Hobard Brand</option>
<option value="Penny Callow">Penny Callow</option>
<option value="Urbanus Doricent">Urbanus Doricent</option>
<option value="Pammy Wellington">Pammy Wellington</option>
<option value="Odie Tomford">Odie Tomford</option>
<option value="Irina Perrault">Irina Perrault</option>
<option value="Waring Klose">Waring Klose</option>
<option value="Emmey Senn">Emmey Senn</option>
<option value="Torre Paoletti">Torre Paoletti</option>
<option value="Carilyn Maxwell">Carilyn Maxwell</option>
<option value="Aubrey De saint-exupery">Aubrey De saint-exupery</option>
<option value="Faydra Marlink">Faydra Marlink</option>
<option value="Paton Lambert">Paton Lambert</option>
<option value="Martie Hussey">Martie Hussey</option>
<option value="Salomo Wellington">Salomo Wellington</option>
<option value="Cami Renjel">Cami Renjel</option>
<option value="Leroy Senn">Leroy Senn</option>
<option value="Laverne Gombosi">Laverne Gombosi</option>
<option value="Durant Marlink">Durant Marlink</option>
<option value="Petronille Falchuk">Petronille Falchuk</option>
<option value="Peadar Renjel">Peadar Renjel</option>
<option value="Wenonah Abelmann">Wenonah Abelmann</option>
<option value="Ximenez Falchuk">Ximenez Falchuk</option>
<option value="Aili Ham">Aili Ham</option>
<option value="Moishe Ham">Moishe Ham</option>
<option value="Ferrel Ercolani">Ferrel Ercolani</option>
<option value="Marika Kenworthy">Marika Kenworthy</option>
<option value="Bartholemy Alston">Bartholemy Alston</option>
<option value="Margaux Cromie">Margaux Cromie</option>
<option value="Gay Brant">Gay Brant</option>
<option value="Perry Joag-dev">Perry Joag-dev</option>
<option value="Sig Ernisse">Sig Ernisse</option>
<option value="Fifi Doherty">Fifi Doherty</option>
<option value="Richmound Scudder">Richmound Scudder</option>
<option value="Suzanne Shepard">Suzanne Shepard</option>
<option value="Andres Litt">Andres Litt</option>
<option value="Iseabal Roesler">Iseabal Roesler</option>
<option value="Berne Atkins">Berne Atkins</option>
<option value="Karia Breyan">Karia Breyan</option>
<option value="Miner Vynnycky">Miner Vynnycky</option>
<option value="Maddalena Amodeo">Maddalena Amodeo</option>
<option value="Terrill Walhout">Terrill Walhout</option>
<option value="Barbabra Hartzog">Barbabra Hartzog</option>
<option value="Claudell Zhan">Claudell Zhan</option>
<option value="Carolan Hartoch">Carolan Hartoch</option>
<option value="Abby Debroff">Abby Debroff</option>
<option value="Rowe Osterud">Rowe Osterud</option>
<option value="Hayes Virchow">Hayes Virchow</option>
<option value="Danny Poincaire">Danny Poincaire</option>
<option value="Jase Hines">Jase Hines</option>
<option value="Gwendolen Twells">Gwendolen Twells</option>
<option value="Alain Cromie">Alain Cromie</option>
<option value="Domeniga Konigsberg">Domeniga Konigsberg</option>
<option value="Spense Doherty">Spense Doherty</option>
<option value="Aubry Elsen">Aubry Elsen</option>
<option value="Ilario Roesler">Ilario Roesler</option>
<option value="Bobby Arangio">Bobby Arangio</option>
<option value="Harris Amodeo">Harris Amodeo</option>
<option value="Valerye Diana">Valerye Diana</option>
<option value="Niccolo Hartoch">Niccolo Hartoch</option>
<option value="Jannelle Nenna">Jannelle Nenna</option>
<option value="Prinz Poincaire">Prinz Poincaire</option>
<option value="Rebbecca Tarsitano">Rebbecca Tarsitano</option>
<option value="Johan Konigsberg">Johan Konigsberg</option>
<option value="Kitty Larosa">Kitty Larosa</option>
<option value="Palm Arangio">Palm Arangio</option>
<option value="Darb Kooris">Darb Kooris</option>
<option value="Paddy Nenna">Paddy Nenna</option>
<option value="Randene Stadelman">Randene Stadelman</option>
<option value="Giovanni Larosa">Giovanni Larosa</option>
<option value="Megan Wypij">Megan Wypij</option>
<option value="Sergio Stadelman">Sergio Stadelman</option>
<option value="Shellie Lohmiller">Shellie Lohmiller</option>
<option value="Benjamen Lohmiller">Benjamen Lohmiller</option>
<option value="Kingsly Holmes">Kingsly Holmes</option>
<option value="Laurene Kawasaki">Laurene Kawasaki</option>
<option value="Ephraim Hernandez-gravelle">Ephraim Hernandez-gravelle</option>
<option value="Alex Demeke">Alex Demeke</option>
<option value="Jarret Bigby">Jarret Bigby</option>
<option value="Jaquenette Yankee">Jaquenette Yankee</option>
<option value="Eziechiele Hillion">Eziechiele Hillion</option>
<option value="Catlee Tasciotti">Catlee Tasciotti</option>
<option value="Aldis Mastrodonato">Aldis Mastrodonato</option>
<option value="Annemarie Burandt">Annemarie Burandt</option>
<option value="Averell Jernigan">Averell Jernigan</option>
<option value="Beverie Jagger">Beverie Jagger</option>
<option value="Reagen Neufeldt">Reagen Neufeldt</option>
<option value="Lee Kleinman">Lee Kleinman</option>
<option value="Hailey Gerschenkron">Hailey Gerschenkron</option>
<option value="Belva Pruette">Belva Pruette</option>
<option value="Ramon Meikrantz">Ramon Meikrantz</option>
<option value="Mellisa Croxton">Mellisa Croxton</option>
<option value="Lowell Mcauliffe">Lowell Mcauliffe</option>
<option value="Anthiathia Widing">Anthiathia Widing</option>
<option value="Edmund Auerbach">Edmund Auerbach</option>
<option value="Marleen Ramires">Marleen Ramires</option>
<option value="Thorndike Tong">Thorndike Tong</option>
<option value="Glad Duckett">Glad Duckett</option>
<option value="Giorgio Hesterberg">Giorgio Hesterberg</option>
<option value="Hortense Kerler">Hortense Kerler</option>
<option value="Clyve Demeke">Clyve Demeke</option>
<option value="Modesty Tauber">Modesty Tauber</option>
<option value="Raff Tasciotti">Raff Tasciotti</option>
<option value="Keslie Hanig">Keslie Hanig</option>
<option value="Sascha Jagger">Sascha Jagger</option>
<option value="Carmita Aristophanes">Carmita Aristophanes</option>
<option value="Frasier Pruette">Frasier Pruette</option>
<option value="Marget Giacalone">Marget Giacalone</option>
<option value="Oswald Widing">Oswald Widing</option>
<option value="Fania Lecchini">Fania Lecchini</option>
<option value="Grove Duckett">Grove Duckett</option>
<option value="Tish Greenlaw">Tish Greenlaw</option>
<option value="Jerald Tauber">Jerald Tauber</option>
<option value="Celestina Babetski">Celestina Babetski</option>
<option value="Gamaliel Aristophanes">Gamaliel Aristophanes</option>
<option value="Larine Blagg">Larine Blagg</option>
<option value="Gerrard Lecchini">Gerrard Lecchini</option>
<option value="Emelita Housley">Emelita Housley</option>
<option value="Chariot Babetski">Chariot Babetski</option>
<option value="Marga Nawn">Marga Nawn</option>
<option value="Ancell Housley">Ancell Housley</option>
<option value="Orly Roca">Orly Roca</option>
<option value="Barrett Roca">Barrett Roca</option>
<option value="Wendel Friendly">Wendel Friendly</option>
<option value="Amalea Bernardi">Amalea Bernardi</option>
<option value="Tracie Gretz">Tracie Gretz</option>
<option value="Rebecca Millar">Rebecca Millar</option>
<option value="Antony Pandiscio">Antony Pandiscio</option>
<option value="Rafa Spoonerow">Rafa Spoonerow</option>
<option value="Maury Aymie">Maury Aymie</option>
<option value="Halli Kovar">Halli Kovar</option>
<option value="Charlton Elster">Charlton Elster</option>
<option value="Olva Bianchi">Olva Bianchi</option>
<option value="Bronson Lavoie">Bronson Lavoie</option>
<option value="Jaime Harokopus">Jaime Harokopus</option>
<option value="Horatius Bartolome">Horatius Bartolome</option>
<option value="Dorri Tisdale">Dorri Tisdale</option>
<option value="Grantham Myszkowski">Grantham Myszkowski</option>
<option value="Darelle Hillen">Darelle Hillen</option>
<option value="Mannie Comess">Mannie Comess</option>
<option value="Heddi Janes">Heddi Janes</option>
<option value="Hank Maheras">Hank Maheras</option>
<option value="Tracie Gee">Tracie Gee</option>
<option value="Ferris Frazier">Ferris Frazier</option>
<option value="Carmencita Bebchuk">Carmencita Bebchuk</option>
<option value="Esdras Link">Esdras Link</option>
<option value="Marti Bikoff">Marti Bikoff</option>
<option value="Trevar Darst">Trevar Darst</option>
<option value="Susannah Pyle">Susannah Pyle</option>
<option value="Chase Millar">Chase Millar</option>
<option value="Eran Wirth">Eran Wirth</option>
<option value="Mozes Kovar">Mozes Kovar</option>
<option value="Shea Vanburen">Shea Vanburen</option>
<option value="Reynard Harokopus">Reynard Harokopus</option>
<option value="Charis Wasser">Charis Wasser</option>
<option value="Neel Hillen">Neel Hillen</option>
<option value="Theadora Sorabella">Theadora Sorabella</option>
<option value="Reamonn Gee">Reamonn Gee</option>
<option value="Evita Duyck">Evita Duyck</option>
<option value="Caesar Bikoff">Caesar Bikoff</option>
<option value="Netta Ennis">Netta Ennis</option>
<option value="Maximo Wirth">Maximo Wirth</option>
<option value="Kassey Dees">Kassey Dees</option>
<option value="Huey Wasser">Huey Wasser</option>
<option value="Mandi Trimarchi">Mandi Trimarchi</option>
<option value="Erastus Duyck">Erastus Duyck</option>
<option value="Betty Guess">Betty Guess</option>
<option value="Marietta Dees">Marietta Dees</option>
<option value="Mae Fajtova">Mae Fajtova</option>
<option value="Puff Guess">Puff Guess</option>
<option value="Daveta Milofsky">Daveta Milofsky</option>
<option value="Lovell Milofsky">Lovell Milofsky</option>
<option value="Frannie Untermeyer">Frannie Untermeyer</option>
<option value="Chris Angilly">Chris Angilly</option>
<option value="Tripp Vizzolini">Tripp Vizzolini</option>
<option value="Mandie Argyris">Mandie Argyris</option>
<option value="Blayne Polgar">Blayne Polgar</option>
<option value="Mathilda Fasciano">Mathilda Fasciano</option>
<option value="Wells Reichenberg">Wells Reichenberg</option>
<option value="Margot Hollins">Margot Hollins</option>
<option value="Nelson Barrett">Nelson Barrett</option>
<option value="Annnora Sanders">Annnora Sanders</option>
<option value="Shea Coe">Shea Coe</option>
<option value="Tabbi O'meara">Tabbi O'meara</option>
<option value="Toddie Mckenney">Toddie Mckenney</option>
<option value="Pru Mcghee">Pru Mcghee</option>
<option value="Parry Avraham">Parry Avraham</option>
<option value="Dniren Mannion">Dniren Mannion</option>
<option value="Laney Sefcik">Laney Sefcik</option>
<option value="Lenna Jarvis">Lenna Jarvis</option>
<option value="Cornelius Pasquino">Cornelius Pasquino</option>
<option value="Didi Kimura">Didi Kimura</option>
<option value="Warren Vignaux">Warren Vignaux</option>
<option value="Darleen Berthiaume">Darleen Berthiaume</option>
<option value="Dru Marashian">Dru Marashian</option>
<option value="Anjela Hager">Anjela Hager</option>
<option value="Rollo Perissinotto">Rollo Perissinotto</option>
<option value="Suellen Prokop">Suellen Prokop</option>
<option value="Ludvig Argyris">Ludvig Argyris</option>
<option value="Gilda Husbands">Gilda Husbands</option>
<option value="Damiano Hollins">Damiano Hollins</option>
<option value="Sonny Julian">Sonny Julian</option>
<option value="Smitty O'meara">Smitty O'meara</option>
</select>
</div>
</div>
<div class="toggled-content">
<div class="form-group">
<label for="providerName" class="form-label">Choose a provider</label>
<select id="providerName" multiple class="form-control">
<option value="acme-training-ltd">Acme Training Ltd</option>
<option value="learn-direct">Learn Direct</option>
<option value="in-house-training">In-house training</option>
</select>
</div>
</div>
<div class="toggled-content">
<div class="form-group">
<label for="apprenticeshipName" class="form-label">Choose an apprenticeship</label>
<select id="apprenticeshipName" multiple class="form-control">
<option value="1">Course 1</option>
<option value="2">Course 2</option>
<option value="3">Course 3</option>
</select>
</div>
</div>
<div class="toggled-content">
<div class="form-group">
<label for="teamMember" class="form-label">Choose a team member</label>
<p class="form-hint">Show activity of a specific colleague</p>
<select id="teamMember" multiple class="form-control">
<option value="pete-kowalczyk">Pete Kowalczyk</option>
<option value="andy">Andy Samberg</option>
<option value="ella">Ella Dabrowski</option>
<option value="sarah-thomson">Sarah Thomson</option>
</select>
</div>
</div>
</fieldset>
<button class="button">Update timeilne</button> <a id="reset-filters" href="#" class="button text-link">reset filters</a>
</div>
<div class="column-two-thirds">
<div class="timeline">
<div class="entry payment apprentice" data-type="payment" data-apprentice="anne-smith">
<div class="title">
<span class="font-small">Today</span>
</div>
<div class="body">
<div>Payment failed: £500 for Anne Smith</div>
<div class="time"><span class="time">At 1:25pm</span> - <a class="details" href="/sprint/{{sprint}}/account/finance/failed-payments-2">Details</a></div>
</div>
</div>
<div class="entry payment apprentice" data-type="payment" data-apprentice="aziz-anzari">
<div class="title">
</div>
<div class="body">
<div>Payment failed: £200 for Aziz Anzari</div>
<div class="time"><span class="time">At 1:25pm</span> - <a class="details" href="/sprint/{{sprint}}/account/finance/failed-payments-2">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="pete-kowalczyk">
<div class="title">
<span class="font-small">Yesterday</span>
</div>
<div class="body">
<div>Pete Kowalczyk signed out</div>
<div class="time"><span class="time">At 3:40pm</span></div>
</div>
</div>
<div class="entry apprentice" data-apprentice="ann-smith" data-type="apprentice" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Start date change approved for Anne Smith</div>
<div class="time"><span class="time">At 3:34pm</span> by Pete Kowalczyk - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/apprentice-view/individual-apprentice-no-changes">Details</a></div>
</div>
</div>
<div class="entry apprentice" data-apprentice="ann-smith" data-type="apprentice" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Start date change approved for Aziz Anzari</div>
<div class="time"><span class="time">At 3:34pm</span> by Pete Kowalczyk - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/apprentice-view/individual-apprentice-showing-changes">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Pete Kowalczyk signed in</div>
<div class="time"><span class="time">At 3:30pm</span></div>
</div>
</div>
<div class="entry payment" data-type="apprentice" data-apprentice="anne-smith" data-provider="acme-training-ltd">
<div class="title">
<span class="font-small">27 June 2018</span>
</div>
<div class="body">
<div>Start date change requested for Anne Smith</div>
<div class="time"><span class="time">At 9:35am</span> by Acme Training Ltd - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/apprentice-view/individual-apprentice-showing-changes">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
<span class="font-small">26 June 2018</span>
</div>
<div class="body">
<div>Sarah Thomson signed out</div>
<div class="time"><span class="time">At 3:34pm</span></div>
</div>
</div>
<div class="entry apprentice payment" data-type="payment" data-user="sarah-thomson" data-apprentice="anne-smith">
<div class="body">
<div>Price changed approved for Anne Smith</div>
<div class="time"><span class="time">At 3:24pm</span> by Sarah Thomson - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/apprentice-view/individual-apprentice-no-changes">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Sarah Thomson signed in</div>
<div class="time"><span class="time">At 1:24pm</span></div>
</div>
</div>
<div class="entry payment" data-type="payment">
<div class="title">
</div>
<div class="body">
<div>Closing balance for May: £16,780</div>
<div class="time"><span class="time">At 12:01pm</span></div>
</div>
</div>
<div class="entry apprentice payment" data-apprentice="anne-smith" data-provider="acme-training-ltd">
<div class="title">
</div>
<div class="body">
<div>Price change requested for Anne Smith</div>
<div class="time"><span class="time">At 11:50am</span> by Acme Training Ltd - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/apprentice-view/individual-apprentice-no-changes">Details</a></div>
</div>
</div>
<div class="entry payment" data-type="payement" data-provider="acme-training-ltd">
<div class="title">
</div>
<div class="body">
<div>Outgoing payment made: £14,500 to Acme ltd</div>
<div class="time"><span class="time">At 10:12am</span> - <a class="details" href="#">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
<span class="font-small">25 June 2018</span>
</div>
<div class="body">
<div>Sarah Thomson signed out</div>
<div class="time"><span class="time">At 5:35pm</span></div>
</div>
</div>
<div class="entry apprentice" data-type="apprentice" data-provider="acme-training-ltd" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Cohort approved: Acme Training ltd</div>
<div class="time"><span class="time">At 5:34pm</span> by Sarah Thomson - <a class="details" href="/sprint/{{sprint}}/account/apprentices/manage-2">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Sarah Thomson signed in</div>
<div class="time"><span class="time">At 5:30pm</span></div>
</div>
</div>
<div class="entry apprentice" data-type="apprentice" data-provider="acme-training-ltd">
<div class="title">
</div>
<div class="body">
<div>Cohort request received</div>
<div class="time"><span class="time">At 3:34pm</span> by Acme Training ltd - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/contracts/in-progress">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
<span class="font-small">24 June 2018</span>
</div>
<div class="body">
<div>Sarah Thomson signed out</div>
<div class="time"><span class="time">At 6:01pm</span></div>
</div>
</div>
<div class="entry apprentice" data-type="apprentice" data-provider="acme-training-ltd" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Cohort request sent to Acme Training ltd</div>
<div class=""><span class="time">At 6:00pm</span> by Sarah Thomson - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/contracts/in-progress">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Sarah Thomson signed in</div>
<div class="time"><span class="time">At 5:45pm</span></div>
</div>
</div>
<div class="entry apprentice" data-type="apprentice" data-provider="acme-training-ltd">
<div class="title">
</div>
<div class="body">
<div>Cohort request received</div>
<div class="time"><span class="time">At 3:24pm</span> by Acme Training Ltd - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/contracts/in-progress">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
<span class="font-small">23 June 2018</span>
</div>
<div class="body">
<div>Sarah Thomson signed out</div>
<div class="time"><span class="time">At 5:24pm</span></div>
</div>
</div>
<div class="entry apprentice" data-type="apprentice" data-provider="acme-training-ltd" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Cohort request sent to Acme Training ltd</div>
<div class=""><span class="time">At 5:21pm</span> by Sarah Thomson - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/contracts/in-progress">Details</a></div>
</div>
</div>
<div class="entry apprentice" data-type="apprentice" data-provider="acme-training-ltd" data-user="sara-thomson">
<div class="title">
</div>
<div class="body">
<div>Cohort created with Acme Training ltd</div>
<div class="time"><span class="time">At 4:23pm</span> by Sarah Thomson - <a class="details" href="http://das-commitments.herokuapp.com/programmeTen/contracts/in-progress">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
</div>
<div class="body">
<div>Sarah Thomson signed in</div>
<div class="time"><span class="time">At 3:24pm</span></div>
</div>
</div>
<div class="entry payment" data-type="payment">
<div class="title">
<span class="font-small">22 June 2018</span>
</div>
<div class="body">
<div>Levy payment received </div>
<div class="time"><span class="time">At midnight</span> - <a class="details" href="/sprint/{{sprint}}/account/finance/history_22nd">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Pete Kowalczyk timed out</div>
<div class="time"><span class="time">At 2:59pm</span>
</div>
</div>
</div>
<div class="entry service" data-type="service" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Agreement signed for Tesco stores ltd</div>
<div class="time"><span class="time">At 2:29pm</span> by Pete Kowalczyk - <a class="details" href="/sprint/{{sprint}}/account/organisations/index">Details</a></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Pete Kowalczyk signed in</div>
<div class="time"><span class="time">At 2:24pm</span></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Pete Kowalczyk joined</div>
<div class="time"><span class="time">At 2:24pm</span></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="sarah-thomson">
<div class="title">
<span class="font-small">19 June 2018</span>
</div>
<div class="body">
<div>Sarah Thomson signed out</div>
<div class="time"><span class="time">At 2:46pm</span></div>
</div>
</div>
<div class="entry team" data-type="team" data-user="pete-kowalczyk">
<div class="title">
</div>
<div class="body">
<div>Pete Kowalczyk invited</div>
<div class="time"><span class="time">At 2:45pm</span> by Sarah Thomsom - <a class="details" href="/sprint/{{sprint}}/account/team/index">Details</a></div>
</div>
</div>
<div class="entry service" data-type="service" data-user="sarah.thomson">
<div class="title">
</div>
<div class="body">
<div>PAYE scheme added: 123/456789</div>
<div class="time"><span class="time">At 2:34pm</span> by Sarah Thomson - <a class="details" href="/sprint/{{sprint}}/account/paye/index">Details</a></div>
</div>
</div>
<div class="entry service" data-type="service" data-user="sarah.thomson">
<div class="title">
</div>
<div class="body">
<div>Tesco stores ltd added</div>
<div class="time"><span class="time">At 2:30pm</span> by Sarah Thomson - <a class="details" href="/sprint/{{sprint}}/account/organisations/index">Details</a></div>
</div>
</div>
<div class="entry service" data-type="service" data-user="sarah.thomson">
<div class="title">
</div>
<div class="body">
<div>PAYE scheme added: 123/6543321</div>
<div class="time"><span class="time">At 2:24pm</span> by Sarah Thomson - <a class="details" href="/sprint/{{sprint}}/account/paye/index">Details</a></div>
</div>
</div>
<div class="entry service" data-type="service" data-user="sarah.thomson">
<div class="title">
</div>
<div class="body">
<div>Tesco food ltd added</div>
<div class="time"><span class="time">At 2:24pm</span> by Sarah Thomson - <a class="details" href="/sprint/{{sprint}}/account/organisations/index">Details</a></div>
</div>
</div>
<div class="entry start account">
<div class="title">
</div>
<div class="body">
<div>Account created</div>
<div class="time"><span class="time">At 2:24pm</span> by Sarah Thomson</div>
</div>
</div>
</div>
</div>
</div>
</main><!-- / #content -->
{% endblock %}
|
views/prototype_171127/mismatch/index.html | UKHomeOffice/passports-prototype | {{< layout}}
{{$propositionHeader}}{{/propositionHeader}}
{{$pageTitle}}Use the existing service{{/pageTitle}}
{{$content}}
<header>
<h1>Check your details</h1>
</header>
<p>The details you've entered don't match our records.</p>
<p>Check your details and try again.</p>
<a href="" class="button">Try again</a><br>
{{/ content}}
{{/ layout}}
|
sites/all/modules/views/help/filter.html | pblasone/Lagervarer | <!-- $Id: filter.html,v 1.2 2008/05/15 19:17:11 merlinofchaos Exp $ -->
Filters are used to reduce the data set that Views provides. That is to say, without any filters applied, Views will return all of your content. You don't want that, so at least some filters must be used.
Some very commonly used filters:
<ul>
<li> The 'Node: Published' filter is used to restrict a node View to only nodes that are are have the 'published' box checked. This can be very important to prevent users from viewing content they should not have access to.</li>
<li> The 'Node: Promoted to front page' filter can be used to show only nodes that have the 'promote to front page' turned on. </li>
<li> The 'Node: Type' filter is useful for showing only certain types of nodes. Let's say you wanted users to see only nodes that were 'book' nodes, or a combination of 'book' nodes and 'staff-blog' nodes. This filter allows you to select exactly that.</li>
<li> The 'User: Current' filter will show only nodes that the logged in user has authored.</li>
<li> The 'Node: Post date' filter can be used to show only nodes posted before, after, or between a range of dates.
</ul>
The above list is only a tiny fraction of the filters available in Views, referenced here to give an idea of the kinds of tasks filters can accomplish. |
plugins/yaml/resources/inspectionDescriptions/YAMLUnusedAnchor.html | jk1/intellij-community | <html>
<body>
This inspection highlights unused anchors.
</body>
</html> |
tests/test-cases/libsass/at-root/ampersand/expected.compact.css | mgushee/chicken-sass | foo { color: blue; }
foo--modifier { color: red; }
|
tests/test-cases/extend-tests/184_test_control_flow_if/expected.compressed.css | mgushee/chicken-sass | .true,.also-true{color:green}.false,.also-false{color:red}
|
src/components/progressCircular/demoBasicUsage/index.html | angular/material | <div ng-controller="AppCtrl as vm" ng-cloak>
<md-content layout-padding>
<h4>Determinate</h4>
<p>For operations where the percentage of the operation completed can be determined, use a determinate indicator. They
give users a quick sense of how long an operation will take.</p>
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular md-mode="determinate" value="{{vm.determinateValue}}"></md-progress-circular>
</div>
<h4>Indeterminate</h4>
<p>For operations where the user is asked to wait a moment while something finishes up, and it's not necessary to
expose what's happening behind the scenes and how long it will take, use an indeterminate indicator.</p>
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular md-mode="indeterminate"></md-progress-circular>
</div>
<h4>Theming</h4>
<p>
Your current theme colors can be used to easily colorize your progress indicator with `md-warn` or `md-accent`
colors.
</p>
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular ng-disabled="!vm.activated" class="md-hue-2" md-diameter="20px"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" class="md-accent" md-diameter="40"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" class="md-accent md-hue-1" md-diameter="60"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" class="md-warn md-hue-3" md-diameter="70"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" md-diameter="96"></md-progress-circular>
</div>
</md-content>
<md-content md-theme="docs-dark" layout-padding>
<h4>Dark theme</h4>
<p>
This is an example of the <b><md-progress-circular></b> component, with a dark theme.
</p>
<div layout="row" layout-sm="column" layout-align="space-around">
<md-progress-circular ng-disabled="!vm.activated" class="md-hue-2" md-diameter="20px"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" class="md-accent" md-diameter="40"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" class="md-accent md-hue-1" md-diameter="60"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" class="md-warn md-hue-3" md-diameter="70"></md-progress-circular>
<md-progress-circular ng-disabled="!vm.activated" md-diameter="96"></md-progress-circular>
</div>
</md-content>
<md-content layout="row" layout-align="start center" layout-padding>
<p>Progress Circular Indicators: </p>
<h5>Off</h5>
<md-switch
ng-model="vm.activated"
aria-label="Toggle Progress Circular Indicators">
<h5>On</h5>
</md-switch>
</md-content>
</div>
|
404.html | MiniMelissa/MiniMelissa.github.io | ---
title: Page Not Found
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
<style type="text/css">
a {
color: #6699cc;
transition: color .3s;
text-decoration: none;
}
a:hover {
color: #000;
}
#container {
margin: 0 auto;
max-width: 960px;
}
#tangram {
height: 0;
width: 40%;
padding-top: 38%;
position: relative;
margin: 0 auto;
margin-top: 10%;
}
svg {
position: absolute;
top: 0;
left: 0;
}
#description {
margin-top: 10%;
text-align: center;
}
</style>
</head>
<body>
<div id="container">
<div id="tangram">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" xmlns:xlink="http://www.w3.org/1999/xlink">
<path style="fill: #5862e4" d="M0 0 L0 300 L150 150 Z" />
<path style="fill: #d67756" d="M0 0 L300 0 L150 150 Z" />
<path style="fill: #973a34" d="M0 300 L150 300 L75 225 Z" />
<path style="fill: #c93a8a" d="M150 300 L75 225 L150 150 L225 225 Z" />
<path style="fill: #494c8f" d="M150 150 L225 75 L225 225 Z" />
<path style="fill: #80ac53" d="M225 75 L300 0 L300 150 L225 225 Z" />
<path style="fill: #ffef54" d="M150 300 L300 150 L300 300 Z" />
</svg>
</div>
<div id="description">
<p>Ooops, this page doesn't exist. Go <a href="{{ site.url }}">somewhere</a> else? :)</p>
<p>© <script type="text/javascript">document.write(new Date().getFullYear());</script> <a href="/about/">{{ site.title }}</a></p>
</div>
</div>
</body>
</html>
|
src/bower_components/phaser-official/docs/World.js.html | imaginabit/memory | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: physics/p2/World.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayList.html">ArrayList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GamepadButton.html">GamepadButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
</ul>
</li>
</strong>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: physics/p2/World.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2014 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
// Add an extra properties to p2 that we need
p2.Body.prototype.parent = null;
p2.Spring.prototype.parent = null;
/**
* @class Phaser.Physics.P2
* @classdesc Physics World Constructor
* @constructor
* @param {Phaser.Game} game - Reference to the current game instance.
* @param {object} [config] - Physics configuration object passed in from the game constructor.
*/
Phaser.Physics.P2 = function (game, config) {
/**
* @property {Phaser.Game} game - Local reference to game.
*/
this.game = game;
if (typeof config === 'undefined' || !config.hasOwnProperty('gravity') || !config.hasOwnProperty('broadphase'))
{
config = { gravity: [0, 0], broadphase: new p2.SAPBroadphase() };
}
/**
* @property {p2.World} world - The p2 World in which the simulation is run.
* @protected
*/
this.world = new p2.World(config);
/**
* @property {number} frameRate - The frame rate the world will be stepped at. Defaults to 1 / 60, but you can change here. Also see useElapsedTime property.
* @default
*/
this.frameRate = 1 / 60;
/**
* @property {boolean} useElapsedTime - If true the frameRate value will be ignored and instead p2 will step with the value of Game.Time.physicsElapsed, which is a delta time value.
* @default
*/
this.useElapsedTime = false;
/**
* @property {boolean} paused - The paused state of the P2 World.
* @default
*/
this.paused = false;
/**
* @property {array<Phaser.Physics.P2.Material>} materials - A local array of all created Materials.
* @protected
*/
this.materials = [];
/**
* @property {Phaser.Physics.P2.InversePointProxy} gravity - The gravity applied to all bodies each step.
*/
this.gravity = new Phaser.Physics.P2.InversePointProxy(this, this.world.gravity);
/**
* @property {object} walls - An object containing the 4 wall bodies that bound the physics world.
*/
this.walls = { left: null, right: null, top: null, bottom: null };
/**
* @property {Phaser.Signal} onBodyAdded - Dispatched when a new Body is added to the World.
*/
this.onBodyAdded = new Phaser.Signal();
/**
* @property {Phaser.Signal} onBodyRemoved - Dispatched when a Body is removed from the World.
*/
this.onBodyRemoved = new Phaser.Signal();
/**
* @property {Phaser.Signal} onSpringAdded - Dispatched when a new Spring is added to the World.
*/
this.onSpringAdded = new Phaser.Signal();
/**
* @property {Phaser.Signal} onSpringRemoved - Dispatched when a Spring is removed from the World.
*/
this.onSpringRemoved = new Phaser.Signal();
/**
* @property {Phaser.Signal} onConstraintAdded - Dispatched when a new Constraint is added to the World.
*/
this.onConstraintAdded = new Phaser.Signal();
/**
* @property {Phaser.Signal} onConstraintRemoved - Dispatched when a Constraint is removed from the World.
*/
this.onConstraintRemoved = new Phaser.Signal();
/**
* @property {Phaser.Signal} onContactMaterialAdded - Dispatched when a new ContactMaterial is added to the World.
*/
this.onContactMaterialAdded = new Phaser.Signal();
/**
* @property {Phaser.Signal} onContactMaterialRemoved - Dispatched when a ContactMaterial is removed from the World.
*/
this.onContactMaterialRemoved = new Phaser.Signal();
/**
* @property {function} postBroadphaseCallback - A postBroadphase callback.
*/
this.postBroadphaseCallback = null;
/**
* @property {object} callbackContext - The context under which the callbacks are fired.
*/
this.callbackContext = null;
/**
* @property {Phaser.Signal} onBeginContact - Dispatched when a first contact is created between two bodies. This event is fired before the step has been done.
*/
this.onBeginContact = new Phaser.Signal();
/**
* @property {Phaser.Signal} onEndContact - Dispatched when final contact occurs between two bodies. This event is fired before the step has been done.
*/
this.onEndContact = new Phaser.Signal();
// Pixel to meter function overrides
if (config.hasOwnProperty('mpx') && config.hasOwnProperty('pxm') && config.hasOwnProperty('mpxi') && config.hasOwnProperty('pxmi'))
{
this.mpx = config.mpx;
this.mpxi = config.mpxi;
this.pxm = config.pxm;
this.pxmi = config.pxmi;
}
// Hook into the World events
this.world.on("beginContact", this.beginContactHandler, this);
this.world.on("endContact", this.endContactHandler, this);
/**
* @property {array} collisionGroups - An array containing the collision groups that have been defined in the World.
*/
this.collisionGroups = [];
/**
* @property {Phaser.Physics.P2.CollisionGroup} nothingCollisionGroup - A default collision group.
*/
this.nothingCollisionGroup = new Phaser.Physics.P2.CollisionGroup(1);
/**
* @property {Phaser.Physics.P2.CollisionGroup} boundsCollisionGroup - A default collision group.
*/
this.boundsCollisionGroup = new Phaser.Physics.P2.CollisionGroup(2);
/**
* @property {Phaser.Physics.P2.CollisionGroup} everythingCollisionGroup - A default collision group.
*/
this.everythingCollisionGroup = new Phaser.Physics.P2.CollisionGroup(2147483648);
/**
* @property {array} boundsCollidesWith - An array of the bodies the world bounds collides with.
*/
this.boundsCollidesWith = [];
/**
* @property {array} _toRemove - Internal var used to hold references to bodies to remove from the world on the next step.
* @private
*/
this._toRemove = [];
/**
* @property {number} _collisionGroupID - Internal var.
* @private
*/
this._collisionGroupID = 2;
// By default we want everything colliding with everything
this.setBoundsToWorld(true, true, true, true, false);
};
Phaser.Physics.P2.prototype = {
/**
* This will add a P2 Physics body into the removal list for the next step.
*
* @method Phaser.Physics.P2#removeBodyNextStep
* @param {Phaser.Physics.P2.Body} body - The body to remove at the start of the next step.
*/
removeBodyNextStep: function (body) {
this._toRemove.push(body);
},
/**
* Called at the start of the core update loop. Purges flagged bodies from the world.
*
* @method Phaser.Physics.P2#preUpdate
*/
preUpdate: function () {
var i = this._toRemove.length;
while (i--)
{
this.removeBody(this._toRemove[i]);
}
this._toRemove.length = 0;
},
/**
* This will create a P2 Physics body on the given game object or array of game objects.
* A game object can only have 1 physics body active at any one time, and it can't be changed until the object is destroyed.
* Note: When the game object is enabled for P2 physics it has its anchor x/y set to 0.5 so it becomes centered.
*
* @method Phaser.Physics.P2#enable
* @param {object|array|Phaser.Group} object - The game object to create the physics body on. Can also be an array or Group of objects, a body will be created on every child that has a `body` property.
* @param {boolean} [debug=false] - Create a debug object to go with this body?
* @param {boolean} [children=true] - Should a body be created on all children of this object? If true it will recurse down the display list as far as it can go.
*/
enable: function (object, debug, children) {
if (typeof debug === 'undefined') { debug = false; }
if (typeof children === 'undefined') { children = true; }
var i = 1;
if (Array.isArray(object))
{
i = object.length;
while (i--)
{
if (object[i] instanceof Phaser.Group)
{
// If it's a Group then we do it on the children regardless
this.enable(object[i].children, debug, children);
}
else
{
this.enableBody(object[i], debug);
if (children && object[i].hasOwnProperty('children') && object[i].children.length > 0)
{
this.enable(object[i], debug, true);
}
}
}
}
else
{
if (object instanceof Phaser.Group)
{
// If it's a Group then we do it on the children regardless
this.enable(object.children, debug, children);
}
else
{
this.enableBody(object, debug);
if (children && object.hasOwnProperty('children') && object.children.length > 0)
{
this.enable(object.children, debug, true);
}
}
}
},
/**
* Creates a P2 Physics body on the given game object.
* A game object can only have 1 physics body active at any one time, and it can't be changed until the body is nulled.
*
* @method Phaser.Physics.P2#enableBody
* @param {object} object - The game object to create the physics body on. A body will only be created if this object has a null `body` property.
* @param {boolean} debug - Create a debug object to go with this body?
*/
enableBody: function (object, debug) {
if (object.hasOwnProperty('body') && object.body === null)
{
object.body = new Phaser.Physics.P2.Body(this.game, object, object.x, object.y, 1);
object.body.debug = debug;
object.anchor.set(0.5);
}
},
/**
* Impact event handling is disabled by default. Enable it before any impact events will be dispatched.
* In a busy world hundreds of impact events can be generated every step, so only enable this if you cannot do what you need via beginContact or collision masks.
*
* @method Phaser.Physics.P2#setImpactEvents
* @param {boolean} state - Set to true to enable impact events, or false to disable.
*/
setImpactEvents: function (state) {
if (state)
{
this.world.on("impact", this.impactHandler, this);
}
else
{
this.world.off("impact", this.impactHandler, this);
}
},
/**
* Sets a callback to be fired after the Broadphase has collected collision pairs in the world.
* Just because a pair exists it doesn't mean they *will* collide, just that they potentially could do.
* If your calback returns `false` the pair will be removed from the narrowphase. This will stop them testing for collision this step.
* Returning `true` from the callback will ensure they are checked in the narrowphase.
*
* @method Phaser.Physics.P2#setPostBroadphaseCallback
* @param {function} callback - The callback that will receive the postBroadphase event data. It must return a boolean. Set to null to disable an existing callback.
* @param {object} context - The context under which the callback will be fired.
*/
setPostBroadphaseCallback: function (callback, context) {
this.postBroadphaseCallback = callback;
this.callbackContext = context;
if (callback !== null)
{
this.world.on("postBroadphase", this.postBroadphaseHandler, this);
}
else
{
this.world.off("postBroadphase", this.postBroadphaseHandler, this);
}
},
/**
* Internal handler for the postBroadphase event.
*
* @method Phaser.Physics.P2#postBroadphaseHandler
* @private
* @param {object} event - The event data.
*/
postBroadphaseHandler: function (event) {
if (this.postBroadphaseCallback)
{
var i = event.pairs.length;
while (i -= 2)
{
if (event.pairs[i].parent && event.pairs[i+1].parent && !this.postBroadphaseCallback.call(this.callbackContext, event.pairs[i].parent, event.pairs[i+1].parent))
{
event.pairs.splice(i, 2);
}
}
}
},
/**
* Handles a p2 impact event.
*
* @method Phaser.Physics.P2#impactHandler
* @private
* @param {object} event - The event data.
*/
impactHandler: function (event) {
if (event.bodyA.parent && event.bodyB.parent)
{
// Body vs. Body callbacks
var a = event.bodyA.parent;
var b = event.bodyB.parent;
if (a._bodyCallbacks[event.bodyB.id])
{
a._bodyCallbacks[event.bodyB.id].call(a._bodyCallbackContext[event.bodyB.id], a, b, event.shapeA, event.shapeB);
}
if (b._bodyCallbacks[event.bodyA.id])
{
b._bodyCallbacks[event.bodyA.id].call(b._bodyCallbackContext[event.bodyA.id], b, a, event.shapeB, event.shapeA);
}
// Body vs. Group callbacks
if (a._groupCallbacks[event.shapeB.collisionGroup])
{
a._groupCallbacks[event.shapeB.collisionGroup].call(a._groupCallbackContext[event.shapeB.collisionGroup], a, b, event.shapeA, event.shapeB);
}
if (b._groupCallbacks[event.shapeA.collisionGroup])
{
b._groupCallbacks[event.shapeA.collisionGroup].call(b._groupCallbackContext[event.shapeA.collisionGroup], b, a, event.shapeB, event.shapeA);
}
}
},
/**
* Handles a p2 begin contact event.
*
* @method Phaser.Physics.P2#beginContactHandler
* @param {object} event - The event data.
*/
beginContactHandler: function (event) {
this.onBeginContact.dispatch(event.bodyA, event.bodyB, event.shapeA, event.shapeB, event.contactEquations);
if (event.bodyA.parent)
{
event.bodyA.parent.onBeginContact.dispatch(event.bodyB.parent, event.shapeA, event.shapeB, event.contactEquations);
}
if (event.bodyB.parent)
{
event.bodyB.parent.onBeginContact.dispatch(event.bodyA.parent, event.shapeB, event.shapeA, event.contactEquations);
}
},
/**
* Handles a p2 end contact event.
*
* @method Phaser.Physics.P2#endContactHandler
* @param {object} event - The event data.
*/
endContactHandler: function (event) {
this.onEndContact.dispatch(event.bodyA, event.bodyB, event.shapeA, event.shapeB);
if (event.bodyA.parent)
{
event.bodyA.parent.onEndContact.dispatch(event.bodyB.parent, event.shapeA, event.shapeB);
}
if (event.bodyB.parent)
{
event.bodyB.parent.onEndContact.dispatch(event.bodyA.parent, event.shapeB, event.shapeA);
}
},
/**
* Sets the bounds of the Physics world to match the Game.World dimensions.
* You can optionally set which 'walls' to create: left, right, top or bottom.
*
* @method Phaser.Physics#setBoundsToWorld
* @param {boolean} [left=true] - If true will create the left bounds wall.
* @param {boolean} [right=true] - If true will create the right bounds wall.
* @param {boolean} [top=true] - If true will create the top bounds wall.
* @param {boolean} [bottom=true] - If true will create the bottom bounds wall.
* @param {boolean} [setCollisionGroup=true] - If true the Bounds will be set to use its own Collision Group.
*/
setBoundsToWorld: function (left, right, top, bottom, setCollisionGroup) {
this.setBounds(this.game.world.bounds.x, this.game.world.bounds.y, this.game.world.bounds.width, this.game.world.bounds.height, left, right, top, bottom, setCollisionGroup);
},
/**
* Sets the given material against the 4 bounds of this World.
*
* @method Phaser.Physics#setWorldMaterial
* @param {Phaser.Physics.P2.Material} material - The material to set.
* @param {boolean} [left=true] - If true will set the material on the left bounds wall.
* @param {boolean} [right=true] - If true will set the material on the right bounds wall.
* @param {boolean} [top=true] - If true will set the material on the top bounds wall.
* @param {boolean} [bottom=true] - If true will set the material on the bottom bounds wall.
*/
setWorldMaterial: function (material, left, right, top, bottom) {
if (typeof left === 'undefined') { left = true; }
if (typeof right === 'undefined') { right = true; }
if (typeof top === 'undefined') { top = true; }
if (typeof bottom === 'undefined') { bottom = true; }
if (left && this.walls.left)
{
this.walls.left.shapes[0].material = material;
}
if (right && this.walls.right)
{
this.walls.right.shapes[0].material = material;
}
if (top && this.walls.top)
{
this.walls.top.shapes[0].material = material;
}
if (bottom && this.walls.bottom)
{
this.walls.bottom.shapes[0].material = material;
}
},
/**
* By default the World will be set to collide everything with everything. The bounds of the world is a Body with 4 shapes, one for each face.
* If you start to use your own collision groups then your objects will no longer collide with the bounds.
* To fix this you need to adjust the bounds to use its own collision group first BEFORE changing your Sprites collision group.
*
* @method Phaser.Physics.P2#updateBoundsCollisionGroup
* @param {boolean} [setCollisionGroup=true] - If true the Bounds will be set to use its own Collision Group.
*/
updateBoundsCollisionGroup: function (setCollisionGroup) {
var mask = this.everythingCollisionGroup.mask;
if (typeof setCollisionGroup === 'undefined') { mask = this.boundsCollisionGroup.mask; }
if (this.walls.left)
{
this.walls.left.shapes[0].collisionGroup = mask;
}
if (this.walls.right)
{
this.walls.right.shapes[0].collisionGroup = mask;
}
if (this.walls.top)
{
this.walls.top.shapes[0].collisionGroup = mask;
}
if (this.walls.bottom)
{
this.walls.bottom.shapes[0].collisionGroup = mask;
}
},
/**
* Sets the bounds of the Physics world to match the given world pixel dimensions.
* You can optionally set which 'walls' to create: left, right, top or bottom.
*
* @method Phaser.Physics.P2#setBounds
* @param {number} x - The x coordinate of the top-left corner of the bounds.
* @param {number} y - The y coordinate of the top-left corner of the bounds.
* @param {number} width - The width of the bounds.
* @param {number} height - The height of the bounds.
* @param {boolean} [left=true] - If true will create the left bounds wall.
* @param {boolean} [right=true] - If true will create the right bounds wall.
* @param {boolean} [top=true] - If true will create the top bounds wall.
* @param {boolean} [bottom=true] - If true will create the bottom bounds wall.
* @param {boolean} [setCollisionGroup=true] - If true the Bounds will be set to use its own Collision Group.
*/
setBounds: function (x, y, width, height, left, right, top, bottom, setCollisionGroup) {
if (typeof left === 'undefined') { left = true; }
if (typeof right === 'undefined') { right = true; }
if (typeof top === 'undefined') { top = true; }
if (typeof bottom === 'undefined') { bottom = true; }
if (typeof setCollisionGroup === 'undefined') { setCollisionGroup = true; }
if (this.walls.left)
{
this.world.removeBody(this.walls.left);
}
if (this.walls.right)
{
this.world.removeBody(this.walls.right);
}
if (this.walls.top)
{
this.world.removeBody(this.walls.top);
}
if (this.walls.bottom)
{
this.world.removeBody(this.walls.bottom);
}
if (left)
{
this.walls.left = new p2.Body({ mass: 0, position: [ this.pxmi(x), this.pxmi(y) ], angle: 1.5707963267948966 });
this.walls.left.addShape(new p2.Plane());
if (setCollisionGroup)
{
this.walls.left.shapes[0].collisionGroup = this.boundsCollisionGroup.mask;
}
this.world.addBody(this.walls.left);
}
if (right)
{
this.walls.right = new p2.Body({ mass: 0, position: [ this.pxmi(x + width), this.pxmi(y) ], angle: -1.5707963267948966 });
this.walls.right.addShape(new p2.Plane());
if (setCollisionGroup)
{
this.walls.right.shapes[0].collisionGroup = this.boundsCollisionGroup.mask;
}
this.world.addBody(this.walls.right);
}
if (top)
{
this.walls.top = new p2.Body({ mass: 0, position: [ this.pxmi(x), this.pxmi(y) ], angle: -3.141592653589793 });
this.walls.top.addShape(new p2.Plane());
if (setCollisionGroup)
{
this.walls.top.shapes[0].collisionGroup = this.boundsCollisionGroup.mask;
}
this.world.addBody(this.walls.top);
}
if (bottom)
{
this.walls.bottom = new p2.Body({ mass: 0, position: [ this.pxmi(x), this.pxmi(y + height) ] });
this.walls.bottom.addShape(new p2.Plane());
if (setCollisionGroup)
{
this.walls.bottom.shapes[0].collisionGroup = this.boundsCollisionGroup.mask;
}
this.world.addBody(this.walls.bottom);
}
},
/**
* Pauses the P2 World independent of the game pause state.
*
* @method Phaser.Physics.P2#pause
*/
pause: function() {
this.paused = true;
},
/**
* Resumes a paused P2 World.
*
* @method Phaser.Physics.P2#resume
*/
resume: function() {
this.paused = false;
},
/**
* Internal P2 update loop.
*
* @method Phaser.Physics.P2#update
*/
update: function () {
// Do nothing when the pysics engine was paused before
if (this.paused)
{
return;
}
if (this.useElapsedTime)
{
this.world.step(this.game.time.physicsElapsed);
}
else
{
this.world.step(this.frameRate);
}
},
/**
* Clears all bodies from the simulation, resets callbacks and resets the collision bitmask.
*
* @method Phaser.Physics.P2#clear
*/
clear: function () {
this.world.clear();
this.world.off("beginContact", this.beginContactHandler, this);
this.world.off("endContact", this.endContactHandler, this);
this.postBroadphaseCallback = null;
this.callbackContext = null;
this.impactCallback = null;
this.collisionGroups = [];
this._toRemove = [];
this._collisionGroupID = 2;
this.boundsCollidesWith = [];
},
/**
* Clears all bodies from the simulation and unlinks World from Game. Should only be called on game shutdown. Call `clear` on a State change.
*
* @method Phaser.Physics.P2#destroy
*/
destroy: function () {
this.clear();
this.game = null;
},
/**
* Add a body to the world.
*
* @method Phaser.Physics.P2#addBody
* @param {Phaser.Physics.P2.Body} body - The Body to add to the World.
* @return {boolean} True if the Body was added successfully, otherwise false.
*/
addBody: function (body) {
if (body.data.world)
{
return false;
}
else
{
this.world.addBody(body.data);
this.onBodyAdded.dispatch(body);
return true;
}
},
/**
* Removes a body from the world. This will silently fail if the body wasn't part of the world to begin with.
*
* @method Phaser.Physics.P2#removeBody
* @param {Phaser.Physics.P2.Body} body - The Body to remove from the World.
* @return {Phaser.Physics.P2.Body} The Body that was removed.
*/
removeBody: function (body) {
if (body.data.world == this.world)
{
this.world.removeBody(body.data);
this.onBodyRemoved.dispatch(body);
}
return body;
},
/**
* Adds a Spring to the world.
*
* @method Phaser.Physics.P2#addSpring
* @param {Phaser.Physics.P2.Spring} spring - The Spring to add to the World.
* @return {Phaser.Physics.P2.Spring} The Spring that was added.
*/
addSpring: function (spring) {
this.world.addSpring(spring);
this.onSpringAdded.dispatch(spring);
return spring;
},
/**
* Removes a Spring from the world.
*
* @method Phaser.Physics.P2#removeSpring
* @param {Phaser.Physics.P2.Spring} spring - The Spring to remove from the World.
* @return {Phaser.Physics.P2.Spring} The Spring that was removed.
*/
removeSpring: function (spring) {
this.world.removeSpring(spring);
this.onSpringRemoved.dispatch(spring);
return spring;
},
/**
* Creates a constraint that tries to keep the distance between two bodies constant.
*
* @method Phaser.Physics.P2#createDistanceConstraint
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyA - First connected body.
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyB - Second connected body.
* @param {number} distance - The distance to keep between the bodies.
* @param {number} [maxForce] - The maximum force that should be applied to constrain the bodies.
* @return {Phaser.Physics.P2.DistanceConstraint} The constraint
*/
createDistanceConstraint: function (bodyA, bodyB, distance, maxForce) {
bodyA = this.getBody(bodyA);
bodyB = this.getBody(bodyB);
if (!bodyA || !bodyB)
{
console.warn('Cannot create Constraint, invalid body objects given');
}
else
{
return this.addConstraint(new Phaser.Physics.P2.DistanceConstraint(this, bodyA, bodyB, distance, maxForce));
}
},
/**
* Creates a constraint that tries to keep the distance between two bodies constant.
*
* @method Phaser.Physics.P2#createGearConstraint
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyA - First connected body.
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyB - Second connected body.
* @param {number} [angle=0] - The relative angle
* @param {number} [ratio=1] - The gear ratio.
* @return {Phaser.Physics.P2.GearConstraint} The constraint
*/
createGearConstraint: function (bodyA, bodyB, angle, ratio) {
bodyA = this.getBody(bodyA);
bodyB = this.getBody(bodyB);
if (!bodyA || !bodyB)
{
console.warn('Cannot create Constraint, invalid body objects given');
}
else
{
return this.addConstraint(new Phaser.Physics.P2.GearConstraint(this, bodyA, bodyB, angle, ratio));
}
},
/**
* Connects two bodies at given offset points, letting them rotate relative to each other around this point.
* The pivot points are given in world (pixel) coordinates.
*
* @method Phaser.Physics.P2#createRevoluteConstraint
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyA - First connected body.
* @param {Array} pivotA - The point relative to the center of mass of bodyA which bodyA is constrained to. The value is an array with 2 elements matching x and y, i.e: [32, 32].
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyB - Second connected body.
* @param {Array} pivotB - The point relative to the center of mass of bodyB which bodyB is constrained to. The value is an array with 2 elements matching x and y, i.e: [32, 32].
* @param {number} [maxForce=0] - The maximum force that should be applied to constrain the bodies.
* @return {Phaser.Physics.P2.RevoluteConstraint} The constraint
*/
createRevoluteConstraint: function (bodyA, pivotA, bodyB, pivotB, maxForce) {
bodyA = this.getBody(bodyA);
bodyB = this.getBody(bodyB);
if (!bodyA || !bodyB)
{
console.warn('Cannot create Constraint, invalid body objects given');
}
else
{
return this.addConstraint(new Phaser.Physics.P2.RevoluteConstraint(this, bodyA, pivotA, bodyB, pivotB, maxForce));
}
},
/**
* Locks the relative position between two bodies.
*
* @method Phaser.Physics.P2#createLockConstraint
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyA - First connected body.
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyB - Second connected body.
* @param {Array} [offset] - The offset of bodyB in bodyA's frame. The value is an array with 2 elements matching x and y, i.e: [32, 32].
* @param {number} [angle=0] - The angle of bodyB in bodyA's frame.
* @param {number} [maxForce] - The maximum force that should be applied to constrain the bodies.
* @return {Phaser.Physics.P2.LockConstraint} The constraint
*/
createLockConstraint: function (bodyA, bodyB, offset, angle, maxForce) {
bodyA = this.getBody(bodyA);
bodyB = this.getBody(bodyB);
if (!bodyA || !bodyB)
{
console.warn('Cannot create Constraint, invalid body objects given');
}
else
{
return this.addConstraint(new Phaser.Physics.P2.LockConstraint(this, bodyA, bodyB, offset, angle, maxForce));
}
},
/**
* Constraint that only allows bodies to move along a line, relative to each other.
* See http://www.iforce2d.net/b2dtut/joints-prismatic
*
* @method Phaser.Physics.P2#createPrismaticConstraint
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyA - First connected body.
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyB - Second connected body.
* @param {boolean} [lockRotation=true] - If set to false, bodyB will be free to rotate around its anchor point.
* @param {Array} [anchorA] - Body A's anchor point, defined in its own local frame. The value is an array with 2 elements matching x and y, i.e: [32, 32].
* @param {Array} [anchorB] - Body A's anchor point, defined in its own local frame. The value is an array with 2 elements matching x and y, i.e: [32, 32].
* @param {Array} [axis] - An axis, defined in body A frame, that body B's anchor point may slide along. The value is an array with 2 elements matching x and y, i.e: [32, 32].
* @param {number} [maxForce] - The maximum force that should be applied to constrain the bodies.
* @return {Phaser.Physics.P2.PrismaticConstraint} The constraint
*/
createPrismaticConstraint: function (bodyA, bodyB, lockRotation, anchorA, anchorB, axis, maxForce) {
bodyA = this.getBody(bodyA);
bodyB = this.getBody(bodyB);
if (!bodyA || !bodyB)
{
console.warn('Cannot create Constraint, invalid body objects given');
}
else
{
return this.addConstraint(new Phaser.Physics.P2.PrismaticConstraint(this, bodyA, bodyB, lockRotation, anchorA, anchorB, axis, maxForce));
}
},
/**
* Adds a Constraint to the world.
*
* @method Phaser.Physics.P2#addConstraint
* @param {Phaser.Physics.P2.Constraint} constraint - The Constraint to add to the World.
* @return {Phaser.Physics.P2.Constraint} The Constraint that was added.
*/
addConstraint: function (constraint) {
this.world.addConstraint(constraint);
this.onConstraintAdded.dispatch(constraint);
return constraint;
},
/**
* Removes a Constraint from the world.
*
* @method Phaser.Physics.P2#removeConstraint
* @param {Phaser.Physics.P2.Constraint} constraint - The Constraint to be removed from the World.
* @return {Phaser.Physics.P2.Constraint} The Constraint that was removed.
*/
removeConstraint: function (constraint) {
this.world.removeConstraint(constraint);
this.onConstraintRemoved.dispatch(constraint);
return constraint;
},
/**
* Adds a Contact Material to the world.
*
* @method Phaser.Physics.P2#addContactMaterial
* @param {Phaser.Physics.P2.ContactMaterial} material - The Contact Material to be added to the World.
* @return {Phaser.Physics.P2.ContactMaterial} The Contact Material that was added.
*/
addContactMaterial: function (material) {
this.world.addContactMaterial(material);
this.onContactMaterialAdded.dispatch(material);
return material;
},
/**
* Removes a Contact Material from the world.
*
* @method Phaser.Physics.P2#removeContactMaterial
* @param {Phaser.Physics.P2.ContactMaterial} material - The Contact Material to be removed from the World.
* @return {Phaser.Physics.P2.ContactMaterial} The Contact Material that was removed.
*/
removeContactMaterial: function (material) {
this.world.removeContactMaterial(material);
this.onContactMaterialRemoved.dispatch(material);
return material;
},
/**
* Gets a Contact Material based on the two given Materials.
*
* @method Phaser.Physics.P2#getContactMaterial
* @param {Phaser.Physics.P2.Material} materialA - The first Material to search for.
* @param {Phaser.Physics.P2.Material} materialB - The second Material to search for.
* @return {Phaser.Physics.P2.ContactMaterial|boolean} The Contact Material or false if none was found matching the Materials given.
*/
getContactMaterial: function (materialA, materialB) {
return this.world.getContactMaterial(materialA, materialB);
},
/**
* Sets the given Material against all Shapes owned by all the Bodies in the given array.
*
* @method Phaser.Physics.P2#setMaterial
* @param {Phaser.Physics.P2.Material} material - The Material to be applied to the given Bodies.
* @param {array<Phaser.Physics.P2.Body>} bodies - An Array of Body objects that the given Material will be set on.
*/
setMaterial: function (material, bodies) {
var i = bodies.length;
while (i--)
{
bodies[i].setMaterial(material);
}
},
/**
* Creates a Material. Materials are applied to Shapes owned by a Body and can be set with Body.setMaterial().
* Materials are a way to control what happens when Shapes collide. Combine unique Materials together to create Contact Materials.
* Contact Materials have properties such as friction and restitution that allow for fine-grained collision control between different Materials.
*
* @method Phaser.Physics.P2#createMaterial
* @param {string} [name] - Optional name of the Material. Each Material has a unique ID but string names are handy for debugging.
* @param {Phaser.Physics.P2.Body} [body] - Optional Body. If given it will assign the newly created Material to the Body shapes.
* @return {Phaser.Physics.P2.Material} The Material that was created. This is also stored in Phaser.Physics.P2.materials.
*/
createMaterial: function (name, body) {
name = name || '';
var material = new Phaser.Physics.P2.Material(name);
this.materials.push(material);
if (typeof body !== 'undefined')
{
body.setMaterial(material);
}
return material;
},
/**
* Creates a Contact Material from the two given Materials. You can then edit the properties of the Contact Material directly.
*
* @method Phaser.Physics.P2#createContactMaterial
* @param {Phaser.Physics.P2.Material} [materialA] - The first Material to create the ContactMaterial from. If undefined it will create a new Material object first.
* @param {Phaser.Physics.P2.Material} [materialB] - The second Material to create the ContactMaterial from. If undefined it will create a new Material object first.
* @param {object} [options] - Material options object.
* @return {Phaser.Physics.P2.ContactMaterial} The Contact Material that was created.
*/
createContactMaterial: function (materialA, materialB, options) {
if (typeof materialA === 'undefined') { materialA = this.createMaterial(); }
if (typeof materialB === 'undefined') { materialB = this.createMaterial(); }
var contact = new Phaser.Physics.P2.ContactMaterial(materialA, materialB, options);
return this.addContactMaterial(contact);
},
/**
* Populates and returns an array with references to of all current Bodies in the world.
*
* @method Phaser.Physics.P2#getBodies
* @return {array<Phaser.Physics.P2.Body>} An array containing all current Bodies in the world.
*/
getBodies: function () {
var output = [];
var i = this.world.bodies.length;
while (i--)
{
output.push(this.world.bodies[i].parent);
}
return output;
},
/**
* Checks the given object to see if it has a p2.Body and if so returns it.
*
* @method Phaser.Physics.P2#getBody
* @param {object} object - The object to check for a p2.Body on.
* @return {p2.Body} The p2.Body, or null if not found.
*/
getBody: function (object) {
if (object instanceof p2.Body)
{
// Native p2 body
return object;
}
else if (object instanceof Phaser.Physics.P2.Body)
{
// Phaser P2 Body
return object.data;
}
else if (object['body'] && object['body'].type === Phaser.Physics.P2JS)
{
// Sprite, TileSprite, etc
return object.body.data;
}
return null;
},
/**
* Populates and returns an array of all current Springs in the world.
*
* @method Phaser.Physics.P2#getSprings
* @return {array<Phaser.Physics.P2.Spring>} An array containing all current Springs in the world.
*/
getSprings: function () {
var output = [];
var i = this.world.springs.length;
while (i--)
{
output.push(this.world.springs[i].parent);
}
return output;
},
/**
* Populates and returns an array of all current Constraints in the world.
*
* @method Phaser.Physics.P2#getConstraints
* @return {array<Phaser.Physics.P2.Constraint>} An array containing all current Constraints in the world.
*/
getConstraints: function () {
var output = [];
var i = this.world.constraints.length;
while (i--)
{
output.push(this.world.constraints[i].parent);
}
return output;
},
/**
* Test if a world point overlaps bodies. You will get an array of actual P2 bodies back. You can find out which Sprite a Body belongs to
* (if any) by checking the Body.parent.sprite property. Body.parent is a Phaser.Physics.P2.Body property.
*
* @method Phaser.Physics.P2#hitTest
* @param {Phaser.Point} worldPoint - Point to use for intersection tests. The points values must be in world (pixel) coordinates.
* @param {Array<Phaser.Physics.P2.Body|Phaser.Sprite|p2.Body>} [bodies] - A list of objects to check for intersection. If not given it will check Phaser.Physics.P2.world.bodies (i.e. all world bodies)
* @param {number} [precision=5] - Used for matching against particles and lines. Adds some margin to these infinitesimal objects.
* @param {boolean} [filterStatic=false] - If true all Static objects will be removed from the results array.
* @return {Array} Array of bodies that overlap the point.
*/
hitTest: function (worldPoint, bodies, precision, filterStatic) {
if (typeof bodies === 'undefined') { bodies = this.world.bodies; }
if (typeof precision === 'undefined') { precision = 5; }
if (typeof filterStatic === 'undefined') { filterStatic = false; }
var physicsPosition = [ this.pxmi(worldPoint.x), this.pxmi(worldPoint.y) ];
var query = [];
var i = bodies.length;
while (i--)
{
if (bodies[i] instanceof Phaser.Physics.P2.Body && !(filterStatic && bodies[i].data.motionState === p2.Body.STATIC))
{
query.push(bodies[i].data);
}
else if (bodies[i] instanceof p2.Body && bodies[i].parent && !(filterStatic && bodies[i].motionState === p2.Body.STATIC))
{
query.push(bodies[i]);
}
else if (bodies[i] instanceof Phaser.Sprite && bodies[i].hasOwnProperty('body') && !(filterStatic && bodies[i].body.data.motionState === p2.Body.STATIC))
{
query.push(bodies[i].body.data);
}
}
return this.world.hitTest(physicsPosition, query, precision);
},
/**
* Converts the current world into a JSON object.
*
* @method Phaser.Physics.P2#toJSON
* @return {object} A JSON representation of the world.
*/
toJSON: function () {
return this.world.toJSON();
},
/**
* Creates a new Collision Group and optionally applies it to the given object.
* Collision Groups are handled using bitmasks, therefore you have a fixed limit you can create before you need to re-use older groups.
*
* @method Phaser.Physics.P2#createCollisionGroup
* @param {Phaser.Group|Phaser.Sprite} [object] - An optional Sprite or Group to apply the Collision Group to. If a Group is given it will be applied to all top-level children.
*/
createCollisionGroup: function (object) {
var bitmask = Math.pow(2, this._collisionGroupID);
if (this.walls.left)
{
this.walls.left.shapes[0].collisionMask = this.walls.left.shapes[0].collisionMask | bitmask;
}
if (this.walls.right)
{
this.walls.right.shapes[0].collisionMask = this.walls.right.shapes[0].collisionMask | bitmask;
}
if (this.walls.top)
{
this.walls.top.shapes[0].collisionMask = this.walls.top.shapes[0].collisionMask | bitmask;
}
if (this.walls.bottom)
{
this.walls.bottom.shapes[0].collisionMask = this.walls.bottom.shapes[0].collisionMask | bitmask;
}
this._collisionGroupID++;
var group = new Phaser.Physics.P2.CollisionGroup(bitmask);
this.collisionGroups.push(group);
if (object)
{
this.setCollisionGroup(object, group);
}
return group;
},
/**
* Sets the given CollisionGroup to be the collision group for all shapes in this Body, unless a shape is specified.
* Note that this resets the collisionMask and any previously set groups. See Body.collides() for appending them.
*
* @method Phaser.Physics.P2y#setCollisionGroup
* @param {Phaser.Group|Phaser.Sprite} object - A Sprite or Group to apply the Collision Group to. If a Group is given it will be applied to all top-level children.
* @param {Phaser.Physics.CollisionGroup} group - The Collision Group that this Bodies shapes will use.
*/
setCollisionGroup: function (object, group) {
if (object instanceof Phaser.Group)
{
for (var i = 0; i < object.total; i++)
{
if (object.children[i]['body'] && object.children[i]['body'].type === Phaser.Physics.P2JS)
{
object.children[i].body.setCollisionGroup(group);
}
}
}
else
{
object.body.setCollisionGroup(group);
}
},
/**
* Creates a spring, connecting two bodies. A spring can have a resting length, a stiffness and damping.
*
* @method Phaser.Physics.P2#createSpring
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyA - First connected body.
* @param {Phaser.Sprite|Phaser.Physics.P2.Body|p2.Body} bodyB - Second connected body.
* @param {number} [restLength=1] - Rest length of the spring. A number > 0.
* @param {number} [stiffness=100] - Stiffness of the spring. A number >= 0.
* @param {number} [damping=1] - Damping of the spring. A number >= 0.
* @param {number} [restLength=1] - Rest length of the spring. A number > 0.
* @param {number} [stiffness=100] - Stiffness of the spring. A number >= 0.
* @param {number} [damping=1] - Damping of the spring. A number >= 0.
* @param {Array} [worldA] - Where to hook the spring to body A in world coordinates. This value is an array by 2 elements, x and y, i.e: [32, 32].
* @param {Array} [worldB] - Where to hook the spring to body B in world coordinates. This value is an array by 2 elements, x and y, i.e: [32, 32].
* @param {Array} [localA] - Where to hook the spring to body A in local body coordinates. This value is an array by 2 elements, x and y, i.e: [32, 32].
* @param {Array} [localB] - Where to hook the spring to body B in local body coordinates. This value is an array by 2 elements, x and y, i.e: [32, 32].
* @return {Phaser.Physics.P2.Spring} The spring
*/
createSpring: function (bodyA, bodyB, restLength, stiffness, damping, worldA, worldB, localA, localB) {
bodyA = this.getBody(bodyA);
bodyB = this.getBody(bodyB);
if (!bodyA || !bodyB)
{
console.warn('Cannot create Spring, invalid body objects given');
}
else
{
return this.addSpring(new Phaser.Physics.P2.Spring(this, bodyA, bodyB, restLength, stiffness, damping, worldA, worldB, localA, localB));
}
},
/**
* Creates a new Body and adds it to the World.
*
* @method Phaser.Physics.P2#createBody
* @param {number} x - The x coordinate of Body.
* @param {number} y - The y coordinate of Body.
* @param {number} mass - The mass of the Body. A mass of 0 means a 'static' Body is created.
* @param {boolean} [addToWorld=false] - Automatically add this Body to the world? (usually false as it won't have any shapes on construction).
* @param {object} options - An object containing the build options:
* @param {boolean} [options.optimalDecomp=false] - Set to true if you need optimal decomposition. Warning: very slow for polygons with more than 10 vertices.
* @param {boolean} [options.skipSimpleCheck=false] - Set to true if you already know that the path is not intersecting itself.
* @param {boolean|number} [options.removeCollinearPoints=false] - Set to a number (angle threshold value) to remove collinear points, or false to keep all points.
* @param {(number[]|...number)} points - An array of 2d vectors that form the convex or concave polygon.
* Either [[0,0], [0,1],...] or a flat array of numbers that will be interpreted as [x,y, x,y, ...],
* or the arguments passed can be flat x,y values e.g. `setPolygon(options, x,y, x,y, x,y, ...)` where `x` and `y` are numbers.
* @return {Phaser.Physics.P2.Body} The body
*/
createBody: function (x, y, mass, addToWorld, options, data) {
if (typeof addToWorld === 'undefined') { addToWorld = false; }
var body = new Phaser.Physics.P2.Body(this.game, null, x, y, mass);
if (data)
{
var result = body.addPolygon(options, data);
if (!result)
{
return false;
}
}
if (addToWorld)
{
this.world.addBody(body.data);
}
return body;
},
/**
* Creates a new Particle and adds it to the World.
*
* @method Phaser.Physics.P2#createParticle
* @param {number} x - The x coordinate of Body.
* @param {number} y - The y coordinate of Body.
* @param {number} mass - The mass of the Body. A mass of 0 means a 'static' Body is created.
* @param {boolean} [addToWorld=false] - Automatically add this Body to the world? (usually false as it won't have any shapes on construction).
* @param {object} options - An object containing the build options:
* @param {boolean} [options.optimalDecomp=false] - Set to true if you need optimal decomposition. Warning: very slow for polygons with more than 10 vertices.
* @param {boolean} [options.skipSimpleCheck=false] - Set to true if you already know that the path is not intersecting itself.
* @param {boolean|number} [options.removeCollinearPoints=false] - Set to a number (angle threshold value) to remove collinear points, or false to keep all points.
* @param {(number[]|...number)} points - An array of 2d vectors that form the convex or concave polygon.
* Either [[0,0], [0,1],...] or a flat array of numbers that will be interpreted as [x,y, x,y, ...],
* or the arguments passed can be flat x,y values e.g. `setPolygon(options, x,y, x,y, x,y, ...)` where `x` and `y` are numbers.
*/
createParticle: function (x, y, mass, addToWorld, options, data) {
if (typeof addToWorld === 'undefined') { addToWorld = false; }
var body = new Phaser.Physics.P2.Body(this.game, null, x, y, mass);
if (data)
{
var result = body.addPolygon(options, data);
if (!result)
{
return false;
}
}
if (addToWorld)
{
this.world.addBody(body.data);
}
return body;
},
/**
* Converts all of the polylines objects inside a Tiled ObjectGroup into physics bodies that are added to the world.
* Note that the polylines must be created in such a way that they can withstand polygon decomposition.
*
* @method Phaser.Physics.P2#convertCollisionObjects
* @param {Phaser.Tilemap} map - The Tilemap to get the map data from.
* @param {number|string|Phaser.TilemapLayer} [layer] - The layer to operate on. If not given will default to map.currentLayer.
* @param {boolean} [addToWorld=true] - If true it will automatically add each body to the world.
* @return {array} An array of the Phaser.Physics.Body objects that have been created.
*/
convertCollisionObjects: function (map, layer, addToWorld) {
if (typeof addToWorld === 'undefined') { addToWorld = true; }
var output = [];
for (var i = 0, len = map.collision[layer].length; i < len; i++)
{
// name: json.layers[i].objects[v].name,
// x: json.layers[i].objects[v].x,
// y: json.layers[i].objects[v].y,
// width: json.layers[i].objects[v].width,
// height: json.layers[i].objects[v].height,
// visible: json.layers[i].objects[v].visible,
// properties: json.layers[i].objects[v].properties,
// polyline: json.layers[i].objects[v].polyline
var object = map.collision[layer][i];
var body = this.createBody(object.x, object.y, 0, addToWorld, {}, object.polyline);
if (body)
{
output.push(body);
}
}
return output;
},
/**
* Clears all physics bodies from the given TilemapLayer that were created with `World.convertTilemap`.
*
* @method Phaser.Physics.P2#clearTilemapLayerBodies
* @param {Phaser.Tilemap} map - The Tilemap to get the map data from.
* @param {number|string|Phaser.TilemapLayer} [layer] - The layer to operate on. If not given will default to map.currentLayer.
*/
clearTilemapLayerBodies: function (map, layer) {
layer = map.getLayer(layer);
var i = map.layers[layer].bodies.length;
while (i--)
{
map.layers[layer].bodies[i].destroy();
}
map.layers[layer].bodies.length = 0;
},
/**
* Goes through all tiles in the given Tilemap and TilemapLayer and converts those set to collide into physics bodies.
* Only call this *after* you have specified all of the tiles you wish to collide with calls like Tilemap.setCollisionBetween, etc.
* Every time you call this method it will destroy any previously created bodies and remove them from the world.
* Therefore understand it's a very expensive operation and not to be done in a core game update loop.
*
* @method Phaser.Physics.P2#convertTilemap
* @param {Phaser.Tilemap} map - The Tilemap to get the map data from.
* @param {number|string|Phaser.TilemapLayer} [layer] - The layer to operate on. If not given will default to map.currentLayer.
* @param {boolean} [addToWorld=true] - If true it will automatically add each body to the world, otherwise it's up to you to do so.
* @param {boolean} [optimize=true] - If true adjacent colliding tiles will be combined into a single body to save processing. However it means you cannot perform specific Tile to Body collision responses.
* @return {array} An array of the Phaser.Physics.P2.Body objects that were created.
*/
convertTilemap: function (map, layer, addToWorld, optimize) {
layer = map.getLayer(layer);
if (typeof addToWorld === 'undefined') { addToWorld = true; }
if (typeof optimize === 'undefined') { optimize = true; }
// If the bodies array is already populated we need to nuke it
this.clearTilemapLayerBodies(map, layer);
var width = 0;
var sx = 0;
var sy = 0;
for (var y = 0, h = map.layers[layer].height; y < h; y++)
{
width = 0;
for (var x = 0, w = map.layers[layer].width; x < w; x++)
{
var tile = map.layers[layer].data[y][x];
if (tile && tile.index > -1 && tile.collides)
{
if (optimize)
{
var right = map.getTileRight(layer, x, y);
if (width === 0)
{
sx = tile.x * tile.width;
sy = tile.y * tile.height;
width = tile.width;
}
if (right && right.collides)
{
width += tile.width;
}
else
{
var body = this.createBody(sx, sy, 0, false);
body.addRectangle(width, tile.height, width / 2, tile.height / 2, 0);
if (addToWorld)
{
this.addBody(body);
}
map.layers[layer].bodies.push(body);
width = 0;
}
}
else
{
var body = this.createBody(tile.x * tile.width, tile.y * tile.height, 0, false);
body.addRectangle(tile.width, tile.height, tile.width / 2, tile.height / 2, 0);
if (addToWorld)
{
this.addBody(body);
}
map.layers[layer].bodies.push(body);
}
}
}
}
return map.layers[layer].bodies;
},
/**
* Convert p2 physics value (meters) to pixel scale.
* By default Phaser uses a scale of 20px per meter.
* If you need to modify this you can over-ride these functions via the Physics Configuration object.
*
* @method Phaser.Physics.P2#mpx
* @param {number} v - The value to convert.
* @return {number} The scaled value.
*/
mpx: function (v) {
return v *= 20;
},
/**
* Convert pixel value to p2 physics scale (meters).
* By default Phaser uses a scale of 20px per meter.
* If you need to modify this you can over-ride these functions via the Physics Configuration object.
*
* @method Phaser.Physics.P2#pxm
* @param {number} v - The value to convert.
* @return {number} The scaled value.
*/
pxm: function (v) {
return v * 0.05;
},
/**
* Convert p2 physics value (meters) to pixel scale and inverses it.
* By default Phaser uses a scale of 20px per meter.
* If you need to modify this you can over-ride these functions via the Physics Configuration object.
*
* @method Phaser.Physics.P2#mpxi
* @param {number} v - The value to convert.
* @return {number} The scaled value.
*/
mpxi: function (v) {
return v *= -20;
},
/**
* Convert pixel value to p2 physics scale (meters) and inverses it.
* By default Phaser uses a scale of 20px per meter.
* If you need to modify this you can over-ride these functions via the Physics Configuration object.
*
* @method Phaser.Physics.P2#pxmi
* @param {number} v - The value to convert.
* @return {number} The scaled value.
*/
pxmi: function (v) {
return v * -0.05;
}
};
/**
* @name Phaser.Physics.P2#friction
* @property {number} friction - Friction between colliding bodies. This value is used if no matching ContactMaterial is found for a Material pair.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "friction", {
get: function () {
return this.world.defaultContactMaterial.friction;
},
set: function (value) {
this.world.defaultContactMaterial.friction = value;
}
});
/**
* @name Phaser.Physics.P2#defaultFriction
* @property {number} defaultFriction - DEPRECATED: Use World.friction instead.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "defaultFriction", {
get: function () {
return this.world.defaultContactMaterial.friction;
},
set: function (value) {
this.world.defaultContactMaterial.friction = value;
}
});
/**
* @name Phaser.Physics.P2#restitution
* @property {number} restitution - Default coefficient of restitution between colliding bodies. This value is used if no matching ContactMaterial is found for a Material pair.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "restitution", {
get: function () {
return this.world.defaultContactMaterial.restitution;
},
set: function (value) {
this.world.defaultContactMaterial.restitution = value;
}
});
/**
* @name Phaser.Physics.P2#defaultRestitution
* @property {number} defaultRestitution - DEPRECATED: Use World.restitution instead.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "defaultRestitution", {
get: function () {
return this.world.defaultContactMaterial.restitution;
},
set: function (value) {
this.world.defaultContactMaterial.restitution = value;
}
});
/**
* @name Phaser.Physics.P2#contactMaterial
* @property {p2.ContactMaterial} contactMaterial - The default Contact Material being used by the World.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "contactMaterial", {
get: function () {
return this.world.defaultContactMaterial;
},
set: function (value) {
this.world.defaultContactMaterial = value;
}
});
/**
* @name Phaser.Physics.P2#applySpringForces
* @property {boolean} applySpringForces - Enable to automatically apply spring forces each step.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "applySpringForces", {
get: function () {
return this.world.applySpringForces;
},
set: function (value) {
this.world.applySpringForces = value;
}
});
/**
* @name Phaser.Physics.P2#applyDamping
* @property {boolean} applyDamping - Enable to automatically apply body damping each step.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "applyDamping", {
get: function () {
return this.world.applyDamping;
},
set: function (value) {
this.world.applyDamping = value;
}
});
/**
* @name Phaser.Physics.P2#applyGravity
* @property {boolean} applyGravity - Enable to automatically apply gravity each step.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "applyGravity", {
get: function () {
return this.world.applyGravity;
},
set: function (value) {
this.world.applyGravity = value;
}
});
/**
* @name Phaser.Physics.P2#solveConstraints
* @property {boolean} solveConstraints - Enable/disable constraint solving in each step.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "solveConstraints", {
get: function () {
return this.world.solveConstraints;
},
set: function (value) {
this.world.solveConstraints = value;
}
});
/**
* @name Phaser.Physics.P2#time
* @property {boolean} time - The World time.
* @readonly
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "time", {
get: function () {
return this.world.time;
}
});
/**
* @name Phaser.Physics.P2#emitImpactEvent
* @property {boolean} emitImpactEvent - Set to true if you want to the world to emit the "impact" event. Turning this off could improve performance.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "emitImpactEvent", {
get: function () {
return this.world.emitImpactEvent;
},
set: function (value) {
this.world.emitImpactEvent = value;
}
});
/**
* @name Phaser.Physics.P2#enableBodySleeping
* @property {boolean} enableBodySleeping - Enable / disable automatic body sleeping.
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "enableBodySleeping", {
get: function () {
return this.world.enableBodySleeping;
},
set: function (value) {
this.world.enableBodySleeping = value;
}
});
/**
* @name Phaser.Physics.P2#total
* @property {number} total - The total number of bodies in the world.
* @readonly
*/
Object.defineProperty(Phaser.Physics.P2.prototype, "total", {
get: function () {
return this.world.bodies.length;
}
});
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Fri Jul 18 2014 12:36:36 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
|
htdocs/lang/en.utf8/help/forms/uploadcsv.oldpassword.html | kelsey9649/mahara | <!-- @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later -->
<!-- @copyright For copyright information on Mahara, please see the README file distributed with this software. -->
<h3>Passwords</h3>
<p>To change your login password, first enter your current password here, then enter your preferred new password in both the other boxes.</p>
<p>Your password must be at least six characters long. Passwords are case sensitive, and must be different from your username.</p>
<p>For good security, consider using a passphrase. A passphrase is a sentence rather than a single word. Consider using a favourite quote or listing two (or more!) of your favourite things separated by spaces.</p> |
ui/static/bower/react-infinite/examples/example.html | mitodl/lore | <html>
<head>
<style>
.infinite-example {
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 20px;
margin: auto;
width: 300px;
height: 250px;
}
.infinite-list-item {
text-align: center;
width: 150px;
margin: auto;
vertical-align: bottom;
}
.infinite-list-item {
border-bottom: 1px solid #ddd;
}
.infinite-list-item:last-child span {
border-bottom: 0;
}
</style>
</head>
<body>
<div id="infinite-example-one" class="infinite-example"></div>
<div id="infinite-example-two" class="infinite-example"></div>
<div id="infinite-example-three" class="infinite-example"></div>
<script src="../node_modules/react/dist/react.js"></script>
<script src="../dist/react-infinite.js"></script>
<!-- Run gulp build -E to create this file. -->
<script src="./index.js"></script>
</body>
</html>
|
www/admin/libs/datatable/examples/advanced_init/highlight.html | marcbuils/WorkESB | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/media/images/favicon.ico" />
<title>DataTables example</title>
<style type="text/css" title="currentStyle">
@import "../../media/css/demo_page.css";
@import "../../media/css/demo_table.css";
</style>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#example').dataTable();
} );
</script>
</head>
<body id="dt_example" class="ex_highlight_row">
<div id="container">
<div class="full_width big">
DataTables highlighting via CSS example
</div>
<h1>Preamble</h1>
<p>When highlighting rows using CSS :hover, you need to be aware of the sorting class which is applied to elements in the column currently being sorted (assuming it is enabled - it is by default). This example shows how to consider this in CSS, with highlighting for each row, and a little tint for the sorting column to maintain it's visibility as the column currently being sorted upon.</p>
<h1>Live example</h1>
<div id="demo">
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example">
<thead>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</thead>
<tbody>
<tr class="gradeX">
<td>Trident</td>
<td>Internet
Explorer 4.0</td>
<td>Win 95+</td>
<td class="center">4</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Trident</td>
<td>Internet
Explorer 5.0</td>
<td>Win 95+</td>
<td class="center">5</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>Internet
Explorer 5.5</td>
<td>Win 95+</td>
<td class="center">5.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>Internet
Explorer 6</td>
<td>Win 98+</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>Internet Explorer 7</td>
<td>Win XP SP2+</td>
<td class="center">7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>AOL browser (AOL desktop)</td>
<td>Win XP</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 1.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 1.5</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 2.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 3.0</td>
<td>Win 2k+ / OSX.3+</td>
<td class="center">1.9</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Camino 1.0</td>
<td>OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Camino 1.5</td>
<td>OSX.3+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape 7.2</td>
<td>Win 95+ / Mac OS 8.6-9.2</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape Browser 8</td>
<td>Win 98SE+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape Navigator 9</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.1</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.2</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.2</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.3</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.4</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.4</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.5</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.6</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.7</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.8</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Seamonkey 1.1</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Epiphany 2.20</td>
<td>Gnome</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 1.2</td>
<td>OSX.3</td>
<td class="center">125.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 1.3</td>
<td>OSX.3</td>
<td class="center">312.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 2.0</td>
<td>OSX.4+</td>
<td class="center">419.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 3.0</td>
<td>OSX.4+</td>
<td class="center">522.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>OmniWeb 5.5</td>
<td>OSX.4+</td>
<td class="center">420</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>iPod Touch / iPhone</td>
<td>iPod</td>
<td class="center">420.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>S60</td>
<td>S60</td>
<td class="center">413</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 7.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 7.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 8.0</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 8.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.0</td>
<td>Win 95+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.2</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.5</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera for Wii</td>
<td>Wii</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Nokia N800</td>
<td>N800</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Nintendo DS browser</td>
<td>Nintendo DS</td>
<td class="center">8.5</td>
<td class="center">C/A<sup>1</sup></td>
</tr>
<tr class="gradeC">
<td>KHTML</td>
<td>Konqureror 3.1</td>
<td>KDE 3.1</td>
<td class="center">3.1</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>KHTML</td>
<td>Konqureror 3.3</td>
<td>KDE 3.3</td>
<td class="center">3.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>KHTML</td>
<td>Konqureror 3.5</td>
<td>KDE 3.5</td>
<td class="center">3.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeX">
<td>Tasman</td>
<td>Internet Explorer 4.5</td>
<td>Mac OS 8-9</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.1</td>
<td>Mac OS 7.6-9</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.2</td>
<td>Mac OS 8-X</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Misc</td>
<td>NetFront 3.1</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Misc</td>
<td>NetFront 3.4</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Dillo 0.8</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Links</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Lynx</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Misc</td>
<td>IE Mobile</td>
<td>Windows Mobile 6</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeC">
<td>Misc</td>
<td>PSP browser</td>
<td>PSP</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeU">
<td>Other browsers</td>
<td>All others</td>
<td>-</td>
<td class="center">-</td>
<td class="center">U</td>
</tr>
</tbody>
<tfoot>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</tfoot>
</table>
</div>
<div class="spacer"></div>
<h1>Initialisation code</h1>
<p>Javascript:</p>
<pre class="brush: js;">$(document).ready(function() {
$('#example').dataTable();
} );</pre>
<style type="text/css">
@import "../examples_support/syntax/css/shCore.css";
</style>
<script type="text/javascript" language="javascript" src="../examples_support/syntax/js/shCore.js"></script>
<p>CSS (note that for this example the selector ".ex_highlight" is used to limit the CSS here to just this example.</p>
<pre>.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
background-color: #ECFFB3;
}
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
background-color: #E6FF99;
}
.ex_highlight_row #example tr.even:hover {
background-color: #ECFFB3;
}
.ex_highlight_row #example tr.even:hover td.sorting_1 {
background-color: #DDFF75;
}
.ex_highlight_row #example tr.even:hover td.sorting_2 {
background-color: #E7FF9E;
}
.ex_highlight_row #example tr.even:hover td.sorting_3 {
background-color: #E2FF89;
}
.ex_highlight_row #example tr.odd:hover {
background-color: #E6FF99;
}
.ex_highlight_row #example tr.odd:hover td.sorting_1 {
background-color: #D6FF5C;
}
.ex_highlight_row #example tr.odd:hover td.sorting_2 {
background-color: #E0FF84;
}
.ex_highlight_row #example tr.odd:hover td.sorting_3 {
background-color: #DBFF70;
}
</pre>
<h1>Other examples</h1>
<div class="demo_links">
<h2>Basic initialisation</h2>
<ul>
<li><a href="../basic_init/zero_config.html">Zero configuration</a></li>
<li><a href="../basic_init/filter_only.html">Feature enablement</a></li>
<li><a href="../basic_init/table_sorting.html">Sorting data</a></li>
<li><a href="../basic_init/multi_col_sort.html">Multi-column sorting</a></li>
<li><a href="../basic_init/multiple_tables.html">Multiple tables</a></li>
<li><a href="../basic_init/hidden_columns.html">Hidden columns</a></li>
<li><a href="../basic_init/complex_header.html">Complex headers - grouping with colspan</a></li>
<li><a href="../basic_init/dom.html">DOM positioning</a></li>
<li><a href="../basic_init/state_save.html">State saving</a></li>
<li><a href="../basic_init/alt_pagination.html">Alternative pagination styles</a></li>
<li>Scrolling: <br>
<a href="../basic_init/scroll_x.html">Horizontal</a> /
<a href="../basic_init/scroll_y.html">Vertical</a> /
<a href="../basic_init/scroll_xy.html">Both</a> /
<a href="../basic_init/scroll_y_theme.html">Themed</a> /
<a href="../basic_init/scroll_y_infinite.html">Infinite</a>
</li>
<li><a href="../basic_init/language.html">Change language information (internationalisation)</a></li>
<li><a href="../basic_init/themes.html">ThemeRoller themes (Smoothness)</a></li>
</ul>
<h2>Advanced initialisation</h2>
<ul>
<li>Events: <br>
<a href="../advanced_init/events_live.html">Live events</a> /
<a href="../advanced_init/events_pre_init.html">Pre-init</a> /
<a href="../advanced_init/events_post_init.html">Post-init with fnGetNodes</a>
</li>
<li><a href="../advanced_init/column_render.html">Column rendering</a></li>
<li><a href="../advanced_init/html_sort.html">Sorting without HTML tags</a></li>
<li><a href="../advanced_init/dom_multiple_elements.html">Multiple table controls (sDom)</a></li>
<li><a href="../advanced_init/length_menu.html">Defining length menu options</a></li>
<li><a href="../advanced_init/complex_header.html">Complex headers and hidden columns</a></li>
<li><a href="../advanced_init/dom_toolbar.html">Custom toolbar (element) around table</a></li>
<li><a href="../advanced_init/highlight.html">Row highlighting with CSS</a></li>
<li><a href="../advanced_init/row_grouping.html">Row grouping</a></li>
<li><a href="../advanced_init/row_callback.html">Row callback</a></li>
<li><a href="../advanced_init/footer_callback.html">Footer callback</a></li>
<li><a href="../advanced_init/sorting_control.html">Control sorting direction of columns</a></li>
<li><a href="../advanced_init/language_file.html">Change language information from a file (internationalisation)</a></li>
</ul>
<h2>API</h2>
<ul>
<li><a href="../api/add_row.html">Dynamically add a new row</a></li>
<li><a href="../api/multi_filter.html">Individual column filtering (using "input" elements)</a></li>
<li><a href="../api/multi_filter_select.html">Individual column filtering (using "select" elements)</a></li>
<li><a href="../api/highlight.html">Highlight rows and columns</a></li>
<li><a href="../api/row_details.html">Show and hide details about a particular record</a></li>
<li><a href="../api/select_row.html">User selectable rows (multiple rows)</a></li>
<li><a href="../api/select_single_row.html">User selectable rows (single row) and delete rows</a></li>
<li><a href="../api/editable.html">Editable rows (with jEditable)</a></li>
<li><a href="../api/form.html">Submit form with elements in table</a></li>
<li><a href="../api/counter_column.html">Index column (static number column)</a></li>
<li><a href="../api/show_hide.html">Show and hide columns dynamically</a></li>
<li><a href="../api/api_in_init.html">API function use in initialisation object (callback)</a></li>
<li><a href="../api/tabs_and_scrolling.html">DataTables scrolling and tabs</a></li>
<li><a href="../api/regex.html">Regular expression filtering</a></li>
</ul>
</div>
<div class="demo_links">
<h2>Data sources</h2>
<ul>
<li><a href="../data_sources/dom.html">DOM</a></li>
<li><a href="../data_sources/js_array.html">Javascript array</a></li>
<li><a href="../data_sources/ajax.html">Ajax source</a></li>
<li><a href="../data_sources/server_side.html">Server side processing</a></li>
</ul>
<h2>Server-side processing</h2>
<ul>
<li><a href="../server_side/server_side.html">Obtain server-side data</a></li>
<li><a href="../server_side/custom_vars.html">Add extra HTTP variables</a></li>
<li><a href="../server_side/post.html">Use HTTP POST</a></li>
<li><a href="../server_side/ids.html">Automatic addition of IDs and classes to rows</a></li>
<li><a href="../server_side/object_data.html">Reading table data from objects</a></li>
<li><a href="../server_side/row_details.html">Show and hide details about a particular record</a></li>
<li><a href="../server_side/select_rows.html">User selectable rows (multiple rows)</a></li>
<li><a href="../server_side/jsonp.html">JSONP for a cross domain data source</a></li>
<li><a href="../server_side/editable.html">jEditable integration with DataTables</a></li>
<li><a href="../server_side/defer_loading.html">Deferred loading of Ajax data</a></li>
<li><a href="../server_side/column_ordering.html">Custom column ordering (in callback data)</a></li>
<li><a href="../server_side/pipeline.html">Pipelining data (reduce Ajax calls for paging)</a></li>
</ul>
<h2>Ajax data source</h2>
<ul>
<li><a href="../ajax/ajax.html">Ajax sourced data (array of arrays)</a></li>
<li><a href="../ajax/objects.html">Ajax sourced data (array of objects)</a></li>
<li><a href="../ajax/defer_render.html">Deferred DOM creation for extra speed</a></li>
<li><a href="../ajax/null_data_source.html">Empty data source columns</a></li>
<li><a href="../ajax/custom_data_property.html">Use a data source other than aaData (the default)</a></li>
<li><a href="../ajax/objects_subarrays.html">Read column data from sub-arrays</a></li>
<li><a href="../ajax/deep.html">Read column data from deeply nested properties</a></li>
</ul>
<h2>Plug-ins</h2>
<ul>
<li><a href="../plug-ins/plugin_api.html">Add custom API functions</a></li>
<li><a href="../plug-ins/sorting_plugin.html">Sorting and automatic type detection</a></li>
<li><a href="../plug-ins/sorting_sType.html">Sorting without automatic type detection</a></li>
<li><a href="../plug-ins/paging_plugin.html">Custom pagination controls</a></li>
<li><a href="../plug-ins/range_filtering.html">Range filtering / custom filtering</a></li>
<li><a href="../plug-ins/dom_sort.html">Live DOM sorting</a></li>
<li><a href="../plug-ins/html_sort.html">Automatic HTML type detection</a></li>
</ul>
</div>
<div id="footer" class="clear" style="text-align:center;">
<p>
Please refer to the <a href="http://www.datatables.net/usage">DataTables documentation</a> for full information about its API properties and methods.<br>
Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.
</p>
<span style="font-size:10px;">
DataTables designed and created by <a href="http://www.sprymedia.co.uk">Allan Jardine</a> © 2007-2011<br>
DataTables is dual licensed under the <a href="http://www.datatables.net/license_gpl2">GPL v2 license</a> or a <a href="http://www.datatables.net/license_bsd">BSD (3-point) license</a>.
</span>
</div>
</div>
</body>
</html> |
apidocs/com/google/code/yanf4j/nio/package-tree.html | guanqingan/xmemcached | <!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_18) on Tue Jan 04 14:56:05 CST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
com.google.code.yanf4j.nio Class Hierarchy (xmemcached 1.3.0 API)
</TITLE>
<META NAME="date" CONTENT="2011-01-04">
<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="com.google.code.yanf4j.nio Class Hierarchy (xmemcached 1.3.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/google/code/yanf4j/core/impl/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../com/google/code/yanf4j/nio/impl/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/google/code/yanf4j/nio/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For Package com.google.code.yanf4j.nio
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">com.google.code.yanf4j.core.impl.<A HREF="../../../../../com/google/code/yanf4j/core/impl/AbstractController.html" title="class in com.google.code.yanf4j.core.impl"><B>AbstractController</B></A> (implements com.google.code.yanf4j.core.<A HREF="../../../../../com/google/code/yanf4j/core/Controller.html" title="interface in com.google.code.yanf4j.core">Controller</A>, com.google.code.yanf4j.core.<A HREF="../../../../../com/google/code/yanf4j/core/ControllerLifeCycle.html" title="interface in com.google.code.yanf4j.core">ControllerLifeCycle</A>)
<UL>
<LI TYPE="circle">com.google.code.yanf4j.nio.impl.<A HREF="../../../../../com/google/code/yanf4j/nio/impl/NioController.html" title="class in com.google.code.yanf4j.nio.impl"><B>NioController</B></A> (implements com.google.code.yanf4j.nio.<A HREF="../../../../../com/google/code/yanf4j/nio/SelectionKeyHandler.html" title="interface in com.google.code.yanf4j.nio">SelectionKeyHandler</A>)
<UL>
<LI TYPE="circle">com.google.code.yanf4j.nio.impl.<A HREF="../../../../../com/google/code/yanf4j/nio/impl/SocketChannelController.html" title="class in com.google.code.yanf4j.nio.impl"><B>SocketChannelController</B></A><UL>
<LI TYPE="circle">com.google.code.yanf4j.nio.<A HREF="../../../../../com/google/code/yanf4j/nio/TCPController.html" title="class in com.google.code.yanf4j.nio"><B>TCPController</B></A></UL>
</UL>
</UL>
<LI TYPE="circle">com.google.code.yanf4j.core.<A HREF="../../../../../com/google/code/yanf4j/core/SessionConfig.html" title="class in com.google.code.yanf4j.core"><B>SessionConfig</B></A><UL>
<LI TYPE="circle">com.google.code.yanf4j.nio.<A HREF="../../../../../com/google/code/yanf4j/nio/NioSessionConfig.html" title="class in com.google.code.yanf4j.nio"><B>NioSessionConfig</B></A></UL>
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">com.google.code.yanf4j.nio.<A HREF="../../../../../com/google/code/yanf4j/nio/SelectionKeyHandler.html" title="interface in com.google.code.yanf4j.nio"><B>SelectionKeyHandler</B></A><LI TYPE="circle">com.google.code.yanf4j.core.<A HREF="../../../../../com/google/code/yanf4j/core/Session.html" title="interface in com.google.code.yanf4j.core"><B>Session</B></A><UL>
<LI TYPE="circle">com.google.code.yanf4j.nio.<A HREF="../../../../../com/google/code/yanf4j/nio/NioSession.html" title="interface in com.google.code.yanf4j.nio"><B>NioSession</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=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/google/code/yanf4j/core/impl/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../com/google/code/yanf4j/nio/impl/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/google/code/yanf4j/nio/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2011. All Rights Reserved.
</BODY>
</HTML>
|
third_party/google-closure-library/closure/goog/net/bulkloader_test.html | scheib/chromium | <!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
--><html><head><meta charset="UTF-8">
<script src="../base.js"></script>
<script>goog.require('goog.net.BulkLoaderTest');</script>
<title>Closure Unit Tests - goog.net.BulkLoaderTest</title></head><body></body></html> |
third_party/blink/web_tests/external/wpt/css/css-text/white-space/break-spaces-newline-011.html | chromium/chromium | <!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Text: 'white-space: break-spaces' with 4 white spaces and 4 line feeda</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="help" href="https://www.w3.org/TR/css-text-3/#white-space-property">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<meta content="This test checks that when 'white-space' is set to 'break-spaces', then line feeds (&NewLine; in the code) are preserved, just like with 'white-space: pre' or with 'white-space: pre-wrap'.">
<style>
div
{
font-family: Ahem;
font-size: 25px;
line-height: 1;
width: 4em;
}
div#overlapped-red-reference
{
background-color: red;
height: 4em;
}
div#overlapping-green-test
{
background-color: green;
bottom: 4em;
color: red;
position: relative;
white-space: break-spaces;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div id="overlapped-red-reference"></div>
<div id="overlapping-green-test">

 

</div>
<!-- ^ ^
4 consecutive white spaces: 1234
-->
<!--

 == Line feed == 
 == 

-->
|
webapp/src/html/module/layout/setting.account/index.html | genify/nej-demo | <meta charset="utf-8"/>
<textarea name="txt" id="module-id-l4">
<div class="f-xcb w-mdl mdl-b">
<div class="j-flag"></div>
<div class="j-flag"></div>
</div>
</textarea>
<!-- @TEMPLATE -->
<textarea name="css" data-src="./index.css"></textarea>
<textarea name="js" data-src="./index.js"></textarea>
<!-- /@TEMPLATE --> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.