code
stringlengths 1
1.05M
| repo_name
stringlengths 6
116
| path
stringlengths 4
995
| language
stringclasses 2
values | license
stringclasses 15
values | size
int64 2
1.05M
|
|---|---|---|---|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:Mesh] →
<h1>[name]</h1>
<div class="desc">A mesh that can blend together multiple animated morph targets.</div>
<h2>Example</h2>
<div>
[example:webgl_morphtargets_md2_control morphtargets / md2 / controll]
<h2>Constructor</h2>
<h3>[name]([page:Geometry geometry], [page:Material material])</h3>
<div>
geometry — An instance of [page:Geometry].<br />
material — An instance of [page:Material] (optional).
</div>
<h2>Properties</h2>
<h3>[property:object animationsMap]</h3>
<div>
An object of named animations as added by [page:MorphBlendMesh.createAnimation].
</div>
<h3>[property:array animationsList]</h3>
<div>
The list of animations as added by [page:MorphBlendMesh.createAnimation].
</div>
<h2>Methods</h2>
<h3>[method:null setAnimationWeight]([page:String name], [page:Float weight])</h3>
<div>
name -- The name of the animation<br />
weight -- Weight of the animation, typically 0-1
</div>
<div>
Set the weight of how much this animation will apply to the overall morph. 0 is off, 1 is full weight.
</div>
<h3>[method:null setAnimationFPS]([page:String name], [page:Float fps])</h3>
<div>
name -- The name of the animation <br />
fps -- The number of frames (morphTargets) per second
</div>
<div>
A frame is typically 1 morph target.
</div>
<h3>[method:null createAnimation]([page:String name], [page:Integer start], [page:Integer end], [page:Float fps])</h3>
<div>
name -- The name of the animation <br />
start -- The starting frame (morph)<br />
end -- The ending frame (morph)<br />
fps -- How many frames (morphs) to play per second
</div>
<div>
Creates an animation object that gets added to both the [page:MorphBlendMesh.animationsMap animationsMap] and
[page:MorphBlendMesh.animationsList animationsList].<br/><br/>
Animation object:<br/><br/>
startFrame -- Starting frame<br/>
endFrame -- Ending frame<br/>
length -- The number of frames<br/>
fps -- The frames per second<br/>
duration -- The length of the animation in seconds<br/>
lastFrame -- The previous frame that was played<br/>
currentFrame -- The current frame<br/>
active -- Whether or not the animation is being played<br/>
time -- The time in seconds of the animation<br/>
direction -- Which way to play the animation<br/>
weight -- The weight of the animation<br/>
directionBackwards -- Is playing backwards<br/>
mirroredLoop -- Loop back and forth
</div>
<h3>[method:null playAnimation]([page:String name])</h3>
<div>
name -- The name of the animation
</div>
<div>
Sets the animation to active and animation time to 0
</div>
<h3>[method:null update]([page:Float delta])</h3>
<div>
delta -- Time in seconds
</div>
<div>
Updates and plays the animation
</div>
<h3>[method:null autoCreateAnimations]([page:Float fps])</h3>
<div>
fps -- Frames per second
</div>
<div>
Goes through the geometry's morphTargets and generates animations based on the morphTargets' names. Names
are of the form "walk_01", "walk_02", "walk_03", etc or "run001", "run002", "run003".
</div>
<h3>[method:null setAnimationDuration]([page:String name], [page:Float duration])</h3>
<div>
name -- The name of the animation <br />
duration -- How long in seconds to play the animation
</div>
<div>
Updates the animation object with proper values to update the duration.
</div>
<h3>[method:null setAnimationDirectionForward]([page:String name])</h3>
<div>
name -- The name of the animation
</div>
<div>
Sets the animation to play forwards
</div>
<h3>[method:null setAnimationDirectionBackward]([page:String name])</h3>
<div>
name -- The name of the animation
</div>
<div>
Sets the animation to play backwards
</div>
<h3>[method:Float getAnimationDuration]([page:String name])</h3>
<div>
name -- The name of the animation
</div>
<div>
Returns the duration in seconds of the animation. Returns -1 if it can't be found.
</div>
<h3>[method:Float getAnimationTime]([page:String name])</h3>
<div>
name -- The name of the animation
</div>
<div>
Returns the current time position of the animation.
</div>
<h3>[method:null setAnimationTime]([page:String name], [page:Float time])</h3>
<div>
name -- The name of the animation <br />
time -- The time in seconds
</div>
<div>
Sets the current time position of the animation
</div>
<h3>[method:null stopAnimation]([page:String name])</h3>
<div>
name -- The name of the animation
</div>
<div>
Stops the playback of the animation
</div>
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
|
ChainedLupine/ludum-dare-24-jam-entry
|
web/three.js/docs/api/extras/objects/MorphBlendMesh.html
|
HTML
|
gpl-2.0
| 4,993
|
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>fix atc command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>fix ID groupID atc type paramfile
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
<LI>atc = style name of this fix command
<LI>type = <I>thermal</I> or <I>two_temperature</I> or <I>hardy</I>
<PRE> <I>thermal</I> = thermal coupling with field: temperature
<I>two_temperature</I> = electron-phonon coupling with field, temperature and electron_temperature
<I>hardy</I> = Hardy on-the-fly post-processing
</PRE>
<LI>paramfile = file with material parameters (not specified for <I>hardy</I> type)
</UL>
<P><B>Examples:</B>
</P>
<PRE>fix AtC atc_atoms atc thermal Ar_thermal.dat
fix AtC atc_atoms atc transfer hardy
</PRE>
<P><B>Description:</B>
</P>
<P>This fix creates a coupled finite element (FE) and molecular dynamics
(MD) simulation and/or an on-the-fly estimation of continuum fields,
where a FE mesh is specified and overlaps the particles, something
like this:
</P>
<CENTER><IMG SRC = "JPG/atc_nanotube.jpg">
</CENTER>
<P>Interscale operators are defined that construct continuum fields from
atomic data. Coupled simulations use FE projection approximated on a
discrete field. Currently, coupling is restricted to thermal physics.
The Hardy module can use either FE projection or integration Kernels
evaluated at mesh points.
</P>
<P>Coupling methods enable appropriate corrections to the atomic data to
be made based on the FE field. For example, a Gaussian isokinetic
thermostat can apply heat sources to the atoms that varies in space on
the same scale as the FE element size. Meshes are not created
automatically and must be specified on LAMMPS regions with prescribed
element sizes.
</P>
<P>Coupling and post-processing can be combined in the same simulations
using separate fix atc commands.
</P>
<P>Note that mesh computations and storage run in serial (not
parallelized) so performance will degrade when large element counts
are used.
</P>
<P>For detailed exposition of the theory and algorithms implemented in
this fix, please see the papers <A HREF = "#Wagner">here</A> and <A HREF = "#Zimmerman">here</A>.
Please refer to the standard finite element (FE) texts, such as <A HREF = "#Hughes">this
book</A>, for the basics of FE simulation.
</P>
<HR>
<P><I>Thermal</I> and <I>two_temperature</I> (coupling) types use a Verlet
time-integration algorithm. The <I>hardy</I> type does not contain its own
time-integrator and must be used with a separate fix that does contain
one, e.g. <A HREF = "fix_nve.html">fix nve</A>, <A HREF = "fix_nh.html">fix nvt</A>, etc.
</P>
<P>A set of example input files with the attendant material files are
included in the examples/USER/atc directory of the LAMMPS
distribution.
</P>
<P>An extensive set of additional documentation pages for the options
turned on via the <A HREF = "fix_modify.html">fix_modify</A> command for this fix
are inlcluded in the doc/USER/atc directory of the LAMMPS
distribution. Individual doc pages are listed and linked to below.
</P>
<P>The following commands are typical of a coupling problem:
</P>
<PRE> # ... commands to create and initialize the MD system
</PRE>
<PRE> # initial fix to designate coupling type and group to apply it to
# tag group physics material_file
fix AtC internal atc thermal Ar_thermal.mat
</PRE>
<PRE> # create a uniform 12 x 2 x 2 mesh that covers region contain the group
# nx ny nz region periodicity
fix_modify AtC fem create mesh 12 2 2 mdRegion f p p
</PRE>
<PRE> # specify the control method for the type of coupling
# physics control_type
fix_modify AtC transfer thermal control flux
</PRE>
<PRE> # specify the initial values for the empirical field "temperature"
# field node_group value
fix_modify AtC transfer initial temperature all 30.0
</PRE>
<PRE> # create an output stream for nodal fields
# filename output_frequency
fix_modify AtC transfer output atc_fe_output 100
</PRE>
<PRE> run 1000
</PRE>
<P>The following commands are typical of a post-processing (Hardy) problem:
</P>
<PRE> # ... commands to create and initialize the MD system
</PRE>
<PRE> # initial fix to designate post-processing and the group to apply it to
# no material file is allowed nor required
fix AtC internal atc hardy
</PRE>
<PRE> # create a uniform 1 x 1 x 1 mesh that covers region contain the group
# with periodicity this effectively creats a system average
fix_modify AtC fem create mesh 1 1 1 box p p p
</PRE>
<PRE> # change from default lagrangian map to eulerian
# refreshed every 100 steps
fix_modify AtC atom_element_map eulerian 100
</PRE>
<PRE> # start with no field defined
fix_modify AtC transfer fields none
</PRE>
<PRE> # add mass density, potential energy density, stress and temperature
fix_modify AtC transfer fields add density energy stress temperature
</PRE>
<PRE> # create an output stream for nodal fields
# filename output_frequency
fix_modify AtC transfer output nvtFE 100 text
</PRE>
<PRE> run 1000
</PRE>
<HR>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>No information about this fix is written to <A HREF = "restart.html">binary restart
files</A>. The <A HREF = "fix_modify.html">fix_modify</A> options
relevant to this fix are listed below. No global scalar or vector or
per-atom quantities are stored by this fix for access by various
<A HREF = "Section_howto.html#howto_15">output commands</A>. No parameter of this
fix can be used with the <I>start/stop</I> keywords of the <A HREF = "run.html">run</A>
command. This fix is not invoked during <A HREF = "minimize.html">energy
minimization</A>.
</P>
<P><B>Restrictions:</B>
</P>
<P>This fix is part of the USER-ATC package. It is only enabled if
LAMMPS was built with that package, which also requires the ATC
library be built and linked with LAMMPS. See the <A HREF = "Section_start.html#start_3">Making
LAMMPS</A> section for more info.
</P>
<P><B>Related commands:</B>
</P>
<P>After specifying this fix in your input script, several other
<A HREF = "fix_modify.html">fix_modify</A> commands are used to setup the problem,
e.g. define the finite element mesh and prescribe initial and boundary
conditions.
</P>
<P>fix_modify commands for setup:
</P>
<UL><LI><A HREF = "USER/atc/man_fem_mesh.html">fix_modify AtC fem create mesh</A>
<LI><A HREF = "USER/atc/man_mesh_nodeset.html">fix_modify AtC mesh create_nodeset</A>
<LI><A HREF = "USER/atc/man_mesh_faceset.html">fix_modify AtC mesh create_faceset</A>
<LI><A HREF = "USER/atc/man_mesh_elemset.html">fix_modify AtC mesh create_elementset</A>
<LI><A HREF = "USER/atc/man_transfer_internal.html">fix_modify AtC transfer internal</A>
<LI><A HREF = "USER/atc/man_transfer_boundary.html">fix_modify AtC transfer boundary</A>
<LI><A HREF = "USER/atc/man_internal_quadrature.html">fix_modify AtC transfer internal_quadrature</A>
<LI><A HREF = "USER/atc/man_time_integration.html">fix_modify AtC transfer pmfc</A>
<LI><A HREF = "USER/atc/man_electron_integration.html">fix_modify AtC extrinsic electron_integration</A>
</UL>
<P>fix_modify commands for boundary and initial conditions:
</P>
<UL><LI><A HREF = "USER/atc/man_initial.html">fix_modify AtC transfer initial</A>
<LI><A HREF = "USER/atc/man_fix_nodes.html">fix_modify AtC transfer fix</A>
<LI><A HREF = "USER/atc/man_unfix_nodes.html">fix_modify AtC transfer unfix</A>
<LI><A HREF = "USER/atc/man_fix_flux.html">fix_modify AtC transfer fix_flux</A>
<LI><A HREF = "USER/atc/man_unfix_flux.html">fix_modify AtC transferunfix_flux</A>
<LI><A HREF = "USER/atc/man_source.html">fix_modify AtC transfer source</A>
<LI><A HREF = "USER/atc/man_remove_source.html">fix_modify AtC transfer remove_source</A>
</UL>
<P>fix_modify commands for control and filtering:
</P>
<UL><LI><A HREF = "USER/atc/man_thermal_control.html">fix_modify AtC transfer thermal control</A>
<LI><A HREF = "USER/atc/man_time_filter.html">fix_modify AtC transfer filter</A>
<LI><A HREF = "USER/atc/man_filter_scale.html">fix_modify AtC transfer filter scale</A>
<LI><A HREF = "USER/atc/man_equilibrium_start.html">fix_modify AtC transfer equilibrium_start</A>
<LI><A HREF = "USER/atc/man_extrinsic_exchange.html">fix_modify AtC extrinsic exchange</A>
</UL>
<P>fix_modify commands for output:
</P>
<UL><LI><A HREF = "USER/atc/man_transfer_output.html">fix_modify AtC transfer output</A>
<LI><A HREF = "USER/atc/man_transfer_atomic_output.html">fix_modify AtC transfer atomic_output</A>
<LI><A HREF = "USER/atc/man_mesh_output.html">fix_modify AtC mesh output</A>
<LI><A HREF = "USER/atc/man_write_restart.html">fix_modify AtC transfer write_restart</A>
<LI><A HREF = "USER/atc/man_read_restart.html">fix_modify AtC transfer read_restart</A>
</UL>
<P>fix_modify commands for post-processing:
</P>
<UL><LI><A HREF = "USER/atc/man_hardy_fields.html">fix_modify AtC transfer fields</A>
<LI><A HREF = "USER/atc/man_hardy_gradients.html">fix_modify AtC transfer gradients</A>
<LI><A HREF = "USER/atc/man_hardy_rates.html">fix_modify AtC transfer rates</A>
<LI><A HREF = "USER/atc/man_hardy_computes.html">fix_modify AtC transfer computes</A>
<LI><A HREF = "USER/atc/man_hardy_set.html">fix_modify AtC set</A>
<LI><A HREF = "USER/atc/man_hardy_on_the_fly.html">fix_modify AtC transfer on_the_fly</A>
<LI><A HREF = "USER/atc/man_boundary_integral.html">fix_modify AtC boundary_integral</A>
<LI><A HREF = "USER/atc/man_contour_integral.html">fix_modify AtC contour_integral</A>
</UL>
<P>miscellaneous fix_modify commands:
</P>
<UL><LI><A HREF = "USER/atc/man_atom_element_map.html">fix_modify AtC transfer atom_element_map</A>
<LI><A HREF = "USER/atc/man_neighbor_reset_frequency.html">fix_modify AtC transfer neighbor_reset_frequency</A>
</UL>
<P><B>Default:</B> none
</P>
<HR>
<A NAME = "Wagner"></A>
<P><B>(Wagner)</B> Wagner, Jones, Templeton, Parks, Special Issue of
Computer Methods and Applied Mechanics, 197, 3351-3365 (2008).
</P>
<A NAME = "Zimmerman"></A>
<P><B>(Zimmerman)</B> Zimmerman, Webb, Hoyt, Jones, Klein, Bammann, Special
Issue of Modelling and Simulation in Materials Science and
Engineering, 12, S319 (2004).
</P>
<A NAME = "Hughes"></A>
<P><B>(Hughes)</B> T.J.R Hughes, "The Finite Element Method," Dover (2003).
</P>
</HTML>
|
gladk/LIGGGHTS-PUBLIC
|
doc/fix_atc.html
|
HTML
|
gpl-2.0
| 10,385
|
/**
* POPUP CONTAINER STYLES
*/
#popupMask {
position: absolute;
z-index: 200;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: .4;
filter: alpha(opacity=50);
/* this hack is so it works in IE
* I find setting the color in the css gives me more flexibility
* than the PNG solution.
*/
background-color:transparent !important;
background-color: #333333;
/* this hack is for opera support
* you can uncomment the background-image if you don't care about opera.
* this gives you the flexibility to use any bg color that you want, instead of the png
*/
background-image/**/: url("../images/maskBG.png") !important; // For browsers Moz, Opera, etc.
background-image:none;
background-repeat: repeat;
display:none;
}
#popupContainer {
position: absolute;
z-index: 201;
top: 0px;
left: 0px;
display:none;
padding: 0px;
}
#popupInner {
border: 2px solid #000000;
background-color: #ffffff;
}
#popupFrame {
margin: 0px;
width: 100%;
height: 100%;
position: relative;
z-index: 202;
}
#popupTitleBar {
background-color: #090;
color: # 000;
font-weight: bold;
height: 1.3em;
padding: 5px;
border-bottom: 2px solid #000000;
border-top: 1px solid #78A3F2;
border-left: 1px solid #78A3F2;
border-right: 1px solid #204095;
position: relative;
z-index: 203;
}
#popupTitle {
float:left;
font-size: 1.1em;
}
#popupControls {
float: right;
cursor: pointer;
cursor: hand;
}
|
PeTeL-Weizmann/moodle
|
mod/game/export/html/snakes/css/subModal.css
|
CSS
|
gpl-3.0
| 1,423
|
<html lang="en">
<head>
<title>IPA - GNU Compiler Collection (GCC) Internals</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Compiler Collection (GCC) Internals">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="LTO.html#LTO" title="LTO">
<link rel="prev" href="LTO-object-file-layout.html#LTO-object-file-layout" title="LTO object file layout">
<link rel="next" href="WHOPR.html#WHOPR" title="WHOPR">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2015 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="IPA"></a>
Next: <a rel="next" accesskey="n" href="WHOPR.html#WHOPR">WHOPR</a>,
Previous: <a rel="previous" accesskey="p" href="LTO-object-file-layout.html#LTO-object-file-layout">LTO object file layout</a>,
Up: <a rel="up" accesskey="u" href="LTO.html#LTO">LTO</a>
<hr>
</div>
<h3 class="section">24.3 Using summary information in IPA passes</h3>
<p>Programs are represented internally as a <em>callgraph</em> (a
multi-graph where nodes are functions and edges are call sites)
and a <em>varpool</em> (a list of static and external variables in
the program).
<p>The inter-procedural optimization is organized as a sequence of
individual passes, which operate on the callgraph and the
varpool. To make the implementation of WHOPR possible, every
inter-procedural optimization pass is split into several stages
that are executed at different times during WHOPR compilation:
<ul>
<li>LGEN time
<ol type=1 start=1>
<li><em>Generate summary</em> (<code>generate_summary</code> in
<code>struct ipa_opt_pass_d</code>). This stage analyzes every function
body and variable initializer is examined and stores relevant
information into a pass-specific data structure.
<li><em>Write summary</em> (<code>write_summary</code> in
<code>struct ipa_opt_pass_d</code>). This stage writes all the
pass-specific information generated by <code>generate_summary</code>.
Summaries go into their own <code>LTO_section_*</code> sections that
have to be declared in <samp><span class="file">lto-streamer.h</span></samp>:<code>enum
lto_section_type</code>. A new section is created by calling
<code>create_output_block</code> and data can be written using the
<code>lto_output_*</code> routines.
</ol>
<li>WPA time
<ol type=1 start=1>
<li><em>Read summary</em> (<code>read_summary</code> in
<code>struct ipa_opt_pass_d</code>). This stage reads all the
pass-specific information in exactly the same order that it was
written by <code>write_summary</code>.
<li><em>Execute</em> (<code>execute</code> in <code>struct
opt_pass</code>). This performs inter-procedural propagation. This
must be done without actual access to the individual function
bodies or variable initializers. Typically, this results in a
transitive closure operation over the summary information of all
the nodes in the callgraph.
<li><em>Write optimization summary</em>
(<code>write_optimization_summary</code> in <code>struct
ipa_opt_pass_d</code>). This writes the result of the inter-procedural
propagation into the object file. This can use the same data
structures and helper routines used in <code>write_summary</code>.
</ol>
<li>LTRANS time
<ol type=1 start=1>
<li><em>Read optimization summary</em>
(<code>read_optimization_summary</code> in <code>struct
ipa_opt_pass_d</code>). The counterpart to
<code>write_optimization_summary</code>. This reads the interprocedural
optimization decisions in exactly the same format emitted by
<code>write_optimization_summary</code>.
<li><em>Transform</em> (<code>function_transform</code> and
<code>variable_transform</code> in <code>struct ipa_opt_pass_d</code>).
The actual function bodies and variable initializers are updated
based on the information passed down from the <em>Execute</em> stage.
</ol>
</ul>
<p>The implementation of the inter-procedural passes are shared
between LTO, WHOPR and classic non-LTO compilation.
<ul>
<li>During the traditional file-by-file mode every pass executes its
own <em>Generate summary</em>, <em>Execute</em>, and <em>Transform</em>
stages within the single execution context of the compiler.
<li>In LTO compilation mode, every pass uses <em>Generate
summary</em> and <em>Write summary</em> stages at compilation time,
while the <em>Read summary</em>, <em>Execute</em>, and
<em>Transform</em> stages are executed at link time.
<li>In WHOPR mode all stages are used.
</ul>
<p>To simplify development, the GCC pass manager differentiates
between normal inter-procedural passes and small inter-procedural
passes. A <em>small inter-procedural pass</em>
(<code>SIMPLE_IPA_PASS</code>) is a pass that does
everything at once and thus it can not be executed during WPA in
WHOPR mode. It defines only the <em>Execute</em> stage and during
this stage it accesses and modifies the function bodies. Such
passes are useful for optimization at LGEN or LTRANS time and are
used, for example, to implement early optimization before writing
object files. The simple inter-procedural passes can also be used
for easier prototyping and development of a new inter-procedural
pass.
<h4 class="subsection">24.3.1 Virtual clones</h4>
<p>One of the main challenges of introducing the WHOPR compilation
mode was addressing the interactions between optimization passes.
In LTO compilation mode, the passes are executed in a sequence,
each of which consists of analysis (or <em>Generate summary</em>),
propagation (or <em>Execute</em>) and <em>Transform</em> stages.
Once the work of one pass is finished, the next pass sees the
updated program representation and can execute. This makes the
individual passes dependent on each other.
<p>In WHOPR mode all passes first execute their <em>Generate
summary</em> stage. Then summary writing marks the end of the LGEN
stage. At WPA time,
the summaries are read back into memory and all passes run the
<em>Execute</em> stage. Optimization summaries are streamed and
sent to LTRANS, where all the passes execute the <em>Transform</em>
stage.
<p>Most optimization passes split naturally into analysis,
propagation and transformation stages. But some do not. The
main problem arises when one pass performs changes and the
following pass gets confused by seeing different callgraphs
between the <em>Transform</em> stage and the <em>Generate summary</em>
or <em>Execute</em> stage. This means that the passes are required
to communicate their decisions with each other.
<p>To facilitate this communication, the GCC callgraph
infrastructure implements <em>virtual clones</em>, a method of
representing the changes performed by the optimization passes in
the callgraph without needing to update function bodies.
<p>A <em>virtual clone</em> in the callgraph is a function that has no
associated body, just a description of how to create its body based
on a different function (which itself may be a virtual clone).
<p>The description of function modifications includes adjustments to
the function's signature (which allows, for example, removing or
adding function arguments), substitutions to perform on the
function body, and, for inlined functions, a pointer to the
function that it will be inlined into.
<p>It is also possible to redirect any edge of the callgraph from a
function to its virtual clone. This implies updating of the call
site to adjust for the new function signature.
<p>Most of the transformations performed by inter-procedural
optimizations can be represented via virtual clones. For
instance, a constant propagation pass can produce a virtual clone
of the function which replaces one of its arguments by a
constant. The inliner can represent its decisions by producing a
clone of a function whose body will be later integrated into
a given function.
<p>Using <em>virtual clones</em>, the program can be easily updated
during the <em>Execute</em> stage, solving most of pass interactions
problems that would otherwise occur during <em>Transform</em>.
<p>Virtual clones are later materialized in the LTRANS stage and
turned into real functions. Passes executed after the virtual
clone were introduced also perform their <em>Transform</em> stage
on new functions, so for a pass there is no significant
difference between operating on a real function or a virtual
clone introduced before its <em>Execute</em> stage.
<p>Optimization passes then work on virtual clones introduced before
their <em>Execute</em> stage as if they were real functions. The
only difference is that clones are not visible during the
<em>Generate Summary</em> stage.
<p>To keep function summaries updated, the callgraph interface
allows an optimizer to register a callback that is called every
time a new clone is introduced as well as when the actual
function or variable is generated or when a function or variable
is removed. These hooks are registered in the <em>Generate
summary</em> stage and allow the pass to keep its information intact
until the <em>Execute</em> stage. The same hooks can also be
registered during the <em>Execute</em> stage to keep the
optimization summaries updated for the <em>Transform</em> stage.
<h4 class="subsection">24.3.2 IPA references</h4>
<p>GCC represents IPA references in the callgraph. For a function
or variable <code>A</code>, the <em>IPA reference</em> is a list of all
locations where the address of <code>A</code> is taken and, when
<code>A</code> is a variable, a list of all direct stores and reads
to/from <code>A</code>. References represent an oriented multi-graph on
the union of nodes of the callgraph and the varpool. See
<samp><span class="file">ipa-reference.c</span></samp>:<code>ipa_reference_write_optimization_summary</code>
and
<samp><span class="file">ipa-reference.c</span></samp>:<code>ipa_reference_read_optimization_summary</code>
for details.
<h4 class="subsection">24.3.3 Jump functions</h4>
<p>Suppose that an optimization pass sees a function <code>A</code> and it
knows the values of (some of) its arguments. The <em>jump
function</em> describes the value of a parameter of a given function
call in function <code>A</code> based on this knowledge.
<p>Jump functions are used by several optimizations, such as the
inter-procedural constant propagation pass and the
devirtualization pass. The inliner also uses jump functions to
perform inlining of callbacks.
</body></html>
|
FabianKnapp/nexmon
|
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/gccint/IPA.html
|
HTML
|
gpl-3.0
| 11,909
|
<html lang="en">
<head>
<title>Z80-Case - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Z80-Syntax.html#Z80-Syntax" title="Z80 Syntax">
<link rel="prev" href="Z80_002dRegs.html#Z80_002dRegs" title="Z80-Regs">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991-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 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''.
-->
<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="Z80-Case"></a>
<a name="Z80_002dCase"></a>
Previous: <a rel="previous" accesskey="p" href="Z80_002dRegs.html#Z80_002dRegs">Z80-Regs</a>,
Up: <a rel="up" accesskey="u" href="Z80-Syntax.html#Z80-Syntax">Z80 Syntax</a>
<hr>
</div>
<h5 class="subsubsection">9.53.2.3 Case Sensitivity</h5>
<p><a name="index-Z80_002c-case-sensitivity-2522"></a><a name="index-case-sensitivity_002c-Z80-2523"></a>
Upper and lower case are equivalent in register names, opcodes,
condition codes and assembler directives.
The case of letters is significant in labels and symbol names. The case
is also important to distinguish the suffix ‘<samp><span class="samp">b</span></samp>’ for a backward reference
to a local label from the suffix ‘<samp><span class="samp">B</span></samp>’ for a number in binary notation.
</body></html>
|
FabianKnapp/nexmon
|
buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/share/doc/gcc-arm-none-eabi/html/as.html/Z80_002dCase.html
|
HTML
|
gpl-3.0
| 2,428
|
<!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">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="824.42">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica; min-height: 22.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco}
p.p6 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco; min-height: 16.0px}
p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco; color: #a71e12}
span.s1 {font: 18.0px Helvetica}
span.s2 {color: #0019b7}
span.s3 {color: #a71e12}
span.s4 {color: #000000}
span.Apple-tab-span {white-space:pre}
</style>
</head>
<body>
<p class="p1"><span class="s1"><b>DecodeB2<span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span><span class="Apple-tab-span"> </span></b></span><b>2D Ambisonic B-format decoder</b></p>
<p class="p2"><br></p>
<p class="p3"><b>DecodeB2.kr(numChans, w, x, y, orientation)</b></p>
<p class="p4"><br></p>
<p class="p3">Decode a two dimensional ambisonic B-format signal to a set of speakers in a regular polygon.</p>
<p class="p3">The outputs will be in clockwise order. The position of the first speaker is either center or left of center.</p>
<p class="p3"><b>numChans</b> - number of output speakers. Typically 4 to 8.</p>
<p class="p3"><b>w, x, y</b> - the B-format signals.<span class="Apple-converted-space"> </span></p>
<p class="p3"><b>orientation</b> - Should be zero if the front is a vertex of the polygon. The first speaker will be directly in front. Should be 0.5 if the front bisects a side of the polygon. Then the first speaker will be the one left of center. Default is 0.5.</p>
<p class="p4"><br></p>
<p class="p4"><br></p>
<p class="p5">(</p>
<p class="p5">{</p>
<p class="p5"><span class="Apple-tab-span"> </span><span class="s2">var</span> w, x, y, p, a, b, c, d;</p>
<p class="p6"><span class="Apple-tab-span"> </span></p>
<p class="p5"><span class="Apple-tab-span"> </span>p = <span class="s2">PinkNoise</span>.ar; <span class="s3">// source</span></p>
<p class="p6"><span class="Apple-tab-span"> </span></p>
<p class="p7"><span class="s4"><span class="Apple-tab-span"> </span></span>// B-format encode</p>
<p class="p5"><span class="Apple-tab-span"> </span>#w, x, y = <span class="s2">PanB2</span>.ar(p, <span class="s2">MouseX</span>.kr(-1,1), 0.1);<span class="Apple-converted-space"> </span></p>
<p class="p6"><span class="Apple-tab-span"> </span></p>
<p class="p7"><span class="s4"><span class="Apple-tab-span"> </span></span>// B-format decode to quad</p>
<p class="p5"><span class="Apple-tab-span"> </span>#a, b, c, d = <span class="s2">DecodeB2</span>.ar(4, w, x, y);</p>
<p class="p6"><span class="Apple-tab-span"> </span></p>
<p class="p7"><span class="s4"><span class="Apple-tab-span"> </span>[a, b, d, c] </span>// reorder to my speaker arrangement: Lf Rf Lr Rr</p>
<p class="p5">}.play;</p>
<p class="p5">)</p>
</body>
</html>
|
danstowell/SuperCute
|
common/build/Help/UGens/Multichannel/Panners/DecodeB2.html
|
HTML
|
gpl-3.0
| 3,325
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<link href="/static/css/v0.3/jschart.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<script src="/static/js/v0.3/d3.min.js"></script>
<script src="/static/js/v0.3/d3-queue.min.js"></script>
<script src="/static/js/v0.3/saveSvgAsPng.js"></script>
<script src="/static/js/v0.3/jschart.js"></script>
<center><h2>pidstat-1 - file_io</h2></center>
<div id="chart_1">
<script>
create_jschart("lineChart", "timeseries", "chart_1", "io_reads_KB_sec", null, null, { csvfiles: [ "csv/file_io_io_reads_KB_sec.csv" ], threshold: 50 });
</script>
</div>
<div id="chart_2">
<script>
create_jschart("lineChart", "timeseries", "chart_2", "io_writes_KB_sec", null, null, { csvfiles: [ "csv/file_io_io_writes_KB_sec.csv" ], threshold: 50 });
</script>
</div>
</body>
</html>
|
gurbirkalsi/pbench
|
agent/tool-scripts/postprocess/gold/pidstat-1/file_io.html
|
HTML
|
gpl-3.0
| 921
|
<!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'unsafe-url'</title>
<meta name="description" content="Check that all sub-resources get the stripped referrer URL.">
<meta name="referrer" content="unsafe-url">
<link rel="author" title="Kristijan Burnik" href="[email protected]">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-unsafe-url">
<meta name="assert" content="The referrer URL is stripped-referrer when a
document served over http requires an https
sub-resource via img-tag using the meta-referrer
delivery method with swap-origin-redirect and when
the target request is cross-origin.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.js"></script>
<script src="/referrer-policy/generic/referrer-policy-test-case.sub.js"></script>
</head>
<body>
<script>
ReferrerPolicyTestCase(
{
"referrer_policy": "unsafe-url",
"delivery_method": "meta-referrer",
"redirection": "swap-origin-redirect",
"origin": "cross-origin",
"source_protocol": "http",
"target_protocol": "https",
"subresource": "img-tag",
"referrer_url": "stripped-referrer"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
pyfisch/servo
|
tests/wpt/web-platform-tests/referrer-policy/unsafe-url/meta-referrer/cross-origin/http-https/img-tag/swap-origin-redirect/generic.http.html
|
HTML
|
mpl-2.0
| 1,825
|
#layout-list .active a,
#my-img-list .active a,
#design-list .active a {
border-color: #960;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-ms-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
#page-list .active a {
color: #ffffff;
background-color: #0088cc;
}
#design-list li,
#template-list li {
position: relative;
}
#design-list li .title,
#template-list li .title {
position: absolute;
left: 4px;
right: 4px;
bottom: 4px;
background-color: rgba(127, 127, 127, 0.5);
color: white;
line-height: 2;
text-align: center;
}
#theme-manager .modal-body {
min-height: 160px;
max-height: 360px;
overflow: auto;
}
#transition-list {
width: 140px;
height: 280px;
overflow: auto;
padding: 5px 10px;
border: 1px silver solid;
border-radius: 3px;
margin-bottom: 0;
}
#transition-preview {
width: 280px;
height: 280px;
overflow: hidden;
}
#transition-stage {
width: 100px;
height: 100px;
background-color: rgba(127, 127, 127, 0.2);
margin: 80px auto;
border: 10px rgba(127, 127, 127, 0.2) solid;
border-radius: 5px;
position: relative;
-webkit-perspective: 200px;
-moz-perspective: 200px;
-ms-perspective: 200px;
perspective: 200px;
}
.transition-slide {
position: absolute;
width: 100px;
height: 100px;
-webkit-box-shadow: 0 0 2px 1px blue, 0 0 1px 2px blue inset;
-moz-box-shadow: 0 0 2px 1px blue, 0 0 1px 2px blue inset;
-ms-box-shadow: 0 0 2px 1px blue, 0 0 1px 2px blue inset;
box-shadow: 0 0 2px 1px blue, 0 0 1px 2px blue inset;
background-color: white;
display: none;
left: 0px;
right: 0px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
line-height: 100px;
font-size: 60px;
text-align: center;
opacity: 0;
}
.slide-current,
.slide-next,
.slide-prev {
display: block;
}
.slide-next {
z-index: 3;
}
.slide-prev {
z-index: 1;
}
.slide-current {
opacity: 1;
z-index: 2;
}
|
Jinjiang/h5slides
|
docs/demo/css/sidebar.css
|
CSS
|
lgpl-3.0
| 2,188
|
.fleet-close-export {
font-size: 2em;
position: relative;
right: -0.2em;
margin-bottom: 0.4em;
margin-top: 0.4em;
float: right;
}
.fleet-close-export .fleet-search-bigger {
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
}
.export-container {
clear: both;
font-size: 1.5em;
text-align: center;
}
.export-text {
margin: 0.5em;
font-size: 0.8em;
width: 280px;
height: 20em;
}
.export-option {
font-weight: normal;
margin-top: 5px;
}
|
KFNEXUS/KFNEXUS.github.io
|
src/css/utopia-fleet-export.css
|
CSS
|
lgpl-3.0
| 464
|
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<head>
<title>Wicket Examples - stateless</title>
</head>
<body>
<wicket:extend>
<span wicket:id="message" id="message">Message goes here</span>
<br />
<a wicket:id="linkToStatelessPage" href="#">go to another default stateless page</a>
<br />
<a wicket:id="linkToStatelessPage1" href="#">go to another query strategy mounted stateless page</a>
<br />
<a wicket:id="linkToStatelessPage2" href="#">go to another mixed strategy mounted stateless page</a>
<br />
<a wicket:id="linkToStatelessPage3" href="#">Stateless page that stores state in URL</a>
<br />
<a wicket:id="linkToStatefulPage" href="#">go to a stateful page (triggers session creation if not already done so)</a>
<br />
<a wicket:id="linkToAjaxExamples" href="#">Stateless AJAX Example</a>
<br/>
<br/>
<a wicket:id="invalidatesession" href="#">Invalidate the session</a>
</wicket:extend>
</body>
</html>
|
aldaris/wicket
|
wicket-examples/src/main/java/org/apache/wicket/examples/stateless/Index.html
|
HTML
|
apache-2.0
| 1,030
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title>Sahi - Installation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="sahi.css">
</head>
<body>
<table width="100%">
<tr>
<td width="150px" valign="top">
<br/>
<br/>
<br/>
<br/>
<br/>
<div class="menu">
<ul>
<li><a href="index.html">Introduction</a></li>
<!--<li><a href="index.html#features">Features</a></li>-->
</ul>
<ul>
<li><a href="sahi_tutorial.html" target="_blank">Flash Tutorial</a></li>
<li><a href="screenshots.html">Screen Shots</a></li>
</ul>
<ul>
<li><a href="install.html">Downloading Sahi</a></li>
<li><a href="install.html#prereq">Prerequisites</a></li>
<li><a href="install.html#install">Installing Sahi</a></li>
</ul>
<ul>
<li><a href="using.html">Getting started</a></li>
<li><a href="using.html#record">Recording through Sahi</a></li>
<li><a href="using.html#playback">Playing back</a></li>
<li><a href="using.html#suites">Suites</a></li>
<li><a href="using.html#logging">Logging</a></li>
</ul>
<ul>
<li>Documentation:
<ul>
<li><a href="http://sahipro.com/w/apis">APIs</a></li>
<li><a href="http://sahipro.com/w/sahi-script">Scripting</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://sahipro.com/w/Running+multiple+tests+in+batch+mode">Running in batch mode</a></li>
</ul>
<ul>
<li><a href="ide.html">Editor Support</a></li>
</ul>
<ul>
<li><a href="problems.html#problems">Problems</a></li>
<li><a href="problems.html#notyet">Not yet supported, but coming
in</a></li>
</ul>
<hr>
<ul>
<li><a href="http://sourceforge.net/projects/sahi" target="_blank">On Sourceforge</a></li>
<li><a href="http://sahipro.com/forums/" target="_blank">Forums</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=151639&atid=781586" target="_blank">Report/View Bugs</a></li>
</li>
</ul>
</div>
</td>
<td valign="top">
<div class="content">
<div style="float:right;" width="100%" border="0">
<a href="http://sourceforge.net"><img src=
"http://sourceforge.net/sflogo.php?group_id=151639&type=3"
width="125" height="37" border="0"
alt="SourceForge.net Logo"></a>
<br>
</div>
<h2>Sahi - Web Automation and Test Tool</h2><br/>
<div style="background-color:red;color:white;font-size:12pt;text-align:center;">
Documentation in this directory is not current.
Please visit <a style="color:white;font-size:12pt;" href="http://sahipro.com/">http://sahipro.com/</a> for the latest documentation.
</div>
<!--<h2> Sahi - Web Automation and Test Tool</h2>-->
<!--<br>-->
<!--<table width="100%">-->
<!--<tr>-->
<!--<td valign="top" align="left">-->
<!--<a class="top_menu" href="docs">Home</a>-->
<!--<a class="top_menu" href="docs">Why Sahi</a>-->
<!--<a class="top_menu" href="docs">Docs</a>-->
<!--<a class="top_menu" href="docs">Support</a>-->
<!--<a class="top_menu" href="docs">License</a>-->
<!--</td>-->
<!--</tr>-->
<!--</table>-->
<hr/>
<br/>
<h2 class="pageTitle">Installation</h2>
<!--Installation-->
<h4><a name="download">Downloading Sahi</a></h4>
<a href=
"http://sourceforge.net/project/showfiles.php?group_id=151639" target="_blank">Download</a> the latest Sahi zip file from sourceforge<br>
<br>
<h4><a name="prereq">Prerequisites</a></h4>
<a href="http://java.sun.com" target="_blank">JRE 1.4 or above</a>
is needed for running Sahi.<br>
if the module is to be rebuilt from source, JDK 1.4 or above, <a
href="http://ant.apache.org/bindownload.cgi" target=
"_blank">ant</a> 1.6 or above, log4j.jar and junit.jar are also
needed.<br>
<br>
<h4><a name="install">Installing Sahi</a></h4>
1) Unzip sahi.zip to a desired location<br>
<br>
</div>
</td>
</tr>
</table>
Please send your feedback to <a href="http://sourceforge.net/users/narayanraman/">V Narayan Raman</a>.
</body>
</html>
|
ketan/functional-tests
|
libs/com.thoughtworks.twist.driver.sahi_5.0.0.13841-7582c47b464e14/sahi/docs/install.html
|
HTML
|
apache-2.0
| 4,788
|
<html>
<head>
<title>javax.management.monitor package</title>
<!--
Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 only, as
published by the Free Software Foundation. Oracle designates this
particular file as subject to the "Classpath" exception as provided
by Oracle in the LICENSE file that accompanied this code.
This code is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
version 2 for more details (a copy is included in the LICENSE file that
accompanied this code).
You should have received a copy of the GNU General Public License version
2 along with this work; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
or visit www.oracle.com if you need additional information or have any
questions.
-->
</head>
<body bgcolor="white">
<p>Provides the definition of the monitor classes. A Monitor is
an MBean that periodically observes the value of an attribute in
one or more other MBeans. If the attribute meets a certain
condition, the Monitor emits a {@link
javax.management.monitor.MonitorNotification
MonitorNotification}. When the monitor MBean periodically calls
{@link javax.management.MBeanServer#getAttribute getAttribute}
to retrieve the value of the attribute being monitored it does
so within the access control context of the
{@link javax.management.monitor.Monitor#start} caller.</p>
<p>The value being monitored can be a simple value contained within a
complex type. For example, the {@link java.lang.management.MemoryMXBean
MemoryMXBean} defined in <tt>java.lang.management</tt> has an attribute
<tt>HeapMemoryUsage</tt> of type {@link java.lang.management.MemoryUsage
MemoryUsage}. To monitor the amount of <i>used</i> memory, described by
the <tt>used</tt> property of <tt>MemoryUsage</tt>, you could monitor
"<tt>HeapMemoryUsage.used</tt>". That string would be the argument to
{@link javax.management.monitor.MonitorMBean#setObservedAttribute(String)
setObservedAttribute}.</p>
<p>The rules used to interpret an <tt>ObservedAttribute</tt> like
<tt>"HeapMemoryUsage.used"</tt> are as follows. Suppose the string is
<i>A.e</i> (so <i>A</i> would be <tt>"HeapMemoryUsage"</tt> and <i>e</i>
would be <tt>"used"</tt> in the example).</p>
<p>First the value of the attribute <i>A</i> is obtained. Call it
<i>v</i>. A value <i>x</i> is extracted from <i>v</i> as follows:</p>
<ul>
<li>If <i>v</i> is a {@link javax.management.openmbean.CompositeData
CompositeData} and if <i>v</i>.{@link
javax.management.openmbean.CompositeData#get(String) get}(<i>e</i>)
returns a value then <i>x</i> is that value.</li>
<li>If <i>v</i> is an array and <i>e</i> is the string <tt>"length"</tt>
then <i>x</i> is the length of the array.</li>
<li>If the above rules do not produce a value, and if {@link
java.beans.Introspector#getBeanInfo(Class) Introspector.getBeanInfo}
for the class of <i>v</i> (<i>v</i>.<tt>getClass()</tt>) contains a
{@link java.beans.PropertyDescriptor PropertyDescriptor} with the name
<i>e</i>, then <i>x</i> is the result of calling the property's {@link
java.beans.PropertyDescriptor#getReadMethod() read method} on
<i>v</i>.</li>
</ul>
<p>The third rule means for example that if the attribute
<tt>HeapMemoryUsage</tt> is a <tt>MemoryUsage</tt>, monitoring
<tt>"HeapMemoryUsage.used"</tt> will obtain the observed value by
calling <tt>MemoryUsage.getUsed()</tt>.</p>
<p>If the <tt>ObservedAttribute</tt> contains more than one period,
for example <tt>"ConnectionPool.connectionStats.length"</tt>, then the
above rules are applied iteratively. Here, <i>v</i> would initially be
the value of the attribute <tt>ConnectionPool</tt>, and <i>x</i> would
be derived by applying the above rules with <i>e</i> equal to
<tt>"connectionStats"</tt>. Then <i>v</i> would be set to this <i>x</i>
and a new <i>x</i> derived by applying the rules again with <i>e</i>
equal to <tt>"length"</tt>.</p>
<p>Although it is recommended that attribute names be valid Java
identifiers, it is possible for an attribute to be called
<tt>HeapMemoryUsage.used</tt>. This means that an
<tt>ObservedAttribute</tt> that is <tt>HeapMemoryUsage.used</tt>
could mean that the value to observe is either an attribute of that
name, or the property <tt>used</tt> within an attribute called
<tt>HeapMemoryUsage</tt>. So for compatibility reasons, when the
<tt>ObservedAttribute</tt> contains a period (<tt>.</tt>), the monitor
will check whether an attribute exists whose name is the full
<tt>ObservedAttribute</tt> string (<tt>HeapMemoryUsage.used</tt> in the
example). It does this by calling {@link
javax.management.MBeanServer#getMBeanInfo(javax.management.ObjectName)
getMBeanInfo} for the observed MBean and looking for a contained {@link
javax.management.MBeanAttributeInfo MBeanAttributeInfo} with the given
name. If one is found, then that is what is monitored. If more than one
MBean is being observed, the behavior is unspecified if some of them have
a <tt>HeapMemoryUsage.used</tt> attribute and others do not. An
implementation may therefore call <tt>getMBeanInfo</tt> on just one of
the MBeans in this case. The behavior is also unspecified if the result
of the check changes while the monitor is active.</p>
<p>The exact behavior of monitors is detailed in the
<a href="#spec">JMX Specification</a>. What follows is a
summary.</p>
<p>There are three kinds of Monitors:</p>
<ul>
<li>
<p>A {@link javax.management.monitor.CounterMonitor
CounterMonitor} observes attributes of integer
type. The attributes are assumed to be non-negative, and
monotonically increasing except for a possible
<em>roll-over</em> at a specified <em>modulus</em>. Each
observed attribute has an associated <em>threshold</em>
value. A notification is sent when the attribute exceeds
its threshold.</p>
<p>An <em>offset</em> value can be specified. When an
observed value exceeds its threshold, the threshold is
incremented by the offset, or by a multiple of the offset
sufficient to make the threshold greater than the new
observed value.</p>
<p>A <code>CounterMonitor</code> can operate in
<em>difference mode</em>. In this mode, the value
compared against the threshold is the difference between
two successive observations of an attribute.</p>
</li>
<li>
<p>A {@link javax.management.monitor.GaugeMonitor
GaugeMonitor} observes attributes of numerical type. Each
observed attribute has an associated <em>high
threshold</em> and <em>low threshold</em>.</p>
<p>When an observed attribute crosses the high threshold, if
the <em>notify high</em> flag is true, then a notification
is sent. Subsequent crossings of the high threshold value
will not trigger further notifications until the gauge value
becomes less than or equal to the low threshold.</p>
<p>When an observed attribute crosses the low threshold, if
the <em>notify low</em> flag is true, then a notification
is sent. Subsequent crossings of the low threshold value
will not trigger further notifications until the gauge
value becomes greater than or equal to the high
threshold.</p>
<p>Typically, only one of the notify high and notify low
flags is set. The other threshold is used to provide a
<em>hysteresis</em> mechanism to avoid the repeated
triggering of notifications when an attribute makes small
oscillations around the threshold value.</p>
<p>A <code>GaugeMonitor</code> can operate in <em>difference
mode</em>. In this mode, the value compared against the
high and low thresholds is the difference between two
successive observations of an attribute.</p>
</li>
<li>
<p>A {@link javax.management.monitor.StringMonitor
StringMonitor} observes attributes of type
<code>String</code>. A notification is sent when an
observed attribute becomes equal and/or not equal to a
given string.</p>
</li>
</ul>
<p id="spec">
@see <a href="{@docRoot}/../technotes/guides/jmx/">
Java SE 6 Platform documentation on JMX technology</a>,
in particular the
<a href="{@docRoot}/../technotes/guides/jmx/JMX_1_4_specification.pdf">
JMX Specification, version 1.4(pdf).</a>
@since 1.5
</BODY>
</HTML>
|
andreagenso/java2scala
|
test/J2s/java/openjdk-6-src-b27/jdk/src/share/classes/javax/management/monitor/package.html
|
HTML
|
apache-2.0
| 9,194
|
<!DOCTYPE HTML>
<!--
-- Copyright (c) 2012 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.
-->
<html>
<head>
<link rel="stylesheet" href="chrome://resources/css/list.css"></link>
<link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/file_types.css">
<link rel="stylesheet" type="text/css" href="css/media_controls.css">
<link rel="stylesheet" type="text/css" href="css/select_album_dialog.css">
<link rel="stylesheet" type="text/css" href="css/tile_view.css">
<link rel="stylesheet" type="text/css" href="css/photo_import.css">
<!-- Don't load photo_import_scripts.js when flattening is disabled -->
<if expr="0"><!-- </if>
<script src="js/photo/photo_import_scripts.js"></script>
<if expr="0"> --></if>
<if expr="0">
<!-- This section is used when the file manager is loaded with
'filemgr-ext-path' command-line flag. -->
<!-- Keep the list in sync with photo_import_scripts.js. -->
<!-- Loads the client of the image loader extension -->
<script src="chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp/client.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/i18n_template_no_process.js"></script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/event_tracker.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/cr/ui/touch_handler.js"></script>
<script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
<script src="chrome://resources/js/cr/ui/dialogs.js"></script>
<script src="chrome://resources/js/cr/ui/list_item.js"></script>
<script src="chrome://resources/js/cr/ui/list_selection_model.js"></script>
<script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></script>
<script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script>
<script src="chrome://resources/js/cr/ui/list.js"></script>
<script src="chrome://resources/js/cr/ui/grid.js"></script>
<script src="js/util.js"></script>
<script src="js/file_type.js"></script>
<script src="js/directory_contents.js"></script>
<script src="js/volume_manager.js"></script>
<script src="js/file_copy_manager_wrapper.js"></script>
<script src="js/path_util.js"></script>
<script src="js/metadata/metadata_cache.js"></script>
<script src="js/metrics.js"></script>
<script src="js/image_editor/image_util.js"></script>
<script src="js/media/media_util.js"></script>
<script src="js/photo/importing_dialog.js"></script>
<script src="js/photo/tile_view.js"></script>
<script src="js/photo/photo_import.js"></script>
</if>
<title></title>
</head>
<body>
<div class="photo-import">
<div class="grid-container">
<div class="topbar">
<div class="caption"></div>
<div class="select"></div>
</div>
<grid></grid>
<div class="bottombar buttonbar">
<input type="checkbox" id="delete-after-checkbox">
<label for="delete-after-checkbox"></label>
<div class="selected-count"></div>
<button class="cancel"></button>
<button class="import action"></button>
</div>
</div>
<div class="spinner"></div>
</div>
</body>
</html>
|
plxaye/chromium
|
src/chrome/browser/resources/file_manager/photo_import.html
|
HTML
|
apache-2.0
| 3,709
|
<html xmlns="http://www.w3.org/1999/xhtml"
><head
><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/><title
>Bug308CrossModule</title
><link href="#" rel="stylesheet" type="text/css" title="Ocean"
/><script src="haddock-util.js" type="text/javascript"
></script
><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"
></script
><script type="text/javascript"
>//
window.onload = function () {pageLoad();setSynopsis("mini_Bug308CrossModule.html");};
//
</script
></head
><body
><div id="package-header"
><ul class="links" id="page-menu"
><li
><a href="#"
>Contents</a
></li
><li
><a href="#"
>Index</a
></li
></ul
><p class="caption empty"
></p
></div
><div id="content"
><div id="module-header"
><table class="info"
><tr
><th
>Safe Haskell</th
><td
>Safe</td
></tr
></table
><p class="caption"
>Bug308CrossModule</p
></div
><div id="synopsis"
><p id="control.syn" class="caption expander" onclick="toggleSection('syn')"
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
><a href="#"
>h</a
> :: ()</li
></ul
></div
><div id="interface"
><h1
>Documentation</h1
><div class="top"
><p class="src"
><a id="v:h" class="def"
>h</a
> :: () <a href="#" class="selflink"
>#</a
></p
><div class="doc"
><p
>start <a href="#"
>Bug308</a
></p
><p
>startOldStyle <a href="#"
>Bug308</a
></p
><p
>middle <a href="#"
>Bug308</a
></p
><p
>end <a href="#"
>Bug308</a
></p
></div
></div
></div
></div
><div id="footer"
></div
></body
></html
>
|
Helkafen/haddock
|
html-test/ref/Bug308CrossModule.html
|
HTML
|
bsd-2-clause
| 1,898
|
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<!--
Tests for the OpenGL ES 2.0 HTML Canvas context
Copyright (C) 2011 Ilmari Heikkinen <[email protected]>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
-->
<link rel="stylesheet" type="text/css" href="../unit.css" />
<script type="application/x-javascript" src="../unit.js"></script>
<script type="application/x-javascript" src="../util.js"></script>
<script type="application/x-javascript">
Tests.startUnit = function () {
var canvas = document.getElementById('gl');
var gl = wrapGLContext(getGLContext(canvas));
return [gl];
}
Tests.setup = function(gl) {
var tex = gl.createTexture();
gl.bindTexture(gl.TEXTURE_2D, tex);
return [gl]
}
Tests.teardown = function(gl,tex) {
gl.bindTexture(gl.TEXTURE_2D, null);
gl.deleteTexture(tex);
}
Tests.testTexImage2D = function(gl) {
assertOk("height > backHeight", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, 17,1,0);
});
assertOk("width > backWidth", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, 1,17,0);
});
assertOk("x + width > backWidth", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 16,0, 1,1,0);
});
assertOk("y + height > backHeight", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,16, 1,1,0);
});
assertOk("Negative X", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, -1,0, 1,1,0);
});
assertOk("Negative Y", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,-1, 1,1,0);
});
assertFail("Negative height", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, -1,1,0);
});
assertFail("Negative width", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, 1,-1,0);
});
assertFail("Non 0 border", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, 1,1,1);
});
assertFail("Negative border",function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, 1,1,-1);
});
assertOk("Good Args", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.RGBA, 0,0, 16,16,0);
});
assertFail("NPOT texture to > level 0", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 1, gl.RGBA, 0,0, 15,16,0);
});
assertFail("Bad target", function(){
gl.copyTexImage2D(gl.FLOAT, 0, gl.RGBA, 0,0, 16,16,0);
});
assertFail("Bad internal format", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, 0, gl.FLOAT, 0,0, 16,16,0);
});
assertFail("Negative level", function(){
gl.copyTexImage2D(gl.TEXTURE_2D, -1, gl.RGBA, 0,0, 16,16,0);
});
}
Tests.endUnit = function(gl) {
}
</script>
<style>canvas{ position:absolute; }</style>
</head><body>
<canvas id="gl" width="16" height="16"></canvas>
</body></html>
|
guorendong/iridium-browser-ubuntu
|
third_party/webgl/src/conformance-suites/1.0.1/conformance/more/functions/copyTexImage2DBadArgs.html
|
HTML
|
bsd-3-clause
| 3,824
|
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--><html><head><link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../paper-styles/default-theme.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-menu-button/paper-menu-button.html">
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../iron-a11y-keys-behavior/iron-a11y-keys-behavior.html">
<link rel="import" href="../iron-behaviors/iron-control-state.html">
<link rel="import" href="../iron-behaviors/iron-button-state.html">
<link rel="import" href="../iron-icons/iron-icons.html">
<link rel="import" href="../iron-icon/iron-icon.html">
<link rel="import" href="../iron-form-element-behavior/iron-form-element-behavior.html">
<link rel="import" href="../iron-validatable-behavior/iron-validatable-behavior.html">
<!--
Material design: [Dropdown menus](https://www.google.com/design/spec/components/buttons.html#buttons-dropdown-buttons)
`paper-dropdown-menu` is similar to a native browser select element.
`paper-dropdown-menu` works with selectable content. The currently selected
item is displayed in the control. If no item is selected, the `label` is
displayed instead.
The child element with the class `dropdown-content` will be used as the dropdown
menu. It could be a `paper-menu` or element that triggers `iron-select` when
selecting its children.
Example:
<paper-dropdown-menu label="Your favourite pastry">
<paper-menu class="dropdown-content">
<paper-item>Croissant</paper-item>
<paper-item>Donut</paper-item>
<paper-item>Financier</paper-item>
<paper-item>Madeleine</paper-item>
</paper-menu>
</paper-dropdown-menu>
This example renders a dropdown menu with 4 options.
Similarly to using `iron-select`, `iron-deselect` events will cause the
current selection of the `paper-dropdown-menu` to be cleared.
### Styling
The following custom properties and mixins are also available for styling:
Custom property | Description | Default
----------------|-------------|----------
`--paper-dropdown-menu` | A mixin that is applied to the element host | `{}`
`--paper-dropdown-menu-disabled` | A mixin that is applied to the element host when disabled | `{}`
`--paper-dropdown-menu-ripple` | A mixin that is applied to the internal ripple | `{}`
`--paper-dropdown-menu-button` | A mixin that is applied to the internal menu button | `{}`
`--paper-dropdown-menu-input` | A mixin that is applied to the internal paper input | `{}`
`--paper-dropdown-menu-icon` | A mixin that is applied to the internal icon | `{}`
You can also use any of the `paper-input-container` and `paper-menu-button`
style mixins and custom properties to style the internal input and menu button
respectively.
@group Paper Elements
@element paper-dropdown-menu
@hero hero.svg
@demo demo/index.html
-->
</head><body><dom-module id="paper-dropdown-menu">
<template>
<style>
:host {
display: inline-block;
position: relative;
text-align: left;
cursor: pointer;
/* NOTE(cdata): Both values are needed, since some phones require the
* value to be `transparent`.
*/
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
--paper-input-container-input: {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
box-sizing: border-box;
cursor: pointer;
};
@apply(--paper-dropdown-menu);
}
:host([disabled]) {
@apply(--paper-dropdown-menu-disabled);
}
:host([noink]) paper-ripple {
display: none;
}
:host([no-label-float]) paper-ripple {
top: 8px;
}
paper-ripple {
top: 12px;
left: 0px;
bottom: 8px;
right: 0px;
@apply(--paper-dropdown-menu-ripple);
}
paper-menu-button {
display: block;
padding: 0;
@apply(--paper-dropdown-menu-button);
}
paper-input {
@apply(--paper-dropdown-menu-input);
}
iron-icon {
color: var(--disabled-text-color);
@apply(--paper-dropdown-menu-icon);
}
</style>
<!-- this div fulfills an a11y requirement for combobox, do not remove -->
<div role="button"></div>
<paper-menu-button id="menuButton" vertical-align="[[verticalAlign]]" horizontal-align="[[horizontalAlign]]" vertical-offset="[[_computeMenuVerticalOffset(noLabelFloat)]]" disabled="[[disabled]]" no-animations="[[noAnimations]]" on-iron-select="_onIronSelect" on-iron-deselect="_onIronDeselect" opened="{{opened}}">
<div class="dropdown-trigger">
<paper-ripple></paper-ripple>
<!-- paper-input has type="text" for a11y, do not remove -->
<paper-input type="text" invalid="[[invalid]]" readonly="" disabled="[[disabled]]" value="[[selectedItemLabel]]" placeholder="[[placeholder]]" always-float-label="[[alwaysFloatLabel]]" no-label-float="[[noLabelFloat]]" label="[[label]]">
<iron-icon icon="arrow-drop-down" suffix=""></iron-icon>
</paper-input>
</div>
<content id="content" select=".dropdown-content"></content>
</paper-menu-button>
</template>
</dom-module>
<script src="paper-dropdown-menu-extracted.js"></script></body></html>
|
hujiajie/chromium-crosswalk
|
third_party/polymer/v1_0/components-chromium/paper-dropdown-menu/paper-dropdown-menu.html
|
HTML
|
bsd-3-clause
| 5,899
|
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
</head>
<body class="bs-docs-home">
<a class="sr-only" href="#content">Skip to main content</a>
<!-- Docs master nav -->
{% include nav-main.html %}
<!-- Page content of course! -->
{{ content }}
<footer class="container" role="contentinfo">
{% include social-buttons.html %}
<ul class="bs-masthead-links">
<li class="current-version">
Currently v{{ site.current_version }}
</li>
<li>
<a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a>
</li>
<li>
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
</li>
<li>
<a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
</li>
<li>
<a href="{{ page.base_url }}components/#glyphicons" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
</li>
<li>
<a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
</li>
<li>
<a href="{{ site.blog }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);">Blog</a>
</li>
</ul>
</footer>
<!-- JS and analytics only. -->
{% include footer.html %}
</body>
</html>
|
coreywagehoft/laravel-4-base
|
vendor/twbs/bootstrap/_layouts/home.html
|
HTML
|
mit
| 1,663
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Zend Gdata API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="css/jquery-ui.css" type="text/css"></link><link rel="stylesheet" href="css/docblox/jquery-ui-1.8.16.custom.css" type="text/css"></link><link rel="stylesheet" href="css/jquery.treeview.css" type="text/css"></link><link rel="stylesheet" href="css/theme.css" type="text/css"></link><script type="text/javascript" src="js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="js/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="js/jquery.cookie.js"></script><script type="text/javascript" src="js/jquery.treeview.js"></script><script type="text/javascript">
$(document).ready(function() {
$(".filetree").treeview({
collapsed: true,
persist: "cookie"
});
$("#accordion").accordion({
collapsible: true,
autoHeight: false,
fillSpace: true
});
$(".tabs").tabs();
});
</script></head><body><div xmlns="" class="content">
<div class="sub-page-main-header-api-documentation"><h2>API Documentation</h2></div>
<div class="dotted-line"></div>
</div>
<div xmlns="" id="content">
<script xmlns:dbx="http://docblox-project.org/xsl/functions">
function filterElements()
{
inherited = !$('#show-inherited').hasClass('deselected');
public = !$('#show-public').hasClass('deselected');
protected = !$('#show-protected').hasClass('deselected');
private = !$('#show-private').hasClass('deselected');
$('div.public').each(function(index, val) {
$(val).toggle(public && !($(val).hasClass('inherited_from') && !inherited));
});
$('div.protected').each(function(index, val) {
$(val).toggle(protected && !($(val).hasClass('inherited_from') && !inherited));
});
$('div.private').each(function(index, val) {
$(val).toggle(private && !($(val).hasClass('inherited_from') && !inherited));
});
}
$(document).ready(function() {
$('a.gripper').click(function() {
$(this).nextAll('div.code-tabs').slideToggle();
$(this).children('img').toggle();
return false;
});
$('div.method code span.highlight,div.function code span.highlight,div.constant code span.highlight,div.property code span.highlight').css('cursor', 'pointer');
$('div.method code span.highlight,div.function code span.highlight,div.constant code span.highlight,div.property code span.highlight').click(function() {
$(this).parent().nextAll('div.code-tabs').slideToggle();
$(this).parent().prevAll('a.gripper').children('img').toggle();
return false;
});
$('div.code-tabs').hide();
$('a.gripper').show();
$('div.code-tabs:empty').prevAll('a.gripper').html('');
$('#show-public, #show-protected, #show-private, #show-inherited')
.css('cursor', 'pointer')
.click(function(){
$(this).toggleClass('deselected');
if ($(this).hasClass('deselected')) {
$(this).fadeTo('fast', '0.4');
} else {
$(this).fadeTo('fast', '1.0');
}
filterElements();
return false;
});
$('#show-protected, #show-private').click();
// add the sliding behaviour to the file navigation and show it
// it is initially hidden for non-JS users.
$("#file-nav-box").show().hover(function() {
$("#file-nav-container").slideDown(400);
}, function() {
$("#file-nav-container").slideUp(400);
});
});
</script><h1 xmlns:dbx="http://docblox-project.org/xsl/functions" class="file">Zend/Gdata/Photos/Extension/NumPhotos.php</h1>
<div xmlns:dbx="http://docblox-project.org/xsl/functions" id="file-nav-box">
<div id="file-nav-options">
Show:
<img src="images/icons/visibility_public.png" id="show-public"><img src="images/icons/visibility_protected.png" id="show-protected"><img src="images/icons/visibility_private.png" id="show-private"><span class="attribute" id="show-inherited">inherited</span>
</div>
<div id="file-nav-container">
<ul id="file-nav"><li>
<a href="#classes"><img src="images/icons/class.png" height="14">
Classes
</a><ul><li><a href="#%5CZend_Gdata_Photos_Extension_NumPhotos">\Zend_Gdata_Photos_Extension_NumPhotos</a></li></ul>
</li></ul>
<div style="clear: left;"></div>
</div>
<div id="file-nav-tab">
Table of Contents
</div>
</div>
<a xmlns:dbx="http://docblox-project.org/xsl/functions" name="top" class="anchor"></a><div id="file-description">
<p xmlns:dbx="http://docblox-project.org/xsl/functions" class="short-description">Zend Framework</p>
<div xmlns:dbx="http://docblox-project.org/xsl/functions" class="long-description"><p>LICENSE</p>
<p>This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to [email protected] so we can send you a copy immediately.</p>
</div>
</div>
<dl class="file-info">
<dt xmlns:dbx="http://docblox-project.org/xsl/functions">Category</dt>
<dd xmlns:dbx="http://docblox-project.org/xsl/functions">Zend
</dd>
<dt xmlns:dbx="http://docblox-project.org/xsl/functions">Copyright</dt>
<dd xmlns:dbx="http://docblox-project.org/xsl/functions">Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
</dd>
<dt xmlns:dbx="http://docblox-project.org/xsl/functions">License</dt>
<dd xmlns:dbx="http://docblox-project.org/xsl/functions">
<a href="http://framework.zend.com/license/new-bsd">New BSD License</a>
</dd>
<dt xmlns:dbx="http://docblox-project.org/xsl/functions">Package</dt>
<dd xmlns:dbx="http://docblox-project.org/xsl/functions">Zend_Gdata
</dd>
<dt xmlns:dbx="http://docblox-project.org/xsl/functions">Subpackage</dt>
<dd xmlns:dbx="http://docblox-project.org/xsl/functions">Photos
</dd>
<dt xmlns:dbx="http://docblox-project.org/xsl/functions">Version</dt>
<dd xmlns:dbx="http://docblox-project.org/xsl/functions">$Id: NumPhotos.php 24593 2012-01-05 20:35:02Z matthew $
</dd>
</dl>
<a name="classes" class="anchor"></a><a xmlns:dbx="http://docblox-project.org/xsl/functions" id="\Zend_Gdata_Photos_Extension_NumPhotos" class="anchor"></a><h2 xmlns:dbx="http://docblox-project.org/xsl/functions" class="class">\Zend_Gdata_Photos_Extension_NumPhotos<div class="to-top"><a href="#top">jump to top</a></div>
</h2>
<div xmlns:dbx="http://docblox-project.org/xsl/functions" class="class">
<small class="package"><b>Package: </b>Zend\Gdata\Photos</small><p class="short-description">Represents the gphoto:numphotos element used by the API.</p>
<div class="long-description"><p>This indicates the number of photos in an album.</p>
</div>
<dl class="class-info">
<dt>Parent(s)</dt>
<dd>
<a href="db_Zend_Gdata_Extension.html#%5CZend_Gdata_Extension">\Zend_Gdata_Extension</a>
<
<a href="db_Zend_Gdata_App_Extension.html#%5CZend_Gdata_App_Extension" style="color: gray; font-size: 0.8em
">\Zend_Gdata_App_Extension</a>
<
<a href="db_Zend_Gdata_App_Base.html#%5CZend_Gdata_App_Base" style="color: gray; font-size: 0.8em
">\Zend_Gdata_App_Base</a>
</dd>
<dt>Category</dt>
<dd>Zend
</dd>
<dt>Copyright</dt>
<dd>Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
</dd>
<dt>License</dt>
<dd>
<a href="http://framework.zend.com/license/new-bsd">New BSD License</a>
</dd>
</dl>
<h3>Properties</h3>
<div>
<a id="\Zend_Gdata_Photos_Extension_NumPhotos::$_rootElement" class="anchor"></a><div class="property protected">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">
<span class="highlight">$_rootElement</span>= ''numphotos''
</code><div class="description"></div>
<div class="code-tabs">
<strong>Default value</strong><code>'numphotos'</code><strong>Details</strong><dl class="property-info">
<dt>Type</dt>
<dd></dd>
</dl>
</div>
<div class="clear"></div>
</div>
<a id="\Zend_Gdata_Photos_Extension_NumPhotos::$_rootNamespace" class="anchor"></a><div class="property protected">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/property.png" alt="Property"><img src="images/icons/visibility_protected.png" style="margin-right: 5px" alt="protected">
<span class="highlight">$_rootNamespace</span>= ''gphoto''
</code><div class="description"></div>
<div class="code-tabs">
<strong>Default value</strong><code>'gphoto'</code><strong>Details</strong><dl class="property-info">
<dt>Type</dt>
<dd></dd>
</dl>
</div>
<div class="clear"></div>
</div>
</div>
<h3>Methods</h3>
<div>
<a id="\Zend_Gdata_Photos_Extension_NumPhotos::__construct()" class="anchor"></a><div class="method public">
<a href="#" class="gripper"><img src="images/icons/arrow_right.png"><img src="images/icons/arrow_down.png" style="display: none;"></a><code><img src="images/icons/method.png" alt="method"><img src="images/icons/visibility_public.png" style="margin-right: 5px" alt="public"><span class="highlight">__construct</span><span class="nb-faded-text">(
string $text
=
null
)
</span>
:
void</code><div class="description"><p class="short_description">Constructs a new Zend_Gdata_Photos_Extension_NumPhotos object.</p></div>
<div class="code-tabs">
<div class="long-description">
</div>
<strong>Parameters</strong><table class="argument-info">
<thead><tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr></thead>
<tr>
<th>$text</th>
<td>string</td>
<td><em><p>(optional) The value to represent.</p>
</em></td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<small xmlns="" class="footer">Documentation was generated by <a href="http://docblox-project.org">DocBlox 0.15.1</a>.
</small></body></html>
|
Laurence11/ProjetSoleil
|
vendor/zend/gdata/documentation/api/core/db_Zend_Gdata_Photos_Extension_NumPhotos.html
|
HTML
|
mit
| 10,976
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>SFMT: Data Structure Index</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">SFMT
 <span id="projectnumber">1.4</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.8.0 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Data Structure Index</div> </div>
</div><!--header-->
<div class="contents">
<div class="qindex"><a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_W">W</a></div>
<table style="margin: 10px; white-space: nowrap;" align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
<tr><td rowspan="2" valign="bottom"><a name="letter_S"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  S  </div></td></tr></table>
</td><td rowspan="2" valign="bottom"><a name="letter_W"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  W  </div></td></tr></table>
</td><td></td></tr>
<tr><td></td></tr>
<tr><td valign="top"><a class="el" href="struct_s_f_m_t___t.html">SFMT_T</a>   </td><td valign="top"><a class="el" href="union_w128___t.html">W128_T</a>   </td><td></td></tr>
<tr><td></td><td></td><td></td></tr>
</table>
<div class="qindex"><a class="qindex" href="#letter_S">S</a> | <a class="qindex" href="#letter_W">W</a></div>
</div><!-- contents -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jun 28 2012 10:34:10 for SFMT by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>
</body>
</html>
|
hncuong/IM
|
tim1/src/sfmt/html/classes.html
|
HTML
|
mit
| 2,819
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<meta charset="utf-8">
<title>
Using git to develop FFmpeg
</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.min.css">
</head>
<body>
<div style="width: 95%; margin: auto">
<h1>
Using git to develop FFmpeg
</h1>
<div align="center">
</div>
<a name="SEC_Top"></a>
<a name="SEC_Contents"></a>
<h2 class="contents-heading">Table of Contents</h2>
<div class="contents">
<ul class="no-bullet">
<li><a name="toc-Introduction" href="#Introduction">1 Introduction</a></li>
<li><a name="toc-Basics-Usage" href="#Basics-Usage">2 Basics Usage</a>
<ul class="no-bullet">
<li><a name="toc-Get-GIT" href="#Get-GIT">2.1 Get GIT</a></li>
<li><a name="toc-Cloning-the-source-tree" href="#Cloning-the-source-tree">2.2 Cloning the source tree</a></li>
<li><a name="toc-Updating-the-source-tree-to-the-latest-revision-1" href="#Updating-the-source-tree-to-the-latest-revision-1">2.3 Updating the source tree to the latest revision</a></li>
<li><a name="toc-Rebasing-your-local-branches" href="#Rebasing-your-local-branches">2.4 Rebasing your local branches</a></li>
<li><a name="toc-Adding_002fremoving-files_002fdirectories" href="#Adding_002fremoving-files_002fdirectories">2.5 Adding/removing files/directories</a></li>
<li><a name="toc-Showing-modifications" href="#Showing-modifications">2.6 Showing modifications</a></li>
<li><a name="toc-Inspecting-the-changelog" href="#Inspecting-the-changelog">2.7 Inspecting the changelog</a></li>
<li><a name="toc-Checking-source-tree-status" href="#Checking-source-tree-status">2.8 Checking source tree status</a></li>
<li><a name="toc-Committing" href="#Committing">2.9 Committing</a></li>
<li><a name="toc-Preparing-a-patchset" href="#Preparing-a-patchset">2.10 Preparing a patchset</a></li>
<li><a name="toc-Sending-patches-for-review" href="#Sending-patches-for-review">2.11 Sending patches for review</a></li>
<li><a name="toc-Renaming_002fmoving_002fcopying-files-or-contents-of-files" href="#Renaming_002fmoving_002fcopying-files-or-contents-of-files">2.12 Renaming/moving/copying files or contents of files</a></li>
</ul></li>
<li><a name="toc-Git-configuration" href="#Git-configuration">3 Git configuration</a>
<ul class="no-bullet">
<li><a name="toc-Personal-Git-installation" href="#Personal-Git-installation">3.1 Personal Git installation</a></li>
<li><a name="toc-Repository-configuration" href="#Repository-configuration">3.2 Repository configuration</a></li>
</ul></li>
<li><a name="toc-FFmpeg-specific" href="#FFmpeg-specific">4 FFmpeg specific</a>
<ul class="no-bullet">
<li><a name="toc-Reverting-broken-commits" href="#Reverting-broken-commits">4.1 Reverting broken commits</a></li>
<li><a name="toc-Pushing-changes-to-remote-trees" href="#Pushing-changes-to-remote-trees">4.2 Pushing changes to remote trees</a></li>
<li><a name="toc-Finding-a-specific-svn-revision" href="#Finding-a-specific-svn-revision">4.3 Finding a specific svn revision</a></li>
</ul></li>
<li><a name="toc-pre_002dpush-checklist" href="#pre_002dpush-checklist">5 pre-push checklist</a></li>
<li><a name="toc-Server-Issues" href="#Server-Issues">6 Server Issues</a></li>
</ul>
</div>
<a name="Introduction"></a>
<h2 class="chapter">1 Introduction<span class="pull-right"><a class="anchor hidden-xs" href="#Introduction" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Introduction" aria-hidden="true">TOC</a></span></h2>
<p>This document aims in giving some quick references on a set of useful git
commands. You should always use the extensive and detailed documentation
provided directly by git:
</p>
<div class="example">
<pre class="example">git --help
man git
</pre></div>
<p>shows you the available subcommands,
</p>
<div class="example">
<pre class="example">git <command> --help
man git-<command>
</pre></div>
<p>shows information about the subcommand <command>.
</p>
<p>Additional information could be found on the
<a href="http://gitref.org">Git Reference</a> website
</p>
<p>For more information about the Git project, visit the
</p>
<p><a href="http://git-scm.com/">Git website</a>
</p>
<p>Consult these resources whenever you have problems, they are quite exhaustive.
</p>
<p>What follows now is a basic introduction to Git and some FFmpeg-specific
guidelines to ease the contribution to the project
</p>
<a name="Basics-Usage"></a>
<h2 class="chapter">2 Basics Usage<span class="pull-right"><a class="anchor hidden-xs" href="#Basics-Usage" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Basics-Usage" aria-hidden="true">TOC</a></span></h2>
<a name="Get-GIT"></a>
<h3 class="section">2.1 Get GIT<span class="pull-right"><a class="anchor hidden-xs" href="#Get-GIT" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Get-GIT" aria-hidden="true">TOC</a></span></h3>
<p>You can get git from <a href="http://git-scm.com/">http://git-scm.com/</a>
Most distribution and operating system provide a package for it.
</p>
<a name="Cloning-the-source-tree"></a>
<h3 class="section">2.2 Cloning the source tree<span class="pull-right"><a class="anchor hidden-xs" href="#Cloning-the-source-tree" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Cloning-the-source-tree" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git clone git://source.ffmpeg.org/ffmpeg <target>
</pre></div>
<p>This will put the FFmpeg sources into the directory <var><target></var>.
</p>
<div class="example">
<pre class="example">git clone [email protected]:ffmpeg <target>
</pre></div>
<p>This will put the FFmpeg sources into the directory <var><target></var> and let
you push back your changes to the remote repository.
</p>
<p>Make sure that you do not have Windows line endings in your checkouts,
otherwise you may experience spurious compilation failures. One way to
achieve this is to run
</p>
<div class="example">
<pre class="example">git config --global core.autocrlf false
</pre></div>
<a name="Updating-the-source-tree-to-the-latest-revision"></a><a name="Updating-the-source-tree-to-the-latest-revision-1"></a>
<h3 class="section">2.3 Updating the source tree to the latest revision<span class="pull-right"><a class="anchor hidden-xs" href="#Updating-the-source-tree-to-the-latest-revision-1" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Updating-the-source-tree-to-the-latest-revision-1" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git pull (--rebase)
</pre></div>
<p>pulls in the latest changes from the tracked branch. The tracked branch
can be remote. By default the master branch tracks the branch master in
the remote origin.
</p>
<div class="warning">
<p><code>--rebase</code> (see below) is recommended.
</p></div>
<a name="Rebasing-your-local-branches"></a>
<h3 class="section">2.4 Rebasing your local branches<span class="pull-right"><a class="anchor hidden-xs" href="#Rebasing-your-local-branches" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Rebasing-your-local-branches" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git pull --rebase
</pre></div>
<p>fetches the changes from the main repository and replays your local commits
over it. This is required to keep all your local changes at the top of
FFmpeg’s master tree. The master tree will reject pushes with merge commits.
</p>
<a name="Adding_002fremoving-files_002fdirectories"></a>
<h3 class="section">2.5 Adding/removing files/directories<span class="pull-right"><a class="anchor hidden-xs" href="#Adding_002fremoving-files_002fdirectories" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Adding_002fremoving-files_002fdirectories" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git add [-A] <filename/dirname>
git rm [-r] <filename/dirname>
</pre></div>
<p>GIT needs to get notified of all changes you make to your working
directory that makes files appear or disappear.
Line moves across files are automatically tracked.
</p>
<a name="Showing-modifications"></a>
<h3 class="section">2.6 Showing modifications<span class="pull-right"><a class="anchor hidden-xs" href="#Showing-modifications" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Showing-modifications" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git diff <filename(s)>
</pre></div>
<p>will show all local modifications in your working directory as unified diff.
</p>
<a name="Inspecting-the-changelog"></a>
<h3 class="section">2.7 Inspecting the changelog<span class="pull-right"><a class="anchor hidden-xs" href="#Inspecting-the-changelog" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Inspecting-the-changelog" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git log <filename(s)>
</pre></div>
<p>You may also use the graphical tools like gitview or gitk or the web
interface available at http://source.ffmpeg.org/
</p>
<a name="Checking-source-tree-status"></a>
<h3 class="section">2.8 Checking source tree status<span class="pull-right"><a class="anchor hidden-xs" href="#Checking-source-tree-status" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Checking-source-tree-status" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git status
</pre></div>
<p>detects all the changes you made and lists what actions will be taken in case
of a commit (additions, modifications, deletions, etc.).
</p>
<a name="Committing"></a>
<h3 class="section">2.9 Committing<span class="pull-right"><a class="anchor hidden-xs" href="#Committing" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Committing" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git diff --check
</pre></div>
<p>to double check your changes before committing them to avoid trouble later
on. All experienced developers do this on each and every commit, no matter
how small.
Every one of them has been saved from looking like a fool by this many times.
It’s very easy for stray debug output or cosmetic modifications to slip in,
please avoid problems through this extra level of scrutiny.
</p>
<p>For cosmetics-only commits you should get (almost) empty output from
</p>
<div class="example">
<pre class="example">git diff -w -b <filename(s)>
</pre></div>
<p>Also check the output of
</p>
<div class="example">
<pre class="example">git status
</pre></div>
<p>to make sure you don’t have untracked files or deletions.
</p>
<div class="example">
<pre class="example">git add [-i|-p|-A] <filenames/dirnames>
</pre></div>
<p>Make sure you have told git your name and email address
</p>
<div class="example">
<pre class="example">git config --global user.name "My Name"
git config --global user.email [email protected]
</pre></div>
<p>Use <var>–global</var> to set the global configuration for all your git checkouts.
</p>
<p>Git will select the changes to the files for commit. Optionally you can use
the interactive or the patch mode to select hunk by hunk what should be
added to the commit.
</p>
<div class="example">
<pre class="example">git commit
</pre></div>
<p>Git will commit the selected changes to your current local branch.
</p>
<p>You will be prompted for a log message in an editor, which is either
set in your personal configuration file through
</p>
<div class="example">
<pre class="example">git config --global core.editor
</pre></div>
<p>or set by one of the following environment variables:
<var>GIT_EDITOR</var>, <var>VISUAL</var> or <var>EDITOR</var>.
</p>
<p>Log messages should be concise but descriptive. Explain why you made a change,
what you did will be obvious from the changes themselves most of the time.
Saying just "bug fix" or "10l" is bad. Remember that people of varying skill
levels look at and educate themselves while reading through your code. Don’t
include filenames in log messages, Git provides that information.
</p>
<p>Possibly make the commit message have a terse, descriptive first line, an
empty line and then a full description. The first line will be used to name
the patch by git format-patch.
</p>
<a name="Preparing-a-patchset"></a>
<h3 class="section">2.10 Preparing a patchset<span class="pull-right"><a class="anchor hidden-xs" href="#Preparing-a-patchset" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Preparing-a-patchset" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git format-patch <commit> [-o directory]
</pre></div>
<p>will generate a set of patches for each commit between <var><commit></var> and
current <var>HEAD</var>. E.g.
</p>
<div class="example">
<pre class="example">git format-patch origin/master
</pre></div>
<p>will generate patches for all commits on current branch which are not
present in upstream.
A useful shortcut is also
</p>
<div class="example">
<pre class="example">git format-patch -n
</pre></div>
<p>which will generate patches from last <var>n</var> commits.
By default the patches are created in the current directory.
</p>
<a name="Sending-patches-for-review"></a>
<h3 class="section">2.11 Sending patches for review<span class="pull-right"><a class="anchor hidden-xs" href="#Sending-patches-for-review" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Sending-patches-for-review" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git send-email <commit list|directory>
</pre></div>
<p>will send the patches created by <code>git format-patch</code> or directly
generates them. All the email fields can be configured in the global/local
configuration or overridden by command line.
Note that this tool must often be installed separately (e.g. <var>git-email</var>
package on Debian-based distros).
</p>
<a name="Renaming_002fmoving_002fcopying-files-or-contents-of-files"></a>
<h3 class="section">2.12 Renaming/moving/copying files or contents of files<span class="pull-right"><a class="anchor hidden-xs" href="#Renaming_002fmoving_002fcopying-files-or-contents-of-files" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Renaming_002fmoving_002fcopying-files-or-contents-of-files" aria-hidden="true">TOC</a></span></h3>
<p>Git automatically tracks such changes, making those normal commits.
</p>
<div class="example">
<pre class="example">mv/cp path/file otherpath/otherfile
git add [-A] .
git commit
</pre></div>
<a name="Git-configuration"></a>
<h2 class="chapter">3 Git configuration<span class="pull-right"><a class="anchor hidden-xs" href="#Git-configuration" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Git-configuration" aria-hidden="true">TOC</a></span></h2>
<p>In order to simplify a few workflows, it is advisable to configure both
your personal Git installation and your local FFmpeg repository.
</p>
<a name="Personal-Git-installation"></a>
<h3 class="section">3.1 Personal Git installation<span class="pull-right"><a class="anchor hidden-xs" href="#Personal-Git-installation" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Personal-Git-installation" aria-hidden="true">TOC</a></span></h3>
<p>Add the following to your <samp>~/.gitconfig</samp> to help <code>git send-email</code>
and <code>git format-patch</code> detect renames:
</p>
<div class="example">
<pre class="example">[diff]
renames = copy
</pre></div>
<a name="Repository-configuration"></a>
<h3 class="section">3.2 Repository configuration<span class="pull-right"><a class="anchor hidden-xs" href="#Repository-configuration" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Repository-configuration" aria-hidden="true">TOC</a></span></h3>
<p>In order to have <code>git send-email</code> automatically send patches
to the ffmpeg-devel mailing list, add the following stanza
to <samp>/path/to/ffmpeg/repository/.git/config</samp>:
</p>
<div class="example">
<pre class="example">[sendemail]
to = [email protected]
</pre></div>
<a name="FFmpeg-specific"></a>
<h2 class="chapter">4 FFmpeg specific<span class="pull-right"><a class="anchor hidden-xs" href="#FFmpeg-specific" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-FFmpeg-specific" aria-hidden="true">TOC</a></span></h2>
<a name="Reverting-broken-commits"></a>
<h3 class="section">4.1 Reverting broken commits<span class="pull-right"><a class="anchor hidden-xs" href="#Reverting-broken-commits" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Reverting-broken-commits" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git reset <commit>
</pre></div>
<p><code>git reset</code> will uncommit the changes till <var><commit></var> rewriting
the current branch history.
</p>
<div class="example">
<pre class="example">git commit --amend
</pre></div>
<p>allows one to amend the last commit details quickly.
</p>
<div class="example">
<pre class="example">git rebase -i origin/master
</pre></div>
<p>will replay local commits over the main repository allowing to edit, merge
or remove some of them in the process.
</p>
<div class="info">
<p><code>git reset</code>, <code>git commit --amend</code> and <code>git rebase</code>
rewrite history, so you should use them ONLY on your local or topic branches.
The main repository will reject those changes.
</p></div>
<div class="example">
<pre class="example">git revert <commit>
</pre></div>
<p><code>git revert</code> will generate a revert commit. This will not make the
faulty commit disappear from the history.
</p>
<a name="Pushing-changes-to-remote-trees"></a>
<h3 class="section">4.2 Pushing changes to remote trees<span class="pull-right"><a class="anchor hidden-xs" href="#Pushing-changes-to-remote-trees" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Pushing-changes-to-remote-trees" aria-hidden="true">TOC</a></span></h3>
<div class="example">
<pre class="example">git push
</pre></div>
<p>Will push the changes to the default remote (<var>origin</var>).
Git will prevent you from pushing changes if the local and remote trees are
out of sync. Refer to <a href="#Updating-the-source-tree-to-the-latest-revision">Updating the source tree to the latest revision</a>.
</p>
<div class="example">
<pre class="example">git remote add <name> <url>
</pre></div>
<p>Will add additional remote with a name reference, it is useful if you want
to push your local branch for review on a remote host.
</p>
<div class="example">
<pre class="example">git push <remote> <refspec>
</pre></div>
<p>Will push the changes to the <var><remote></var> repository.
Omitting <var><refspec></var> makes <code>git push</code> update all the remote
branches matching the local ones.
</p>
<a name="Finding-a-specific-svn-revision"></a>
<h3 class="section">4.3 Finding a specific svn revision<span class="pull-right"><a class="anchor hidden-xs" href="#Finding-a-specific-svn-revision" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Finding-a-specific-svn-revision" aria-hidden="true">TOC</a></span></h3>
<p>Since version 1.7.1 git supports <var>:/foo</var> syntax for specifying commits
based on a regular expression. see man gitrevisions
</p>
<div class="example">
<pre class="example">git show :/'as revision 23456'
</pre></div>
<p>will show the svn changeset <var>r23456</var>. With older git versions searching in
the <code>git log</code> output is the easiest option (especially if a pager with
search capabilities is used).
This commit can be checked out with
</p>
<div class="example">
<pre class="example">git checkout -b svn_23456 :/'as revision 23456'
</pre></div>
<p>or for git < 1.7.1 with
</p>
<div class="example">
<pre class="example">git checkout -b svn_23456 $SHA1
</pre></div>
<p>where <var>$SHA1</var> is the commit hash from the <code>git log</code> output.
</p>
<a name="pre_002dpush-checklist"></a>
<h2 class="chapter">5 pre-push checklist<span class="pull-right"><a class="anchor hidden-xs" href="#pre_002dpush-checklist" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-pre_002dpush-checklist" aria-hidden="true">TOC</a></span></h2>
<p>Once you have a set of commits that you feel are ready for pushing,
work through the following checklist to doublecheck everything is in
proper order. This list tries to be exhaustive. In case you are just
pushing a typo in a comment, some of the steps may be unnecessary.
Apply your common sense, but if in doubt, err on the side of caution.
</p>
<p>First, make sure that the commits and branches you are going to push
match what you want pushed and that nothing is missing, extraneous or
wrong. You can see what will be pushed by running the git push command
with –dry-run first. And then inspecting the commits listed with
<code>git log -p 1234567..987654</code>. The <code>git status</code> command
may help in finding local changes that have been forgotten to be added.
</p>
<p>Next let the code pass through a full run of our testsuite.
</p>
<ul>
<li> <code>make distclean</code>
</li><li> <code>/path/to/ffmpeg/configure</code>
</li><li> <code>make check</code>
</li><li> if fate fails due to missing samples run <code>make fate-rsync</code> and retry
</li></ul>
<p>Make sure all your changes have been checked before pushing them, the
testsuite only checks against regressions and that only to some extend. It does
obviously not check newly added features/code to be working unless you have
added a test for that (which is recommended).
</p>
<p>Also note that every single commit should pass the test suite, not just
the result of a series of patches.
</p>
<p>Once everything passed, push the changes to your public ffmpeg clone and post a
merge request to ffmpeg-devel. You can also push them directly but this is not
recommended.
</p>
<a name="Server-Issues"></a>
<h2 class="chapter">6 Server Issues<span class="pull-right"><a class="anchor hidden-xs" href="#Server-Issues" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Server-Issues" aria-hidden="true">TOC</a></span></h2>
<p>Contact the project admins <a href="mailto:[email protected]">[email protected]</a> if you have technical
problems with the GIT server.
</p>
<p style="font-size: small;">
This document was generated using <a href="http://www.gnu.org/software/texinfo/"><em>makeinfo</em></a>.
</p>
</div>
</body>
</html>
|
mimiyang/Server
|
dependencies64/ffmpeg/doc/git-howto.html
|
HTML
|
gpl-3.0
| 23,047
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>the dd element</title>
<link rel="author" title="dzenana" href="mailto:[email protected]">
<link rel="help" href="http://www.w3.org/html/wg/drafts/html/CR/grouping-content.html#the-dd-element">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
"use strict";
// check that prototype matches spec's DOM interface
test(function () {
var testElement = document.createElement("dd");
assert_equals(Object.getPrototypeOf(testElement), HTMLElement.prototype, "HTMLElement.prototype should be used for dd");
}, "The prototype for dd is HTMLElement.prototype");
</script>
</head>
<body>
<h1>Description</h1>
<p>This test validates the dd element.</p>
<div id="log"></div>
</body>
</html>
|
cr/fxos-certsuite
|
web-platform-tests/tests/html/semantics/grouping-content/the-dd-element/grouping-dd.html
|
HTML
|
mpl-2.0
| 917
|
<!DOCTYPE html>
<title>CSS Rhythmic Sizing: line-height-step boundary test</title>
<link rel="author" title="Koji Ishii" href="mailto:[email protected]">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
font-family: Ahem;
font-size: 30px;
}
.test, .ref {
display: inline-block;
vertical-align: top;
width: 5em;
}
</style>
<p class="instructions">Test passes if left and right are the same.
<div class="ref">
<div style="line-height: 40px">XXXXX</div>
<div style="line-height: 40px">XXXXX</div>
<div style="line-height: 80px">XXXXX</div>
<div style="line-height: 80px">XXXXX</div>
<div style="line-height: 80px">XXXXX</div>
<div style="line-height: 120px">XXXXX</div>
</div>
<div class="ref">
<div style="line-height: 40px">XXXXX</div>
<div style="line-height: 40px">XXXXX</div>
<div style="line-height: 80px">XXXXX</div>
<div style="line-height: 80px">XXXXX</div>
<div style="line-height: 80px">XXXXX</div>
<div style="line-height: 120px">XXXXX</div>
</div>
|
nnethercote/servo
|
tests/wpt/web-platform-tests/css/css-rhythm/reference/line-height-step-boundary-001.html
|
HTML
|
mpl-2.0
| 1,023
|
<html>
<body>
Reports methods whose names are too short, too long, or do not follow
the specified regular expression pattern.
<p>Instance methods that override library
methods and constructors are ignored by this inspection.</p>
<p><b>Example:</b> if the inspection is enabled for static methods, and the minimum specified method name length is 4 (the default),
the following static method produces a warning, because the length of its name is 3, which is less
than 4: <code>public static int max(int a, int b)</code>.
<p>A quick-fix that renames such methods is available only in the editor.</p>
<!-- tooltip end -->
<p>Configure the inspection:</p>
<p>Use the list in the <b>Options</b> section to specify which methods should be checked. Deselect the checkboxes for the method types for which
you want to skip the check. Specify <b>0</b> in the length fields to skip the corresponding checks.</p>
<p>Regular expressions should be specified in the standard <code>java.util.regex</code> format.</p>
</body>
</html>
|
jwren/intellij-community
|
plugins/InspectionGadgets/src/inspectionDescriptions/NewMethodNamingConvention.html
|
HTML
|
apache-2.0
| 1,023
|
<!DOCTYPE html>
<html lang="en" ng-app="jpm">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/releases/4.1.0/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="/js/releases.js"></script>
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Bundle-Blueprint RESOURE (‘,’ RESOURCE )</title>
<meta name="generator" content="Jekyll v3.7.4" />
<meta property="og:title" content="Bundle-Blueprint RESOURE (‘,’ RESOURCE )" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="public class SpringXMLType extends XMLTypeProcessor {" />
<meta property="og:description" content="public class SpringXMLType extends XMLTypeProcessor {" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2019-10-12T20:06:21-04:00" />
<script type="application/ld+json">
{"headline":"Bundle-Blueprint RESOURE (‘,’ RESOURCE )","dateModified":"2019-10-12T20:06:21-04:00","datePublished":"2019-10-12T20:06:21-04:00","@type":"BlogPosting","mainEntityOfPage":{"@type":"WebPage","@id":"/releases/4.1.0/heads/bundle_blueprint.html"},"url":"/releases/4.1.0/heads/bundle_blueprint.html","description":"public class SpringXMLType extends XMLTypeProcessor {","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<ul class="container12 menu-bar">
<li span=11><a class=menu-link href="/releases/4.1.0/"><img
class=menu-logo src='/releases/4.1.0/img/bnd-80x40-white.png'></a>
<a href="/releases/4.1.0/chapters/110-introduction.html">Intro
</a><a href="/releases/4.1.0/chapters/800-headers.html">Headers
</a><a href="/releases/4.1.0/chapters/825-instructions-ref.html">Instructions
</a><a href="/releases/4.1.0/chapters/855-macros-ref.html">Macros
</a><a href="/releases/4.1.0/chapters/860-commands.html">Commands
</a><div class="releases"><button class="dropbtn">4.1.0</button><div class="dropdown-content"></div></div>
<li class=menu-link span=1>
<a href="https://github.com/bndtools/bnd" target="_"><img
style="position:absolute;top:0;right:0;margin:0;padding:0;z-index:100"
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
</ul>
<ul class=container12>
<li span=3>
<div>
<ul class="side-nav">
<li><a href="/releases/4.1.0/chapters/110-introduction.html">Introduction</a>
<li><a href="/releases/4.1.0/chapters/120-install.html">How to install bnd</a>
<li><a href="/releases/4.1.0/chapters/123-tour-workspace.html">Guided Tour</a>
<li><a href="/releases/4.1.0/chapters/125-tour-features.html">Guided Tour Workspace & Projects</a>
<li><a href="/releases/4.1.0/chapters/130-concepts.html">Concepts</a>
<li><a href="/releases/4.1.0/chapters/140-best-practices.html">Best practices</a>
<li><a href="/releases/4.1.0/chapters/150-build.html">Build</a>
<li><a href="/releases/4.1.0/chapters/160-jars.html">Generating JARs</a>
<li><a href="/releases/4.1.0/chapters/170-versioning.html">Versioning</a>
<li><a href="/releases/4.1.0/chapters/180-baselining.html">Baselining</a>
<li><a href="/releases/4.1.0/chapters/200-components.html">Service Components</a>
<li><a href="/releases/4.1.0/chapters/210-metatype.html">Metatype</a>
<li><a href="/releases/4.1.0/chapters/220-contracts.html">Contracts</a>
<li><a href="/releases/4.1.0/chapters/230-manifest-annotations.html">Manifest Annotations</a>
<li><a href="/releases/4.1.0/chapters/250-resolving.html">Resolving Dependencies</a>
<li><a href="/releases/4.1.0/chapters/300-launching.html">Launching</a>
<li><a href="/releases/4.1.0/chapters/310-testing.html">Testing</a>
<li><a href="/releases/4.1.0/chapters/320-packaging.html">Packaging Applications</a>
<li><a href="/releases/4.1.0/chapters/390-wrapping.html">Wrapping Libraries to OSGi Bundles</a>
<li><a href="/releases/4.1.0/chapters/400-commandline.html">From the command line</a>
<li><a href="/releases/4.1.0/chapters/600-developer.html">For Developers</a>
<li><a href="/releases/4.1.0/chapters/610-plugin.html">Plugins</a>
<li><a href="/releases/4.1.0/chapters/700-tools.html">Tools bound to bnd</a>
<li><a href="/releases/4.1.0/chapters/800-headers.html">Header Reference</a>
<li><a href="/releases/4.1.0/chapters/820-instructions.html">Instruction</a>
<li><a href="/releases/4.1.0/chapters/825-instructions-ref.html">Instruction Index</a>
<li><a href="/releases/4.1.0/chapters/850-macros.html">Macro Reference</a>
<li><a href="/releases/4.1.0/chapters/855-macros-ref.html">Macro Index</a>
<li><a href="/releases/4.1.0/chapters/860-commands.html">Command Reference</a>
<li><a href="/releases/4.1.0/chapters/870-plugins.html">Plugins Reference</a>
<li><a href="/releases/4.1.0/chapters/880-settings.html">Settings</a>
<li><a href="/releases/4.1.0/chapters/900-errors.html">Errors</a>
<li><a href="/releases/4.1.0/chapters/910-warnings.html">Warnings</a>
<li><a href="/releases/4.1.0/chapters/920-faq.html">Frequently Asked Questions</a>
</ul>
</div>
<li span=9>
<div class=notes-margin>
<h1> Bundle-Blueprint RESOURE (',' RESOURCE )</h1>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>public class SpringXMLType extends XMLTypeProcessor {
@Override
protected List<XMLType> getTypes(Analyzer analyzer) throws Exception {
List<XMLType> types = new ArrayList<XMLType>();
String header = analyzer.getProperty(Constants.BUNDLE_BLUEPRINT, "OSGI-INF/blueprint");
process(types, "extract.xsl", header, ".*\\.xml");
header = analyzer.getProperty("Spring-Context", "META-INF/spring");
process(types, "extract.xsl", header, ".*\\.xml");
return types;
}
}
</code></pre></div></div>
</div>
</ul>
<nav class=next-prev>
<a href='/releases/4.1.0/heads/bundle_activator.html'></a> <a href='/releases/4.1.0/heads/bundle_category.html'></a>
</nav>
<footer class="container12" style="border-top: 1px solid black;padding:10px 0">
<ul span=12 row>
<li span=3>
<ul>
<li><a href="/releases/4.1.0/contact.html">Contact</a>
</ul>
<li span=3>
<ul>
<li><a href="/releases/4.1.0/">Developers</a>
</ul>
<li span=3>
<ul>
<li><a href="/releases/4.1.0/">More</a>
</ul>
</ul>
</footer>
</body>
</html>
|
psoreide/bnd
|
docs/releases/4.1.0/heads/bundle_blueprint.html
|
HTML
|
apache-2.0
| 6,885
|
{#
haiku/layout.html
~~~~~~~~~~~~~~~~~
Sphinx layout template for the haiku theme.
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
{# do not display relbars #}
{% block relbar1 %}{% endblock %}
{% block relbar2 %}{% endblock %}
{% macro nav() %}
<p>
{%- block haikurel1 %}
{%- endblock %}
{%- if prev %}
«  <a href="{{ prev.link|e }}">{{ prev.title }}</a>
  ::  
{%- endif %}
<a class="uplink" href="{{ pathto(master_doc) }}">{{ _('Contents') }}</a>
{%- if next %}
  ::  
<a href="{{ next.link|e }}">{{ next.title }}</a>  »
{%- endif %}
{%- block haikurel2 %}
{%- endblock %}
</p>
{% endmacro %}
{% block content %}
<div class="header" role="banner">
{%- block haikuheader %}
{%- if theme_full_logo != "false" %}
<a href="{{ pathto('index') }}">
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
</a>
{%- else %}
{%- if logo -%}
<img class="rightlogo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
{%- endif -%}
<h1 class="heading"><a href="{{ pathto('index') }}">
<span>{{ shorttitle|e }}</span></a></h1>
<h2 class="heading"><span>{{ title|striptags|e }}</span></h2>
{%- endif %}
{%- endblock %}
</div>
<div class="topnav" role="navigation" aria-label="top navigation">
{{ nav() }}
</div>
<div class="content">
{#{%- if display_toc %}
<div id="toc">
<h3>{{ _('Table Of Contents') }}</h3>
{{ toc }}
</div>
{%- endif %}#}
{% block body %}{% endblock %}
</div>
<div class="bottomnav" role="navigation" aria-label="bottom navigation">
{{ nav() }}
</div>
{% endblock %}
|
axbaretto/beam
|
sdks/python/.tox/docs/lib/python2.7/site-packages/sphinx/themes/haiku/layout.html
|
HTML
|
apache-2.0
| 2,036
|
{% extends 'wagtailadmin/reports/base_report.html' %}
{% load i18n wagtailadmin_tags %}
{% block titletag %}{% blocktrans with title=subtitle %}Page history for {{ subtitle }}{% endblocktrans %}{% endblock %}
{% block actions %}
<a href="{% url 'wagtailadmin_pages:edit' page.id %}" class="button bicolor icon icon-edit">{% trans "Edit this page" %}</a>
{% endblock %}
{% block results %}
{% if object_list %}
<table class="listing listing--inline-actions">
<thead>
<tr>
<th>
{% trans 'Action' %}
</th>
<th>
{% trans 'User' %}
</th>
<th class="updated">
{% trans 'Date / Time' %}
</th>
</tr>
</thead>
<tbody>
{% page_permissions page as page_perms %}
{% for entry in object_list %}
<tr>
<td>
{% if entry.revision %}<span class="report__results--text">{% endif %}
{{ entry.message }}
{% if entry.revision %}</span>{% endif %}
{% if entry.comment %}
<span class="report__results--comment">{% trans "Comment" %}: <em>{{ entry.comment }}</em></span>
{% endif %}
{% if entry.revision %}
{% if entry.action == 'wagtail.publish' %}
{% if entry.revision_id == page.live_revision_id %}<span class="status-tag primary">{% trans 'Live version' %}</span>{% endif %}
{% elif entry.content_changed %}
{% if entry.revision == page_latest_revision %}<span class="status-tag primary">{% trans 'Current draft' %}</span>{% endif %}
{% include "wagtailadmin/pages/revisions/_actions.html" with revision=entry.revision %}
{% endif %}
{% endif %}
</td>
<td>
{% include "wagtailadmin/shared/user_avatar.html" with user=entry.user username=entry.user_display_name %}
</td>
<td class="updated">
<div class="human-readable-date" title="{{ entry.timestamp|date:"DATETIME_FORMAT" }}">{% blocktrans with time_period=entry.timestamp|timesince %}{{ time_period }} ago{% endblocktrans %}</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% else %}
<p>{% trans "No log entries found." %}</p>
{% endif %}
{% endblock %}
{% block no_results %}
<p>{% trans "No log entries found." %}</p>
{% endblock %}
|
jnns/wagtail
|
wagtail/admin/templates/wagtailadmin/pages/history.html
|
HTML
|
bsd-3-clause
| 3,007
|
<!--
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL Scissor FBO Test</title>
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src="../../js/js-test-pre.js"></script>
<script src="../../js/webgl-test-utils.js"></script>
</head>
<body>
<canvas id="canvas" width="16" height="16" style="width: 40px; height: 40px;"> </canvas>
<div id="description"></div>
<div id="console"></div>
<script>
"use strict";
description("Checks the scissor does not change when switching framebuffers.");
var wtu = WebGLTestUtils;
function makeFramebuffer(width, height) {
var tex = gl.createTexture();
gl.bindTexture(gl.TEXTURE_2D, tex);
gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, width, height, 0, gl.RGBA, gl.UNSIGNED_BYTE, null);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_S, gl.CLAMP_TO_EDGE);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.NEAREST);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MAG_FILTER, gl.NEAREST);
var fb = gl.createFramebuffer();
gl.bindFramebuffer(gl.FRAMEBUFFER, fb);
gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, tex, 0);
shouldBe('gl.checkFramebufferStatus(gl.FRAMEBUFFER)', 'gl.FRAMEBUFFER_COMPLETE');
gl.bindFramebuffer(gl.FRAMEBUFFER, null);
return fb;
}
function checkCanvasRect(x, y, width, height, color, msg) {
debug("checking: " + x + ", " + y + ", " + width + ", " + height);
wtu.checkCanvasRect(gl, x, y, width, height, color, msg);
}
var gl = wtu.create3DContext("canvas", {antialias: false});
if (!gl) {
testFailed("context does not exist");
} else {
testPassed("context exists");
var fb8x8 = makeFramebuffer(8, 8);
var fb32x32 = makeFramebuffer(32, 32);
var testScissor = function(scissorX, scissorY, scissorWidth, scissorHeight, msg) {
debug("");
debug(msg);
var test = function(fb, size) {
debug("");
debug("checking size: " + size);
gl.bindFramebuffer(gl.FRAMEBUFFER, fb);
gl.clearColor(0, 1, 0, 1);
gl.clear(gl.COLOR_BUFFER_BIT);
var scissorRight = Math.min(scissorX + scissorWidth, size);
var scissorTop = Math.min(scissorY + scissorHeight, size);
var scWidth = scissorRight - scissorX;
var scHeight = scissorTop - scissorY;
var rightWidth = Math.min(size - scissorRight, 0);
var topHeight = Math.max(size - scissorTop, 0);
checkCanvasRect(scissorX, scissorY, scWidth, scHeight, [0, 255, 0, 255], "should be green");
checkCanvasRect(0, 0, size, scissorY, [255, 0, 0, 255], "should be red");
checkCanvasRect(0, scissorTop, size, topHeight, [255, 0, 0, 255], "should be red");
checkCanvasRect(0, 0, scissorX, size, [255, 0, 0, 255], "should be red");
checkCanvasRect(scissorRight, 0, scissorX, rightWidth, [255, 0, 0, 255], "should be red");
};
gl.disable(gl.SCISSOR_TEST);
gl.clearColor(1, 0, 0, 1);
gl.bindFramebuffer(gl.FRAMEBUFFER, null);
gl.clear(gl.COLOR_BUFFER_BIT);
gl.bindFramebuffer(gl.FRAMEBUFFER, fb8x8);
gl.clear(gl.COLOR_BUFFER_BIT);
gl.bindFramebuffer(gl.FRAMEBUFFER, fb32x32);
gl.clear(gl.COLOR_BUFFER_BIT);
gl.bindFramebuffer(gl.FRAMEBUFFER, fb32x32);
gl.enable(gl.SCISSOR_TEST);
gl.scissor(scissorX, scissorY, scissorWidth, scissorHeight);
test(null, 16);
test(fb8x8, 8);
test(fb32x32, 32);
test(null, 16);
};
testScissor(2, 4, 12, 10, "test scissor in middle");
testScissor(0, 0, 12, 10, "test scissor at 0,0");
testScissor(0, 0, 16, 16, "test scissor with size that matches drawingbuffer");
wtu.glErrorShouldBe(gl, gl.NO_ERROR, "there should be no errors");
}
debug("");
var successfullyParsed = true;
</script>
<script src="../../js/js-test-post.js"></script>
</body>
</html>
|
endlessm/chromium-browser
|
third_party/webgl/src/conformance-suites/2.0.0/conformance/rendering/gl-scissor-fbo-test.html
|
HTML
|
bsd-3-clause
| 4,962
|
<!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT.
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<html>
<head>
<meta charset="utf-8">
<title>WebGL GLSL conformance test: smoothstep_001_to_006.html</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
<link rel="stylesheet" href="../../../../resources/ogles-tests.css" />
<script src="../../../../js/js-test-pre.js"></script>
<script src="../../../../js/webgl-test-utils.js"></script>
<script src="../../ogles-utils.js"></script>
</head>
<body>
<canvas id="example" width="500" height="500" style="width: 16px; height: 16px;"></canvas>
<div id="description"></div>
<div id="console"></div>
</body>
<script>
"use strict";
OpenGLESTestRunner.run({
"tests": [
{
"referenceProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "smoothstep_float_frag_xvary_edgeconstquarter_ref.frag"
},
"model": null,
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "smoothstep_float_frag_xvary_edgeconstquarter.frag"
},
"name": "smoothstep_float_frag_xvary_edgeconstquarter.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag"
},
"model": null,
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "smoothstep_vec2_frag_xvary_edgeconstquarter.frag"
},
"name": "smoothstep_vec2_frag_xvary_edgeconstquarter.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag"
},
"model": null,
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "smoothstep_vec3_frag_xvary_edgeconstquarter.frag"
},
"name": "smoothstep_vec3_frag_xvary_edgeconstquarter.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "smoothstep_float_vert_xvary_edgeconstquarter_ref.vert",
"fragmentShader": "../default/default.frag"
},
"model": "grid",
"testProgram": {
"vertexShader": "smoothstep_float_vert_xvary_edgeconstquarter.vert",
"fragmentShader": "../default/default.frag"
},
"name": "smoothstep_float_vert_xvary_edgeconstquarter.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert",
"fragmentShader": "../default/default.frag"
},
"model": "grid",
"testProgram": {
"vertexShader": "smoothstep_vec2_vert_xvary_edgeconstquarter.vert",
"fragmentShader": "../default/default.frag"
},
"name": "smoothstep_vec2_vert_xvary_edgeconstquarter.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert",
"fragmentShader": "../default/default.frag"
},
"model": "grid",
"testProgram": {
"vertexShader": "smoothstep_vec3_vert_xvary_edgeconstquarter.vert",
"fragmentShader": "../default/default.frag"
},
"name": "smoothstep_vec3_vert_xvary_edgeconstquarter.test.html",
"pattern": "compare"
}
]
});
var successfullyParsed = true;
</script>
</html>
|
endlessm/chromium-browser
|
third_party/webgl/src/conformance-suites/2.0.0/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html
|
HTML
|
bsd-3-clause
| 4,684
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Lockscreen</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
</head>
<body class="hold-transition lockscreen">
<!-- Automatic element centering -->
<div class="lockscreen-wrapper">
<div class="lockscreen-logo">
<a href="../../index2.html"><b>Admin</b>LTE</a>
</div>
<!-- User name -->
<div class="lockscreen-name">John Doe</div>
<!-- START LOCK SCREEN ITEM -->
<div class="lockscreen-item">
<!-- lockscreen image -->
<div class="lockscreen-image">
<img src="../../dist/img/user1-128x128.jpg" alt="User Image">
</div>
<!-- /.lockscreen-image -->
<!-- lockscreen credentials (contains the form) -->
<form class="lockscreen-credentials">
<div class="input-group">
<input type="password" class="form-control" placeholder="password">
<div class="input-group-btn">
<button type="button" class="btn"><i class="fa fa-arrow-right text-muted"></i></button>
</div>
</div>
</form>
<!-- /.lockscreen credentials -->
</div>
<!-- /.lockscreen-item -->
<div class="help-block text-center">
Enter your password to retrieve your session
</div>
<div class="text-center">
<a href="login.html">Or sign in as a different user</a>
</div>
<div class="lockscreen-footer text-center">
Copyright © 2014-2016 <b><a href="https://adminlte.io" class="text-black">Almsaeed Studio</a></b><br>
All rights reserved
</div>
</div>
<!-- /.center -->
<!-- jQuery 3.1.1 -->
<script src="../../plugins/jQuery/jquery-3.1.1.min.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
|
ZanzanaTeam/PIBI
|
template/pages/examples/lockscreen.html
|
HTML
|
mit
| 2,872
|
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ngCookies/cookies.js?message=docs($cookieStore)%3A%20describe%20your%20change...#L127' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.16/src/ngCookies/cookies.js#L127' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$cookieStore</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- service in module <a href="api/ngCookies">ngCookies</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Provides a key-value (string-object) storage, that is backed by session cookies.
Objects put or retrieved from this storage are automatically serialized or
deserialized by angular's toJson/fromJson.</p>
<p>Requires the <a href="api/ngCookies"><code>ngCookies</code></a> module to be installed.</p>
</div>
<div>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li><a href="api/ngCookies/service/$cookies"><code>$cookies</code></a></li>
</ul>
<h2>Methods</h2>
<ul class="methods">
<li id="get">
<h3><p><code>get(key);</code></p>
</h3>
<div><p>Returns the value of given cookie key</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
key
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>Id to use for lookup.</p>
</td>
</tr>
</tbody>
</table>
<h4>Returns</h4>
<table class="variables-matrix return-arguments">
<tr>
<td><a href="" class="label type-hint type-hint-object">Object</a></td>
<td><p>Deserialized cookie value.</p>
</td>
</tr>
</table>
</li>
<li id="put">
<h3><p><code>put(key, value);</code></p>
</h3>
<div><p>Sets a value for given cookie key</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
key
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>Id for the <code>value</code>.</p>
</td>
</tr>
<tr>
<td>
value
</td>
<td>
<a href="" class="label type-hint type-hint-object">Object</a>
</td>
<td>
<p>Value to be stored.</p>
</td>
</tr>
</tbody>
</table>
</li>
<li id="remove">
<h3><p><code>remove(key);</code></p>
</h3>
<div><p>Remove given cookie</p>
</div>
<h4>Parameters</h4>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
key
</td>
<td>
<a href="" class="label type-hint type-hint-string">string</a>
</td>
<td>
<p>Id of the key-value pair to delete.</p>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<h2 id="example">Example</h2><pre><code class="lang-js">angular.module('cookieStoreExample', ['ngCookies'])
.controller('ExampleController', ['$cookieStore', function($cookieStore) {
// Put cookie
$cookieStore.put('myFavorite','oatmeal');
// Get cookie
var favoriteCookie = $cookieStore.get('myFavorite');
// Removing a cookie
$cookieStore.remove('myFavorite');
}]);
</code></pre>
</div>
|
viral810/ngSimpleCMS
|
web/bundles/sunraangular/js/angular/angular-1.3.16/docs/partials/api/ngCookies/service/$cookieStore.html
|
HTML
|
mit
| 4,126
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>CCActionRemove Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.2 (build 963)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">Cocos2D 3.0 </a></h1>
<a id="developerHome" href="../index.html">Cocos2D</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">CCActionRemove Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="CCActionRemove Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">CCActionRemove Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value">CCActionInstant : CCActionFiniteTime : <a href="../Classes/CCAction.html">CCAction</a> : NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">CCActionInstant.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>This action will remove the target from its parent node.</p>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer">
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2014 Cocos2D. All rights reserved. (Last updated: 2014-01-13)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
|
jhaff/neonsmash
|
jacobhaff.spritebuilder/Source/libs/cocos2d-iphone.backup/api-docs/html/Classes/CCActionRemove.html
|
HTML
|
mit
| 5,968
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.commons.math3.fraction.Fraction (Apache Commons Math 3.6.1 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.math3.fraction.Fraction (Apache Commons Math 3.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/fraction/class-use/Fraction.html" target="_top">Frames</a></li>
<li><a href="Fraction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.commons.math3.fraction.Fraction" class="title">Uses of Class<br>org.apache.commons.math3.fraction.Fraction</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.fraction">org.apache.commons.math3.fraction</a></td>
<td class="colLast">
<div class="block">Fraction number type and fraction number formatting.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.commons.math3.linear">org.apache.commons.math3.linear</a></td>
<td class="colLast">
<div class="block">Linear algebra support.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.commons.math3.fraction">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> in <a href="../../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a> declared as <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#FOUR_FIFTHS">FOUR_FIFTHS</a></strong></code>
<div class="block">A fraction representing "4/5".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#MINUS_ONE">MINUS_ONE</a></strong></code>
<div class="block">A fraction representing "-1 / 1".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#ONE">ONE</a></strong></code>
<div class="block">A fraction representing "1".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#ONE_FIFTH">ONE_FIFTH</a></strong></code>
<div class="block">A fraction representing "1/5".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#ONE_HALF">ONE_HALF</a></strong></code>
<div class="block">A fraction representing "1/2".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#ONE_QUARTER">ONE_QUARTER</a></strong></code>
<div class="block">A fraction representing "1/4".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#ONE_THIRD">ONE_THIRD</a></strong></code>
<div class="block">A fraction representing "1/3".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#THREE_FIFTHS">THREE_FIFTHS</a></strong></code>
<div class="block">A fraction representing "3/5".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#THREE_QUARTERS">THREE_QUARTERS</a></strong></code>
<div class="block">A fraction representing "3/4".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#TWO">TWO</a></strong></code>
<div class="block">A fraction representing "2 / 1".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#TWO_FIFTHS">TWO_FIFTHS</a></strong></code>
<div class="block">A fraction representing "2/5".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#TWO_QUARTERS">TWO_QUARTERS</a></strong></code>
<div class="block">A fraction representing "2/4".</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#TWO_THIRDS">TWO_THIRDS</a></strong></code>
<div class="block">A fraction representing "2/3".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#ZERO">ZERO</a></strong></code>
<div class="block">A fraction representing "0".</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a> that return <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#abs()">abs</a></strong>()</code>
<div class="block">Returns the absolute value of this fraction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#add(org.apache.commons.math3.fraction.Fraction)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Adds the value of this fraction to another, returning the result in reduced form.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#add(int)">add</a></strong>(int i)</code>
<div class="block">Add an integer to the fraction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#divide(org.apache.commons.math3.fraction.Fraction)">divide</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Divide the value of this fraction by another.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#divide(int)">divide</a></strong>(int i)</code>
<div class="block">Divide the fraction by an integer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">FractionField.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionField.html#getOne()">getOne</a></strong>()</code>
<div class="block">Get the multiplicative identity of the field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#getReducedFraction(int,%20int)">getReducedFraction</a></strong>(int numerator,
int denominator)</code>
<div class="block">Creates a <code>Fraction</code> instance with the 2 parts
of a fraction Y/Z.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">FractionField.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionField.html#getZero()">getZero</a></strong>()</code>
<div class="block">Get the additive identity of the field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#multiply(org.apache.commons.math3.fraction.Fraction)">multiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Multiplies the value of this fraction by another, returning the
result in reduced form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#multiply(int)">multiply</a></strong>(int i)</code>
<div class="block">Multiply the fraction by an integer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#negate()">negate</a></strong>()</code>
<div class="block">Return the additive inverse of this fraction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">FractionFormat.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionFormat.html#parse(java.lang.String)">parse</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> source)</code>
<div class="block">Parses a string to produce a <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction"><code>Fraction</code></a> object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">ProperFractionFormat.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/ProperFractionFormat.html#parse(java.lang.String,%20java.text.ParsePosition)">parse</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> source,
<a href="http://docs.oracle.com/javase/7/docs/api/java/text/ParsePosition.html?is-external=true" title="class or interface in java.text">ParsePosition</a> pos)</code>
<div class="block">Parses a string to produce a <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction"><code>Fraction</code></a> object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">FractionFormat.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionFormat.html#parse(java.lang.String,%20java.text.ParsePosition)">parse</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> source,
<a href="http://docs.oracle.com/javase/7/docs/api/java/text/ParsePosition.html?is-external=true" title="class or interface in java.text">ParsePosition</a> pos)</code>
<div class="block">Parses a string to produce a <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction"><code>Fraction</code></a> object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#reciprocal()">reciprocal</a></strong>()</code>
<div class="block">Return the multiplicative inverse of this fraction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#subtract(org.apache.commons.math3.fraction.Fraction)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Subtracts the value of another fraction from the value of this one,
returning the result in reduced form.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#subtract(int)">subtract</a></strong>(int i)</code>
<div class="block">Subtract an integer from the fraction.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a> that return types with arguments of type <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><? extends <a href="../../../../../../org/apache/commons/math3/FieldElement.html" title="interface in org.apache.commons.math3">FieldElement</a><<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a>>></code></td>
<td class="colLast"><span class="strong">FractionField.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionField.html#getRuntimeClass()">getRuntimeClass</a></strong>()</code>
<div class="block">Returns the runtime class of the FieldElement.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/commons/math3/fraction/package-summary.html">org.apache.commons.math3.fraction</a> with parameters of type <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#add(org.apache.commons.math3.fraction.Fraction)">add</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Adds the value of this fraction to another, returning the result in reduced form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#compareTo(org.apache.commons.math3.fraction.Fraction)">compareTo</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> object)</code>
<div class="block">Compares this object to another based on size.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#divide(org.apache.commons.math3.fraction.Fraction)">divide</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Divide the value of this fraction by another.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a></code></td>
<td class="colLast"><span class="strong">ProperFractionFormat.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/ProperFractionFormat.html#format(org.apache.commons.math3.fraction.Fraction,%20java.lang.StringBuffer,%20java.text.FieldPosition)">format</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a> toAppendTo,
<a href="http://docs.oracle.com/javase/7/docs/api/java/text/FieldPosition.html?is-external=true" title="class or interface in java.text">FieldPosition</a> pos)</code>
<div class="block">Formats a <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction"><code>Fraction</code></a> object to produce a string.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a></code></td>
<td class="colLast"><span class="strong">FractionFormat.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionFormat.html#format(org.apache.commons.math3.fraction.Fraction,%20java.lang.StringBuffer,%20java.text.FieldPosition)">format</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</a> toAppendTo,
<a href="http://docs.oracle.com/javase/7/docs/api/java/text/FieldPosition.html?is-external=true" title="class or interface in java.text">FieldPosition</a> pos)</code>
<div class="block">Formats a <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction"><code>Fraction</code></a> object to produce a string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">FractionFormat.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/FractionFormat.html#formatFraction(org.apache.commons.math3.fraction.Fraction)">formatFraction</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> f)</code>
<div class="block">This static method calls formatFraction() on a default instance of
FractionFormat.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#multiply(org.apache.commons.math3.fraction.Fraction)">multiply</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Multiplies the value of this fraction by another, returning the
result in reduced form.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></code></td>
<td class="colLast"><span class="strong">Fraction.</span><code><strong><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html#subtract(org.apache.commons.math3.fraction.Fraction)">subtract</a></strong>(<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> fraction)</code>
<div class="block">Subtracts the value of another fraction from the value of this one,
returning the result in reduced form.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.commons.math3.linear">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a> in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../../org/apache/commons/math3/linear/package-summary.html">org.apache.commons.math3.linear</a> with type arguments of type <a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/math3/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math3.linear">Array2DRowRealMatrix</a></code></td>
<td class="colLast"><span class="strong">MatrixUtils.</span><code><strong><a href="../../../../../../org/apache/commons/math3/linear/MatrixUtils.html#fractionMatrixToRealMatrix(org.apache.commons.math3.linear.FieldMatrix)">fractionMatrixToRealMatrix</a></strong>(<a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear">FieldMatrix</a><<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Fraction</a>> m)</code>
<div class="block">Convert a <a href="../../../../../../org/apache/commons/math3/linear/FieldMatrix.html" title="interface in org.apache.commons.math3.linear"><code>FieldMatrix</code></a>/<a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction"><code>Fraction</code></a> matrix to a <a href="../../../../../../org/apache/commons/math3/linear/RealMatrix.html" title="interface in org.apache.commons.math3.linear"><code>RealMatrix</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/commons/math3/fraction/Fraction.html" title="class in org.apache.commons.math3.fraction">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/commons/math3/fraction/class-use/Fraction.html" target="_top">Frames</a></li>
<li><a href="Fraction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
asampley/FactorioRatioAssistant
|
src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/fraction/class-use/Fraction.html
|
HTML
|
mit
| 35,149
|
<!DOCTYPE html>
<title>Canvas test: 2d.gradient.interpolate.alpha</title>
<script src="../tests.js"></script>
<link rel="stylesheet" href="../tests.css">
<link rel="prev" href="2d.gradient.interpolate.colour.html" title="2d.gradient.interpolate.colour">
<link rel="next" href="2d.gradient.interpolate.colouralpha.html" title="2d.gradient.interpolate.colouralpha">
<body class="show_output">
<p>
<a href="2d.gradient.interpolate.colour.html" accesskey="p" title="[p] 2d.gradient.interpolate.colour"><</a>
<a href="index.html">[index]</a>
<a href="2d.gradient.interpolate.colouralpha.html" accesskey="n" title="[n] 2d.gradient.interpolate.colouralpha">></a>
<h1><a href="index.2d.html">2d</a>.<a href="index.2d.gradient.html">gradient</a>.<a href="index.2d.gradient.interpolate.html">interpolate</a>.alpha</h1>
<p class="desc"></p>
<div class="refs">References:
<ul>
<li><a href="spec.html#testrefs.2d.gradient.interpolate.linear">2d.gradient.interpolate.linear</a>
</ul>
</div>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="2d.gradient.interpolate.alpha.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
_addTest(function(canvas, ctx) {
ctx.fillStyle = '#ff0';
ctx.fillRect(0, 0, 100, 50);
var g = ctx.createLinearGradient(0, 0, 100, 0);
g.addColorStop(0, 'rgba(0,0,255, 0)');
g.addColorStop(1, 'rgba(0,0,255, 1)');
ctx.fillStyle = g;
ctx.fillRect(0, 0, 100, 50);
_assertPixelApprox(canvas, 25,25, 191,191,63,255, "25,25", "191,191,63,255", 3);
_assertPixelApprox(canvas, 50,25, 127,127,127,255, "50,25", "127,127,127,255", 3);
_assertPixelApprox(canvas, 75,25, 63,63,191,255, "75,25", "63,63,191,255", 3);
});
</script>
|
gameclosure/webgl-2d
|
test/philip.html5.org/tests/2d.gradient.interpolate.alpha.html
|
HTML
|
mit
| 1,824
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title></title>
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">-->
<!--<link rel="stylesheet" href="../static/css/font-css.css">-->
</head>
<body>
<div id="app"></div>
</body>
</html>
|
NewsNIng/vue-h5plus
|
tpl/module/demo/demo.html
|
HTML
|
mit
| 505
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/fn.sigtimedwait.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/fn.sigtimedwait.html">../../../../libc/fn.sigtimedwait.html</a>...</p>
<script>location.replace("../../../../libc/fn.sigtimedwait.html" + location.search + location.hash);</script>
</body>
</html>
|
malept/guardhaus
|
main/libc/unix/linux_like/linux/fn.sigtimedwait.html
|
HTML
|
mit
| 389
|
/*
* Quasar Framework v0.15.6
* (c) 2016-present Razvan Stoenescu
* Released under the MIT License.
*/
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
-webkit-tap-highlight-color: transparent;
-moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
width: 100%;
}
html[dir=ltr], [dir=ltr] body, [dir=ltr] #q-app {
direction: ltr;
}
html[dir=rtl], [dir=rtl] body, [dir=rtl] #q-app {
direction: rtl;
}
html,
body {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html[dir], [dir] body {
margin: 0;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
-webkit-appearance: none;
-moz-appearance: none /* mobile firefox too! */;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio:not([controls]) {
display: none;
height: 0;
}
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
[dir] abbr[title] {
border-bottom: none;
}
dfn {
font-style: italic;
}
[dir] img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
button,
input,
select,
textarea {
font: inherit;
}
[dir] button, [dir] input, [dir] select, [dir] textarea {
margin: 0;
}
optgroup {
font-weight: bold;
}
button,
input,
select {
overflow: visible;
}
[dir] button::-moz-focus-inner, [dir] input::-moz-focus-inner {
border: 0;
padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
outline: 1px dotted ButtonText;
}
textarea {
overflow: auto;
}
input[type='search'] {
-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
.q-actionsheet {
max-width: 95%;
overflow: hidden;
}
[dir] .q-actionsheet {
border-radius: 13px;
background: #fff;
margin-bottom: 10px;
}
[dir=ltr] .q-actionsheet {
margin-left: auto;
margin-right: auto;
}
[dir=rtl] .q-actionsheet {
margin-right: auto;
margin-left: auto;
}
.q-actionsheet-title {
min-height: 48px;
color: #777;
}
[dir] .q-actionsheet-title {
padding: 0 16px;
text-align: center;
}
[dir] .q-actionsheet-grid {
padding: 8px 16px;
}
[dir] .q-actionsheet-grid .q-item-separator-component {
margin: 18px 0;
}
.q-actionsheet-grid-item {
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
[dir] .q-actionsheet-grid-item {
padding: 8px 16px;
}
.q-actionsheet-grid-item:hover,
.q-actionsheet-grid-item:focus {
outline: 0;
}
[dir] .q-actionsheet-grid-item:hover, [dir] .q-actionsheet-grid-item:focus {
background: #d0d0d0;
}
.q-actionsheet-grid-item i,
.q-actionsheet-grid-item img {
font-size: 48px;
}
[dir] .q-actionsheet-grid-item i, [dir] .q-actionsheet-grid-item img {
margin-bottom: 4px;
}
.q-actionsheet-grid-item .avatar {
width: 48px;
height: 48px;
}
.q-actionsheet-grid-item span {
color: #777;
}
.q-loading-bar {
position: fixed;
z-index: 9998;
-webkit-transition: all 0.7s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.7s cubic-bezier(0, 0, 0.2, 1);
}
.q-loading-bar.top {
left: 0 /* rtl:ignore */;
right: 0 /* rtl:ignore */;
top: 0;
width: 100%;
}
.q-loading-bar.bottom {
left: 0 /* rtl:ignore */;
right: 0 /* rtl:ignore */;
bottom: 0;
width: 100%;
}
.q-loading-bar.right {
top: 0;
bottom: 0;
height: 100%;
}
[dir=ltr] .q-loading-bar.right {
right: 0;
}
[dir=rtl] .q-loading-bar.right {
left: 0;
}
.q-loading-bar.left {
top: 0;
bottom: 0;
height: 100%;
}
[dir=ltr] .q-loading-bar.left {
left: 0;
}
[dir=rtl] .q-loading-bar.left {
right: 0;
}
.q-loading-bar .q-loading-bar-inner {
width: 100%;
height: 100%;
-webkit-transition: height 1s;
transition: height 1s;
}
.q-alert {
-webkit-box-shadow: none;
}
[dir] .q-alert {
border-radius: 4px;
box-shadow: none;
}
.q-alert .avatar {
width: 32px;
height: 32px;
}
.q-alert-side,
.q-alert-content {
font-size: 16px;
word-break: break-word;
}
[dir] .q-alert-side, [dir] .q-alert-content {
padding: 12px;
}
.q-alert-side {
font-size: 24px;
}
[dir] .q-alert-side {
background: rgba(0,0,0,0.1);
}
[dir=ltr] .q-alert-actions {
padding: 12px 12px 12px 0;
}
[dir=rtl] .q-alert-actions {
padding: 12px 0 12px 12px;
}
.q-alert-detail {
font-size: 12px;
}
.q-breadcrumbs .q-icon,
.q-breadcrumbs .q-breadcrumbs-separator {
font-size: 150%;
}
.q-breadcrumbs-el {
color: inherit !important;
text-decoration: none;
}
.q-breadcrumbs-last a {
pointer-events: none;
}
[dir=rtl] .q-breadcrumbs-separator .q-icon {
-webkit-transform: scaleX(-1) /* rtl:ignore */;
transform: scaleX(-1) /* rtl:ignore */;
}
.q-btn {
outline: 0;
vertical-align: middle;
-webkit-appearance: button;
font-size: 14px;
text-decoration: none;
color: inherit;
-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
min-height: 2.572em;
}
[dir] .q-btn {
border: 0;
cursor: pointer;
padding: 4px 16px;
background: transparent;
}
.q-btn .q-icon,
.q-btn .q-spinner {
font-size: 1.4em;
}
.q-btn .q-btn-inner:before {
content: '';
}
.q-btn.disabled {
opacity: 0.7 !important;
}
.q-btn-progress {
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 100%;
}
[dir] .q-btn-progress {
background: rgba(255,255,255,0.25);
}
[dir] .q-btn-progress.q-btn-dark-progress {
background: rgba(0,0,0,0.2);
}
[dir] .q-btn-rectangle {
border-radius: 4px;
}
[dir] .q-btn-outline {
border: 1px solid currentColor;
background: transparent !important;
}
[dir] .q-btn-push {
border-radius: 7px;
border-bottom: 3px solid rgba(0,0,0,0.15);
}
.q-btn-push:active:not(.disabled) {
-webkit-transform: translateY(3px);
}
[dir] .q-btn-push:active:not(.disabled) {
transform: translateY(3px);
border-bottom-color: transparent;
}
[dir] .q-btn-rounded {
border-radius: 28px;
}
.q-btn-round {
min-height: 0;
height: 3em;
width: 3em;
}
[dir] .q-btn-round {
border-radius: 50%;
padding: 0;
}
.q-btn-dense {
min-height: 2em;
}
[dir] .q-btn-dense {
padding: 0.285em;
}
.q-btn-dense.q-btn-round {
height: 2.4em;
width: 2.4em;
}
[dir] .q-btn-dense.q-btn-round {
padding: 0;
}
[dir=ltr] .q-btn-dense .on-left {
margin-right: 6px;
}
[dir=rtl] .q-btn-dense .on-left {
margin-left: 6px;
}
[dir=ltr] .q-btn-dense .on-right {
margin-left: 6px;
}
[dir=rtl] .q-btn-dense .on-right {
margin-right: 6px;
}
.q-btn-fab .q-icon,
.q-btn-fab-mini .q-icon {
font-size: 24px;
}
.q-btn-fab {
height: 56px;
width: 56px;
}
.q-btn-fab-mini {
height: 40px;
width: 40px;
}
[dir] .q-btn-dropdown-split .q-btn-dropdown-arrow {
padding: 0 4px;
}
[dir=ltr] .q-btn-dropdown-split .q-btn-dropdown-arrow {
border-left: 1px solid rgba(255,255,255,0.3);
}
[dir=rtl] .q-btn-dropdown-split .q-btn-dropdown-arrow {
border-right: 1px solid rgba(255,255,255,0.3);
}
.q-btn-group {
vertical-align: middle;
}
[dir] .q-btn-group {
border-radius: 4px;
}
[dir=ltr] .q-btn-group > .q-btn-group > .q-btn:first-child {
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
[dir=rtl] .q-btn-group > .q-btn-group > .q-btn:first-child {
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=ltr] .q-btn-group > .q-btn-group > .q-btn:last-child {
border-top-right-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=rtl] .q-btn-group > .q-btn-group > .q-btn:last-child {
border-top-left-radius: inherit;
border-bottom-left-radius: inherit;
}
[dir=ltr] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child {
border-left: 0;
}
[dir=rtl] .q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child {
border-right: 0;
}
[dir=ltr] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child {
border-right: 0;
}
[dir=rtl] .q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child {
border-left: 0;
}
[dir=ltr] .q-btn-group > .q-btn-item:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir=ltr] .q-btn-group > .q-btn-item + .q-btn-item {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir=rtl] .q-btn-group > .q-btn-item + .q-btn-item {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir] .q-btn-group-push {
border-radius: 7px;
}
.q-btn-group-push > .q-btn-push .q-btn-inner {
-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group-push > .q-btn-push:active:not(.disabled) {
-webkit-transform: translateY(0);
}
[dir] .q-btn-group-push > .q-btn-push:active:not(.disabled) {
border-bottom-color: rgba(0,0,0,0.15);
transform: translateY(0);
}
.q-btn-group-push > .q-btn-push:active:not(.disabled) .q-btn-inner {
-webkit-transform: translateY(3px);
}
[dir] .q-btn-group-push > .q-btn-push:active:not(.disabled) .q-btn-inner {
transform: translateY(3px);
}
[dir] .q-btn-group-rounded {
border-radius: 28px;
}
[dir=ltr] .q-btn-group-outline > .q-btn-item + .q-btn-item {
border-left: 0;
}
[dir=rtl] .q-btn-group-outline > .q-btn-item + .q-btn-item {
border-right: 0;
}
[dir=ltr] .q-btn-group-outline > .q-btn-item:not(:last-child) {
border-right: 0;
}
[dir=rtl] .q-btn-group-outline > .q-btn-item:not(:last-child) {
border-left: 0;
}
.q-card {
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
vertical-align: top;
}
[dir] .q-card {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-card > div:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
[dir=rtl] .q-card > div:first-child {
border-top-right-radius: inherit;
border-top-left-radius: inherit;
}
[dir=ltr] .q-card > div:last-child {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
[dir=rtl] .q-card > div:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
[dir] .q-card > .q-list {
border: 0;
}
.q-card-separator {
height: 1px;
}
[dir] .q-card-separator {
background: rgba(0,0,0,0.1);
}
[dir] .q-card-separator.inset {
margin: 0 16px;
}
[dir] .q-card-container {
padding: 16px;
}
.q-card-title {
font-size: 18px;
font-weight: 400;
letter-spacing: normal;
line-height: 2rem;
}
.q-card-title:empty {
display: none;
}
.q-card-subtitle,
.q-card-title-extra {
font-size: 14px;
color: rgba(0,0,0,0.4);
}
.q-card-subtitle .q-icon,
.q-card-title-extra .q-icon {
font-size: 24px;
}
.q-card-main {
font-size: 14px;
}
[dir] .q-card-primary + .q-card-main {
padding-top: 0;
}
[dir] .q-card-actions {
padding: 8px;
}
[dir] .q-card-actions .q-btn {
padding: 0 8px;
}
[dir=ltr] .q-card-actions-horiz .q-btn + .q-btn {
margin-left: 8px;
}
[dir=rtl] .q-card-actions-horiz .q-btn + .q-btn {
margin-right: 8px;
}
[dir] .q-card-actions-vert .q-btn + .q-btn {
margin-top: 4px;
}
.q-card-media {
overflow: hidden;
}
.q-card-media > img {
display: block;
width: 100%;
max-width: 100%;
}
[dir] .q-card-media > img {
border: 0;
}
.q-card-media-overlay {
color: #fff;
}
[dir] .q-card-media-overlay {
background: rgba(0,0,0,0.47);
}
.q-card-media-overlay .q-card-subtitle {
color: #fff;
}
[dir] .q-card-dark .q-card-separator {
background: rgba(255,255,255,0.2);
}
.q-card-dark .q-card-subtitle,
.q-card-dark .q-card-title-extra {
color: rgba(255,255,255,0.6);
}
.q-carousel {
overflow: hidden;
position: relative;
}
.q-carousel-inner {
position: relative;
height: 100%;
}
.q-carousel-slide {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
[dir] .q-carousel-slide {
margin: 0;
padding: 18px;
}
.q-carousel-track {
will-change: transform;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
height: 100%;
}
[dir] .q-carousel-track {
padding: 0;
margin: 0;
}
.q-carousel-track.infinite-left > div:nth-last-child(2) {
-webkit-box-ordinal-group: -999;
-ms-flex-order: -1000;
order: -1000;
}
[dir=ltr] .q-carousel-track.infinite-left > div:nth-last-child(2) {
margin-left: -100%;
}
[dir=rtl] .q-carousel-track.infinite-left > div:nth-last-child(2) {
margin-right: -100%;
}
.q-carousel-track.infinite-right > div:nth-child(2) {
-webkit-box-ordinal-group: 1001;
-ms-flex-order: 1000;
order: 1000;
}
.q-carousel-left-arrow,
.q-carousel-right-arrow {
top: 50%;
-webkit-transform: translateY(-50%);
}
[dir] .q-carousel-left-arrow, [dir] .q-carousel-right-arrow {
transform: translateY(-50%);
background: rgba(0,0,0,0.3);
}
[dir=ltr] .q-carousel-left-arrow {
left: 5px;
}
[dir=rtl] .q-carousel-left-arrow {
right: 5px;
}
[dir=ltr] .q-carousel-right-arrow {
right: 5px;
}
[dir=rtl] .q-carousel-right-arrow {
left: 5px;
}
[dir] .q-carousel-quick-nav {
padding: 2px 0;
background: rgba(0,0,0,0.3);
}
.q-carousel-quick-nav .q-icon {
font-size: 18px !important;
}
.q-carousel-quick-nav .q-btn.inactive {
opacity: 0.5;
}
.q-carousel-quick-nav .q-btn.inactive .q-icon {
font-size: 14px !important;
}
.q-message-name,
.q-message-stamp,
.q-message-label {
font-size: small;
}
[dir=ltr] .q-message-name {
padding-left: 11px;
}
[dir=rtl] .q-message-name {
padding-right: 11px;
}
[dir] .q-message-label {
margin: 24px 0;
}
.q-message-stamp {
color: inherit;
opacity: 0.6;
display: none;
}
[dir] .q-message-stamp {
margin-top: 4px;
}
.q-message-avatar {
width: 48px;
height: 48px;
}
[dir] .q-message-avatar {
border-radius: 50%;
}
[dir] .q-message {
margin-bottom: 8px;
}
[dir] .q-message:first-child .q-message-label {
margin-top: 0;
}
[dir=ltr] .q-message-received .q-message-avatar {
margin-right: 8px;
}
[dir=rtl] .q-message-received .q-message-avatar {
margin-left: 8px;
}
.q-message-received .q-message-text {
color: #81c784;
}
[dir] .q-message-received .q-message-text {
border-radius: 20px;
}
[dir=ltr] .q-message-received .q-message-text:last-child:before {
left: -7px;
border-left: 20px solid currentColor;
border-bottom-right-radius: 16px 14px;
}
[dir=rtl] .q-message-received .q-message-text:last-child:before {
right: -7px;
border-right: 20px solid currentColor;
border-bottom-left-radius: 16px 14px;
}
[dir=ltr] .q-message-received .q-message-text:last-child:after {
left: 23px;
border-bottom-right-radius: 10px;
}
[dir=rtl] .q-message-received .q-message-text:last-child:after {
right: 23px;
border-bottom-left-radius: 10px;
}
.q-message-received .q-message-text-content {
color: #000;
}
[dir=ltr] .q-message-sent .q-message-name {
text-align: right;
padding-right: 11px;
}
[dir=rtl] .q-message-sent .q-message-name {
text-align: left;
padding-left: 11px;
}
[dir=ltr] .q-message-sent .q-message-avatar {
margin-left: 8px;
}
[dir=rtl] .q-message-sent .q-message-avatar {
margin-right: 8px;
}
.q-message-sent .q-message-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
color: #e0e0e0;
}
[dir] .q-message-sent .q-message-text {
border-radius: 20px;
}
[dir=ltr] .q-message-sent .q-message-text:last-child:before {
right: -7px;
border-right: 20px solid currentColor;
border-bottom-left-radius: 16px 14px;
}
[dir=rtl] .q-message-sent .q-message-text:last-child:before {
left: -7px;
border-left: 20px solid currentColor;
border-bottom-right-radius: 16px 14px;
}
[dir=ltr] .q-message-sent .q-message-text:last-child:after {
right: -37px;
border-bottom-left-radius: 10px;
}
[dir=rtl] .q-message-sent .q-message-text:last-child:after {
left: -37px;
border-bottom-right-radius: 10px;
}
.q-message-sent .q-message-text-content {
color: #000;
}
.q-message-text {
line-height: 1.2;
word-break: break-word;
position: relative;
-webkit-transform: translate3d(0, 0, 0);
}
[dir] .q-message-text {
background: currentColor;
padding: 9px 11px;
transform: translate3d(0, 0, 0);
}
[dir] .q-message-text + .q-message-text {
margin-top: 3px;
}
.q-message-text:last-child {
min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
display: block;
}
.q-message-text:last-child:before,
.q-message-text:last-child:after {
content: '';
position: absolute;
bottom: -2px;
height: 20px;
-webkit-transform: translate(0, -2px);
}
[dir] .q-message-text:last-child:before, [dir] .q-message-text:last-child:after {
transform: translate(0, -2px);
}
.q-message-text:last-child:after {
width: 7px;
}
[dir] .q-message-text:last-child:after {
background: #fff;
}
[dir=ltr] .q-message-text:last-child:after {
-webkit-transform: translate(-30px, -2px);
transform: translate(-30px, -2px);
}
[dir=rtl] .q-message-text:last-child:after {
-webkit-transform: translate(30px, -2px);
transform: translate(30px, -2px);
}
.q-checkbox-icon {
height: 21px;
width: 21px;
font-size: 21px;
opacity: 0;
}
.q-chip {
min-height: 32px;
font-size: 14px;
vertical-align: middle;
color: #000;
}
[dir] .q-chip {
padding: 0 12px;
border: #e0e0e0;
border-radius: 2rem;
background: #eee;
}
.q-chip:focus .q-chip-close {
opacity: 0.8;
}
.q-chip .q-icon {
font-size: 24px;
line-height: 1;
}
.q-chip-main {
line-height: initial;
}
.q-chip-side {
height: 32px;
width: 32px;
min-width: 32px;
overflow: hidden;
}
[dir] .q-chip-side {
border-radius: 50%;
}
.q-chip-side img {
width: 100%;
height: 100%;
}
[dir=ltr] .q-chip-left {
margin-left: -12px;
margin-right: 8px;
}
[dir=rtl] .q-chip-left {
margin-right: -12px;
margin-left: 8px;
}
[dir=ltr] .q-chip-right {
margin-left: 2px;
margin-right: -12px;
}
[dir=rtl] .q-chip-right {
margin-right: 2px;
margin-left: -12px;
}
[dir] .q-chip-square {
border-radius: 2px;
}
.q-chip-floating {
position: absolute;
top: -0.7rem;
pointer-events: none;
}
[dir=ltr] .q-chip-floating {
left: 100%;
margin: 0 0 0 -1.5rem !important;
}
[dir=rtl] .q-chip-floating {
right: 100%;
margin: 0 -1.5rem 0 0 !important;
}
.q-chip-tag {
position: relative;
}
[dir=ltr] .q-chip-tag {
padding-left: 1.7rem;
}
[dir=rtl] .q-chip-tag {
padding-right: 1.7rem;
}
.q-chip-tag:after {
content: '';
position: absolute;
top: 50%;
width: 0.5rem;
height: 0.5rem;
-webkit-box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
}
[dir] .q-chip-tag:after {
margin-top: -0.25rem;
background: #fff;
box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
border-radius: 50%;
}
[dir=ltr] .q-chip-tag:after {
left: 0.5rem;
}
[dir=rtl] .q-chip-tag:after {
right: 0.5rem;
}
.q-chip-pointing {
position: relative;
}
.q-chip-pointing:before {
content: '';
z-index: -1;
width: 16px;
height: 16px;
position: absolute;
}
[dir] .q-chip-pointing:before {
background: inherit;
}
[dir] .q-chip-pointing-up {
margin-top: 0.8rem;
}
.q-chip-pointing-up:before {
top: 0;
}
[dir=ltr] .q-chip-pointing-up:before {
left: 50%;
-webkit-transform: translateX(-50%) translateY(-22%) rotate(45deg);
transform: translateX(-50%) translateY(-22%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-up:before {
right: 50%;
-webkit-transform: translateX(50%) translateY(-22%) rotate(-45deg);
transform: translateX(50%) translateY(-22%) rotate(-45deg);
}
[dir] .q-chip-pointing-down {
margin-bottom: 0.8rem;
}
.q-chip-pointing-down:before {
top: 100%;
}
[dir=ltr] .q-chip-pointing-down:before {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-78%) rotate(45deg);
transform: translateX(-50%) translateY(-78%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-down:before {
left: auto;
right: 50%;
-webkit-transform: translateX(50%) translateY(-78%) rotate(-45deg);
transform: translateX(50%) translateY(-78%) rotate(-45deg);
}
[dir=ltr] .q-chip-pointing-right {
margin-right: 0.8rem;
}
[dir=rtl] .q-chip-pointing-right {
margin-left: 0.8rem;
}
.q-chip-pointing-right:before {
top: 50%;
bottom: auto;
}
[dir=ltr] .q-chip-pointing-right:before {
right: 2px;
left: auto;
-webkit-transform: translateX(33%) translateY(-50%) rotate(45deg);
transform: translateX(33%) translateY(-50%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-right:before {
left: 2px;
right: auto;
-webkit-transform: translateX(-33%) translateY(-50%) rotate(-45deg);
transform: translateX(-33%) translateY(-50%) rotate(-45deg);
}
[dir=ltr] .q-chip-pointing-left {
margin-left: 0.8rem;
}
[dir=rtl] .q-chip-pointing-left {
margin-right: 0.8rem;
}
.q-chip-pointing-left:before {
top: 50%;
bottom: auto;
}
[dir=ltr] .q-chip-pointing-left:before {
left: 2px;
right: auto;
-webkit-transform: translateX(-33%) translateY(-50%) rotate(45deg);
transform: translateX(-33%) translateY(-50%) rotate(45deg);
}
[dir=rtl] .q-chip-pointing-left:before {
right: 2px;
left: auto;
-webkit-transform: translateX(33%) translateY(-50%) rotate(-45deg);
transform: translateX(33%) translateY(-50%) rotate(-45deg);
}
.q-chip-detail {
opacity: 0.8;
}
[dir] .q-chip-detail {
background: rgba(0,0,0,0.1);
padding: 0 5px;
border-radius: inherit;
}
[dir=ltr] .q-chip-detail {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir=rtl] .q-chip-detail {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.q-chip-small {
min-height: 26px;
}
.q-chip-small .q-chip-main {
line-height: initial;
}
[dir] .q-chip-small .q-chip-main {
padding: 4px 0;
}
.q-chip-small .q-chip-side {
height: 26px;
width: 26px;
min-width: 26px;
}
.q-chip-small .q-chip-icon {
font-size: 16px;
}
.q-chips-input input {
min-width: 70px;
}
[dir] .q-collapsible-sub-item {
padding: 8px 16px;
}
[dir=ltr] .q-collapsible-sub-item.indent {
padding-left: 48px;
padding-right: 0;
}
[dir=rtl] .q-collapsible-sub-item.indent {
padding-right: 48px;
padding-left: 0;
}
[dir] .q-collapsible-sub-item .q-card {
margin-bottom: 0;
}
[dir] .q-collapsible.router-link-active > .q-item {
background: rgba(189,189,189,0.4);
}
.q-collapsible {
-webkit-transition: padding 0.5s;
transition: padding 0.5s;
}
[dir] .q-collapsible-closed {
padding: 0 15px;
}
[dir] .q-collapsible-closed .q-collapsible-inner {
border: 1px solid #e0e0e0;
}
[dir] .q-collapsible-closed + .q-collapsible-closed .q-collapsible-inner {
border-top: 0;
}
[dir] .q-collapsible-opened {
padding: 15px 0;
}
.q-collapsible-opened .q-collapsible-inner {
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-collapsible-opened .q-collapsible-inner {
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-collapsible-opened + .q-collapsible-opened, [dir] .q-collapsible-opened:first-child {
padding-top: 0;
}
[dir] .q-collapsible-opened:last-child {
padding-bottom: 0;
}
.q-color {
max-width: 100vw;
display: inline-block;
width: 240px;
}
[dir] .q-color {
border: 1px solid #e0e0e0;
background: #fff;
}
.q-color-saturation {
width: 100%;
height: 123px;
}
[dir=ltr] .q-color-saturation-white {
background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255,255,255,0)));
background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}
[dir=rtl] .q-color-saturation-white {
background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255,255,255,0)));
background: linear-gradient(to left, #fff, rgba(255,255,255,0));
}
[dir] .q-color-saturation-black {
background: linear-gradient(to top, #000, rgba(0,0,0,0));
}
[dir=ltr] .q-color-saturation-black {
background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0,0,0,0)));
}
[dir=rtl] .q-color-saturation-black {
background: -webkit-gradient(linear, right bottom, right top, from(#000), to(rgba(0,0,0,0)));
}
.q-color-saturation-circle {
width: 10px;
height: 10px;
-webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,0.3), 0 0 1px 2px rgba(0,0,0,0.4);
}
[dir] .q-color-saturation-circle {
cursor: head;
box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,0.3), 0 0 1px 2px rgba(0,0,0,0.4);
border-radius: 50%;
}
[dir=ltr] .q-color-saturation-circle {
-webkit-transform: translate(-5px, -5px);
transform: translate(-5px, -5px);
}
[dir=rtl] .q-color-saturation-circle {
-webkit-transform: translate(5px, -5px);
transform: translate(5px, -5px);
}
[dir] .q-color-swatch, [dir] .q-color-alpha .q-slider-track {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==") !important;
}
.q-color-swatch {
position: relative;
width: 32px;
height: 32px;
}
[dir] .q-color-swatch {
border-radius: 50%;
background: #fff;
}
.q-color-hue .q-slider-track {
opacity: 1;
height: 8px;
}
[dir] .q-color-hue .q-slider-track {
border-radius: 2px;
}
[dir=ltr] .q-color-hue .q-slider-track {
background: -webkit-gradient(linear, left top, right top, from(#f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
[dir=rtl] .q-color-hue .q-slider-track {
background: -webkit-gradient(linear, right top, left top, from(#f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
background: linear-gradient(to left, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.q-color-hue .q-slider-track.active-track {
opacity: 0;
}
.q-color-alpha .q-slider-track {
position: relative;
opacity: 1;
height: 8px;
}
[dir] .q-color-alpha .q-slider-track {
background: #fff;
}
.q-color-alpha .q-slider-track:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
}
[dir=ltr] .q-color-alpha .q-slider-track:after {
left: 0;
right: 0;
background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#757575));
background: linear-gradient(90deg, rgba(255,255,255,0), #757575);
}
[dir=rtl] .q-color-alpha .q-slider-track:after {
right: 0;
left: 0;
background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(#757575));
background: linear-gradient(-90deg, rgba(255,255,255,0), #757575);
}
.q-color-alpha .q-slider-track.active-track {
opacity: 0;
}
.q-color-sliders {
height: 56px;
}
.q-color-sliders .q-slider {
height: 20px;
}
.q-color-sliders .q-slider-handle {
height: 18px;
width: 18px;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
[dir] .q-color-sliders .q-slider-handle {
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
.q-color-sliders .q-slider-ring {
display: none;
}
.q-color-inputs {
font-size: 11px;
color: #757575;
}
.q-color-inputs input {
outline: 0;
}
[dir] .q-color-inputs input {
border: 1px solid #e0e0e0;
}
[dir] .q-color-padding {
padding: 0 2px;
}
[dir] .q-color-label {
padding-top: 4px;
}
[dir] .q-color-dark {
background: #000;
border: 1px solid #424242;
}
.q-color-dark input {
color: #bdbdbd;
}
[dir] .q-color-dark input {
background: #000;
border: 1px solid #424242;
}
.q-color-dark .q-color-inputs {
color: #bdbdbd;
}
[dir] .q-color-dark .q-color-swatch {
border: 1px solid #424242;
}
.q-datetime-input {
min-width: 70px;
}
[dir] .q-datetime {
border: 1px solid #e0e0e0;
}
.q-datetime.type-date,
.q-datetime.type-datetime {
width: 320px;
}
.q-datetime.type-time {
width: 250px;
}
.q-datetime-content {
height: 200px;
position: relative;
}
.q-datetime-inner {
font-size: 21px;
overflow: hidden;
-webkit-perspective: 1200px;
perspective: 1200px;
height: 100%;
position: relative;
direction: ltr /* rtl:ignore */;
}
[dir] .q-datetime-inner {
padding: 0;
}
[dir=ltr] .q-datetime-inner {
text-align: right;
}
[dir=rtl] .q-datetime-inner {
text-align: left;
}
.q-datetime-col {
display: block;
overflow: visible;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
max-height: 100%;
}
.q-datetime-col-wrapper,
.q-datetime-item {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
[dir] .q-datetime-col-wrapper, [dir] .q-datetime-item {
cursor: pointer;
}
.q-datetime-col-divider {
max-height: 100%;
width: 10px;
}
.q-datetime-col-month {
width: 117px;
}
[dir=ltr] .q-datetime-col-month {
text-align: left;
}
[dir=rtl] .q-datetime-col-month {
text-align: right;
}
.q-datetime-col-day {
width: 37px;
}
.q-datetime-col-year {
width: 61px;
}
.q-datetime-col-hour {
width: 37px;
}
.q-datetime-col-minute {
width: 37px;
}
.q-datetime-item {
font-size: 85%;
height: 36px;
line-height: 36px;
color: rgba(0,0,0,0.87);
position: absolute;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
top: 0;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center center -110px;
}
[dir] .q-datetime-item {
transform-origin: center center -110px;
}
[dir=ltr] .q-datetime-item {
left: 0;
}
[dir=rtl] .q-datetime-item {
right: 0;
}
[dir=rtl] .q-datetime-col-month .q-datetime-item {
padding-right: 5px;
}
.q-datetime-mask {
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
pointer-events: none;
}
[dir] .q-datetime-mask {
background: linear-gradient(to top, #fff, rgba(255,255,255,0) 50%, #fff);
}
[dir=ltr] .q-datetime-mask {
right: 0;
left: 0;
background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, rgba(255,255,255,0)), to(#fff));
}
[dir=rtl] .q-datetime-mask {
left: 0;
right: 0;
background: -webkit-gradient(linear, right bottom, right top, from(#fff), color-stop(50%, rgba(255,255,255,0)), to(#fff));
}
.q-datetime-highlight {
height: 36px;
position: absolute;
width: 100%;
top: 50%;
pointer-events: none;
}
[dir] .q-datetime-highlight {
margin-top: -18px;
border-top: 1px solid #bdbdbd;
border-bottom: 1px solid #bdbdbd;
}
[dir=ltr] .q-datetime-highlight {
left: 0;
right: 0;
}
[dir=rtl] .q-datetime-highlight {
right: 0;
left: 0;
}
[dir=ltr] .q-datetime-range.row .q-datetime-range-left {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir=rtl] .q-datetime-range.row .q-datetime-range-left {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir=ltr] .q-datetime-range.row .q-datetime-range-right {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir=rtl] .q-datetime-range.row .q-datetime-range-right {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir] .q-datetime-range.column > div + div {
margin-top: 10px;
}
[dir] .q-datetime-dark {
background: #424242;
}
[dir] .q-datetime-dark .modal-buttons {
background: #000;
}
.q-datetime-dark .q-datetime-item {
color: rgba(255,255,255,0.87);
}
[dir] .q-datetime-dark .q-datetime-mask {
background: linear-gradient(to top, #000, rgba(0,0,0,0) 50%, #000);
}
[dir=ltr] .q-datetime-dark .q-datetime-mask {
background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0,0,0,0)), to(#000));
}
[dir=rtl] .q-datetime-dark .q-datetime-mask {
background: -webkit-gradient(linear, right bottom, right top, from(#000), color-stop(50%, rgba(0,0,0,0)), to(#000));
}
@media (max-width: 767px) {
.datetime-ios-modal.type-date,
.datetime-ios-modal.type-datetime {
min-width: 320px;
width: auto;
}
.datetime-ios-modal.type-time {
min-width: 250px;
width: auto;
}
}
@media (min-width: 768px) {
.datetime-ios-modal.type-time {
min-width: 280px;
}
}
.q-dot {
position: absolute;
top: 10px;
height: 10px;
width: 10px;
opacity: 0.8;
}
[dir] .q-dot {
border-radius: 50%;
background: #f44336;
}
[dir=ltr] .q-dot {
right: 10px;
}
[dir=rtl] .q-dot {
left: 10px;
}
[dir] .q-editor {
border: 1px solid #ccc;
}
[dir] .q-editor.disabled {
border-style: dashed;
}
[dir] .q-editor.fullscreen {
border: 0 !important;
}
.q-editor-content {
outline: 0;
min-height: 10em;
}
[dir] .q-editor-content {
padding: 10px;
background: #fff;
}
.q-editor-content hr {
outline: 0;
height: 1px;
}
[dir] .q-editor-content hr {
border: 0;
margin: 1px;
background: #ccc;
}
[dir] .q-editor-toolbar-padding {
padding: 4px;
}
[dir] .q-editor-toolbar {
border-bottom: 1px solid #ccc;
background: #e0e0e0;
}
.q-editor-toolbar .q-btn-group {
-webkit-box-shadow: none;
}
[dir] .q-editor-toolbar .q-btn-group {
box-shadow: none;
}
[dir=ltr] .q-editor-toolbar .q-btn-group + .q-btn-group {
margin-left: 5px;
}
[dir=rtl] .q-editor-toolbar .q-btn-group + .q-btn-group {
margin-right: 5px;
}
[dir=ltr] .q-editor-toolbar-separator .q-btn-group + .q-btn-group {
padding-left: 5px;
}
[dir=rtl] .q-editor-toolbar-separator .q-btn-group + .q-btn-group {
padding-right: 5px;
}
.q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 1px;
}
[dir] .q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
background: #ccc;
}
[dir=ltr] .q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
left: 0;
}
[dir=rtl] .q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
right: 0;
}
.q-editor-input input {
color: inherit;
}
.q-fab {
position: relative;
vertical-align: middle;
}
.z-fab {
z-index: 990;
}
.q-fab-opened .q-fab-actions {
opacity: 1;
-webkit-transform: scaleX(1) scaleY(1) translateX(0) translateY(0);
pointer-events: all;
}
[dir] .q-fab-opened .q-fab-actions {
transform: scaleX(1) scaleY(1) translateX(0) translateY(0);
}
.q-fab-opened .q-fab-icon {
opacity: 0;
}
[dir=ltr] .q-fab-opened .q-fab-icon {
-webkit-transform: rotate3d(0, 0, 1, 180deg);
transform: rotate3d(0, 0, 1, 180deg);
}
[dir=rtl] .q-fab-opened .q-fab-icon {
-webkit-transform: rotate3d(0, 0, 1, -180deg);
transform: rotate3d(0, 0, 1, -180deg);
}
.q-fab-opened .q-fab-active-icon {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
opacity: 1;
}
[dir] .q-fab-opened .q-fab-active-icon {
transform: rotate3d(0, 0, 1, 0deg);
}
.q-fab-icon,
.q-fab-active-icon {
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s, transform 0.4s;
transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.q-fab-icon {
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
}
[dir] .q-fab-icon {
transform: rotate3d(0, 0, 1, 0deg);
}
.q-fab-active-icon {
opacity: 0;
}
[dir=ltr] .q-fab-active-icon {
-webkit-transform: rotate3d(0, 0, 1, -180deg);
transform: rotate3d(0, 0, 1, -180deg);
}
[dir=rtl] .q-fab-active-icon {
-webkit-transform: rotate3d(0, 0, 1, 180deg);
transform: rotate3d(0, 0, 1, 180deg);
}
.q-fab-actions {
position: absolute;
opacity: 0;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
pointer-events: none;
}
[dir] .q-fab-actions .q-btn {
margin: 5px;
}
.q-fab-right {
top: 0;
bottom: 0;
}
[dir=ltr] .q-fab-right {
-webkit-transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
left: 120%;
}
[dir=rtl] .q-fab-right {
-webkit-transform: scaleX(0.4) scaleY(0.4) translateX(100%);
transform: scaleX(0.4) scaleY(0.4) translateX(100%);
right: 120%;
}
.q-fab-left {
top: 0;
bottom: 0;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
[dir=ltr] .q-fab-left {
-webkit-transform: scaleX(0.4) scaleY(0.4) translateX(100%);
transform: scaleX(0.4) scaleY(0.4) translateX(100%);
right: 120%;
}
[dir=rtl] .q-fab-left {
-webkit-transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
transform: scaleX(0.4) scaleY(0.4) translateX(-100%);
left: 120%;
}
.q-fab-up {
-webkit-transform: scaleX(0.4) scaleY(0.4) translateY(100%);
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
bottom: 120%;
}
[dir] .q-fab-up {
transform: scaleX(0.4) scaleY(0.4) translateY(100%);
}
[dir=ltr] .q-fab-up {
left: 0;
right: 0;
}
[dir=rtl] .q-fab-up {
right: 0;
left: 0;
}
.q-fab-down {
-webkit-transform: scaleX(0.4) scaleY(0.4) translateY(-100%);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
top: 120%;
}
[dir] .q-fab-down {
transform: scaleX(0.4) scaleY(0.4) translateY(-100%);
}
[dir=ltr] .q-fab-down {
left: 0;
right: 0;
}
[dir=rtl] .q-fab-down {
right: 0;
left: 0;
}
.q-field-icon {
width: 28px;
height: 28px;
min-width: 28px;
font-size: 28px;
color: #424242;
}
[dir=ltr] .q-field-icon {
margin-right: 16px;
}
[dir=rtl] .q-field-icon {
margin-left: 16px;
}
.q-field-label {
color: #424242;
}
[dir=ltr] .q-field-label {
padding-right: 8px;
}
[dir=rtl] .q-field-label {
padding-left: 8px;
}
.q-field-label-inner {
min-height: 28px;
}
[dir=ltr] .q-field-label-hint {
padding-left: 8px;
}
[dir=rtl] .q-field-label-hint {
padding-right: 8px;
}
.q-field-bottom {
font-size: 12px;
color: #979797;
}
[dir] .q-field-bottom {
padding-top: 8px;
}
[dir] .q-field-no-input {
margin-top: 8px;
border-top: 1px solid rgba(0,0,0,0.12);
}
.q-field-counter {
color: #424242;
}
[dir=ltr] .q-field-counter {
padding-left: 8px;
}
[dir=rtl] .q-field-counter {
padding-right: 8px;
}
.q-field-dark .q-field-label,
.q-field-dark .q-field-icon,
.q-field-dark .q-field-counter,
.q-field-dark .q-field-bottom {
color: #a7a7a7;
}
[dir] .q-field-dark .q-field-no-input {
border-top: 1px solid #424242;
}
.q-field-with-error .q-field-icon,
.q-field-with-error .q-field-label,
.q-field-with-error .q-field-bottom {
color: #db2828;
}
[dir] .q-field-with-error .q-field-no-input {
border-top: 1px solid #db2828;
}
.q-field-with-warning .q-field-icon,
.q-field-with-warning .q-field-label,
.q-field-with-warning .q-field-bottom {
color: #f2c037;
}
[dir] .q-field-with-warning .q-field-no-input {
border-top: 1px solid #f2c037;
}
[dir] .q-field-vertical .q-field-label + .q-field-content {
padding-top: 8px;
}
[dir] .q-field-vertical.q-field-floating.q-field-no-label .q-field-margin {
margin-top: 12px;
}
.q-field-vertical.q-field-no-label .q-field-label {
display: none;
}
[dir] .q-field-horizontal.q-field-floating .q-field-margin {
margin-top: 12px;
}
[dir] .q-field-horizontal .q-field-label + .q-field-content {
padding-top: 0;
}
@media (max-width: 575px) {
[dir] .q-field-responsive .q-field-label + .q-field-content {
padding-top: 8px;
}
[dir] .q-field-responsive.q-field-floating.q-field-no-label .q-field-margin {
margin-top: 12px;
}
.q-field-responsive.q-field-no-label .q-field-label {
display: none;
}
}
@media (min-width: 576px) {
[dir] .q-field-responsive.q-field-floating .q-field-margin {
margin-top: 12px;
}
[dir] .q-field-responsive .q-field-label + .q-field-content {
padding-top: 0;
}
}
.q-icon {
line-height: 1;
letter-spacing: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
}
[dir=ltr] .q-icon {
direction: ltr;
}
[dir=rtl] .q-icon {
direction: rtl;
}
.q-icon,
.q-icon.material-icons {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
vertical-align: middle;
}
[dir] .q-icon, [dir] .q-icon.material-icons {
cursor: inherit;
}
[dir] .q-inner-loading {
background: rgba(255,255,255,0.6);
}
[dir] .q-inner-loading.dark {
background: rgba(0,0,0,0.4);
}
.q-if,
.q-if:before,
.q-if:after,
.q-if-label,
.q-if-addon,
.q-field-icon,
.q-field-label,
.q-if-control,
.q-field-bottom {
-webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.q-if {
min-height: 32px;
outline: 0;
}
[dir] .q-if {
padding-bottom: 8px;
}
.q-if:not(.q-if-hide-underline):not(.q-if-inverted):before,
.q-if:not(.q-if-hide-underline):not(.q-if-inverted):after {
content: '';
}
.q-if:before,
.q-if:after {
position: absolute;
bottom: 0;
}
[dir] .q-if:before, [dir] .q-if:after {
background: currentColor;
}
[dir=ltr] .q-if:before, [dir=ltr] .q-if:after {
left: 0;
right: 0;
}
[dir=rtl] .q-if:before, [dir=rtl] .q-if:after {
right: 0;
left: 0;
}
.q-if:before {
height: 1px;
color: #bdbdbd;
-webkit-transform: scaleY(1);
}
[dir] .q-if:before {
transform: scaleY(1);
}
.q-if:after {
width: 0;
height: 2px;
color: currentColor;
}
.q-if:hover:before {
color: #000;
}
[dir] .q-if .group {
margin: -5px;
}
[dir] .q-if .group:not(:first-child) {
margin-top: 0;
}
.q-if-hide-underline:not(.q-if-inverted) {
min-height: 24px;
}
[dir] .q-if-hide-underline:not(.q-if-inverted) {
padding-bottom: 0;
}
.q-if-focusable {
outline: 0;
}
[dir] .q-if-focusable {
cursor: pointer;
}
.q-if-inner {
min-height: 24px !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.q-if-has-label {
min-height: 41px;
}
.q-if-has-label .q-if-inner {
min-height: 36px !important;
}
[dir] .q-if-has-label .q-if-inner {
padding-top: 12px;
}
.q-if-label {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
top: 15px;
-webkit-transform: scale(1) translate(0, 0);
}
[dir] .q-if-label {
transform: scale(1) translate(0, 0);
}
[dir=ltr] .q-if-label {
left: 0;
right: 0;
-webkit-transform-origin: left top 0;
transform-origin: left top 0;
}
[dir=rtl] .q-if-label {
right: 0;
left: 0;
-webkit-transform-origin: right top 0;
transform-origin: right top 0;
}
.q-if-label-above {
-webkit-transform: scale(0.75) translate(0, -22px);
}
[dir] .q-if-label-above {
transform: scale(0.75) translate(0, -22px);
}
.q-if-addon {
pointer-events: none;
opacity: 0;
}
[dir=ltr] .q-if-addon-left {
padding-right: 1px;
}
[dir=rtl] .q-if-addon-left {
padding-left: 1px;
}
[dir=ltr] .q-if-addon-right {
padding-left: 1px;
}
[dir=rtl] .q-if-addon-right {
padding-right: 1px;
}
.q-if-addon-visible {
opacity: 1;
}
.q-if-control {
font-size: 24px;
-ms-flex-item-align: end;
align-self: flex-end;
}
[dir] .q-if-control {
cursor: pointer;
}
[dir] .q-if-control.q-icon {
cursor: pointer;
}
.q-if-control:hover {
opacity: 0.7;
}
[dir=ltr] .q-if-control-before {
margin-left: 0;
margin-right: 4px;
}
[dir=rtl] .q-if-control-before {
margin-right: 0;
margin-left: 4px;
}
.q-if-label,
.q-if-addon,
.q-if-control {
color: #979797;
}
.q-if-inverted {
min-height: 38px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
[dir] .q-if-inverted {
border-radius: 2px;
padding: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.q-if-inverted .q-input-target {
color: inherit;
}
.q-if-inverted .q-if-label,
.q-if-inverted .q-if-addon,
.q-if-inverted .q-if-control {
color: #ddd;
}
div.q-input-target {
min-width: 35px;
}
.q-if-dark:hover:before {
color: #fff;
}
.q-if-dark:not(.q-if-inverted-light) .q-input-target {
color: #fff;
}
.q-if-inverted-light .q-if-label,
.q-if-inverted-light .q-if-addon,
.q-if-inverted-light .q-if-control {
color: #656565;
}
.q-if-focused:after {
width: 100%;
}
.q-if-focused .q-if-label,
.q-if-focused .q-if-addon,
.q-if-focused .q-if-control {
color: currentColor !important;
}
.q-if-error:before,
.q-if-error:after,
.q-if-error:not(.q-if-inverted) .q-if-label {
color: #db2828;
}
.q-if-error:hover:before {
color: #ec8b8b;
}
.q-if-warning:before,
.q-if-warning:after,
.q-if-warning:not(.q-if-inverted) .q-if-label {
color: #f2c037;
}
.q-if-warning:hover:before {
color: #f8dd93;
}
[dir] .q-if-disabled {
cursor: not-allowed !important;
}
.q-if-disabled .q-if-label,
.q-if-disabled .q-if-control {
opacity: 0.6;
}
[dir] .q-if-disabled .q-if-label, [dir] .q-if-disabled .q-if-control {
cursor: not-allowed !important;
}
[dir] .q-if-disabled:before {
background-color: transparent;
background-position: bottom;
background-size: 3px 1px;
background-repeat: repeat-x;
}
[dir=ltr] .q-if-disabled:before {
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.38)), color-stop(33%, rgba(0,0,0,0.38)), color-stop(0, transparent));
background-image: linear-gradient(90deg, rgba(0,0,0,0.38) 0, rgba(0,0,0,0.38) 33%, transparent 0);
}
[dir=rtl] .q-if-disabled:before {
background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0,0,0,0.38)), color-stop(33%, rgba(0,0,0,0.38)), color-stop(0, transparent));
background-image: linear-gradient(-90deg, rgba(0,0,0,0.38) 0, rgba(0,0,0,0.38) 33%, transparent 0);
}
[dir=ltr] .q-if-disabled.q-if-dark:before {
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,255,255,0.7)), color-stop(33%, rgba(255,255,255,0.7)), color-stop(0, transparent));
background-image: linear-gradient(90deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.7) 33%, transparent 0);
}
[dir=rtl] .q-if-disabled.q-if-dark:before {
background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255,255,255,0.7)), color-stop(33%, rgba(255,255,255,0.7)), color-stop(0, transparent));
background-image: linear-gradient(-90deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.7) 33%, transparent 0);
}
.q-input-target,
.q-input-shadow {
outline: 0;
min-height: 18px;
font-size: inherit;
overflow: hidden;
resize: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #000;
}
[dir] .q-input-target, [dir] .q-input-shadow {
border: 0;
padding: 0;
background: transparent;
}
[dir=ltr] .q-input-target:-webkit-autofill, [dir=ltr] .q-input-shadow:-webkit-autofill {
-webkit-animation-name: webkit-autofill-on;
-webkit-animation-fill-mode: both;
}
[dir=rtl] .q-input-target:-webkit-autofill, [dir=rtl] .q-input-shadow:-webkit-autofill {
-webkit-animation-name: webkit-autofill-on;
-webkit-animation-fill-mode: both;
}
[dir=ltr] .q-input-target.q-input-autofill:not(:-webkit-autofill), [dir=ltr] .q-input-shadow.q-input-autofill:not(:-webkit-autofill) {
-webkit-animation-name: webkit-autofill-off;
-webkit-animation-fill-mode: both;
}
[dir=rtl] .q-input-target.q-input-autofill:not(:-webkit-autofill), [dir=rtl] .q-input-shadow.q-input-autofill:not(:-webkit-autofill) {
-webkit-animation-name: webkit-autofill-off;
-webkit-animation-fill-mode: both;
}
.q-input-target::-ms-clear,
.q-input-shadow::-ms-clear,
.q-input-target::-ms-reveal,
.q-input-shadow::-ms-reveal {
display: none;
width: 0;
height: 0;
}
.q-input-target:invalid,
.q-input-shadow:invalid {
-webkit-box-shadow: inherit;
}
[dir] .q-input-target:invalid, [dir] .q-input-shadow:invalid {
box-shadow: inherit;
}
input.q-input-target {
height: 19px;
outline: 0;
}
.q-input-chips {
min-height: 36px !important;
}
.q-if .q-input-target-placeholder {
color: #979797 !important;
}
.q-if .q-input-target::-webkit-input-placeholder {
color: #979797 !important;
}
.q-if .q-input-target::-moz-placeholder {
color: #979797 !important;
}
.q-if .q-input-target:-ms-input-placeholder {
color: #979797 !important;
}
.q-if .q-input-target::-moz-selection {
color: #fff;
}
[dir] .q-if .q-input-target::-moz-selection {
background: #000;
}
.q-if .q-input-target::selection {
color: #fff;
}
[dir] .q-if .q-input-target::selection {
background: #000;
}
.q-if-dark .q-input-target-placeholder {
color: #979797 !important;
}
.q-if-dark .q-input-target::-webkit-input-placeholder {
color: #979797 !important;
}
.q-if-dark .q-input-target::-moz-placeholder {
color: #979797 !important;
}
.q-if-dark .q-input-target:-ms-input-placeholder {
color: #979797 !important;
}
.q-if-dark .q-input-target::-moz-selection {
color: #000;
}
[dir] .q-if-dark .q-input-target::-moz-selection {
background: #fff;
}
.q-if-dark .q-input-target::selection {
color: #000;
}
[dir] .q-if-dark .q-input-target::selection {
background: #fff;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target-placeholder {
color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target::-webkit-input-placeholder {
color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target::-moz-placeholder {
color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target:-ms-input-placeholder {
color: #ddd !important;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target::-moz-selection {
color: #000;
}
[dir] .q-if-inverted:not(.q-if-inverted-light) .q-input-target::-moz-selection {
background: #fff;
}
.q-if-inverted:not(.q-if-inverted-light) .q-input-target::selection {
color: #000;
}
[dir] .q-if-inverted:not(.q-if-inverted-light) .q-input-target::selection {
background: #fff;
}
.q-input-shadow {
overflow: hidden;
visibility: hidden;
pointer-events: none;
height: auto;
}
.q-knob,
.q-knob > div {
position: relative;
display: inline-block;
}
.q-knob > div {
width: 100%;
height: 100%;
}
.q-knob-label {
width: 100%;
pointer-events: none;
position: absolute;
top: 0;
bottom: 0;
}
[dir=ltr] .q-knob-label {
left: 0;
right: 0;
}
[dir=rtl] .q-knob-label {
right: 0;
left: 0;
}
.q-knob-label i {
font-size: 130%;
}
.q-layout {
width: 100%;
min-height: 100vh;
}
[dir] .q-layout-header {
border-bottom: 1px solid #bdbdbd;
}
.q-layout-header-hidden {
-webkit-transform: translateY(-110%);
}
[dir] .q-layout-header-hidden {
transform: translateY(-110%);
}
[dir] .q-layout-footer {
border-top: 1px solid #bdbdbd;
}
.q-layout-footer-hidden {
-webkit-transform: translateY(110%);
}
[dir] .q-layout-footer-hidden {
transform: translateY(110%);
}
.q-layout-drawer {
position: absolute;
top: 0;
bottom: 0;
z-index: 1000;
}
[dir] .q-layout-drawer {
background: #fff;
}
.q-layout-drawer.on-top {
z-index: 3000;
}
.q-layout-drawer-left {
width: 280px;
}
[dir=ltr] .q-layout-drawer-left {
left: 0;
}
[dir=rtl] .q-layout-drawer-left {
right: 0;
}
[dir=ltr] .q-layout-drawer-left.off-screen {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
[dir=rtl] .q-layout-drawer-left.off-screen {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.q-layout-drawer-left.on-screen {
-webkit-transform: translateX(0);
}
[dir] .q-layout-drawer-left.on-screen {
transform: translateX(0);
}
[dir=ltr] .q-layout-drawer-left.fixed {
border-right: 1px solid #bdbdbd;
}
[dir=rtl] .q-layout-drawer-left.fixed {
border-left: 1px solid #bdbdbd;
}
.q-layout-drawer-right {
width: 280px;
}
[dir=ltr] .q-layout-drawer-right {
right: 0;
}
[dir=rtl] .q-layout-drawer-right {
left: 0;
}
[dir=ltr] .q-layout-drawer-right.off-screen {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
[dir=rtl] .q-layout-drawer-right.off-screen {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.q-layout-drawer-right.on-screen {
-webkit-transform: translateX(0);
}
[dir] .q-layout-drawer-right.on-screen {
transform: translateX(0);
}
[dir=ltr] .q-layout-drawer-right.fixed {
border-left: 1px solid #bdbdbd;
}
[dir=rtl] .q-layout-drawer-right.fixed {
border-right: 1px solid #bdbdbd;
}
.q-layout,
.q-layout-header,
.q-layout-footer,
.q-layout-page {
position: relative;
}
.q-layout-header,
.q-layout-footer {
z-index: 2000;
}
.q-layout-backdrop {
z-index: 2999 !important;
will-change: background-color;
}
.q-layout-backdrop-transition {
-webkit-transition: background 0.12s;
transition: background 0.12s;
}
.q-layout-drawer-opener {
z-index: 2001;
height: 100vh;
width: 15px;
}
.q-page-sticky-shrink {
pointer-events: none;
}
.q-page-sticky-shrink > span {
pointer-events: auto;
}
body.q-layout-animate .q-layout-transition {
-webkit-transition: all 0.12s ease-in;
transition: all 0.12s ease-in;
}
body.with-layout-drawer-opened {
overflow: hidden;
}
body.with-layout-drawer-opened-above {
overflow-x: hidden;
}
body.cordova.platform-ios .q-layout-header > .q-toolbar:first-child,
body.cordova.platform-ios .q-layout-header > .q-tabs:first-child .q-tabs-head,
body.cordova.platform-ios .q-layout-drawer.top-padding {
min-height: 70px;
}
[dir] body.cordova.platform-ios .q-layout-header > .q-toolbar:first-child, [dir] body.cordova.platform-ios .q-layout-header > .q-tabs:first-child .q-tabs-head, [dir] body.cordova.platform-ios .q-layout-drawer.top-padding {
padding-top: 20px;
}
@media (max-width: 767px) {
[dir] .layout-padding {
padding: 1.5rem 0.5rem;
}
[dir] .layout-padding.horizontal {
padding: 0 0.5rem;
}
}
@media (min-width: 768px) and (max-width: 991px) {
[dir] .layout-padding {
padding: 1.5rem 2rem;
margin: auto;
}
[dir] .layout-padding.horizontal {
padding: 0 2rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
[dir] .layout-padding {
padding: 2.5rem 3rem;
margin: auto;
}
[dir] .layout-padding.horizontal {
padding: 0 3rem;
}
}
@media (min-width: 1200px) {
[dir] .layout-padding {
padding: 3rem 4rem;
margin: auto;
}
[dir] .layout-padding.horizontal {
padding: 0 4rem;
}
}
.q-item-stamp {
font-size: 0.8rem;
line-height: 0.8rem;
white-space: nowrap;
}
[dir] .q-item-stamp {
margin: 0.3rem 0;
}
.q-item-side {
color: #737373;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-width: 38px;
}
[dir=ltr] .q-item-side-right {
text-align: right;
}
[dir=rtl] .q-item-side-right {
text-align: left;
}
.q-item-avatar,
.q-item-avatar img {
width: 38px;
height: 38px;
}
[dir] .q-item-avatar, [dir] .q-item-avatar img {
border-radius: 50%;
}
.q-item-letter,
.q-item-icon {
font-size: 24px;
}
.q-item-letter-inverted,
.q-item-icon-inverted {
color: #fff;
}
[dir] .q-item-letter-inverted, [dir] .q-item-icon-inverted {
border-radius: 50%;
background: #737373;
}
[dir] .q-item-letter-inverted {
padding: 5px 0;
text-align: center;
}
.q-item-icon-inverted {
font-size: 20px;
}
[dir] .q-item-icon-inverted {
padding: 9px;
}
.q-item-main {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 0;
}
[dir=ltr] .q-item-main-inset {
margin-left: 48px;
}
[dir=rtl] .q-item-main-inset {
margin-right: 48px;
}
.q-item-label > span {
color: #757575;
}
.q-item-sublabel {
color: #757575;
font-size: 90%;
}
[dir] .q-item-sublabel {
margin-top: 0.2rem;
}
.q-item-sublabel > span {
font-weight: 500;
}
[dir=ltr] .q-item-section + .q-item-section {
margin-left: 10px;
}
[dir=rtl] .q-item-section + .q-item-section {
margin-right: 10px;
}
.q-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1rem;
min-height: 40px;
}
[dir] .q-item {
padding: 8px 16px;
}
[dir=ltr] .q-item {
text-align: left;
}
[dir=rtl] .q-item {
text-align: right;
}
[dir] .q-item.active, [dir] .q-item.router-link-active, [dir] .q-item:focus {
background: rgba(189,189,189,0.4);
}
.q-item:focus {
outline: 0;
}
.q-item-image {
min-width: 114px;
max-width: 114px;
max-height: 114px;
}
.q-list-multiline > .q-item,
.q-item-multiline {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
[dir] .q-list-link > .q-item, [dir] .q-item-link {
cursor: pointer;
}
[dir] .q-list-highlight > .q-item:hover, [dir] .q-item-highlight:hover, [dir] .q-list-link > .q-item:hover, [dir] .q-item-link:hover {
background: rgba(189,189,189,0.5);
}
[dir] .q-list-separator > .q-item-division + .q-item-division, [dir] .q-item-division + .q-item-separator {
border-top: 1px solid #e0e0e0;
}
.q-list-inset-separator > .q-item-division + .q-item-division:after,
.q-item-division + .q-item-inset-separator:after {
content: '';
position: absolute;
top: 0;
height: 1px;
}
[dir] .q-list-inset-separator > .q-item-division + .q-item-division:after, [dir] .q-item-division + .q-item-inset-separator:after {
background: #e0e0e0;
}
[dir=ltr] .q-list-inset-separator > .q-item-division + .q-item-division:after, [dir=ltr] .q-item-division + .q-item-inset-separator:after {
right: 0;
left: 64px;
}
[dir=rtl] .q-list-inset-separator > .q-item-division + .q-item-division:after, [dir=rtl] .q-item-division + .q-item-inset-separator:after {
left: 0;
right: 64px;
}
.q-list-dense > .q-item,
.q-item-dense {
min-height: 8px;
}
[dir] .q-list-dense > .q-item, [dir] .q-item-dense {
padding: 3px 16px;
}
.q-list-sparse > .q-item,
.q-item-sparse {
min-height: 56px;
}
[dir] .q-list-sparse > .q-item, [dir] .q-item-sparse {
padding: 22.4px 16px;
}
[dir] .q-list-striped > .q-item:nth-child(even) {
background-color: rgba(189,189,189,0.65);
}
[dir] .q-list-striped-odd > .q-item:nth-child(odd) {
background-color: rgba(189,189,189,0.65);
}
[dir] .q-list {
border: 1px solid #e0e0e0;
padding: 8px 0;
}
.q-item-separator-component {
height: 1px;
}
[dir] .q-item-separator-component {
margin: 8px 0;
border: 0;
background-color: #e0e0e0;
}
.q-item-separator-component:last-child {
display: none;
}
[dir] .q-item-separator-component + .q-list-header {
margin-top: 8px;
}
[dir=ltr] .q-item-separator-inset-component {
margin-left: 64px;
}
[dir=rtl] .q-item-separator-inset-component {
margin-right: 64px;
}
.q-list-header {
color: #757575;
font-size: 10px;
font-weight: 500;
min-height: 35px;
line-height: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
[dir=ltr] .q-list-header {
padding: 8px 8px 8px 16px;
}
[dir=rtl] .q-list-header {
padding: 8px 16px 8px 8px;
}
[dir=ltr] .q-list-header-inset {
padding-left: 64px;
}
[dir=rtl] .q-list-header-inset {
padding-right: 64px;
}
.q-list-dark .q-item-side,
.q-item-dark .q-item-side {
color: #bbb;
}
.q-list-dark .q-item-letter-inverted,
.q-item-dark .q-item-letter-inverted,
.q-list-dark .q-item-icon-inverted,
.q-item-dark .q-item-icon-inverted {
color: #000;
}
[dir] .q-list-dark .q-item-letter-inverted, [dir] .q-item-dark .q-item-letter-inverted, [dir] .q-list-dark .q-item-icon-inverted, [dir] .q-item-dark .q-item-icon-inverted {
background: #bbb;
}
.q-list-dark .q-item-label > span,
.q-item-dark .q-item-label > span,
.q-list-dark .q-item-sublabel,
.q-item-dark .q-item-sublabel {
color: #bdbdbd;
}
.q-list-dark .q-item,
.q-item-dark .q-item {
color: #fff;
}
[dir] .q-list-dark .q-item.active, [dir] .q-item-dark .q-item.active, [dir] .q-list-dark .q-item.router-link-active, [dir] .q-item-dark .q-item.router-link-active, [dir] .q-list-dark .q-item:focus, [dir] .q-item-dark .q-item:focus {
background: rgba(117,117,117,0.2);
}
[dir] .q-list-dark {
border: 1px solid rgba(255,255,255,0.32);
}
[dir] .q-list-dark.q-list-separator > .q-item-division + .q-item-division, [dir] .q-list-dark .q-item-division + .q-item-separator {
border-top: 1px solid rgba(255,255,255,0.32);
}
[dir] .q-list-dark.q-list-inset-separator > .q-item-division + .q-item-division:after, [dir] .q-list-dark .q-item-division + .q-item-inset-separator:after {
background: rgba(255,255,255,0.32);
}
[dir] .q-list-dark.q-list-striped > .q-item:nth-child(even) {
background-color: rgba(117,117,117,0.45);
}
[dir] .q-list-dark.q-list-striped-odd > .q-item:nth-child(odd) {
background-color: rgba(117,117,117,0.45);
}
[dir] .q-list-dark .q-item-separator-component {
background-color: rgba(255,255,255,0.32);
}
.q-list-dark .q-list-header {
color: rgba(255,255,255,0.64);
}
[dir] .q-list-dark.q-list-highlight > .q-item:hover, [dir] .q-list-dark .q-item-highlight:hover, [dir] .q-list-dark.q-list-link > .q-item:hover, [dir] .q-list-dark .q-item-link:hover {
background: rgba(117,117,117,0.3);
}
body.with-loading {
overflow: hidden;
}
[dir] .q-loading {
background: rgba(0,0,0,0.4);
}
.q-loading > div {
max-width: 450px;
}
[dir] .q-loading > div {
margin: 40px 20px 0;
text-align: center;
text-shadow: 0 0 7px #000;
}
body.with-modal {
overflow: hidden !important;
}
.modal-content {
position: relative;
-webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
overflow-y: auto;
min-width: 280px;
max-height: 80vh;
-webkit-backface-visibility: hidden;
}
[dir] .modal-content {
background: #fff;
box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
border-radius: 13px;
}
.modal {
z-index: 5000;
}
[dir] .modal.minimized, [dir] .modal.with-backdrop {
background: rgba(0,0,0,0.4);
}
.modal.minimized .modal-content {
max-width: 80vw;
max-height: 80vh;
}
.modal.maximized .modal-content {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
[dir] .modal.maximized .modal-content {
border-radius: 0;
}
.q-modal-enter,
.q-modal-leave-active {
opacity: 0;
}
@media (min-width: 768px) {
[dir] .modal:not(.maximized) {
background: rgba(0,0,0,0.4);
}
.modal:not(.maximized).q-modal-enter .modal-content {
-webkit-transform: scale(1.2);
}
[dir] .modal:not(.maximized).q-modal-enter .modal-content {
transform: scale(1.2);
}
.modal:not(.maximized).q-modal-leave-active .modal-content {
-webkit-transform: scale(0.8);
}
[dir] .modal:not(.maximized).q-modal-leave-active .modal-content {
transform: scale(0.8);
}
[dir=ltr] .modal.maximized.q-modal-enter .modal-content, [dir=ltr] .modal.maximized.q-modal-leave-active .modal-content {
-webkit-transform: translateX(30%);
transform: translateX(30%);
}
[dir=rtl] .modal.maximized.q-modal-enter .modal-content, [dir=rtl] .modal.maximized.q-modal-leave-active .modal-content {
-webkit-transform: translateX(-30%);
transform: translateX(-30%);
}
}
@media (max-width: 767px) {
.modal:not(.minimized) .modal-content {
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
}
[dir] .modal:not(.minimized) .modal-content {
border-radius: 0;
}
[dir=ltr] .modal:not(.minimized).q-modal-enter .modal-content, [dir=ltr] .modal:not(.minimized).q-modal-leave-active .modal-content {
-webkit-transform: translateX(30%);
transform: translateX(30%);
}
[dir=rtl] .modal:not(.minimized).q-modal-enter .modal-content, [dir=rtl] .modal:not(.minimized).q-modal-leave-active .modal-content {
-webkit-transform: translateX(-30%);
transform: translateX(-30%);
}
.modal.minimized.q-modal-enter .modal-content {
-webkit-transform: scale(1.2);
}
[dir] .modal.minimized.q-modal-enter .modal-content {
transform: scale(1.2);
}
.modal.minimized.q-modal-leave-active .modal-content {
-webkit-transform: scale(0.8);
}
[dir] .modal.minimized.q-modal-leave-active .modal-content {
transform: scale(0.8);
}
}
.modal,
.modal-content {
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.modal-header {
font-size: 1.3rem;
font-weight: 500;
}
[dir] .modal-header {
text-align: center;
padding: 20px 16px 10px;
}
.modal-body {
color: #000;
}
[dir] .modal-body {
padding: 10px 16px 21px;
}
[dir] .modal-message {
text-align: center;
}
.small-modal-scroll,
.modal-scroll,
.big-modal-scroll {
overflow: auto;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}
.small-modal-scroll {
max-height: 156px;
}
.modal-scroll {
max-height: 240px;
}
.big-modal-scroll {
max-height: 480px;
}
.modal-buttons:not(.modal-buttons-top) {
color: #027be3;
}
[dir] .modal-buttons:not(.modal-buttons-top) {
padding: 0;
border-top: 1px solid #bdbdbd;
}
.modal-buttons:not(.modal-buttons-top) .q-btn {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font-size: 110%;
}
[dir] .modal-buttons:not(.modal-buttons-top) .q-btn {
margin: 0;
padding: 1rem;
border-radius: 0;
}
.modal-buttons:not(.modal-buttons-top) .q-btn:last-child {
font-weight: bold;
}
[dir=ltr] .modal-buttons:not(.modal-buttons-top).row .q-btn + .q-btn {
border-left: 1px solid #bdbdbd;
}
[dir=rtl] .modal-buttons:not(.modal-buttons-top).row .q-btn + .q-btn {
border-right: 1px solid #bdbdbd;
}
[dir] .modal-buttons:not(.modal-buttons-top).column .q-btn + .q-btn {
border-top: 1px solid #bdbdbd;
}
.modal-buttons-top {
height: 45px;
}
[dir] .modal-buttons-top {
background: #f5f5f5;
}
.q-modal-bottom-enter,
.q-modal-bottom-leave-active {
opacity: 0;
}
.q-modal-bottom-enter .modal-content,
.q-modal-bottom-leave-active .modal-content {
-webkit-transform: translateY(30%);
}
[dir] .q-modal-bottom-enter .modal-content, [dir] .q-modal-bottom-leave-active .modal-content {
transform: translateY(30%);
}
.q-modal-top-enter,
.q-modal-top-leave-active {
opacity: 0;
}
.q-modal-top-enter .modal-content,
.q-modal-top-leave-active .modal-content {
-webkit-transform: translateY(-30%);
}
[dir] .q-modal-top-enter .modal-content, [dir] .q-modal-top-leave-active .modal-content {
transform: translateY(-30%);
}
.q-modal-right-enter,
.q-modal-right-leave-active {
opacity: 0;
}
[dir=ltr] .q-modal-right-enter .modal-content, [dir=ltr] .q-modal-right-leave-active .modal-content {
-webkit-transform: translateX(30%);
transform: translateX(30%);
}
[dir=rtl] .q-modal-right-enter .modal-content, [dir=rtl] .q-modal-right-leave-active .modal-content {
-webkit-transform: translateX(-30%);
transform: translateX(-30%);
}
.q-modal-left-enter,
.q-modal-left-leave-active {
opacity: 0;
}
[dir=ltr] .q-modal-left-enter .modal-content, [dir=ltr] .q-modal-left-leave-active .modal-content {
-webkit-transform: translateX(-30%);
transform: translateX(-30%);
}
[dir=rtl] .q-modal-left-enter .modal-content, [dir=rtl] .q-modal-left-leave-active .modal-content {
-webkit-transform: translateX(30%);
transform: translateX(30%);
}
.q-notifications > div {
z-index: 9500;
}
.q-notification-list {
pointer-events: none;
position: relative;
}
[dir] .q-notification-list {
margin-bottom: 10px;
}
[dir=ltr] .q-notification-list {
left: 0;
right: 0;
}
[dir=rtl] .q-notification-list {
right: 0;
left: 0;
}
.q-notification-list-center {
top: 0;
bottom: 0;
}
.q-notification-list-top {
top: 0;
}
.q-notification-list-bottom {
bottom: 0;
}
.q-notification {
pointer-events: all;
display: inline-block;
-webkit-transition: all 1s;
transition: all 1s;
z-index: 9500;
max-width: 100%;
}
[dir] .q-notification {
border-radius: 5px;
margin: 10px 10px 0;
}
.q-notification-top-left-enter,
.q-notification-top-left-leave-to,
.q-notification-top-enter,
.q-notification-top-leave-to,
.q-notification-top-right-enter,
.q-notification-top-right-leave-to {
opacity: 0;
-webkit-transform: translateY(-50px);
z-index: 9499;
}
[dir] .q-notification-top-left-enter, [dir] .q-notification-top-left-leave-to, [dir] .q-notification-top-enter, [dir] .q-notification-top-leave-to, [dir] .q-notification-top-right-enter, [dir] .q-notification-top-right-leave-to {
transform: translateY(-50px);
}
.q-notification-left-enter,
.q-notification-left-leave-to,
.q-notification-center-enter,
.q-notification-center-leave-to,
.q-notification-right-enter,
.q-notification-right-leave-to,
.q-notification-bottom-left-enter,
.q-notification-bottom-left-leave-to,
.q-notification-bottom-enter,
.q-notification-bottom-leave-to,
.q-notification-bottom-right-enter,
.q-notification-bottom-right-leave-to {
opacity: 0;
-webkit-transform: translateY(50px);
z-index: 9499;
}
[dir] .q-notification-left-enter, [dir] .q-notification-left-leave-to, [dir] .q-notification-center-enter, [dir] .q-notification-center-leave-to, [dir] .q-notification-right-enter, [dir] .q-notification-right-leave-to, [dir] .q-notification-bottom-left-enter, [dir] .q-notification-bottom-left-leave-to, [dir] .q-notification-bottom-enter, [dir] .q-notification-bottom-leave-to, [dir] .q-notification-bottom-right-enter, [dir] .q-notification-bottom-right-leave-to {
transform: translateY(50px);
}
.q-notification-top-left-leave-active,
.q-notification-top-leave-active,
.q-notification-top-right-leave-active,
.q-notification-left-leave-active,
.q-notification-center-leave-active,
.q-notification-right-leave-active,
.q-notification-bottom-left-leave-active,
.q-notification-bottom-leave-active,
.q-notification-bottom-right-leave-active {
position: absolute;
z-index: 9499;
}
[dir=ltr] .q-notification-top-left-leave-active, [dir=ltr] .q-notification-top-leave-active, [dir=ltr] .q-notification-top-right-leave-active, [dir=ltr] .q-notification-left-leave-active, [dir=ltr] .q-notification-center-leave-active, [dir=ltr] .q-notification-right-leave-active, [dir=ltr] .q-notification-bottom-left-leave-active, [dir=ltr] .q-notification-bottom-leave-active, [dir=ltr] .q-notification-bottom-right-leave-active {
margin-left: 0;
margin-right: 0;
}
[dir=rtl] .q-notification-top-left-leave-active, [dir=rtl] .q-notification-top-leave-active, [dir=rtl] .q-notification-top-right-leave-active, [dir=rtl] .q-notification-left-leave-active, [dir=rtl] .q-notification-center-leave-active, [dir=rtl] .q-notification-right-leave-active, [dir=rtl] .q-notification-bottom-left-leave-active, [dir=rtl] .q-notification-bottom-leave-active, [dir=rtl] .q-notification-bottom-right-leave-active {
margin-right: 0;
margin-left: 0;
}
.q-notification-top-leave-active,
.q-notification-center-leave-active {
top: 0;
}
.q-notification-bottom-left-leave-active,
.q-notification-bottom-leave-active,
.q-notification-bottom-right-leave-active {
bottom: 0;
}
.q-option-inner {
display: inline-block;
line-height: 0;
}
.q-option-inner.active {
color: #027be3;
}
[dir=ltr] .q-option-inner + .q-option-label {
margin-left: 8px;
}
[dir=rtl] .q-option-inner + .q-option-label {
margin-right: 8px;
}
.q-option {
vertical-align: middle;
}
.q-option input {
display: none !important;
}
[dir=ltr] .q-option.reverse .q-option-inner + .q-option-label {
margin-right: 8px;
margin-left: 0;
}
[dir=rtl] .q-option.reverse .q-option-inner + .q-option-label {
margin-left: 8px;
margin-right: 0;
}
.q-option-group-inline-opts > div {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
[dir] .q-option-group {
margin: -5px;
padding: 5px 0;
}
[dir] .q-pagination input {
text-align: center;
}
[dir] .q-pagination .q-btn {
padding: 0 5px !important;
}
.q-pagination .q-btn.disabled {
color: #777;
}
.q-parallax {
position: relative;
width: 100%;
overflow: hidden;
}
.q-parallax-image > img {
visibility: hidden;
position: absolute;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
[dir=ltr] .q-parallax-image > img {
left: 50%;
}
[dir=rtl] .q-parallax-image > img {
right: 50%;
}
.q-parallax-image > img.ready {
visibility: visible;
}
[dir] .q-parallax-text {
text-shadow: 0 0 5px #fff;
}
.q-popover {
position: fixed;
-webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
z-index: 8000;
overflow-y: auto;
overflow-x: hidden;
max-width: 100vw;
}
[dir] .q-popover {
box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
background: #fff;
}
[dir] .q-popover > .q-list:only-child {
border: none;
}
body div .q-popover {
display: none;
}
.q-progress {
position: relative;
height: 5px;
display: block;
width: 100%;
overflow: hidden;
color: #027be3;
}
[dir] .q-progress {
background-clip: padding-box;
}
[dir] .q-progress-model {
background: currentColor;
}
[dir=ltr] .q-progress-model.animate {
-webkit-animation: q-progress-stripes-ltr 2s linear infinite;
animation: q-progress-stripes-ltr 2s linear infinite;
}
[dir=rtl] .q-progress-model.animate {
-webkit-animation: q-progress-stripes-rtl 2s linear infinite;
animation: q-progress-stripes-rtl 2s linear infinite;
}
.q-progress-model:not(.indeterminate) {
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
}
.q-progress-model.indeterminate:before,
.q-progress-model.indeterminate:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
will-change: left, right;
}
[dir] .q-progress-model.indeterminate:before, [dir] .q-progress-model.indeterminate:after {
background: inherit;
}
[dir=ltr] .q-progress-model.indeterminate:before, [dir=ltr] .q-progress-model.indeterminate:after {
left: 0;
}
[dir=rtl] .q-progress-model.indeterminate:before, [dir=rtl] .q-progress-model.indeterminate:after {
right: 0;
}
[dir=ltr] .q-progress-model.indeterminate:before {
-webkit-animation: q-progress-indeterminate-ltr 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: q-progress-indeterminate-ltr 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
[dir=rtl] .q-progress-model.indeterminate:before {
-webkit-animation: q-progress-indeterminate-rtl 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: q-progress-indeterminate-rtl 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
[dir=ltr] .q-progress-model.indeterminate:after {
-webkit-animation: q-progress-indeterminate-short-ltr 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: q-progress-indeterminate-short-ltr 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
[dir=rtl] .q-progress-model.indeterminate:after {
-webkit-animation: q-progress-indeterminate-short-rtl 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: q-progress-indeterminate-short-rtl 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
[dir] .q-progress-model.stripe, [dir] .q-progress-model.stripe:before, [dir] .q-progress-model.stripe:after {
background-size: 40px 40px !important;
}
[dir=ltr] .q-progress-model.stripe, [dir=ltr] .q-progress-model.stripe:before, [dir=ltr] .q-progress-model.stripe:after {
background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent) !important;
}
[dir=rtl] .q-progress-model.stripe, [dir=rtl] .q-progress-model.stripe:before, [dir=rtl] .q-progress-model.stripe:after {
background-image: linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent) !important;
}
.q-progress-track {
top: 0;
bottom: 0;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
}
[dir=ltr] .q-progress-track {
left: 0;
}
[dir=rtl] .q-progress-track {
right: 0;
}
.q-progress-buffer {
top: 50%;
-webkit-transform: translateY(-50%);
height: 4px;
-webkit-transition: width 0.3s linear;
transition: width 0.3s linear;
-webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=");
}
[dir] .q-progress-buffer {
transform: translateY(-50%);
}
[dir=ltr] .q-progress-buffer {
right: 0;
}
[dir=rtl] .q-progress-buffer {
left: 0;
}
.q-progress-track,
.q-progress-buffer {
opacity: 0.2;
position: absolute;
}
[dir] .q-progress-track, [dir] .q-progress-buffer {
background: currentColor;
}
.pull-to-refresh {
position: relative;
max-height: 100vh;
}
.pull-to-refresh-message {
height: 65px;
color: #027be3;
font-size: 1rem;
}
.pull-to-refresh-message .q-icon {
font-size: 2rem;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
[dir=ltr] .pull-to-refresh-message .q-icon {
margin-right: 15px;
}
[dir=rtl] .pull-to-refresh-message .q-icon {
margin-left: 15px;
}
.q-radio-unchecked,
.q-radio-checked,
.q-radio .q-option-inner {
height: 21px;
width: 21px;
min-width: 21px;
font-size: 21px;
-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
transition: -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
opacity: 1;
}
.q-radio-unchecked {
opacity: 1;
}
.q-radio-checked {
-webkit-transform-origin: 50% 50% 0;
-webkit-transform: scale(0);
}
[dir] .q-radio-checked {
transform-origin: 50% 50% 0;
transform: scale(0);
}
.q-radio .q-option-inner.active .q-radio-unchecked {
opacity: 0;
}
.q-radio .q-option-inner.active .q-radio-checked {
-webkit-transform: scale(1);
}
[dir] .q-radio .q-option-inner.active .q-radio-checked {
transform: scale(1);
}
.q-rating {
color: #ffeb3b;
vertical-align: middle;
}
.q-rating i {
color: currentColor;
position: relative;
opacity: 0.4;
}
[dir] .q-rating i {
text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
cursor: default;
}
.q-rating i.hovered {
-webkit-transform: scale(1.3);
}
[dir] .q-rating i.hovered {
transform: scale(1.3);
}
.q-rating i.exselected {
opacity: 0.7;
}
.q-rating i.active {
opacity: 1;
}
[dir=ltr] .q-rating i + i {
margin-left: 0.3rem;
}
[dir=rtl] .q-rating i + i {
margin-right: 0.3rem;
}
[dir] .q-rating.editable i {
cursor: pointer;
}
.q-rating:not(.editable) i:focus {
outline: none;
}
.q-scrollarea-thumb {
width: 10px;
opacity: 0.2;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
[dir] .q-scrollarea-thumb {
background: #000;
}
[dir=ltr] .q-scrollarea-thumb {
right: 0;
}
[dir=rtl] .q-scrollarea-thumb {
left: 0;
}
.q-scrollarea-thumb.invisible-thumb {
opacity: 0 !important;
}
[dir] .q-toolbar .q-search {
background: rgba(255,255,255,0.25);
}
[dir] body.desktop .q-select-highlight {
background: rgba(0,0,0,0.2) !important;
}
.q-slider-track,
.q-slider-mark {
opacity: 0.4;
}
[dir] .q-slider-track, [dir] .q-slider-mark {
background: currentColor;
}
.q-slider-track {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
height: 2px;
width: 100%;
}
[dir] .q-slider-track {
transform: translateY(-50%);
}
[dir=ltr] .q-slider-track {
left: 0;
}
[dir=rtl] .q-slider-track {
right: 0;
}
.q-slider-track:not(.dragging) {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.q-slider-track.active-track {
opacity: 1;
}
.q-slider-track.track-draggable.dragging {
height: 4px;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
}
[dir] .q-slider-track.handle-at-minimum {
background: transparent;
}
.q-slider-mark {
position: absolute;
top: 50%;
height: 10px;
width: 2px;
}
[dir=ltr] .q-slider-mark {
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
[dir=rtl] .q-slider-mark {
-webkit-transform: translateX(50%) translateY(-50%);
transform: translateX(50%) translateY(-50%);
}
.q-slider-handle-container {
position: relative;
height: 100%;
}
[dir=ltr] .q-slider-handle-container {
margin-left: 11px;
margin-right: 11px;
}
[dir=rtl] .q-slider-handle-container {
margin-right: 11px;
margin-left: 11px;
}
.q-slider-label {
top: 0;
opacity: 0;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
[dir] .q-slider-label {
padding: 5px 9px;
}
[dir=ltr] .q-slider-label {
left: 11px;
-webkit-transform: translateX(-50%) translateY(0) scale(0);
transform: translateX(-50%) translateY(0) scale(0);
}
[dir=rtl] .q-slider-label {
right: 11px;
-webkit-transform: translateX(50%) translateY(0) scale(0);
transform: translateX(50%) translateY(0) scale(0);
}
.q-slider-label.label-always {
opacity: 1;
}
[dir=ltr] .q-slider-label.label-always {
-webkit-transform: translateX(-50%) translateY(-139%) scale(1);
transform: translateX(-50%) translateY(-139%) scale(1);
}
[dir=rtl] .q-slider-label.label-always {
-webkit-transform: translateX(50%) translateY(-139%) scale(1);
transform: translateX(50%) translateY(-139%) scale(1);
}
.q-slider-handle {
position: absolute;
top: 50%;
-webkit-transform-origin: center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 22px;
height: 22px;
-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
[dir] .q-slider-handle {
transform-origin: center;
background: #fff;
box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-slider-handle {
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
[dir=rtl] .q-slider-handle {
-webkit-transform: translate3d(50%, -50%, 0);
transform: translate3d(50%, -50%, 0);
}
.q-slider-handle.dragging {
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
[dir=ltr] .q-slider-handle.dragging {
-webkit-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
[dir=rtl] .q-slider-handle.dragging {
-webkit-transform: translate3d(50%, -50%, 0);
transform: translate3d(50%, -50%, 0);
}
.q-slider-handle.dragging .q-slider-label {
opacity: 1;
}
[dir=ltr] .q-slider-handle.dragging .q-slider-label {
-webkit-transform: translateX(-50%) translateY(-139%) scale(1);
transform: translateX(-50%) translateY(-139%) scale(1);
}
[dir=rtl] .q-slider-handle.dragging .q-slider-label {
-webkit-transform: translateX(50%) translateY(-139%) scale(1);
transform: translateX(50%) translateY(-139%) scale(1);
}
.q-slider-ring {
position: absolute;
top: -50%;
width: 200%;
height: 200%;
pointer-events: none;
opacity: 0;
-webkit-transform: scale(0);
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
[dir] .q-slider-ring {
border-radius: inherit;
transform: scale(0);
background: currentColor;
}
[dir=ltr] .q-slider-ring {
left: -50%;
}
[dir=rtl] .q-slider-ring {
right: -50%;
}
.q-slider:not(.disabled):focus .q-slider-ring,
.q-slider:not(.disabled):hover .q-slider-ring {
opacity: 0.4;
-webkit-transform: scale(1);
}
[dir] .q-slider:not(.disabled):focus .q-slider-ring, [dir] .q-slider:not(.disabled):hover .q-slider-ring {
transform: scale(1);
}
[dir] .q-slider.disabled .q-slider-handle {
border: 2px solid #fff;
}
[dir] .q-slider.disabled .q-slider-handle.handle-at-minimum {
background: currentColor;
}
.q-slider {
height: 28px;
width: 100%;
color: #027be3;
}
[dir] .q-slider {
cursor: pointer;
}
.q-slider.label-always,
.q-slider.with-padding {
height: 85px;
}
[dir] .q-slider.label-always, [dir] .q-slider.with-padding {
padding: 55px 0 5px;
}
.q-slider.has-error {
color: #db2828;
}
.q-slider.has-warning {
color: #f2c037;
}
.q-spinner {
vertical-align: middle;
}
.q-spinner-mat {
-webkit-transform-origin: center center;
}
[dir] .q-spinner-mat {
transform-origin: center center;
}
[dir=ltr] .q-spinner-mat {
-webkit-animation: q-spin-ltr 2s linear infinite;
animation: q-spin-ltr 2s linear infinite;
}
[dir=rtl] .q-spinner-mat {
-webkit-animation: q-spin-rtl 2s linear infinite;
animation: q-spin-rtl 2s linear infinite;
}
.q-spinner-mat .path {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
stroke-linecap: round;
}
[dir=ltr] .q-spinner-mat .path {
-webkit-animation: q-mat-dash 1.5s ease-in-out infinite;
animation: q-mat-dash 1.5s ease-in-out infinite;
}
[dir=rtl] .q-spinner-mat .path {
-webkit-animation: q-mat-dash 1.5s ease-in-out infinite;
animation: q-mat-dash 1.5s ease-in-out infinite;
}
.q-stepper {
color: #027be3;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-stepper {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.q-stepper-title {
font-size: 14px;
}
.q-stepper-subtitle {
font-size: 12px;
opacity: 0.7;
}
.q-stepper-dot {
font-size: 14px;
width: 24px;
height: 24px;
}
[dir] .q-stepper-dot {
border-radius: 50%;
background: currentColor;
}
[dir=ltr] .q-stepper-dot {
margin-right: 8px;
}
[dir=rtl] .q-stepper-dot {
margin-left: 8px;
}
.q-stepper-dot span {
color: #fff;
}
.q-stepper-tab {
font-size: 14px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-transition: color 0.28s, background 0.28s;
transition: color 0.28s, background 0.28s;
}
[dir] .q-stepper-tab {
padding: 24px;
}
.q-stepper-tab.step-waiting {
color: #000;
}
.q-stepper-tab.step-waiting .q-stepper-dot {
color: rgba(0,0,0,0.42);
}
.q-stepper-tab.step-done {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
[dir] .q-stepper-tab.step-done {
cursor: pointer;
}
[dir] .q-stepper-tab.step-done:active {
background: rgba(0,0,0,0.17) !important;
}
.q-stepper-tab.step-color {
color: currentColor;
}
.q-stepper-tab.step-active .q-stepper-title {
font-weight: bold;
}
.q-stepper-tab.step-disabled {
color: rgba(0,0,0,0.42);
}
.q-stepper-tab.step-error {
color: #db2828;
}
[dir] .q-stepper-tab.step-error .q-stepper-dot {
background: transparent;
}
.q-stepper-tab.step-error .q-stepper-dot span {
color: #db2828;
font-size: 24px;
}
.q-stepper-header {
min-height: 72px;
}
.q-stepper-header:not(.alternative-labels) .q-stepper-tab {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.q-stepper-header:not(.alternative-labels) .q-stepper-dot:after {
display: none;
}
.q-stepper-header.alternative-labels {
min-height: 104px;
}
.q-stepper-header.alternative-labels .q-stepper-tab {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
[dir] .q-stepper-header.alternative-labels .q-stepper-tab {
padding: 24px 32px;
}
[dir=ltr] .q-stepper-header.alternative-labels .q-stepper-dot {
margin-right: 0;
}
[dir=rtl] .q-stepper-header.alternative-labels .q-stepper-dot {
margin-left: 0;
}
[dir] .q-stepper-header.alternative-labels .q-stepper-label {
margin-top: 8px;
text-align: center;
}
.q-stepper-header.alternative-labels .q-stepper-label:before,
.q-stepper-header.alternative-labels .q-stepper-label:after {
display: none;
}
.q-stepper-step-content {
color: #000;
}
.q-stepper-nav {
height: 48px;
}
[dir=ltr] .q-stepper-nav .q-btn + .q-btn {
margin-left: 8px;
}
[dir=rtl] .q-stepper-nav .q-btn + .q-btn {
margin-right: 8px;
}
[dir] .q-stepper-horizontal .q-stepper-step-inner {
padding: 24px;
}
[dir] .q-stepper-horizontal .q-stepper-nav {
margin: 0 16px 8px;
}
[dir] .q-stepper-horizontal .q-stepper-step .q-stepper-nav {
margin: 16px 0 0;
}
.q-stepper-horizontal .q-stepper-step .q-stepper-nav > div.col {
display: none;
}
.q-stepper-horizontal .q-stepper-first .q-stepper-dot:before,
.q-stepper-horizontal .q-stepper-last .q-stepper-label:after,
.q-stepper-horizontal .q-stepper-last .q-stepper-dot:after {
display: none;
}
.q-stepper-horizontal .q-stepper-tab {
overflow: hidden;
}
.q-stepper-horizontal .q-stepper-line:before,
.q-stepper-horizontal .q-stepper-line:after {
position: absolute;
top: 50%;
height: 1px;
width: 100vw;
}
[dir] .q-stepper-horizontal .q-stepper-line:before, [dir] .q-stepper-horizontal .q-stepper-line:after {
background: rgba(0,0,0,0.12);
}
.q-stepper-horizontal .q-stepper-label:after,
.q-stepper-horizontal .q-stepper-dot:after {
content: '';
}
[dir=ltr] .q-stepper-horizontal .q-stepper-label:after, [dir=ltr] .q-stepper-horizontal .q-stepper-dot:after {
left: 100%;
margin-left: 8px;
}
[dir=rtl] .q-stepper-horizontal .q-stepper-label:after, [dir=rtl] .q-stepper-horizontal .q-stepper-dot:after {
right: 100%;
margin-right: 8px;
}
.q-stepper-horizontal .q-stepper-dot:before {
content: '';
}
[dir=ltr] .q-stepper-horizontal .q-stepper-dot:before {
right: 100%;
margin-right: 8px;
}
[dir=rtl] .q-stepper-horizontal .q-stepper-dot:before {
left: 100%;
margin-left: 8px;
}
[dir] .q-stepper-vertical {
padding: 8px 0 18px;
}
[dir] .q-stepper-vertical .q-stepper-tab {
padding: 12px 16px;
}
[dir] .q-stepper-vertical .q-stepper-label {
padding-top: 4px;
}
.q-stepper-vertical .q-stepper-title {
line-height: 18px;
}
[dir=ltr] .q-stepper-vertical .q-stepper-step-inner {
padding: 0 24px 24px 48px;
}
[dir=rtl] .q-stepper-vertical .q-stepper-step-inner {
padding: 0 48px 24px 24px;
}
[dir] .q-stepper-vertical .q-stepper-nav {
margin-top: 16px;
}
.q-stepper-vertical .q-stepper-nav > div.col {
display: none;
}
.q-stepper-vertical .q-stepper-first .q-stepper-dot:before,
.q-stepper-vertical .q-stepper-last .q-stepper-dot:after {
display: none;
}
.q-stepper-vertical .q-stepper-step {
overflow: hidden;
}
.q-stepper-vertical .q-stepper-dot:before,
.q-stepper-vertical .q-stepper-dot:after {
content: '';
position: absolute;
width: 1px;
height: 100vh;
}
[dir] .q-stepper-vertical .q-stepper-dot:before, [dir] .q-stepper-vertical .q-stepper-dot:after {
background: rgba(0,0,0,0.12);
}
[dir=ltr] .q-stepper-vertical .q-stepper-dot:before, [dir=ltr] .q-stepper-vertical .q-stepper-dot:after {
left: 50%;
}
[dir=rtl] .q-stepper-vertical .q-stepper-dot:before, [dir=rtl] .q-stepper-vertical .q-stepper-dot:after {
right: 50%;
}
.q-stepper-vertical .q-stepper-dot:before {
bottom: 100%;
}
[dir] .q-stepper-vertical .q-stepper-dot:before {
margin-bottom: 8px;
}
.q-stepper-vertical .q-stepper-dot:after {
top: 100%;
}
[dir] .q-stepper-vertical .q-stepper-dot:after {
margin-top: 8px;
}
[dir] body.desktop .q-stepper-tab.step-done:hover {
background: rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
.q-stepper-horizontal.q-stepper-contractable .q-stepper-header {
min-height: 72px;
}
[dir] .q-stepper-horizontal.q-stepper-contractable .q-stepper-tab {
padding: 24px 0;
}
.q-stepper-horizontal.q-stepper-contractable .q-stepper-tab:not(:last-child) .q-stepper-dot:after {
display: block !important;
}
[dir] .q-stepper-horizontal.q-stepper-contractable .q-stepper-dot {
margin: 0;
}
.q-stepper-horizontal.q-stepper-contractable .q-stepper-label {
display: none;
}
}
.q-tabs {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.q-tabs-scroller {
overflow: hidden;
color: #fff;
}
[dir] .q-tab-pane {
padding: 12px;
border: 1px solid rgba(0,0,0,0.1);
}
[dir] .q-tabs-no-pane-border .q-tab-pane {
border: 0;
}
.q-tabs-panes:empty {
display: none;
}
.q-tab-icon,
.q-tab-label {
opacity: 0.6;
}
.q-tab {
-webkit-transition: color 0.3s, background 0.3s;
transition: color 0.3s, background 0.3s;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
min-height: 35px;
}
[dir] .q-tab {
cursor: pointer;
padding: 4px 8px;
}
.q-tab > .q-icon,
.q-tab .q-tab-label {
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
[dir] .q-tab > .q-icon + .q-tab-label {
margin-top: 3px;
}
.q-tab .q-chip {
top: 5px;
min-height: auto;
color: #fff;
}
[dir] .q-tab .q-chip {
padding: 2px 6px;
background: rgba(244,67,54,0.75);
}
[dir=ltr] .q-tab .q-chip {
right: 0;
left: auto;
}
[dir=rtl] .q-tab .q-chip {
left: 0;
right: auto;
}
.q-tab.active > .q-icon,
.q-tab.active .q-tab-label {
-webkit-transform: scale(1.1);
}
[dir] .q-tab.active > .q-icon, [dir] .q-tab.active .q-tab-label {
transform: scale(1.1);
}
.q-tab.active .q-tab-icon,
.q-tab.active .q-tab-label {
opacity: 1;
}
[dir] .q-tab:active {
background: rgba(255,255,255,0.3);
}
.q-tab-label {
line-height: 1.3;
}
[dir] .q-tab-label {
text-align: center;
}
.q-tab-only-label {
font-size: 0.9rem;
}
.q-tab-icon {
font-size: 2.18rem;
}
@media (max-width: 767px) {
.q-tab.hide-icon .q-tab-icon,
.q-tab.hide-label .q-tab-label {
display: none !important;
}
.q-tab.hide-icon .q-tab-label {
font-size: 0.9rem;
}
[dir] .q-tab.hide-icon .q-tab-label {
margin-top: 0;
}
}
@media (max-width: 991px) {
.q-tabs-head:not(.scrollable) .q-tabs-scroller,
.q-tabs-head:not(.scrollable) .q-tab {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
}
@media (min-width: 992px) {
[dir=ltr] .q-tab {
padding-left: 25px;
padding-right: 25px;
}
[dir=rtl] .q-tab {
padding-right: 25px;
padding-left: 25px;
}
.q-tab-label {
font-size: 0.9rem;
}
[dir=ltr] .q-tabs-head:not(.scrollable) {
padding-left: 12px;
padding-right: 12px;
}
[dir=rtl] .q-tabs-head:not(.scrollable) {
padding-right: 12px;
padding-left: 12px;
}
}
.q-tabs-head {
min-height: 35px;
overflow: hidden;
font-size: 0.7rem;
font-weight: 400;
-webkit-transition: color 0.18s ease-in, -webkit-box-shadow 0.18s ease-in;
transition: color 0.18s ease-in, -webkit-box-shadow 0.18s ease-in;
transition: color 0.18s ease-in, box-shadow 0.18s ease-in;
transition: color 0.18s ease-in, box-shadow 0.18s ease-in, -webkit-box-shadow 0.18s ease-in;
position: relative;
}
[dir] .q-tabs-head {
background: #027be3;
}
.q-tabs-head:not(.scrollable) .q-tabs-left-scroll,
.q-tabs-head:not(.scrollable) .q-tabs-right-scroll {
display: none !important;
}
.q-tabs-left-scroll,
.q-tabs-right-scroll {
position: absolute;
height: 100%;
color: #fff;
top: 0;
}
[dir] .q-tabs-left-scroll, [dir] .q-tabs-right-scroll {
cursor: pointer;
}
.q-tabs-left-scroll .q-icon,
.q-tabs-right-scroll .q-icon {
font-size: 2.616rem;
visibility: hidden;
}
[dir] .q-tabs-left-scroll .q-icon, [dir] .q-tabs-right-scroll .q-icon {
text-shadow: 0 0 10px #000;
}
.q-tabs-left-scroll.disabled,
.q-tabs-right-scroll.disabled {
display: none;
}
.q-tabs:hover .q-tabs-left-scroll .q-icon,
.q-tabs:hover .q-tabs-right-scroll .q-icon {
visibility: visible;
}
.q-tabs-left-scroll {
left: 0 /* rtl:ignore */;
}
.q-tabs-right-scroll {
right: 0 /* rtl:ignore */;
}
.q-tabs-align-justify .q-tabs-scroller,
.q-tabs-align-justify .q-tab {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.q-tabs-align-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.q-tabs-align-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.q-tabs-two-lines .q-tab {
white-space: normal;
}
.q-tabs-two-lines .q-tab .q-tab-label {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.q-tabs-position-bottom .q-tabs-panes {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
[dir] .q-tabs-inverted {
background: #fff;
}
.q-tabs-inverted .q-tab.active {
color: #027be3;
}
[dir] .q-tabs-inverted .q-tab:active {
background: rgba(0,0,0,0.1);
}
.q-tabs-inverted .q-tabs-scroller {
color: #757575;
}
[dir] .q-tabs-inverted .q-tabs-head {
background: transparent;
}
[dir] .q-tabs-inverted.q-tabs-position-top .q-tabs-panes {
border-top: 1px solid rgba(0,0,0,0.1);
}
[dir] .q-tabs-inverted.q-tabs-position-top .q-tab-pane {
border-top: 0;
}
[dir] .q-tabs-inverted.q-tabs-position-bottom .q-tabs-panes {
border-bottom: 1px solid rgba(0,0,0,0.1);
}
[dir] .q-tabs-inverted.q-tabs-position-bottom .q-tab-pane {
border-bottom: 0;
}
body.mobile .q-tabs-scroller {
overflow-y: hidden;
overflow-x: auto;
will-change: scroll-position;
-webkit-overflow-scrolling: touch;
}
.q-table-container {
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
position: relative;
}
[dir] .q-table-container {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-table-container.fullscreen {
background-color: inherit;
}
.q-table-top {
min-height: 64px;
}
[dir] .q-table-top {
padding: 8px 24px;
}
.q-table-top:before {
content: '';
position: absolute;
pointer-events: none;
top: 0;
bottom: 0;
opacity: 0.2;
-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir=ltr] .q-table-top:before {
right: 0;
left: 0;
}
[dir=rtl] .q-table-top:before {
left: 0;
right: 0;
}
.q-table-top .q-table-control {
min-height: 36px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
[dir] .q-table-top .q-table-control {
padding: 8px 0;
}
.q-table-title {
font-size: 20px;
letter-spacing: 0.005em;
font-weight: 400;
}
.q-table-separator {
min-width: 8px !important;
}
.q-table-nodata .q-icon {
font-size: 200%;
}
[dir=ltr] .q-table-nodata .q-icon {
padding-right: 15px;
}
[dir=rtl] .q-table-nodata .q-icon {
padding-left: 15px;
}
.q-table-progress {
height: 0 !important;
}
.q-table-progress td {
position: relative;
}
[dir] .q-table-progress td {
padding: 0 !important;
}
.q-table-progress .q-progress {
position: absolute;
height: 2px;
bottom: 0;
}
.q-table-middle {
max-width: 100%;
}
.q-table-bottom {
min-height: 48px;
font-size: 12px;
}
[dir=ltr] .q-table-bottom {
padding: 4px 14px 4px 24px;
}
[dir=rtl] .q-table-bottom {
padding: 4px 24px 4px 14px;
}
.q-table-bottom .q-table-control {
min-height: 24px;
}
.q-table-control {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.q-table-sort-icon {
-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
will-change: opacity, transform;
opacity: 0;
font-size: 120%;
}
[dir=ltr] .q-table-sort-icon-left, [dir=ltr] .q-table-sort-icon-center {
margin-left: 4px;
}
[dir=rtl] .q-table-sort-icon-left, [dir=rtl] .q-table-sort-icon-center {
margin-right: 4px;
}
[dir=ltr] .q-table-sort-icon-right {
margin-right: 4px;
}
[dir=rtl] .q-table-sort-icon-right {
margin-left: 4px;
}
.q-table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.q-table thead tr {
height: 56px;
}
.q-table th {
font-weight: 500;
font-size: 12px;
-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
[dir] .q-table th.sortable {
cursor: pointer;
}
.q-table th.sortable:hover .q-table-sort-icon {
opacity: 0.5;
}
.q-table th.sorted .q-table-sort-icon {
opacity: 1 !important;
}
[dir=ltr] .q-table th.sort-desc .q-table-sort-icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
[dir=rtl] .q-table th.sort-desc .q-table-sort-icon {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.q-table tbody tr {
-webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
will-change: background;
}
.q-table th,
.q-table td {
white-space: nowrap;
position: relative;
}
[dir] .q-table th, [dir] .q-table td {
padding: 7px 24px;
}
[dir] .q-table thead, [dir] .q-table td, [dir] .q-table th {
border-style: solid;
border-width: 0;
}
.q-table tbody td {
height: 48px;
font-weight: 400;
font-size: 13px;
}
[dir] .q-table .q-radial-ripple {
margin-bottom: -100%;
}
.q-table-col-auto-width {
width: 1px;
}
[dir=ltr] .q-table-bottom-item {
margin-right: 24px;
}
[dir=rtl] .q-table-bottom-item {
margin-left: 24px;
}
[dir] .q-table-horizontal-separator thead, [dir] .q-table-horizontal-separator tbody td {
border-width: 0 0 1px 0;
}
[dir] .q-table-vertical-separator thead {
border-width: 0 0 1px 0;
}
[dir=ltr] .q-table-vertical-separator td {
border-width: 0 0 0 1px;
}
[dir=rtl] .q-table-vertical-separator td {
border-width: 0 1px 0 0;
}
[dir=ltr] .q-table-vertical-separator td:first-child {
border-left: 0;
}
[dir=rtl] .q-table-vertical-separator td:first-child {
border-right: 0;
}
[dir] .q-table-cell-separator td {
border-width: 1px;
}
[dir=ltr] .q-table-cell-separator td:first-child {
border-left: 0;
}
[dir=rtl] .q-table-cell-separator td:first-child {
border-right: 0;
}
[dir=ltr] .q-table-cell-separator td:last-child {
border-right: 0;
}
[dir=rtl] .q-table-cell-separator td:last-child {
border-left: 0;
}
.q-table-dense .q-table-top {
min-height: 48px;
}
[dir=ltr] .q-table-dense .q-table-top, [dir=ltr] .q-table-dense .q-table-bottom {
padding-left: 8px;
padding-right: 8px;
}
[dir=rtl] .q-table-dense .q-table-top, [dir=rtl] .q-table-dense .q-table-bottom {
padding-right: 8px;
padding-left: 8px;
}
.q-table-dense .q-table-bottom {
min-height: 42px;
}
.q-table-dense .q-table-sort-icon {
font-size: 110%;
}
[dir] .q-table-dense .q-table th, [dir] .q-table-dense .q-table td {
padding: 4px 8px;
}
.q-table-dense .q-table thead tr {
height: 40px;
}
.q-table-dense .q-table tbody td {
height: 28px;
}
[dir=ltr] .q-table-dense .q-table-bottom-item {
margin-right: 8px;
}
[dir=rtl] .q-table-dense .q-table-bottom-item {
margin-left: 8px;
}
@media (max-width: 767px) {
.q-table-top {
min-height: 48px;
}
[dir=ltr] .q-table-top, [dir=ltr] .q-table-bottom {
padding-left: 8px;
padding-right: 8px;
}
[dir=rtl] .q-table-top, [dir=rtl] .q-table-bottom {
padding-right: 8px;
padding-left: 8px;
}
.q-table-bottom {
min-height: 42px;
}
.q-table-sort-icon {
font-size: 110%;
}
[dir] .q-table th, [dir] .q-table td {
padding: 4px 8px;
}
.q-table thead tr {
height: 40px;
}
.q-table tbody td {
height: 28px;
}
[dir=ltr] .q-table-bottom-item {
margin-right: 8px;
}
[dir=rtl] .q-table-bottom-item {
margin-left: 8px;
}
}
.q-table-bottom {
color: rgba(0,0,0,0.54);
}
[dir] .q-table-bottom {
border-top: 1px solid rgba(0,0,0,0.12);
}
.q-table {
color: rgba(0,0,0,0.87);
}
[dir] .q-table thead, [dir] .q-table tr, [dir] .q-table th, [dir] .q-table td {
border-color: rgba(0,0,0,0.12);
}
.q-table th {
color: rgba(0,0,0,0.54);
}
.q-table th.sortable:hover,
.q-table th.sorted {
color: rgba(0,0,0,0.87);
}
[dir] .q-table tbody tr.selected {
background: rgba(0,0,0,0.06);
}
[dir] .q-table tbody tr:hover {
background: rgba(0,0,0,0.03);
}
.q-table-dark {
color: #fff;
}
.q-table-dark .q-table-bottom,
.q-table-dark .q-table-top {
color: rgba(255,255,255,0.64);
}
[dir] .q-table-dark .q-table-bottom, [dir] .q-table-dark .q-table-top {
border-top: 1px solid rgba(255,255,255,0.12);
}
[dir] .q-table-dark thead, [dir] .q-table-dark tr, [dir] .q-table-dark th, [dir] .q-table-dark td {
border-color: rgba(255,255,255,0.12);
}
.q-table-dark th {
color: rgba(255,255,255,0.64);
}
.q-table-dark th.sortable:hover,
.q-table-dark th.sorted {
color: #fff;
}
[dir] .q-table-dark tbody tr.selected {
background: rgba(255,255,255,0.2);
}
[dir] .q-table-dark tbody tr:hover {
background: rgba(255,255,255,0.1);
}
.q-timeline {
width: 100%;
list-style: none;
}
[dir] .q-timeline {
padding: 0;
}
.q-timeline h6 {
line-height: inherit;
}
[dir] .q-timeline-title {
margin-top: 0;
margin-bottom: 16px;
}
.q-timeline-subtitle {
font-size: 12px;
opacity: 0.4;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
[dir] .q-timeline-subtitle {
margin-bottom: 8px;
}
.q-timeline-dot {
position: absolute;
top: 0;
bottom: 0;
width: 15px;
}
[dir=ltr] .q-timeline-dot {
left: 0;
}
[dir=rtl] .q-timeline-dot {
right: 0;
}
.q-timeline-dot:before,
.q-timeline-dot:after {
content: '';
display: block;
position: absolute;
}
[dir] .q-timeline-dot:before, [dir] .q-timeline-dot:after {
background: currentColor;
}
.q-timeline-dot:before {
height: 15px;
width: 15px;
top: 4px;
-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
[dir] .q-timeline-dot:before {
border: 3px solid transparent;
border-radius: 100%;
}
[dir=ltr] .q-timeline-dot:before {
left: 0;
}
[dir=rtl] .q-timeline-dot:before {
right: 0;
}
.q-timeline-dot:after {
width: 3px;
opacity: 0.4;
top: 24px;
bottom: 0;
}
[dir=ltr] .q-timeline-dot:after {
left: 6px;
}
[dir=rtl] .q-timeline-dot:after {
right: 6px;
}
.q-timeline-entry-with-icon .q-timeline-dot {
width: 31px;
}
[dir=ltr] .q-timeline-entry-with-icon .q-timeline-dot {
left: -8px;
}
[dir=rtl] .q-timeline-entry-with-icon .q-timeline-dot {
right: -8px;
}
.q-timeline-entry-with-icon .q-timeline-dot:before {
height: 31px;
width: 31px;
}
.q-timeline-entry-with-icon .q-timeline-dot:after {
top: 41px;
}
[dir=ltr] .q-timeline-entry-with-icon .q-timeline-dot:after {
left: 14px;
}
[dir=rtl] .q-timeline-entry-with-icon .q-timeline-dot:after {
right: 14px;
}
.q-timeline-entry-with-icon .q-timeline-dot .q-icon {
position: absolute;
top: 8px;
font-size: 23px;
color: #fff;
-webkit-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
[dir=ltr] .q-timeline-entry-with-icon .q-timeline-dot .q-icon {
left: 4px;
}
[dir=rtl] .q-timeline-entry-with-icon .q-timeline-dot .q-icon {
right: 4px;
}
[dir] .q-timeline-entry-with-icon .q-timeline-subtitle {
padding-top: 8px;
}
.q-timeline-dark {
color: #fff;
}
.q-timeline-dark .q-timeline-subtitle {
opacity: 0.7;
}
.q-timeline-entry {
position: relative;
line-height: 22px;
}
[dir=ltr] .q-timeline-entry {
padding-left: 40px;
}
[dir=rtl] .q-timeline-entry {
padding-right: 40px;
}
[dir] .q-timeline-entry:last-child {
padding-bottom: 0;
}
.q-timeline-entry:last-child .q-timeline-dot:after {
content: none;
}
[dir] .q-timeline-entry:hover .q-timeline-dot:before {
background: transparent;
border: 3px solid currentColor;
}
.q-timeline-entry.q-timeline-entry-with-icon:hover .q-timeline-dot .q-icon {
color: currentColor;
}
[dir] .q-timeline-content {
padding-bottom: 24px;
}
.q-timeline-heading {
position: relative;
}
[dir] .q-timeline-heading:first-child .q-timeline-heading-title {
padding-top: 0;
}
[dir] .q-timeline-heading:last-child .q-timeline-heading-title {
padding-bottom: 0;
}
[dir] .q-timeline-heading-title {
padding: 32px 0;
margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.q-timeline-heading {
display: table-row;
font-size: 200%;
}
.q-timeline-heading > div {
display: table-cell;
}
[dir=ltr] .q-timeline-heading-title {
margin-left: -50px;
}
[dir=rtl] .q-timeline-heading-title {
margin-right: -50px;
}
.q-timeline {
display: table;
}
.q-timeline-entry {
display: table-row;
}
[dir] .q-timeline-entry {
padding: 0;
}
.q-timeline-subtitle,
.q-timeline-dot,
.q-timeline-content {
display: table-cell;
vertical-align: top;
}
.q-timeline-subtitle {
width: 35%;
}
[dir=ltr] .q-timeline-subtitle {
text-align: right;
}
[dir=rtl] .q-timeline-subtitle {
text-align: left;
}
.q-timeline-dot {
position: relative;
}
[dir=ltr] .q-timeline-content {
padding-left: 30px;
}
[dir=rtl] .q-timeline-content {
padding-right: 30px;
}
[dir] .q-timeline-entry-with-icon .q-timeline-content {
padding-top: 8px;
}
[dir=ltr] .q-timeline-subtitle {
padding-right: 30px;
}
[dir=rtl] .q-timeline-subtitle {
padding-left: 30px;
}
}
@media (min-width: 992px) {
[dir] .q-timeline-heading-title {
text-align: center;
}
[dir=ltr] .q-timeline-heading-title {
margin-left: 0;
}
[dir=rtl] .q-timeline-heading-title {
margin-right: 0;
}
.q-timeline-entry,
.q-timeline-subtitle,
.q-timeline-dot,
.q-timeline-content {
display: block;
}
[dir] .q-timeline-entry, [dir] .q-timeline-subtitle, [dir] .q-timeline-dot, [dir] .q-timeline-content {
margin: 0;
padding: 0;
}
.q-timeline-dot {
position: absolute;
}
[dir=ltr] .q-timeline-dot {
left: 50%;
margin-left: -7.15px;
}
[dir=rtl] .q-timeline-dot {
right: 50%;
margin-right: -7.15px;
}
[dir=ltr] .q-timeline-entry-with-icon .q-timeline-dot {
left: 50%;
margin-left: -15px;
}
[dir=rtl] .q-timeline-entry-with-icon .q-timeline-dot {
right: 50%;
margin-right: -15px;
}
.q-timeline-subtitle,
.q-timeline-content {
width: 50%;
}
[dir=ltr] .q-timeline-entry-left .q-timeline-content, [dir=ltr] .q-timeline-entry-right .q-timeline-subtitle {
float: left;
padding-right: 30px;
text-align: right;
}
[dir=rtl] .q-timeline-entry-left .q-timeline-content, [dir=rtl] .q-timeline-entry-right .q-timeline-subtitle {
float: right;
padding-left: 30px;
text-align: left;
}
[dir=ltr] .q-timeline-entry-left .q-timeline-subtitle, [dir=ltr] .q-timeline-entry-right .q-timeline-content {
float: right;
text-align: left;
padding-left: 30px;
}
[dir=rtl] .q-timeline-entry-left .q-timeline-subtitle, [dir=rtl] .q-timeline-entry-right .q-timeline-content {
float: left;
text-align: right;
padding-right: 30px;
}
[dir] .q-timeline-entry-with-icon .q-timeline-content {
padding-top: 8px;
}
.q-timeline-entry {
overflow: hidden;
}
[dir] .q-timeline-entry {
padding-bottom: 24px;
}
}
.q-toggle-base {
-webkit-transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
width: 100%;
height: 32px;
color: #f5f5f5;
}
[dir] .q-toggle-base {
background: currentColor;
border-radius: 16px;
border: 2px solid #bdbdbd;
}
.q-toggle-base-dark {
color: #aaa;
}
.q-toggle-handle {
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2), 0 0 0 2px #bdbdbd;
-webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1);
position: absolute;
top: 2px;
width: 28px;
height: 28px;
line-height: 28px;
}
[dir] .q-toggle-handle {
background: #fff;
box-shadow: 0 3px 3px rgba(0,0,0,0.2), 0 0 0 2px #bdbdbd;
border-radius: 50%;
}
[dir=ltr] .q-toggle-handle {
left: 2px;
}
[dir=rtl] .q-toggle-handle {
right: 2px;
}
.q-toggle .q-option-inner {
height: 32px;
width: 50px;
min-width: 50px;
}
.q-toggle .q-option-inner.active .q-toggle-base {
color: currentColor;
}
[dir] .q-toggle .q-option-inner.active .q-toggle-base {
border: 0;
}
.q-toggle .q-option-inner.active .q-toggle-handle {
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .q-toggle .q-option-inner.active .q-toggle-handle {
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir=ltr] .q-toggle .q-option-inner.active .q-toggle-handle {
left: 20px;
}
[dir=rtl] .q-toggle .q-option-inner.active .q-toggle-handle {
right: 20px;
}
.q-toolbar {
min-height: 50px;
overflow: hidden;
width: 100%;
color: #fff;
}
[dir] .q-toolbar {
padding: 4px 10px;
background: #027be3;
}
.q-toolbar-inverted {
color: #027be3;
}
[dir] .q-toolbar-inverted {
background: #fff;
}
.q-toolbar-title {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
min-width: 1px;
max-width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
font-weight: 600;
}
[dir] .q-toolbar-title {
padding: 0 5px;
text-align: center;
}
.q-toolbar-subtitle {
font-size: 12px;
opacity: 0.7;
}
.q-toolbar-title,
.q-toolbar-subtitle {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.q-tooltip {
position: fixed;
color: #000;
-webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
z-index: 9000;
overflow-y: auto;
overflow-x: hidden;
pointer-events: none;
}
[dir] .q-tooltip {
background: #fff;
box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
padding: 10px;
border-radius: 4px;
}
.q-tree-node {
list-style-type: none;
position: relative;
}
[dir] .q-tree-node {
margin: 0;
}
[dir=ltr] .q-tree-node {
padding: 0 0 3px 22px;
}
[dir=rtl] .q-tree-node {
padding: 0 22px 3px 0;
}
.q-tree-node:after {
content: '';
position: absolute;
top: -3px;
bottom: 0;
width: 1px;
}
[dir=ltr] .q-tree-node:after {
right: auto;
left: -13px;
border-left: 1px solid currentColor;
}
[dir=rtl] .q-tree-node:after {
left: auto;
right: -13px;
border-right: 1px solid currentColor;
}
.q-tree-node:last-child:after {
display: none;
}
.q-tree-node-header:before {
content: '';
position: absolute;
top: -3px;
bottom: 50%;
width: 35px;
}
[dir] .q-tree-node-header:before {
border-bottom: 1px solid currentColor;
}
[dir=ltr] .q-tree-node-header:before {
left: -35px;
border-left: 1px solid currentColor;
}
[dir=rtl] .q-tree-node-header:before {
right: -35px;
border-right: 1px solid currentColor;
}
[dir=ltr] .q-tree-children {
padding-left: 25px;
}
[dir=rtl] .q-tree-children {
padding-right: 25px;
}
.q-tree-children.disabled {
pointer-events: none;
}
[dir=ltr] .q-tree-node-body {
padding: 5px 0 8px 5px;
}
[dir=rtl] .q-tree-node-body {
padding: 5px 5px 8px 0;
}
[dir=ltr] .q-tree-node-parent {
padding-left: 2px;
}
[dir=rtl] .q-tree-node-parent {
padding-right: 2px;
}
.q-tree-node-parent > .q-tree-node-header:before {
width: 15px;
}
[dir=ltr] .q-tree-node-parent > .q-tree-node-header:before {
left: -15px;
}
[dir=rtl] .q-tree-node-parent > .q-tree-node-header:before {
right: -15px;
}
[dir=ltr] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body {
padding: 5px 0 8px 27px;
}
[dir=rtl] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body {
padding: 5px 27px 8px 0;
}
.q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body:after {
content: '';
position: absolute;
top: 0;
width: 1px;
height: 100%;
bottom: 50px;
}
[dir=ltr] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body:after {
right: auto;
left: 12px;
border-left: 1px solid currentColor;
}
[dir=rtl] .q-tree-node-parent > .q-tree-node-collapsible > .q-tree-node-body:after {
left: auto;
right: 12px;
border-right: 1px solid currentColor;
}
[dir] .q-tree-node-link {
cursor: pointer;
}
[dir] .q-tree-node-selected {
background: rgba(0,0,0,0.15);
}
[dir] .q-tree-dark .q-tree-node-selected {
background: rgba(255,255,255,0.4);
}
[dir] body.desktop .q-tree-node-link:hover {
background: rgba(0,0,0,0.1);
}
[dir] body.desktop .q-tree-dark .q-tree-node-link:hover {
background: rgba(255,255,255,0.3);
}
[dir] .q-tree-node-header {
padding: 4px;
margin-top: 3px;
border-radius: 4px;
}
.q-tree-node-header.disabled {
pointer-events: none;
}
.q-tree-icon {
font-size: 1.5em;
}
.q-tree-img {
height: 3em;
}
.q-tree-img.avatar {
width: 2em;
height: 2em;
}
.q-tree-arrow {
font-size: 1rem;
width: 1rem;
height: 1rem;
}
[dir=ltr] .q-tree-arrow-rotate {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
[dir=rtl] .q-tree-arrow-rotate {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
[dir=rtl] .q-tree-arrow {
-webkit-transform: rotate(180deg) /* rtl:ignore */;
transform: rotate(180deg) /* rtl:ignore */;
}
[dir=rtl] .q-tree-arrow-rotate {
-webkit-transform: rotate(90deg) /* rtl:ignore */;
transform: rotate(90deg) /* rtl:ignore */;
}
[dir] .q-tree > .q-tree-node {
padding: 0;
}
.q-tree > .q-tree-node:after,
.q-tree > .q-tree-node > .q-tree-node-header:before {
display: none;
}
[dir=ltr] .q-tree > .q-tree-node-child > .q-tree-node-header {
padding-left: 24px;
}
[dir=rtl] .q-tree > .q-tree-node-child > .q-tree-node-header {
padding-right: 24px;
}
[dir=ltr] .q-uploader-expanded .q-if {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
[dir=rtl] .q-uploader-expanded .q-if {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.q-uploader-input {
opacity: 0;
max-width: 100%;
height: 100%;
width: 100%;
font-size: 0;
}
.q-uploader-pick-button[disabled] .q-uploader-input {
display: none;
}
.q-uploader-files {
font-size: 14px;
max-height: 500px;
}
[dir] .q-uploader-files {
border: 1px solid #e0e0e0;
}
[dir] .q-uploader-files-no-border .q-uploader-files {
border-top: 0 !important;
}
[dir] .q-uploader-file:not(:last-child) {
border-bottom: 1px solid #e0e0e0;
}
.q-uploader-progress-bg,
.q-uploader-progress-text {
pointer-events: none;
}
.q-uploader-progress-bg {
height: 100%;
opacity: 0.2;
}
.q-uploader-progress-text {
font-size: 40px;
opacity: 0.1;
bottom: 0;
}
[dir=ltr] .q-uploader-progress-text {
right: 44px;
}
[dir=rtl] .q-uploader-progress-text {
left: 44px;
}
.q-uploader-dnd {
outline: 2px dashed currentColor;
outline-offset: -6px;
}
[dir] .q-uploader-dnd {
background: rgba(255,255,255,0.6);
}
[dir] .q-uploader-dnd.inverted {
background: rgba(0,0,0,0.3);
}
.q-uploader-dark .q-uploader-files {
color: #fff;
}
[dir] .q-uploader-dark .q-uploader-files {
border: 1px solid #bdbdbd;
}
.q-uploader-dark .q-uploader-bg {
color: #fff;
}
.q-uploader-dark .q-uploader-progress-text {
opacity: 0.2;
}
[dir] .q-uploader-dark .q-uploader-file:not(:last-child) {
border-bottom: 1px solid #424242;
}
img.responsive {
max-width: 100%;
height: auto;
}
img.avatar {
width: 50px;
height: 50px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
vertical-align: middle;
}
[dir] img.avatar {
border-radius: 50%;
box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.q-video {
position: relative;
overflow: hidden;
}
[dir] .q-video {
border-radius: inherit;
}
.q-video iframe,
.q-video object,
.q-video embed {
width: 100%;
height: 100%;
}
.text-primary {
color: #027be3 !important;
}
[dir] .bg-primary {
background: #027be3 !important;
}
.text-secondary {
color: #26a69a !important;
}
[dir] .bg-secondary {
background: #26a69a !important;
}
.text-tertiary {
color: #555 !important;
}
[dir] .bg-tertiary {
background: #555 !important;
}
.text-faded {
color: #777 !important;
}
[dir] .bg-faded {
background: #777 !important;
}
.text-positive {
color: #21ba45 !important;
}
[dir] .bg-positive {
background: #21ba45 !important;
}
.text-negative {
color: #db2828 !important;
}
[dir] .bg-negative {
background: #db2828 !important;
}
.text-info {
color: #31ccec !important;
}
[dir] .bg-info {
background: #31ccec !important;
}
.text-warning {
color: #f2c037 !important;
}
[dir] .bg-warning {
background: #f2c037 !important;
}
.text-white {
color: #fff !important;
}
[dir] .bg-white {
background: #fff !important;
}
.text-black {
color: #000 !important;
}
[dir] .bg-black {
background: #000 !important;
}
.text-light {
color: #bdbdbd !important;
}
[dir] .bg-light {
background: #bdbdbd !important;
}
.text-dark {
color: #424242 !important;
}
[dir] .bg-dark {
background: #424242 !important;
}
.text-transparent {
color: transparent !important;
}
[dir] .bg-transparent {
background: transparent !important;
}
.text-red {
color: #f44336 !important;
}
.text-red-1 {
color: #ffebee !important;
}
.text-red-2 {
color: #ffcdd2 !important;
}
.text-red-3 {
color: #ef9a9a !important;
}
.text-red-4 {
color: #e57373 !important;
}
.text-red-5 {
color: #ef5350 !important;
}
.text-red-6 {
color: #f44336 !important;
}
.text-red-7 {
color: #e53935 !important;
}
.text-red-8 {
color: #d32f2f !important;
}
.text-red-9 {
color: #c62828 !important;
}
.text-red-10 {
color: #b71c1c !important;
}
.text-red-11 {
color: #ff8a80 !important;
}
.text-red-12 {
color: #ff5252 !important;
}
.text-red-13 {
color: #ff1744 !important;
}
.text-red-14 {
color: #d50000 !important;
}
.text-pink {
color: #e91e63 !important;
}
.text-pink-1 {
color: #fce4ec !important;
}
.text-pink-2 {
color: #f8bbd0 !important;
}
.text-pink-3 {
color: #f48fb1 !important;
}
.text-pink-4 {
color: #f06292 !important;
}
.text-pink-5 {
color: #ec407a !important;
}
.text-pink-6 {
color: #e91e63 !important;
}
.text-pink-7 {
color: #d81b60 !important;
}
.text-pink-8 {
color: #c2185b !important;
}
.text-pink-9 {
color: #ad1457 !important;
}
.text-pink-10 {
color: #880e4f !important;
}
.text-pink-11 {
color: #ff80ab !important;
}
.text-pink-12 {
color: #ff4081 !important;
}
.text-pink-13 {
color: #f50057 !important;
}
.text-pink-14 {
color: #c51162 !important;
}
.text-purple {
color: #9c27b0 !important;
}
.text-purple-1 {
color: #f3e5f5 !important;
}
.text-purple-2 {
color: #e1bee7 !important;
}
.text-purple-3 {
color: #ce93d8 !important;
}
.text-purple-4 {
color: #ba68c8 !important;
}
.text-purple-5 {
color: #ab47bc !important;
}
.text-purple-6 {
color: #9c27b0 !important;
}
.text-purple-7 {
color: #8e24aa !important;
}
.text-purple-8 {
color: #7b1fa2 !important;
}
.text-purple-9 {
color: #6a1b9a !important;
}
.text-purple-10 {
color: #4a148c !important;
}
.text-purple-11 {
color: #ea80fc !important;
}
.text-purple-12 {
color: #e040fb !important;
}
.text-purple-13 {
color: #d500f9 !important;
}
.text-purple-14 {
color: #a0f !important;
}
.text-deep-purple {
color: #673ab7 !important;
}
.text-deep-purple-1 {
color: #ede7f6 !important;
}
.text-deep-purple-2 {
color: #d1c4e9 !important;
}
.text-deep-purple-3 {
color: #b39ddb !important;
}
.text-deep-purple-4 {
color: #9575cd !important;
}
.text-deep-purple-5 {
color: #7e57c2 !important;
}
.text-deep-purple-6 {
color: #673ab7 !important;
}
.text-deep-purple-7 {
color: #5e35b1 !important;
}
.text-deep-purple-8 {
color: #512da8 !important;
}
.text-deep-purple-9 {
color: #4527a0 !important;
}
.text-deep-purple-10 {
color: #311b92 !important;
}
.text-deep-purple-11 {
color: #b388ff !important;
}
.text-deep-purple-12 {
color: #7c4dff !important;
}
.text-deep-purple-13 {
color: #651fff !important;
}
.text-deep-purple-14 {
color: #6200ea !important;
}
.text-indigo {
color: #3f51b5 !important;
}
.text-indigo-1 {
color: #e8eaf6 !important;
}
.text-indigo-2 {
color: #c5cae9 !important;
}
.text-indigo-3 {
color: #9fa8da !important;
}
.text-indigo-4 {
color: #7986cb !important;
}
.text-indigo-5 {
color: #5c6bc0 !important;
}
.text-indigo-6 {
color: #3f51b5 !important;
}
.text-indigo-7 {
color: #3949ab !important;
}
.text-indigo-8 {
color: #303f9f !important;
}
.text-indigo-9 {
color: #283593 !important;
}
.text-indigo-10 {
color: #1a237e !important;
}
.text-indigo-11 {
color: #8c9eff !important;
}
.text-indigo-12 {
color: #536dfe !important;
}
.text-indigo-13 {
color: #3d5afe !important;
}
.text-indigo-14 {
color: #304ffe !important;
}
.text-blue {
color: #2196f3 !important;
}
.text-blue-1 {
color: #e3f2fd !important;
}
.text-blue-2 {
color: #bbdefb !important;
}
.text-blue-3 {
color: #90caf9 !important;
}
.text-blue-4 {
color: #64b5f6 !important;
}
.text-blue-5 {
color: #42a5f5 !important;
}
.text-blue-6 {
color: #2196f3 !important;
}
.text-blue-7 {
color: #1e88e5 !important;
}
.text-blue-8 {
color: #1976d2 !important;
}
.text-blue-9 {
color: #1565c0 !important;
}
.text-blue-10 {
color: #0d47a1 !important;
}
.text-blue-11 {
color: #82b1ff !important;
}
.text-blue-12 {
color: #448aff !important;
}
.text-blue-13 {
color: #2979ff !important;
}
.text-blue-14 {
color: #2962ff !important;
}
.text-light-blue {
color: #03a9f4 !important;
}
.text-light-blue-1 {
color: #e1f5fe !important;
}
.text-light-blue-2 {
color: #b3e5fc !important;
}
.text-light-blue-3 {
color: #81d4fa !important;
}
.text-light-blue-4 {
color: #4fc3f7 !important;
}
.text-light-blue-5 {
color: #29b6f6 !important;
}
.text-light-blue-6 {
color: #03a9f4 !important;
}
.text-light-blue-7 {
color: #039be5 !important;
}
.text-light-blue-8 {
color: #0288d1 !important;
}
.text-light-blue-9 {
color: #0277bd !important;
}
.text-light-blue-10 {
color: #01579b !important;
}
.text-light-blue-11 {
color: #80d8ff !important;
}
.text-light-blue-12 {
color: #40c4ff !important;
}
.text-light-blue-13 {
color: #00b0ff !important;
}
.text-light-blue-14 {
color: #0091ea !important;
}
.text-cyan {
color: #00bcd4 !important;
}
.text-cyan-1 {
color: #e0f7fa !important;
}
.text-cyan-2 {
color: #b2ebf2 !important;
}
.text-cyan-3 {
color: #80deea !important;
}
.text-cyan-4 {
color: #4dd0e1 !important;
}
.text-cyan-5 {
color: #26c6da !important;
}
.text-cyan-6 {
color: #00bcd4 !important;
}
.text-cyan-7 {
color: #00acc1 !important;
}
.text-cyan-8 {
color: #0097a7 !important;
}
.text-cyan-9 {
color: #00838f !important;
}
.text-cyan-10 {
color: #006064 !important;
}
.text-cyan-11 {
color: #84ffff !important;
}
.text-cyan-12 {
color: #18ffff !important;
}
.text-cyan-13 {
color: #00e5ff !important;
}
.text-cyan-14 {
color: #00b8d4 !important;
}
.text-teal {
color: #009688 !important;
}
.text-teal-1 {
color: #e0f2f1 !important;
}
.text-teal-2 {
color: #b2dfdb !important;
}
.text-teal-3 {
color: #80cbc4 !important;
}
.text-teal-4 {
color: #4db6ac !important;
}
.text-teal-5 {
color: #26a69a !important;
}
.text-teal-6 {
color: #009688 !important;
}
.text-teal-7 {
color: #00897b !important;
}
.text-teal-8 {
color: #00796b !important;
}
.text-teal-9 {
color: #00695c !important;
}
.text-teal-10 {
color: #004d40 !important;
}
.text-teal-11 {
color: #a7ffeb !important;
}
.text-teal-12 {
color: #64ffda !important;
}
.text-teal-13 {
color: #1de9b6 !important;
}
.text-teal-14 {
color: #00bfa5 !important;
}
.text-green {
color: #4caf50 !important;
}
.text-green-1 {
color: #e8f5e9 !important;
}
.text-green-2 {
color: #c8e6c9 !important;
}
.text-green-3 {
color: #a5d6a7 !important;
}
.text-green-4 {
color: #81c784 !important;
}
.text-green-5 {
color: #66bb6a !important;
}
.text-green-6 {
color: #4caf50 !important;
}
.text-green-7 {
color: #43a047 !important;
}
.text-green-8 {
color: #388e3c !important;
}
.text-green-9 {
color: #2e7d32 !important;
}
.text-green-10 {
color: #1b5e20 !important;
}
.text-green-11 {
color: #b9f6ca !important;
}
.text-green-12 {
color: #69f0ae !important;
}
.text-green-13 {
color: #00e676 !important;
}
.text-green-14 {
color: #00c853 !important;
}
.text-light-green {
color: #8bc34a !important;
}
.text-light-green-1 {
color: #f1f8e9 !important;
}
.text-light-green-2 {
color: #dcedc8 !important;
}
.text-light-green-3 {
color: #c5e1a5 !important;
}
.text-light-green-4 {
color: #aed581 !important;
}
.text-light-green-5 {
color: #9ccc65 !important;
}
.text-light-green-6 {
color: #8bc34a !important;
}
.text-light-green-7 {
color: #7cb342 !important;
}
.text-light-green-8 {
color: #689f38 !important;
}
.text-light-green-9 {
color: #558b2f !important;
}
.text-light-green-10 {
color: #33691e !important;
}
.text-light-green-11 {
color: #ccff90 !important;
}
.text-light-green-12 {
color: #b2ff59 !important;
}
.text-light-green-13 {
color: #76ff03 !important;
}
.text-light-green-14 {
color: #64dd17 !important;
}
.text-lime {
color: #cddc39 !important;
}
.text-lime-1 {
color: #f9fbe7 !important;
}
.text-lime-2 {
color: #f0f4c3 !important;
}
.text-lime-3 {
color: #e6ee9c !important;
}
.text-lime-4 {
color: #dce775 !important;
}
.text-lime-5 {
color: #d4e157 !important;
}
.text-lime-6 {
color: #cddc39 !important;
}
.text-lime-7 {
color: #c0ca33 !important;
}
.text-lime-8 {
color: #afb42b !important;
}
.text-lime-9 {
color: #9e9d24 !important;
}
.text-lime-10 {
color: #827717 !important;
}
.text-lime-11 {
color: #f4ff81 !important;
}
.text-lime-12 {
color: #eeff41 !important;
}
.text-lime-13 {
color: #c6ff00 !important;
}
.text-lime-14 {
color: #aeea00 !important;
}
.text-yellow {
color: #ffeb3b !important;
}
.text-yellow-1 {
color: #fffde7 !important;
}
.text-yellow-2 {
color: #fff9c4 !important;
}
.text-yellow-3 {
color: #fff59d !important;
}
.text-yellow-4 {
color: #fff176 !important;
}
.text-yellow-5 {
color: #ffee58 !important;
}
.text-yellow-6 {
color: #ffeb3b !important;
}
.text-yellow-7 {
color: #fdd835 !important;
}
.text-yellow-8 {
color: #fbc02d !important;
}
.text-yellow-9 {
color: #f9a825 !important;
}
.text-yellow-10 {
color: #f57f17 !important;
}
.text-yellow-11 {
color: #ffff8d !important;
}
.text-yellow-12 {
color: #ff0 !important;
}
.text-yellow-13 {
color: #ffea00 !important;
}
.text-yellow-14 {
color: #ffd600 !important;
}
.text-amber {
color: #ffc107 !important;
}
.text-amber-1 {
color: #fff8e1 !important;
}
.text-amber-2 {
color: #ffecb3 !important;
}
.text-amber-3 {
color: #ffe082 !important;
}
.text-amber-4 {
color: #ffd54f !important;
}
.text-amber-5 {
color: #ffca28 !important;
}
.text-amber-6 {
color: #ffc107 !important;
}
.text-amber-7 {
color: #ffb300 !important;
}
.text-amber-8 {
color: #ffa000 !important;
}
.text-amber-9 {
color: #ff8f00 !important;
}
.text-amber-10 {
color: #ff6f00 !important;
}
.text-amber-11 {
color: #ffe57f !important;
}
.text-amber-12 {
color: #ffd740 !important;
}
.text-amber-13 {
color: #ffc400 !important;
}
.text-amber-14 {
color: #ffab00 !important;
}
.text-orange {
color: #ff9800 !important;
}
.text-orange-1 {
color: #fff3e0 !important;
}
.text-orange-2 {
color: #ffe0b2 !important;
}
.text-orange-3 {
color: #ffcc80 !important;
}
.text-orange-4 {
color: #ffb74d !important;
}
.text-orange-5 {
color: #ffa726 !important;
}
.text-orange-6 {
color: #ff9800 !important;
}
.text-orange-7 {
color: #fb8c00 !important;
}
.text-orange-8 {
color: #f57c00 !important;
}
.text-orange-9 {
color: #ef6c00 !important;
}
.text-orange-10 {
color: #e65100 !important;
}
.text-orange-11 {
color: #ffd180 !important;
}
.text-orange-12 {
color: #ffab40 !important;
}
.text-orange-13 {
color: #ff9100 !important;
}
.text-orange-14 {
color: #ff6d00 !important;
}
.text-deep-orange {
color: #ff5722 !important;
}
.text-deep-orange-1 {
color: #fbe9e7 !important;
}
.text-deep-orange-2 {
color: #ffccbc !important;
}
.text-deep-orange-3 {
color: #ffab91 !important;
}
.text-deep-orange-4 {
color: #ff8a65 !important;
}
.text-deep-orange-5 {
color: #ff7043 !important;
}
.text-deep-orange-6 {
color: #ff5722 !important;
}
.text-deep-orange-7 {
color: #f4511e !important;
}
.text-deep-orange-8 {
color: #e64a19 !important;
}
.text-deep-orange-9 {
color: #d84315 !important;
}
.text-deep-orange-10 {
color: #bf360c !important;
}
.text-deep-orange-11 {
color: #ff9e80 !important;
}
.text-deep-orange-12 {
color: #ff6e40 !important;
}
.text-deep-orange-13 {
color: #ff3d00 !important;
}
.text-deep-orange-14 {
color: #dd2c00 !important;
}
.text-brown {
color: #795548 !important;
}
.text-brown-1 {
color: #efebe9 !important;
}
.text-brown-2 {
color: #d7ccc8 !important;
}
.text-brown-3 {
color: #bcaaa4 !important;
}
.text-brown-4 {
color: #a1887f !important;
}
.text-brown-5 {
color: #8d6e63 !important;
}
.text-brown-6 {
color: #795548 !important;
}
.text-brown-7 {
color: #6d4c41 !important;
}
.text-brown-8 {
color: #5d4037 !important;
}
.text-brown-9 {
color: #4e342e !important;
}
.text-brown-10 {
color: #3e2723 !important;
}
.text-brown-11 {
color: #d7ccc8 !important;
}
.text-brown-12 {
color: #bcaaa4 !important;
}
.text-brown-13 {
color: #8d6e63 !important;
}
.text-brown-14 {
color: #5d4037 !important;
}
.text-grey {
color: #9e9e9e !important;
}
.text-grey-1 {
color: #fafafa !important;
}
.text-grey-2 {
color: #f5f5f5 !important;
}
.text-grey-3 {
color: #eee !important;
}
.text-grey-4 {
color: #e0e0e0 !important;
}
.text-grey-5 {
color: #bdbdbd !important;
}
.text-grey-6 {
color: #9e9e9e !important;
}
.text-grey-7 {
color: #757575 !important;
}
.text-grey-8 {
color: #616161 !important;
}
.text-grey-9 {
color: #424242 !important;
}
.text-grey-10 {
color: #212121 !important;
}
.text-grey-11 {
color: #f5f5f5 !important;
}
.text-grey-12 {
color: #eee !important;
}
.text-grey-13 {
color: #bdbdbd !important;
}
.text-grey-14 {
color: #616161 !important;
}
.text-blue-grey {
color: #607d8b !important;
}
.text-blue-grey-1 {
color: #eceff1 !important;
}
.text-blue-grey-2 {
color: #cfd8dc !important;
}
.text-blue-grey-3 {
color: #b0bec5 !important;
}
.text-blue-grey-4 {
color: #90a4ae !important;
}
.text-blue-grey-5 {
color: #78909c !important;
}
.text-blue-grey-6 {
color: #607d8b !important;
}
.text-blue-grey-7 {
color: #546e7a !important;
}
.text-blue-grey-8 {
color: #455a64 !important;
}
.text-blue-grey-9 {
color: #37474f !important;
}
.text-blue-grey-10 {
color: #263238 !important;
}
.text-blue-grey-11 {
color: #cfd8dc !important;
}
.text-blue-grey-12 {
color: #b0bec5 !important;
}
.text-blue-grey-13 {
color: #78909c !important;
}
.text-blue-grey-14 {
color: #455a64 !important;
}
[dir] .bg-red {
background: #f44336 !important;
}
[dir] .bg-red-1 {
background: #ffebee !important;
}
[dir] .bg-red-2 {
background: #ffcdd2 !important;
}
[dir] .bg-red-3 {
background: #ef9a9a !important;
}
[dir] .bg-red-4 {
background: #e57373 !important;
}
[dir] .bg-red-5 {
background: #ef5350 !important;
}
[dir] .bg-red-6 {
background: #f44336 !important;
}
[dir] .bg-red-7 {
background: #e53935 !important;
}
[dir] .bg-red-8 {
background: #d32f2f !important;
}
[dir] .bg-red-9 {
background: #c62828 !important;
}
[dir] .bg-red-10 {
background: #b71c1c !important;
}
[dir] .bg-red-11 {
background: #ff8a80 !important;
}
[dir] .bg-red-12 {
background: #ff5252 !important;
}
[dir] .bg-red-13 {
background: #ff1744 !important;
}
[dir] .bg-red-14 {
background: #d50000 !important;
}
[dir] .bg-pink {
background: #e91e63 !important;
}
[dir] .bg-pink-1 {
background: #fce4ec !important;
}
[dir] .bg-pink-2 {
background: #f8bbd0 !important;
}
[dir] .bg-pink-3 {
background: #f48fb1 !important;
}
[dir] .bg-pink-4 {
background: #f06292 !important;
}
[dir] .bg-pink-5 {
background: #ec407a !important;
}
[dir] .bg-pink-6 {
background: #e91e63 !important;
}
[dir] .bg-pink-7 {
background: #d81b60 !important;
}
[dir] .bg-pink-8 {
background: #c2185b !important;
}
[dir] .bg-pink-9 {
background: #ad1457 !important;
}
[dir] .bg-pink-10 {
background: #880e4f !important;
}
[dir] .bg-pink-11 {
background: #ff80ab !important;
}
[dir] .bg-pink-12 {
background: #ff4081 !important;
}
[dir] .bg-pink-13 {
background: #f50057 !important;
}
[dir] .bg-pink-14 {
background: #c51162 !important;
}
[dir] .bg-purple {
background: #9c27b0 !important;
}
[dir] .bg-purple-1 {
background: #f3e5f5 !important;
}
[dir] .bg-purple-2 {
background: #e1bee7 !important;
}
[dir] .bg-purple-3 {
background: #ce93d8 !important;
}
[dir] .bg-purple-4 {
background: #ba68c8 !important;
}
[dir] .bg-purple-5 {
background: #ab47bc !important;
}
[dir] .bg-purple-6 {
background: #9c27b0 !important;
}
[dir] .bg-purple-7 {
background: #8e24aa !important;
}
[dir] .bg-purple-8 {
background: #7b1fa2 !important;
}
[dir] .bg-purple-9 {
background: #6a1b9a !important;
}
[dir] .bg-purple-10 {
background: #4a148c !important;
}
[dir] .bg-purple-11 {
background: #ea80fc !important;
}
[dir] .bg-purple-12 {
background: #e040fb !important;
}
[dir] .bg-purple-13 {
background: #d500f9 !important;
}
[dir] .bg-purple-14 {
background: #a0f !important;
}
[dir] .bg-deep-purple {
background: #673ab7 !important;
}
[dir] .bg-deep-purple-1 {
background: #ede7f6 !important;
}
[dir] .bg-deep-purple-2 {
background: #d1c4e9 !important;
}
[dir] .bg-deep-purple-3 {
background: #b39ddb !important;
}
[dir] .bg-deep-purple-4 {
background: #9575cd !important;
}
[dir] .bg-deep-purple-5 {
background: #7e57c2 !important;
}
[dir] .bg-deep-purple-6 {
background: #673ab7 !important;
}
[dir] .bg-deep-purple-7 {
background: #5e35b1 !important;
}
[dir] .bg-deep-purple-8 {
background: #512da8 !important;
}
[dir] .bg-deep-purple-9 {
background: #4527a0 !important;
}
[dir] .bg-deep-purple-10 {
background: #311b92 !important;
}
[dir] .bg-deep-purple-11 {
background: #b388ff !important;
}
[dir] .bg-deep-purple-12 {
background: #7c4dff !important;
}
[dir] .bg-deep-purple-13 {
background: #651fff !important;
}
[dir] .bg-deep-purple-14 {
background: #6200ea !important;
}
[dir] .bg-indigo {
background: #3f51b5 !important;
}
[dir] .bg-indigo-1 {
background: #e8eaf6 !important;
}
[dir] .bg-indigo-2 {
background: #c5cae9 !important;
}
[dir] .bg-indigo-3 {
background: #9fa8da !important;
}
[dir] .bg-indigo-4 {
background: #7986cb !important;
}
[dir] .bg-indigo-5 {
background: #5c6bc0 !important;
}
[dir] .bg-indigo-6 {
background: #3f51b5 !important;
}
[dir] .bg-indigo-7 {
background: #3949ab !important;
}
[dir] .bg-indigo-8 {
background: #303f9f !important;
}
[dir] .bg-indigo-9 {
background: #283593 !important;
}
[dir] .bg-indigo-10 {
background: #1a237e !important;
}
[dir] .bg-indigo-11 {
background: #8c9eff !important;
}
[dir] .bg-indigo-12 {
background: #536dfe !important;
}
[dir] .bg-indigo-13 {
background: #3d5afe !important;
}
[dir] .bg-indigo-14 {
background: #304ffe !important;
}
[dir] .bg-blue {
background: #2196f3 !important;
}
[dir] .bg-blue-1 {
background: #e3f2fd !important;
}
[dir] .bg-blue-2 {
background: #bbdefb !important;
}
[dir] .bg-blue-3 {
background: #90caf9 !important;
}
[dir] .bg-blue-4 {
background: #64b5f6 !important;
}
[dir] .bg-blue-5 {
background: #42a5f5 !important;
}
[dir] .bg-blue-6 {
background: #2196f3 !important;
}
[dir] .bg-blue-7 {
background: #1e88e5 !important;
}
[dir] .bg-blue-8 {
background: #1976d2 !important;
}
[dir] .bg-blue-9 {
background: #1565c0 !important;
}
[dir] .bg-blue-10 {
background: #0d47a1 !important;
}
[dir] .bg-blue-11 {
background: #82b1ff !important;
}
[dir] .bg-blue-12 {
background: #448aff !important;
}
[dir] .bg-blue-13 {
background: #2979ff !important;
}
[dir] .bg-blue-14 {
background: #2962ff !important;
}
[dir] .bg-light-blue {
background: #03a9f4 !important;
}
[dir] .bg-light-blue-1 {
background: #e1f5fe !important;
}
[dir] .bg-light-blue-2 {
background: #b3e5fc !important;
}
[dir] .bg-light-blue-3 {
background: #81d4fa !important;
}
[dir] .bg-light-blue-4 {
background: #4fc3f7 !important;
}
[dir] .bg-light-blue-5 {
background: #29b6f6 !important;
}
[dir] .bg-light-blue-6 {
background: #03a9f4 !important;
}
[dir] .bg-light-blue-7 {
background: #039be5 !important;
}
[dir] .bg-light-blue-8 {
background: #0288d1 !important;
}
[dir] .bg-light-blue-9 {
background: #0277bd !important;
}
[dir] .bg-light-blue-10 {
background: #01579b !important;
}
[dir] .bg-light-blue-11 {
background: #80d8ff !important;
}
[dir] .bg-light-blue-12 {
background: #40c4ff !important;
}
[dir] .bg-light-blue-13 {
background: #00b0ff !important;
}
[dir] .bg-light-blue-14 {
background: #0091ea !important;
}
[dir] .bg-cyan {
background: #00bcd4 !important;
}
[dir] .bg-cyan-1 {
background: #e0f7fa !important;
}
[dir] .bg-cyan-2 {
background: #b2ebf2 !important;
}
[dir] .bg-cyan-3 {
background: #80deea !important;
}
[dir] .bg-cyan-4 {
background: #4dd0e1 !important;
}
[dir] .bg-cyan-5 {
background: #26c6da !important;
}
[dir] .bg-cyan-6 {
background: #00bcd4 !important;
}
[dir] .bg-cyan-7 {
background: #00acc1 !important;
}
[dir] .bg-cyan-8 {
background: #0097a7 !important;
}
[dir] .bg-cyan-9 {
background: #00838f !important;
}
[dir] .bg-cyan-10 {
background: #006064 !important;
}
[dir] .bg-cyan-11 {
background: #84ffff !important;
}
[dir] .bg-cyan-12 {
background: #18ffff !important;
}
[dir] .bg-cyan-13 {
background: #00e5ff !important;
}
[dir] .bg-cyan-14 {
background: #00b8d4 !important;
}
[dir] .bg-teal {
background: #009688 !important;
}
[dir] .bg-teal-1 {
background: #e0f2f1 !important;
}
[dir] .bg-teal-2 {
background: #b2dfdb !important;
}
[dir] .bg-teal-3 {
background: #80cbc4 !important;
}
[dir] .bg-teal-4 {
background: #4db6ac !important;
}
[dir] .bg-teal-5 {
background: #26a69a !important;
}
[dir] .bg-teal-6 {
background: #009688 !important;
}
[dir] .bg-teal-7 {
background: #00897b !important;
}
[dir] .bg-teal-8 {
background: #00796b !important;
}
[dir] .bg-teal-9 {
background: #00695c !important;
}
[dir] .bg-teal-10 {
background: #004d40 !important;
}
[dir] .bg-teal-11 {
background: #a7ffeb !important;
}
[dir] .bg-teal-12 {
background: #64ffda !important;
}
[dir] .bg-teal-13 {
background: #1de9b6 !important;
}
[dir] .bg-teal-14 {
background: #00bfa5 !important;
}
[dir] .bg-green {
background: #4caf50 !important;
}
[dir] .bg-green-1 {
background: #e8f5e9 !important;
}
[dir] .bg-green-2 {
background: #c8e6c9 !important;
}
[dir] .bg-green-3 {
background: #a5d6a7 !important;
}
[dir] .bg-green-4 {
background: #81c784 !important;
}
[dir] .bg-green-5 {
background: #66bb6a !important;
}
[dir] .bg-green-6 {
background: #4caf50 !important;
}
[dir] .bg-green-7 {
background: #43a047 !important;
}
[dir] .bg-green-8 {
background: #388e3c !important;
}
[dir] .bg-green-9 {
background: #2e7d32 !important;
}
[dir] .bg-green-10 {
background: #1b5e20 !important;
}
[dir] .bg-green-11 {
background: #b9f6ca !important;
}
[dir] .bg-green-12 {
background: #69f0ae !important;
}
[dir] .bg-green-13 {
background: #00e676 !important;
}
[dir] .bg-green-14 {
background: #00c853 !important;
}
[dir] .bg-light-green {
background: #8bc34a !important;
}
[dir] .bg-light-green-1 {
background: #f1f8e9 !important;
}
[dir] .bg-light-green-2 {
background: #dcedc8 !important;
}
[dir] .bg-light-green-3 {
background: #c5e1a5 !important;
}
[dir] .bg-light-green-4 {
background: #aed581 !important;
}
[dir] .bg-light-green-5 {
background: #9ccc65 !important;
}
[dir] .bg-light-green-6 {
background: #8bc34a !important;
}
[dir] .bg-light-green-7 {
background: #7cb342 !important;
}
[dir] .bg-light-green-8 {
background: #689f38 !important;
}
[dir] .bg-light-green-9 {
background: #558b2f !important;
}
[dir] .bg-light-green-10 {
background: #33691e !important;
}
[dir] .bg-light-green-11 {
background: #ccff90 !important;
}
[dir] .bg-light-green-12 {
background: #b2ff59 !important;
}
[dir] .bg-light-green-13 {
background: #76ff03 !important;
}
[dir] .bg-light-green-14 {
background: #64dd17 !important;
}
[dir] .bg-lime {
background: #cddc39 !important;
}
[dir] .bg-lime-1 {
background: #f9fbe7 !important;
}
[dir] .bg-lime-2 {
background: #f0f4c3 !important;
}
[dir] .bg-lime-3 {
background: #e6ee9c !important;
}
[dir] .bg-lime-4 {
background: #dce775 !important;
}
[dir] .bg-lime-5 {
background: #d4e157 !important;
}
[dir] .bg-lime-6 {
background: #cddc39 !important;
}
[dir] .bg-lime-7 {
background: #c0ca33 !important;
}
[dir] .bg-lime-8 {
background: #afb42b !important;
}
[dir] .bg-lime-9 {
background: #9e9d24 !important;
}
[dir] .bg-lime-10 {
background: #827717 !important;
}
[dir] .bg-lime-11 {
background: #f4ff81 !important;
}
[dir] .bg-lime-12 {
background: #eeff41 !important;
}
[dir] .bg-lime-13 {
background: #c6ff00 !important;
}
[dir] .bg-lime-14 {
background: #aeea00 !important;
}
[dir] .bg-yellow {
background: #ffeb3b !important;
}
[dir] .bg-yellow-1 {
background: #fffde7 !important;
}
[dir] .bg-yellow-2 {
background: #fff9c4 !important;
}
[dir] .bg-yellow-3 {
background: #fff59d !important;
}
[dir] .bg-yellow-4 {
background: #fff176 !important;
}
[dir] .bg-yellow-5 {
background: #ffee58 !important;
}
[dir] .bg-yellow-6 {
background: #ffeb3b !important;
}
[dir] .bg-yellow-7 {
background: #fdd835 !important;
}
[dir] .bg-yellow-8 {
background: #fbc02d !important;
}
[dir] .bg-yellow-9 {
background: #f9a825 !important;
}
[dir] .bg-yellow-10 {
background: #f57f17 !important;
}
[dir] .bg-yellow-11 {
background: #ffff8d !important;
}
[dir] .bg-yellow-12 {
background: #ff0 !important;
}
[dir] .bg-yellow-13 {
background: #ffea00 !important;
}
[dir] .bg-yellow-14 {
background: #ffd600 !important;
}
[dir] .bg-amber {
background: #ffc107 !important;
}
[dir] .bg-amber-1 {
background: #fff8e1 !important;
}
[dir] .bg-amber-2 {
background: #ffecb3 !important;
}
[dir] .bg-amber-3 {
background: #ffe082 !important;
}
[dir] .bg-amber-4 {
background: #ffd54f !important;
}
[dir] .bg-amber-5 {
background: #ffca28 !important;
}
[dir] .bg-amber-6 {
background: #ffc107 !important;
}
[dir] .bg-amber-7 {
background: #ffb300 !important;
}
[dir] .bg-amber-8 {
background: #ffa000 !important;
}
[dir] .bg-amber-9 {
background: #ff8f00 !important;
}
[dir] .bg-amber-10 {
background: #ff6f00 !important;
}
[dir] .bg-amber-11 {
background: #ffe57f !important;
}
[dir] .bg-amber-12 {
background: #ffd740 !important;
}
[dir] .bg-amber-13 {
background: #ffc400 !important;
}
[dir] .bg-amber-14 {
background: #ffab00 !important;
}
[dir] .bg-orange {
background: #ff9800 !important;
}
[dir] .bg-orange-1 {
background: #fff3e0 !important;
}
[dir] .bg-orange-2 {
background: #ffe0b2 !important;
}
[dir] .bg-orange-3 {
background: #ffcc80 !important;
}
[dir] .bg-orange-4 {
background: #ffb74d !important;
}
[dir] .bg-orange-5 {
background: #ffa726 !important;
}
[dir] .bg-orange-6 {
background: #ff9800 !important;
}
[dir] .bg-orange-7 {
background: #fb8c00 !important;
}
[dir] .bg-orange-8 {
background: #f57c00 !important;
}
[dir] .bg-orange-9 {
background: #ef6c00 !important;
}
[dir] .bg-orange-10 {
background: #e65100 !important;
}
[dir] .bg-orange-11 {
background: #ffd180 !important;
}
[dir] .bg-orange-12 {
background: #ffab40 !important;
}
[dir] .bg-orange-13 {
background: #ff9100 !important;
}
[dir] .bg-orange-14 {
background: #ff6d00 !important;
}
[dir] .bg-deep-orange {
background: #ff5722 !important;
}
[dir] .bg-deep-orange-1 {
background: #fbe9e7 !important;
}
[dir] .bg-deep-orange-2 {
background: #ffccbc !important;
}
[dir] .bg-deep-orange-3 {
background: #ffab91 !important;
}
[dir] .bg-deep-orange-4 {
background: #ff8a65 !important;
}
[dir] .bg-deep-orange-5 {
background: #ff7043 !important;
}
[dir] .bg-deep-orange-6 {
background: #ff5722 !important;
}
[dir] .bg-deep-orange-7 {
background: #f4511e !important;
}
[dir] .bg-deep-orange-8 {
background: #e64a19 !important;
}
[dir] .bg-deep-orange-9 {
background: #d84315 !important;
}
[dir] .bg-deep-orange-10 {
background: #bf360c !important;
}
[dir] .bg-deep-orange-11 {
background: #ff9e80 !important;
}
[dir] .bg-deep-orange-12 {
background: #ff6e40 !important;
}
[dir] .bg-deep-orange-13 {
background: #ff3d00 !important;
}
[dir] .bg-deep-orange-14 {
background: #dd2c00 !important;
}
[dir] .bg-brown {
background: #795548 !important;
}
[dir] .bg-brown-1 {
background: #efebe9 !important;
}
[dir] .bg-brown-2 {
background: #d7ccc8 !important;
}
[dir] .bg-brown-3 {
background: #bcaaa4 !important;
}
[dir] .bg-brown-4 {
background: #a1887f !important;
}
[dir] .bg-brown-5 {
background: #8d6e63 !important;
}
[dir] .bg-brown-6 {
background: #795548 !important;
}
[dir] .bg-brown-7 {
background: #6d4c41 !important;
}
[dir] .bg-brown-8 {
background: #5d4037 !important;
}
[dir] .bg-brown-9 {
background: #4e342e !important;
}
[dir] .bg-brown-10 {
background: #3e2723 !important;
}
[dir] .bg-brown-11 {
background: #d7ccc8 !important;
}
[dir] .bg-brown-12 {
background: #bcaaa4 !important;
}
[dir] .bg-brown-13 {
background: #8d6e63 !important;
}
[dir] .bg-brown-14 {
background: #5d4037 !important;
}
[dir] .bg-grey {
background: #9e9e9e !important;
}
[dir] .bg-grey-1 {
background: #fafafa !important;
}
[dir] .bg-grey-2 {
background: #f5f5f5 !important;
}
[dir] .bg-grey-3 {
background: #eee !important;
}
[dir] .bg-grey-4 {
background: #e0e0e0 !important;
}
[dir] .bg-grey-5 {
background: #bdbdbd !important;
}
[dir] .bg-grey-6 {
background: #9e9e9e !important;
}
[dir] .bg-grey-7 {
background: #757575 !important;
}
[dir] .bg-grey-8 {
background: #616161 !important;
}
[dir] .bg-grey-9 {
background: #424242 !important;
}
[dir] .bg-grey-10 {
background: #212121 !important;
}
[dir] .bg-grey-11 {
background: #f5f5f5 !important;
}
[dir] .bg-grey-12 {
background: #eee !important;
}
[dir] .bg-grey-13 {
background: #bdbdbd !important;
}
[dir] .bg-grey-14 {
background: #616161 !important;
}
[dir] .bg-blue-grey {
background: #607d8b !important;
}
[dir] .bg-blue-grey-1 {
background: #eceff1 !important;
}
[dir] .bg-blue-grey-2 {
background: #cfd8dc !important;
}
[dir] .bg-blue-grey-3 {
background: #b0bec5 !important;
}
[dir] .bg-blue-grey-4 {
background: #90a4ae !important;
}
[dir] .bg-blue-grey-5 {
background: #78909c !important;
}
[dir] .bg-blue-grey-6 {
background: #607d8b !important;
}
[dir] .bg-blue-grey-7 {
background: #546e7a !important;
}
[dir] .bg-blue-grey-8 {
background: #455a64 !important;
}
[dir] .bg-blue-grey-9 {
background: #37474f !important;
}
[dir] .bg-blue-grey-10 {
background: #263238 !important;
}
[dir] .bg-blue-grey-11 {
background: #cfd8dc !important;
}
[dir] .bg-blue-grey-12 {
background: #b0bec5 !important;
}
[dir] .bg-blue-grey-13 {
background: #78909c !important;
}
[dir] .bg-blue-grey-14 {
background: #455a64 !important;
}
.shadow-transition {
-webkit-transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
[dir] .shadow-1 {
box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-up-1 {
-webkit-box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
[dir] .shadow-up-1 {
box-shadow: 0 -1px 3px rgba(0,0,0,0.2), 0 -1px 1px rgba(0,0,0,0.14), 0 -2px 1px -1px rgba(0,0,0,0.12);
}
.shadow-2 {
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-2 {
box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-up-2 {
-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-2 {
box-shadow: 0 -1px 5px rgba(0,0,0,0.2), 0 -2px 2px rgba(0,0,0,0.14), 0 -3px 1px -2px rgba(0,0,0,0.12);
}
.shadow-3 {
-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-3 {
box-shadow: 0 1px 8px rgba(0,0,0,0.2), 0 3px 4px rgba(0,0,0,0.14), 0 3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-up-3 {
-webkit-box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-3 {
box-shadow: 0 -1px 8px rgba(0,0,0,0.2), 0 -3px 4px rgba(0,0,0,0.14), 0 -3px 3px -2px rgba(0,0,0,0.12);
}
.shadow-4 {
-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
[dir] .shadow-4 {
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px rgba(0,0,0,0.14), 0 1px 10px rgba(0,0,0,0.12);
}
.shadow-up-4 {
-webkit-box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
[dir] .shadow-up-4 {
box-shadow: 0 -2px 4px -1px rgba(0,0,0,0.2), 0 -4px 5px rgba(0,0,0,0.14), 0 -1px 10px rgba(0,0,0,0.12);
}
.shadow-5 {
-webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
[dir] .shadow-5 {
box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 5px 8px rgba(0,0,0,0.14), 0 1px 14px rgba(0,0,0,0.12);
}
.shadow-up-5 {
-webkit-box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
[dir] .shadow-up-5 {
box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -5px 8px rgba(0,0,0,0.14), 0 -1px 14px rgba(0,0,0,0.12);
}
.shadow-6 {
-webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
[dir] .shadow-6 {
box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2), 0 6px 10px rgba(0,0,0,0.14), 0 1px 18px rgba(0,0,0,0.12);
}
.shadow-up-6 {
-webkit-box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
[dir] .shadow-up-6 {
box-shadow: 0 -3px 5px -1px rgba(0,0,0,0.2), 0 -6px 10px rgba(0,0,0,0.14), 0 -1px 18px rgba(0,0,0,0.12);
}
.shadow-7 {
-webkit-box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
[dir] .shadow-7 {
box-shadow: 0 4px 5px -2px rgba(0,0,0,0.2), 0 7px 10px 1px rgba(0,0,0,0.14), 0 2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-up-7 {
-webkit-box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
[dir] .shadow-up-7 {
box-shadow: 0 -4px 5px -2px rgba(0,0,0,0.2), 0 -7px 10px 1px rgba(0,0,0,0.14), 0 -2px 16px 1px rgba(0,0,0,0.12);
}
.shadow-8 {
-webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-8 {
box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-up-8 {
-webkit-box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-8 {
box-shadow: 0 -5px 5px -3px rgba(0,0,0,0.2), 0 -8px 10px 1px rgba(0,0,0,0.14), 0 -3px 14px 2px rgba(0,0,0,0.12);
}
.shadow-9 {
-webkit-box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-9 {
box-shadow: 0 5px 6px -3px rgba(0,0,0,0.2), 0 9px 12px 1px rgba(0,0,0,0.14), 0 3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-up-9 {
-webkit-box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
[dir] .shadow-up-9 {
box-shadow: 0 -5px 6px -3px rgba(0,0,0,0.2), 0 -9px 12px 1px rgba(0,0,0,0.14), 0 -3px 16px 2px rgba(0,0,0,0.12);
}
.shadow-10 {
-webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-10 {
box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2), 0 10px 14px 1px rgba(0,0,0,0.14), 0 4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-up-10 {
-webkit-box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-up-10 {
box-shadow: 0 -6px 6px -3px rgba(0,0,0,0.2), 0 -10px 14px 1px rgba(0,0,0,0.14), 0 -4px 18px 3px rgba(0,0,0,0.12);
}
.shadow-11 {
-webkit-box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-11 {
box-shadow: 0 6px 7px -4px rgba(0,0,0,0.2), 0 11px 15px 1px rgba(0,0,0,0.14), 0 4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-up-11 {
-webkit-box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
[dir] .shadow-up-11 {
box-shadow: 0 -6px 7px -4px rgba(0,0,0,0.2), 0 -11px 15px 1px rgba(0,0,0,0.14), 0 -4px 20px 3px rgba(0,0,0,0.12);
}
.shadow-12 {
-webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-12 {
box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-up-12 {
-webkit-box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-up-12 {
box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -12px 17px 2px rgba(0,0,0,0.14), 0 -5px 22px 4px rgba(0,0,0,0.12);
}
.shadow-13 {
-webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-13 {
box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-up-13 {
-webkit-box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-up-13 {
box-shadow: 0 -7px 8px -4px rgba(0,0,0,0.2), 0 -13px 19px 2px rgba(0,0,0,0.14), 0 -5px 24px 4px rgba(0,0,0,0.12);
}
.shadow-14 {
-webkit-box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-14 {
box-shadow: 0 7px 9px -4px rgba(0,0,0,0.2), 0 14px 21px 2px rgba(0,0,0,0.14), 0 5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-up-14 {
-webkit-box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
[dir] .shadow-up-14 {
box-shadow: 0 -7px 9px -4px rgba(0,0,0,0.2), 0 -14px 21px 2px rgba(0,0,0,0.14), 0 -5px 26px 4px rgba(0,0,0,0.12);
}
.shadow-15 {
-webkit-box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-15 {
box-shadow: 0 8px 9px -5px rgba(0,0,0,0.2), 0 15px 22px 2px rgba(0,0,0,0.14), 0 6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-up-15 {
-webkit-box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-up-15 {
box-shadow: 0 -8px 9px -5px rgba(0,0,0,0.2), 0 -15px 22px 2px rgba(0,0,0,0.14), 0 -6px 28px 5px rgba(0,0,0,0.12);
}
.shadow-16 {
-webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-16 {
box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-up-16 {
-webkit-box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-up-16 {
box-shadow: 0 -8px 10px -5px rgba(0,0,0,0.2), 0 -16px 24px 2px rgba(0,0,0,0.14), 0 -6px 30px 5px rgba(0,0,0,0.12);
}
.shadow-17 {
-webkit-box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-17 {
box-shadow: 0 8px 11px -5px rgba(0,0,0,0.2), 0 17px 26px 2px rgba(0,0,0,0.14), 0 6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-up-17 {
-webkit-box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
[dir] .shadow-up-17 {
box-shadow: 0 -8px 11px -5px rgba(0,0,0,0.2), 0 -17px 26px 2px rgba(0,0,0,0.14), 0 -6px 32px 5px rgba(0,0,0,0.12);
}
.shadow-18 {
-webkit-box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-18 {
box-shadow: 0 9px 11px -5px rgba(0,0,0,0.2), 0 18px 28px 2px rgba(0,0,0,0.14), 0 7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-up-18 {
-webkit-box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-up-18 {
box-shadow: 0 -9px 11px -5px rgba(0,0,0,0.2), 0 -18px 28px 2px rgba(0,0,0,0.14), 0 -7px 34px 6px rgba(0,0,0,0.12);
}
.shadow-19 {
-webkit-box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-19 {
box-shadow: 0 9px 12px -6px rgba(0,0,0,0.2), 0 19px 29px 2px rgba(0,0,0,0.14), 0 7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-up-19 {
-webkit-box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
[dir] .shadow-up-19 {
box-shadow: 0 -9px 12px -6px rgba(0,0,0,0.2), 0 -19px 29px 2px rgba(0,0,0,0.14), 0 -7px 36px 6px rgba(0,0,0,0.12);
}
.shadow-20 {
-webkit-box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-20 {
box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 20px 31px 3px rgba(0,0,0,0.14), 0 8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-up-20 {
-webkit-box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-up-20 {
box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -20px 31px 3px rgba(0,0,0,0.14), 0 -8px 38px 7px rgba(0,0,0,0.12);
}
.shadow-21 {
-webkit-box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-21 {
box-shadow: 0 10px 13px -6px rgba(0,0,0,0.2), 0 21px 33px 3px rgba(0,0,0,0.14), 0 8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-up-21 {
-webkit-box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-up-21 {
box-shadow: 0 -10px 13px -6px rgba(0,0,0,0.2), 0 -21px 33px 3px rgba(0,0,0,0.14), 0 -8px 40px 7px rgba(0,0,0,0.12);
}
.shadow-22 {
-webkit-box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-22 {
box-shadow: 0 10px 14px -6px rgba(0,0,0,0.2), 0 22px 35px 3px rgba(0,0,0,0.14), 0 8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-up-22 {
-webkit-box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
[dir] .shadow-up-22 {
box-shadow: 0 -10px 14px -6px rgba(0,0,0,0.2), 0 -22px 35px 3px rgba(0,0,0,0.14), 0 -8px 42px 7px rgba(0,0,0,0.12);
}
.shadow-23 {
-webkit-box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-23 {
box-shadow: 0 11px 14px -7px rgba(0,0,0,0.2), 0 23px 36px 3px rgba(0,0,0,0.14), 0 9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-up-23 {
-webkit-box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-up-23 {
box-shadow: 0 -11px 14px -7px rgba(0,0,0,0.2), 0 -23px 36px 3px rgba(0,0,0,0.14), 0 -9px 44px 8px rgba(0,0,0,0.12);
}
.shadow-24 {
-webkit-box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-24 {
box-shadow: 0 11px 15px -7px rgba(0,0,0,0.2), 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12);
}
.shadow-up-24 {
-webkit-box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
[dir] .shadow-up-24 {
box-shadow: 0 -11px 15px -7px rgba(0,0,0,0.2), 0 -24px 38px 3px rgba(0,0,0,0.14), 0 -9px 46px 8px rgba(0,0,0,0.12);
}
.no-shadow,
.shadow-0 {
-webkit-box-shadow: none !important;
}
[dir] .no-shadow, [dir] .shadow-0 {
box-shadow: none !important;
}
.inset-shadow {
-webkit-box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
[dir] .inset-shadow {
box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
.z-marginals {
z-index: 2000;
}
.z-notify {
z-index: 9500;
}
.z-fullscreen {
z-index: 6000;
}
.row,
.column,
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row.inline,
.column.inline,
.flex.inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.column.reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.no-wrap {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.reverse-wrap {
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-height: 1px;
min-width: 0;
}
.row > .col {
max-width: 100%;
width: 100%;
}
.row > .col-xs {
width: 100%;
}
.col-xs {
min-height: 1px;
}
.row > .col-xs-1 {
width: 100%;
}
.col-xs-1 {
min-height: 1px;
}
.row > .col-xs-2 {
width: 100%;
}
.col-xs-2 {
min-height: 1px;
}
.row > .col-xs-3 {
width: 100%;
}
.col-xs-3 {
min-height: 1px;
}
.row > .col-xs-4 {
width: 100%;
}
.col-xs-4 {
min-height: 1px;
}
.row > .col-xs-5 {
width: 100%;
}
.col-xs-5 {
min-height: 1px;
}
.row > .col-xs-6 {
width: 100%;
}
.col-xs-6 {
min-height: 1px;
}
.row > .col-xs-7 {
width: 100%;
}
.col-xs-7 {
min-height: 1px;
}
.row > .col-xs-8 {
width: 100%;
}
.col-xs-8 {
min-height: 1px;
}
.row > .col-xs-9 {
width: 100%;
}
.col-xs-9 {
min-height: 1px;
}
.row > .col-xs-10 {
width: 100%;
}
.col-xs-10 {
min-height: 1px;
}
.row > .col-xs-11 {
width: 100%;
}
.col-xs-11 {
min-height: 1px;
}
.row > .col-xs-12 {
width: 100%;
}
.col-xs-12 {
min-height: 1px;
}
.row > .col-sm {
width: 100%;
}
.col-sm {
min-height: 1px;
}
.row > .col-sm-1 {
width: 100%;
}
.col-sm-1 {
min-height: 1px;
}
.row > .col-sm-2 {
width: 100%;
}
.col-sm-2 {
min-height: 1px;
}
.row > .col-sm-3 {
width: 100%;
}
.col-sm-3 {
min-height: 1px;
}
.row > .col-sm-4 {
width: 100%;
}
.col-sm-4 {
min-height: 1px;
}
.row > .col-sm-5 {
width: 100%;
}
.col-sm-5 {
min-height: 1px;
}
.row > .col-sm-6 {
width: 100%;
}
.col-sm-6 {
min-height: 1px;
}
.row > .col-sm-7 {
width: 100%;
}
.col-sm-7 {
min-height: 1px;
}
.row > .col-sm-8 {
width: 100%;
}
.col-sm-8 {
min-height: 1px;
}
.row > .col-sm-9 {
width: 100%;
}
.col-sm-9 {
min-height: 1px;
}
.row > .col-sm-10 {
width: 100%;
}
.col-sm-10 {
min-height: 1px;
}
.row > .col-sm-11 {
width: 100%;
}
.col-sm-11 {
min-height: 1px;
}
.row > .col-sm-12 {
width: 100%;
}
.col-sm-12 {
min-height: 1px;
}
.row > .col-md {
width: 100%;
}
.col-md {
min-height: 1px;
}
.row > .col-md-1 {
width: 100%;
}
.col-md-1 {
min-height: 1px;
}
.row > .col-md-2 {
width: 100%;
}
.col-md-2 {
min-height: 1px;
}
.row > .col-md-3 {
width: 100%;
}
.col-md-3 {
min-height: 1px;
}
.row > .col-md-4 {
width: 100%;
}
.col-md-4 {
min-height: 1px;
}
.row > .col-md-5 {
width: 100%;
}
.col-md-5 {
min-height: 1px;
}
.row > .col-md-6 {
width: 100%;
}
.col-md-6 {
min-height: 1px;
}
.row > .col-md-7 {
width: 100%;
}
.col-md-7 {
min-height: 1px;
}
.row > .col-md-8 {
width: 100%;
}
.col-md-8 {
min-height: 1px;
}
.row > .col-md-9 {
width: 100%;
}
.col-md-9 {
min-height: 1px;
}
.row > .col-md-10 {
width: 100%;
}
.col-md-10 {
min-height: 1px;
}
.row > .col-md-11 {
width: 100%;
}
.col-md-11 {
min-height: 1px;
}
.row > .col-md-12 {
width: 100%;
}
.col-md-12 {
min-height: 1px;
}
.row > .col-lg {
width: 100%;
}
.col-lg {
min-height: 1px;
}
.row > .col-lg-1 {
width: 100%;
}
.col-lg-1 {
min-height: 1px;
}
.row > .col-lg-2 {
width: 100%;
}
.col-lg-2 {
min-height: 1px;
}
.row > .col-lg-3 {
width: 100%;
}
.col-lg-3 {
min-height: 1px;
}
.row > .col-lg-4 {
width: 100%;
}
.col-lg-4 {
min-height: 1px;
}
.row > .col-lg-5 {
width: 100%;
}
.col-lg-5 {
min-height: 1px;
}
.row > .col-lg-6 {
width: 100%;
}
.col-lg-6 {
min-height: 1px;
}
.row > .col-lg-7 {
width: 100%;
}
.col-lg-7 {
min-height: 1px;
}
.row > .col-lg-8 {
width: 100%;
}
.col-lg-8 {
min-height: 1px;
}
.row > .col-lg-9 {
width: 100%;
}
.col-lg-9 {
min-height: 1px;
}
.row > .col-lg-10 {
width: 100%;
}
.col-lg-10 {
min-height: 1px;
}
.row > .col-lg-11 {
width: 100%;
}
.col-lg-11 {
min-height: 1px;
}
.row > .col-lg-12 {
width: 100%;
}
.col-lg-12 {
min-height: 1px;
}
.row > .col-xl {
width: 100%;
}
.col-xl {
min-height: 1px;
}
.row > .col-xl-1 {
width: 100%;
}
.col-xl-1 {
min-height: 1px;
}
.row > .col-xl-2 {
width: 100%;
}
.col-xl-2 {
min-height: 1px;
}
.row > .col-xl-3 {
width: 100%;
}
.col-xl-3 {
min-height: 1px;
}
.row > .col-xl-4 {
width: 100%;
}
.col-xl-4 {
min-height: 1px;
}
.row > .col-xl-5 {
width: 100%;
}
.col-xl-5 {
min-height: 1px;
}
.row > .col-xl-6 {
width: 100%;
}
.col-xl-6 {
min-height: 1px;
}
.row > .col-xl-7 {
width: 100%;
}
.col-xl-7 {
min-height: 1px;
}
.row > .col-xl-8 {
width: 100%;
}
.col-xl-8 {
min-height: 1px;
}
.row > .col-xl-9 {
width: 100%;
}
.col-xl-9 {
min-height: 1px;
}
.row > .col-xl-10 {
width: 100%;
}
.col-xl-10 {
min-height: 1px;
}
.row > .col-xl-11 {
width: 100%;
}
.col-xl-11 {
min-height: 1px;
}
.row > .col-xl-12 {
width: 100%;
}
.col-xl-12 {
min-height: 1px;
}
.row > .col-auto {
width: auto;
}
.col-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-width: 0;
}
.col-grow {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.order-first {
-webkit-box-ordinal-group: -9999;
-ms-flex-order: -10000;
order: -10000;
}
.order-last {
-webkit-box-ordinal-group: 10001;
-ms-flex-order: 10000;
order: 10000;
}
.order-none {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.justify-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.justify-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.justify-center,
.flex-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.justify-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.justify-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.items-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.items-end {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.items-center,
.flex-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.items-baseline {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.items-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.content-start {
-ms-flex-line-pack: start;
align-content: flex-start;
}
.content-end {
-ms-flex-line-pack: end;
align-content: flex-end;
}
.content-center {
-ms-flex-line-pack: center;
align-content: center;
}
.content-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.content-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.content-around {
-ms-flex-line-pack: distribute;
align-content: space-around;
}
.self-start {
-ms-flex-item-align: start;
align-self: flex-start;
}
.self-end {
-ms-flex-item-align: end;
align-self: flex-end;
}
.self-center {
-ms-flex-item-align: center;
align-self: center;
}
.self-baseline {
-ms-flex-item-align: baseline;
align-self: baseline;
}
.self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch;
}
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333%;
flex: 0 0 8.3333%;
}
.row > .col-1 {
max-width: 8.3333%;
}
[dir=ltr] .offset-1 {
margin-left: 8.3333%;
}
[dir=rtl] .offset-1 {
margin-right: 8.3333%;
}
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6667%;
flex: 0 0 16.6667%;
}
.row > .col-2 {
max-width: 16.6667%;
}
[dir=ltr] .offset-2 {
margin-left: 16.6667%;
}
[dir=rtl] .offset-2 {
margin-right: 16.6667%;
}
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.row > .col-3 {
max-width: 25%;
}
[dir=ltr] .offset-3 {
margin-left: 25%;
}
[dir=rtl] .offset-3 {
margin-right: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
.row > .col-4 {
max-width: 33.3333%;
}
[dir=ltr] .offset-4 {
margin-left: 33.3333%;
}
[dir=rtl] .offset-4 {
margin-right: 33.3333%;
}
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6667%;
flex: 0 0 41.6667%;
}
.row > .col-5 {
max-width: 41.6667%;
}
[dir=ltr] .offset-5 {
margin-left: 41.6667%;
}
[dir=rtl] .offset-5 {
margin-right: 41.6667%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.row > .col-6 {
max-width: 50%;
}
[dir=ltr] .offset-6 {
margin-left: 50%;
}
[dir=rtl] .offset-6 {
margin-right: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333%;
flex: 0 0 58.3333%;
}
.row > .col-7 {
max-width: 58.3333%;
}
[dir=ltr] .offset-7 {
margin-left: 58.3333%;
}
[dir=rtl] .offset-7 {
margin-right: 58.3333%;
}
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6667%;
flex: 0 0 66.6667%;
}
.row > .col-8 {
max-width: 66.6667%;
}
[dir=ltr] .offset-8 {
margin-left: 66.6667%;
}
[dir=rtl] .offset-8 {
margin-right: 66.6667%;
}
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.row > .col-9 {
max-width: 75%;
}
[dir=ltr] .offset-9 {
margin-left: 75%;
}
[dir=rtl] .offset-9 {
margin-right: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333%;
flex: 0 0 83.3333%;
}
.row > .col-10 {
max-width: 83.3333%;
}
[dir=ltr] .offset-10 {
margin-left: 83.3333%;
}
[dir=rtl] .offset-10 {
margin-right: 83.3333%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6667%;
flex: 0 0 91.6667%;
}
.row > .col-11 {
max-width: 91.6667%;
}
[dir=ltr] .offset-11 {
margin-left: 91.6667%;
}
[dir=rtl] .offset-11 {
margin-right: 91.6667%;
}
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.row > .col-12 {
max-width: 100%;
}
[dir=ltr] .offset-12 {
margin-left: 100%;
}
[dir=rtl] .offset-12 {
margin-right: 100%;
}
[dir] .gutter-none {
margin: 0 0 0 0;
}
[dir] .gutter-none > div {
padding: 0 0 0 0;
}
[dir=ltr] .gutter-x-none {
margin-left: 0;
}
[dir=rtl] .gutter-x-none {
margin-right: 0;
}
[dir=ltr] .gutter-x-none > div {
padding-left: 0;
}
[dir=rtl] .gutter-x-none > div {
padding-right: 0;
}
[dir] .gutter-y-none {
margin-top: 0;
}
[dir] .gutter-y-none > div {
padding-top: 0;
}
[dir=ltr] .gutter-xs {
margin: -8px 0 0 -8px;
}
[dir=rtl] .gutter-xs {
margin: -8px -8px 0 0;
}
[dir=ltr] .gutter-xs > div {
padding: 8px 0 0 8px;
}
[dir=rtl] .gutter-xs > div {
padding: 8px 8px 0 0;
}
[dir=ltr] .gutter-x-xs {
margin-left: -8px;
}
[dir=rtl] .gutter-x-xs {
margin-right: -8px;
}
[dir=ltr] .gutter-x-xs > div {
padding-left: 8px;
}
[dir=rtl] .gutter-x-xs > div {
padding-right: 8px;
}
[dir] .gutter-y-xs {
margin-top: -8px;
}
[dir] .gutter-y-xs > div {
padding-top: 8px;
}
[dir=ltr] .gutter-sm {
margin: -16px 0 0 -16px;
}
[dir=rtl] .gutter-sm {
margin: -16px -16px 0 0;
}
[dir=ltr] .gutter-sm > div {
padding: 16px 0 0 16px;
}
[dir=rtl] .gutter-sm > div {
padding: 16px 16px 0 0;
}
[dir=ltr] .gutter-x-sm {
margin-left: -16px;
}
[dir=rtl] .gutter-x-sm {
margin-right: -16px;
}
[dir=ltr] .gutter-x-sm > div {
padding-left: 16px;
}
[dir=rtl] .gutter-x-sm > div {
padding-right: 16px;
}
[dir] .gutter-y-sm {
margin-top: -16px;
}
[dir] .gutter-y-sm > div {
padding-top: 16px;
}
[dir=ltr] .gutter-md {
margin: -32px 0 0 -32px;
}
[dir=rtl] .gutter-md {
margin: -32px -32px 0 0;
}
[dir=ltr] .gutter-md > div {
padding: 32px 0 0 32px;
}
[dir=rtl] .gutter-md > div {
padding: 32px 32px 0 0;
}
[dir=ltr] .gutter-x-md {
margin-left: -32px;
}
[dir=rtl] .gutter-x-md {
margin-right: -32px;
}
[dir=ltr] .gutter-x-md > div {
padding-left: 32px;
}
[dir=rtl] .gutter-x-md > div {
padding-right: 32px;
}
[dir] .gutter-y-md {
margin-top: -32px;
}
[dir] .gutter-y-md > div {
padding-top: 32px;
}
[dir=ltr] .gutter-lg {
margin: -48px 0 0 -48px;
}
[dir=rtl] .gutter-lg {
margin: -48px -48px 0 0;
}
[dir=ltr] .gutter-lg > div {
padding: 48px 0 0 48px;
}
[dir=rtl] .gutter-lg > div {
padding: 48px 48px 0 0;
}
[dir=ltr] .gutter-x-lg {
margin-left: -48px;
}
[dir=rtl] .gutter-x-lg {
margin-right: -48px;
}
[dir=ltr] .gutter-x-lg > div {
padding-left: 48px;
}
[dir=rtl] .gutter-x-lg > div {
padding-right: 48px;
}
[dir] .gutter-y-lg {
margin-top: -48px;
}
[dir] .gutter-y-lg > div {
padding-top: 48px;
}
[dir=ltr] .gutter-xl {
margin: -64px 0 0 -64px;
}
[dir=rtl] .gutter-xl {
margin: -64px -64px 0 0;
}
[dir=ltr] .gutter-xl > div {
padding: 64px 0 0 64px;
}
[dir=rtl] .gutter-xl > div {
padding: 64px 64px 0 0;
}
[dir=ltr] .gutter-x-xl {
margin-left: -64px;
}
[dir=rtl] .gutter-x-xl {
margin-right: -64px;
}
[dir=ltr] .gutter-x-xl > div {
padding-left: 64px;
}
[dir=rtl] .gutter-x-xl > div {
padding-right: 64px;
}
[dir] .gutter-y-xl {
margin-top: -64px;
}
[dir] .gutter-y-xl > div {
padding-top: 64px;
}
@media (min-width: 0) {
.col-xs {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.col-xs-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row > .col-xs-auto {
width: auto;
}
.col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333%;
flex: 0 0 8.3333%;
}
.row > .col-xs-1 {
max-width: 8.3333%;
}
[dir=ltr] .offset-xs-1 {
margin-left: 8.3333%;
}
[dir=rtl] .offset-xs-1 {
margin-right: 8.3333%;
}
.col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6667%;
flex: 0 0 16.6667%;
}
.row > .col-xs-2 {
max-width: 16.6667%;
}
[dir=ltr] .offset-xs-2 {
margin-left: 16.6667%;
}
[dir=rtl] .offset-xs-2 {
margin-right: 16.6667%;
}
.col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.row > .col-xs-3 {
max-width: 25%;
}
[dir=ltr] .offset-xs-3 {
margin-left: 25%;
}
[dir=rtl] .offset-xs-3 {
margin-right: 25%;
}
.col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
.row > .col-xs-4 {
max-width: 33.3333%;
}
[dir=ltr] .offset-xs-4 {
margin-left: 33.3333%;
}
[dir=rtl] .offset-xs-4 {
margin-right: 33.3333%;
}
.col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6667%;
flex: 0 0 41.6667%;
}
.row > .col-xs-5 {
max-width: 41.6667%;
}
[dir=ltr] .offset-xs-5 {
margin-left: 41.6667%;
}
[dir=rtl] .offset-xs-5 {
margin-right: 41.6667%;
}
.col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.row > .col-xs-6 {
max-width: 50%;
}
[dir=ltr] .offset-xs-6 {
margin-left: 50%;
}
[dir=rtl] .offset-xs-6 {
margin-right: 50%;
}
.col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333%;
flex: 0 0 58.3333%;
}
.row > .col-xs-7 {
max-width: 58.3333%;
}
[dir=ltr] .offset-xs-7 {
margin-left: 58.3333%;
}
[dir=rtl] .offset-xs-7 {
margin-right: 58.3333%;
}
.col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6667%;
flex: 0 0 66.6667%;
}
.row > .col-xs-8 {
max-width: 66.6667%;
}
[dir=ltr] .offset-xs-8 {
margin-left: 66.6667%;
}
[dir=rtl] .offset-xs-8 {
margin-right: 66.6667%;
}
.col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.row > .col-xs-9 {
max-width: 75%;
}
[dir=ltr] .offset-xs-9 {
margin-left: 75%;
}
[dir=rtl] .offset-xs-9 {
margin-right: 75%;
}
.col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333%;
flex: 0 0 83.3333%;
}
.row > .col-xs-10 {
max-width: 83.3333%;
}
[dir=ltr] .offset-xs-10 {
margin-left: 83.3333%;
}
[dir=rtl] .offset-xs-10 {
margin-right: 83.3333%;
}
.col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6667%;
flex: 0 0 91.6667%;
}
.row > .col-xs-11 {
max-width: 91.6667%;
}
[dir=ltr] .offset-xs-11 {
margin-left: 91.6667%;
}
[dir=rtl] .offset-xs-11 {
margin-right: 91.6667%;
}
.col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.row > .col-xs-12 {
max-width: 100%;
}
[dir=ltr] .offset-xs-12 {
margin-left: 100%;
}
[dir=rtl] .offset-xs-12 {
margin-right: 100%;
}
}
@media (min-width: 576px) {
.col-sm {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.col-sm-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row > .col-sm-auto {
width: auto;
}
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333%;
flex: 0 0 8.3333%;
}
.row > .col-sm-1 {
max-width: 8.3333%;
}
[dir=ltr] .offset-sm-1 {
margin-left: 8.3333%;
}
[dir=rtl] .offset-sm-1 {
margin-right: 8.3333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6667%;
flex: 0 0 16.6667%;
}
.row > .col-sm-2 {
max-width: 16.6667%;
}
[dir=ltr] .offset-sm-2 {
margin-left: 16.6667%;
}
[dir=rtl] .offset-sm-2 {
margin-right: 16.6667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.row > .col-sm-3 {
max-width: 25%;
}
[dir=ltr] .offset-sm-3 {
margin-left: 25%;
}
[dir=rtl] .offset-sm-3 {
margin-right: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
.row > .col-sm-4 {
max-width: 33.3333%;
}
[dir=ltr] .offset-sm-4 {
margin-left: 33.3333%;
}
[dir=rtl] .offset-sm-4 {
margin-right: 33.3333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6667%;
flex: 0 0 41.6667%;
}
.row > .col-sm-5 {
max-width: 41.6667%;
}
[dir=ltr] .offset-sm-5 {
margin-left: 41.6667%;
}
[dir=rtl] .offset-sm-5 {
margin-right: 41.6667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.row > .col-sm-6 {
max-width: 50%;
}
[dir=ltr] .offset-sm-6 {
margin-left: 50%;
}
[dir=rtl] .offset-sm-6 {
margin-right: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333%;
flex: 0 0 58.3333%;
}
.row > .col-sm-7 {
max-width: 58.3333%;
}
[dir=ltr] .offset-sm-7 {
margin-left: 58.3333%;
}
[dir=rtl] .offset-sm-7 {
margin-right: 58.3333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6667%;
flex: 0 0 66.6667%;
}
.row > .col-sm-8 {
max-width: 66.6667%;
}
[dir=ltr] .offset-sm-8 {
margin-left: 66.6667%;
}
[dir=rtl] .offset-sm-8 {
margin-right: 66.6667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.row > .col-sm-9 {
max-width: 75%;
}
[dir=ltr] .offset-sm-9 {
margin-left: 75%;
}
[dir=rtl] .offset-sm-9 {
margin-right: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333%;
flex: 0 0 83.3333%;
}
.row > .col-sm-10 {
max-width: 83.3333%;
}
[dir=ltr] .offset-sm-10 {
margin-left: 83.3333%;
}
[dir=rtl] .offset-sm-10 {
margin-right: 83.3333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6667%;
flex: 0 0 91.6667%;
}
.row > .col-sm-11 {
max-width: 91.6667%;
}
[dir=ltr] .offset-sm-11 {
margin-left: 91.6667%;
}
[dir=rtl] .offset-sm-11 {
margin-right: 91.6667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.row > .col-sm-12 {
max-width: 100%;
}
[dir=ltr] .offset-sm-12 {
margin-left: 100%;
}
[dir=rtl] .offset-sm-12 {
margin-right: 100%;
}
}
@media (min-width: 768px) {
.col-md {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.col-md-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row > .col-md-auto {
width: auto;
}
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333%;
flex: 0 0 8.3333%;
}
.row > .col-md-1 {
max-width: 8.3333%;
}
[dir=ltr] .offset-md-1 {
margin-left: 8.3333%;
}
[dir=rtl] .offset-md-1 {
margin-right: 8.3333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6667%;
flex: 0 0 16.6667%;
}
.row > .col-md-2 {
max-width: 16.6667%;
}
[dir=ltr] .offset-md-2 {
margin-left: 16.6667%;
}
[dir=rtl] .offset-md-2 {
margin-right: 16.6667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.row > .col-md-3 {
max-width: 25%;
}
[dir=ltr] .offset-md-3 {
margin-left: 25%;
}
[dir=rtl] .offset-md-3 {
margin-right: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
.row > .col-md-4 {
max-width: 33.3333%;
}
[dir=ltr] .offset-md-4 {
margin-left: 33.3333%;
}
[dir=rtl] .offset-md-4 {
margin-right: 33.3333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6667%;
flex: 0 0 41.6667%;
}
.row > .col-md-5 {
max-width: 41.6667%;
}
[dir=ltr] .offset-md-5 {
margin-left: 41.6667%;
}
[dir=rtl] .offset-md-5 {
margin-right: 41.6667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.row > .col-md-6 {
max-width: 50%;
}
[dir=ltr] .offset-md-6 {
margin-left: 50%;
}
[dir=rtl] .offset-md-6 {
margin-right: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333%;
flex: 0 0 58.3333%;
}
.row > .col-md-7 {
max-width: 58.3333%;
}
[dir=ltr] .offset-md-7 {
margin-left: 58.3333%;
}
[dir=rtl] .offset-md-7 {
margin-right: 58.3333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6667%;
flex: 0 0 66.6667%;
}
.row > .col-md-8 {
max-width: 66.6667%;
}
[dir=ltr] .offset-md-8 {
margin-left: 66.6667%;
}
[dir=rtl] .offset-md-8 {
margin-right: 66.6667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.row > .col-md-9 {
max-width: 75%;
}
[dir=ltr] .offset-md-9 {
margin-left: 75%;
}
[dir=rtl] .offset-md-9 {
margin-right: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333%;
flex: 0 0 83.3333%;
}
.row > .col-md-10 {
max-width: 83.3333%;
}
[dir=ltr] .offset-md-10 {
margin-left: 83.3333%;
}
[dir=rtl] .offset-md-10 {
margin-right: 83.3333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6667%;
flex: 0 0 91.6667%;
}
.row > .col-md-11 {
max-width: 91.6667%;
}
[dir=ltr] .offset-md-11 {
margin-left: 91.6667%;
}
[dir=rtl] .offset-md-11 {
margin-right: 91.6667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.row > .col-md-12 {
max-width: 100%;
}
[dir=ltr] .offset-md-12 {
margin-left: 100%;
}
[dir=rtl] .offset-md-12 {
margin-right: 100%;
}
}
@media (min-width: 992px) {
.col-lg {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.col-lg-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row > .col-lg-auto {
width: auto;
}
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333%;
flex: 0 0 8.3333%;
}
.row > .col-lg-1 {
max-width: 8.3333%;
}
[dir=ltr] .offset-lg-1 {
margin-left: 8.3333%;
}
[dir=rtl] .offset-lg-1 {
margin-right: 8.3333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6667%;
flex: 0 0 16.6667%;
}
.row > .col-lg-2 {
max-width: 16.6667%;
}
[dir=ltr] .offset-lg-2 {
margin-left: 16.6667%;
}
[dir=rtl] .offset-lg-2 {
margin-right: 16.6667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.row > .col-lg-3 {
max-width: 25%;
}
[dir=ltr] .offset-lg-3 {
margin-left: 25%;
}
[dir=rtl] .offset-lg-3 {
margin-right: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
.row > .col-lg-4 {
max-width: 33.3333%;
}
[dir=ltr] .offset-lg-4 {
margin-left: 33.3333%;
}
[dir=rtl] .offset-lg-4 {
margin-right: 33.3333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6667%;
flex: 0 0 41.6667%;
}
.row > .col-lg-5 {
max-width: 41.6667%;
}
[dir=ltr] .offset-lg-5 {
margin-left: 41.6667%;
}
[dir=rtl] .offset-lg-5 {
margin-right: 41.6667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.row > .col-lg-6 {
max-width: 50%;
}
[dir=ltr] .offset-lg-6 {
margin-left: 50%;
}
[dir=rtl] .offset-lg-6 {
margin-right: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333%;
flex: 0 0 58.3333%;
}
.row > .col-lg-7 {
max-width: 58.3333%;
}
[dir=ltr] .offset-lg-7 {
margin-left: 58.3333%;
}
[dir=rtl] .offset-lg-7 {
margin-right: 58.3333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6667%;
flex: 0 0 66.6667%;
}
.row > .col-lg-8 {
max-width: 66.6667%;
}
[dir=ltr] .offset-lg-8 {
margin-left: 66.6667%;
}
[dir=rtl] .offset-lg-8 {
margin-right: 66.6667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.row > .col-lg-9 {
max-width: 75%;
}
[dir=ltr] .offset-lg-9 {
margin-left: 75%;
}
[dir=rtl] .offset-lg-9 {
margin-right: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333%;
flex: 0 0 83.3333%;
}
.row > .col-lg-10 {
max-width: 83.3333%;
}
[dir=ltr] .offset-lg-10 {
margin-left: 83.3333%;
}
[dir=rtl] .offset-lg-10 {
margin-right: 83.3333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6667%;
flex: 0 0 91.6667%;
}
.row > .col-lg-11 {
max-width: 91.6667%;
}
[dir=ltr] .offset-lg-11 {
margin-left: 91.6667%;
}
[dir=rtl] .offset-lg-11 {
margin-right: 91.6667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.row > .col-lg-12 {
max-width: 100%;
}
[dir=ltr] .offset-lg-12 {
margin-left: 100%;
}
[dir=rtl] .offset-lg-12 {
margin-right: 100%;
}
}
@media (min-width: 1200px) {
.col-xl {
max-width: 100%;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.col-xl-auto {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.row > .col-xl-auto {
width: auto;
}
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333%;
flex: 0 0 8.3333%;
}
.row > .col-xl-1 {
max-width: 8.3333%;
}
[dir=ltr] .offset-xl-1 {
margin-left: 8.3333%;
}
[dir=rtl] .offset-xl-1 {
margin-right: 8.3333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6667%;
flex: 0 0 16.6667%;
}
.row > .col-xl-2 {
max-width: 16.6667%;
}
[dir=ltr] .offset-xl-2 {
margin-left: 16.6667%;
}
[dir=rtl] .offset-xl-2 {
margin-right: 16.6667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.row > .col-xl-3 {
max-width: 25%;
}
[dir=ltr] .offset-xl-3 {
margin-left: 25%;
}
[dir=rtl] .offset-xl-3 {
margin-right: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333%;
flex: 0 0 33.3333%;
}
.row > .col-xl-4 {
max-width: 33.3333%;
}
[dir=ltr] .offset-xl-4 {
margin-left: 33.3333%;
}
[dir=rtl] .offset-xl-4 {
margin-right: 33.3333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6667%;
flex: 0 0 41.6667%;
}
.row > .col-xl-5 {
max-width: 41.6667%;
}
[dir=ltr] .offset-xl-5 {
margin-left: 41.6667%;
}
[dir=rtl] .offset-xl-5 {
margin-right: 41.6667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.row > .col-xl-6 {
max-width: 50%;
}
[dir=ltr] .offset-xl-6 {
margin-left: 50%;
}
[dir=rtl] .offset-xl-6 {
margin-right: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333%;
flex: 0 0 58.3333%;
}
.row > .col-xl-7 {
max-width: 58.3333%;
}
[dir=ltr] .offset-xl-7 {
margin-left: 58.3333%;
}
[dir=rtl] .offset-xl-7 {
margin-right: 58.3333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6667%;
flex: 0 0 66.6667%;
}
.row > .col-xl-8 {
max-width: 66.6667%;
}
[dir=ltr] .offset-xl-8 {
margin-left: 66.6667%;
}
[dir=rtl] .offset-xl-8 {
margin-right: 66.6667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.row > .col-xl-9 {
max-width: 75%;
}
[dir=ltr] .offset-xl-9 {
margin-left: 75%;
}
[dir=rtl] .offset-xl-9 {
margin-right: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333%;
flex: 0 0 83.3333%;
}
.row > .col-xl-10 {
max-width: 83.3333%;
}
[dir=ltr] .offset-xl-10 {
margin-left: 83.3333%;
}
[dir=rtl] .offset-xl-10 {
margin-right: 83.3333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6667%;
flex: 0 0 91.6667%;
}
.row > .col-xl-11 {
max-width: 91.6667%;
}
[dir=ltr] .offset-xl-11 {
margin-left: 91.6667%;
}
[dir=rtl] .offset-xl-11 {
margin-right: 91.6667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.row > .col-xl-12 {
max-width: 100%;
}
[dir=ltr] .offset-xl-12 {
margin-left: 100%;
}
[dir=rtl] .offset-xl-12 {
margin-right: 100%;
}
}
.backdrop {
display: none;
position: fixed;
top: 0;
bottom: 0;
width: 100vw;
height: 100vh;
-webkit-transition: background 0.28s ease-in;
transition: background 0.28s ease-in;
}
[dir] .backdrop {
background: transparent;
}
[dir=ltr] .backdrop {
right: 0;
left: 0;
}
[dir=rtl] .backdrop {
left: 0;
right: 0;
}
.backdrop.active {
display: block;
}
[dir] .backdrop.active {
background: rgba(0,0,0,0.3);
}
[dir] .round-borders {
border-radius: 4px !important;
}
[dir] .generic-margin, [dir] .group > * {
margin: 5px;
}
.no-transition {
-webkit-transition: none !important;
transition: none !important;
}
.transition-0 {
-webkit-transition: 0s !important;
transition: 0s !important;
}
[dir] .glossy {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04)) !important;
}
[dir=ltr] .glossy {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0.12)), to(rgba(0,0,0,0.04))) !important;
}
[dir=rtl] .glossy {
background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255,255,255,0.3)), color-stop(50%, rgba(255,255,255,0)), color-stop(51%, rgba(0,0,0,0.12)), to(rgba(0,0,0,0.04))) !important;
}
.q-placeholder::-webkit-input-placeholder {
color: inherit;
opacity: 0.5;
}
.q-placeholder::-moz-placeholder {
color: inherit;
opacity: 0.5;
}
.q-placeholder:-ms-input-placeholder {
color: inherit;
opacity: 0.5;
}
body.with-mixin-fullscreen {
overflow: hidden !important;
}
.q-no-input-spinner {
-moz-appearance: textfield;
}
.q-no-input-spinner::-webkit-outer-spin-button,
.q-no-input-spinner::-webkit-inner-spin-button {
-webkit-appearance: none;
}
[dir] .q-no-input-spinner::-webkit-outer-spin-button, [dir] .q-no-input-spinner::-webkit-inner-spin-button {
margin: 0;
}
[dir=ltr] .highlight-and-fade {
-webkit-animation: q-highlight 2s;
animation: q-highlight 2s;
}
[dir=rtl] .highlight-and-fade {
-webkit-animation: q-highlight 2s;
animation: q-highlight 2s;
}
.transition-generic {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
[dir=ltr] .animate-spin, [dir=ltr] .animate-spin-reverse {
-webkit-animation: q-spin-ltr 2s infinite linear;
animation: q-spin-ltr 2s infinite linear;
}
[dir=rtl] .animate-spin, [dir=rtl] .animate-spin-reverse {
-webkit-animation: q-spin-rtl 2s infinite linear;
animation: q-spin-rtl 2s infinite linear;
}
[dir=ltr] .animate-spin-reverse {
animation-direction: reverse;
}
[dir=rtl] .animate-spin-reverse {
animation-direction: reverse;
}
[dir=ltr] .animate-blink {
-webkit-animation: q-blink 1s steps(5, start) infinite;
animation: q-blink 1s steps(5, start) infinite;
}
[dir=rtl] .animate-blink {
-webkit-animation: q-blink 1s steps(5, start) infinite;
animation: q-blink 1s steps(5, start) infinite;
}
[dir=ltr] .animate-pop {
-webkit-animation: q-pop 0.2s;
animation: q-pop 0.2s;
}
[dir=rtl] .animate-pop {
-webkit-animation: q-pop 0.2s;
animation: q-pop 0.2s;
}
[dir=ltr] .animate-scale {
-webkit-animation: q-scale 0.2s;
animation: q-scale 0.2s;
}
[dir=rtl] .animate-scale {
-webkit-animation: q-scale 0.2s;
animation: q-scale 0.2s;
}
[dir=ltr] .animate-fade {
-webkit-animation: q-fade 0.2s;
animation: q-fade 0.2s;
}
[dir=rtl] .animate-fade {
-webkit-animation: q-fade 0.2s;
animation: q-fade 0.2s;
}
[dir=ltr] .animate-bounce {
-webkit-animation: q-bounce 2s infinite;
animation: q-bounce 2s infinite;
}
[dir=rtl] .animate-bounce {
-webkit-animation: q-bounce 2s infinite;
animation: q-bounce 2s infinite;
}
[dir=ltr] .animate-popup-up, [dir=ltr] .animate-popup-down {
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[dir=rtl] .animate-popup-up, [dir=rtl] .animate-popup-down {
-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[dir=ltr] .animate-popup-down {
-webkit-animation: q-popup-down 0.42s;
animation: q-popup-down 0.42s;
-webkit-transform-origin: left top 0px;
transform-origin: left top 0px;
}
[dir=rtl] .animate-popup-down {
-webkit-animation: q-popup-down 0.42s;
animation: q-popup-down 0.42s;
-webkit-transform-origin: right top 0px;
transform-origin: right top 0px;
}
[dir=ltr] .animate-popup-up {
-webkit-animation: q-popup-up 0.42s;
animation: q-popup-up 0.42s;
-webkit-transform-origin: left bottom 0px;
transform-origin: left bottom 0px;
}
[dir=rtl] .animate-popup-up {
-webkit-animation: q-popup-up 0.42s;
animation: q-popup-up 0.42s;
-webkit-transform-origin: right bottom 0px;
transform-origin: right bottom 0px;
}
[dir=ltr] .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
[dir=rtl] .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
[dir=ltr] .animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
[dir=rtl] .animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
[dir=ltr] .animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
[dir=rtl] .animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
[dir=ltr] .animated.flipOutX, [dir=ltr] .animated.flipOutY, [dir=ltr] .animated.bounceIn, [dir=ltr] .animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
[dir=rtl] .animated.flipOutX, [dir=rtl] .animated.flipOutY, [dir=rtl] .animated.bounceIn, [dir=rtl] .animated.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.non-selectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.scroll {
overflow: auto;
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
}
.no-scroll {
overflow: hidden !important;
}
.no-pointer-events {
pointer-events: none !important;
}
.all-pointer-events {
pointer-events: all !important;
}
[dir] .cursor-pointer {
cursor: pointer !important;
}
[dir] .cursor-not-allowed {
cursor: not-allowed !important;
}
[dir] .cursor-inherit {
cursor: inherit !important;
}
.rotate-45 {
-webkit-transform: rotate(45deg) /* rtl:ignore */;
transform: rotate(45deg) /* rtl:ignore */;
}
.rotate-90 {
-webkit-transform: rotate(90deg) /* rtl:ignore */;
transform: rotate(90deg) /* rtl:ignore */;
}
.rotate-135 {
-webkit-transform: rotate(135deg) /* rtl:ignore */;
transform: rotate(135deg) /* rtl:ignore */;
}
.rotate-180 {
-webkit-transform: rotate(180deg) /* rtl:ignore */;
transform: rotate(180deg) /* rtl:ignore */;
}
.rotate-205 {
-webkit-transform: rotate(205deg) /* rtl:ignore */;
transform: rotate(205deg) /* rtl:ignore */;
}
.rotate-270 {
-webkit-transform: rotate(270deg) /* rtl:ignore */;
transform: rotate(270deg) /* rtl:ignore */;
}
.rotate-315 {
-webkit-transform: rotate(315deg) /* rtl:ignore */;
transform: rotate(315deg) /* rtl:ignore */;
}
.flip-horizontal {
-webkit-transform: scale(-1, 1);
}
[dir] .flip-horizontal {
transform: scale(-1, 1);
}
.flip-vertical {
-webkit-transform: scale(1, -1);
}
[dir] .flip-vertical {
transform: scale(1, -1);
}
[dir=ltr] .float-left {
float: left;
}
[dir=rtl] .float-left {
float: right;
}
[dir=ltr] .float-right {
float: right;
}
[dir=rtl] .float-right {
float: left;
}
.relative-position {
position: relative;
}
.fixed,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
position: fixed;
}
.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
position: absolute;
}
.fixed-top,
.absolute-top {
top: 0;
}
[dir=ltr] .fixed-top, [dir=ltr] .absolute-top {
left: 0;
right: 0;
}
[dir=rtl] .fixed-top, [dir=rtl] .absolute-top {
right: 0;
left: 0;
}
.fixed-right,
.absolute-right {
top: 0;
bottom: 0;
}
[dir=ltr] .fixed-right, [dir=ltr] .absolute-right {
right: 0;
}
[dir=rtl] .fixed-right, [dir=rtl] .absolute-right {
left: 0;
}
.fixed-bottom,
.absolute-bottom {
bottom: 0;
}
[dir=ltr] .fixed-bottom, [dir=ltr] .absolute-bottom {
right: 0;
left: 0;
}
[dir=rtl] .fixed-bottom, [dir=rtl] .absolute-bottom {
left: 0;
right: 0;
}
.fixed-left,
.absolute-left {
top: 0;
bottom: 0;
}
[dir=ltr] .fixed-left, [dir=ltr] .absolute-left {
left: 0;
}
[dir=rtl] .fixed-left, [dir=rtl] .absolute-left {
right: 0;
}
.fixed-top-left,
.absolute-top-left {
top: 0;
}
[dir=ltr] .fixed-top-left, [dir=ltr] .absolute-top-left {
left: 0;
}
[dir=rtl] .fixed-top-left, [dir=rtl] .absolute-top-left {
right: 0;
}
.fixed-top-right,
.absolute-top-right {
top: 0;
}
[dir=ltr] .fixed-top-right, [dir=ltr] .absolute-top-right {
right: 0;
}
[dir=rtl] .fixed-top-right, [dir=rtl] .absolute-top-right {
left: 0;
}
.fixed-bottom-left,
.absolute-bottom-left {
bottom: 0;
}
[dir=ltr] .fixed-bottom-left, [dir=ltr] .absolute-bottom-left {
left: 0;
}
[dir=rtl] .fixed-bottom-left, [dir=rtl] .absolute-bottom-left {
right: 0;
}
.fixed-bottom-right,
.absolute-bottom-right {
bottom: 0;
}
[dir=ltr] .fixed-bottom-right, [dir=ltr] .absolute-bottom-right {
right: 0;
}
[dir=rtl] .fixed-bottom-right, [dir=rtl] .absolute-bottom-right {
left: 0;
}
.fullscreen {
z-index: 6000;
max-width: 100vw;
max-height: 100vh;
}
[dir] .fullscreen {
border-radius: 0 !important;
}
.absolute-full,
.fullscreen {
top: 0;
bottom: 0;
}
[dir=ltr] .absolute-full, [dir=ltr] .fullscreen {
right: 0;
left: 0;
}
[dir=rtl] .absolute-full, [dir=rtl] .fullscreen {
left: 0;
right: 0;
}
.fixed-center,
.absolute-center {
top: 50%;
}
[dir=ltr] .fixed-center, [dir=ltr] .absolute-center {
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
[dir=rtl] .fixed-center, [dir=rtl] .absolute-center {
right: 50%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.vertical-top {
vertical-align: top !important;
}
.vertical-middle {
vertical-align: middle !important;
}
.vertical-bottom {
vertical-align: bottom !important;
}
[dir=ltr] .on-left {
margin-right: 12px;
}
[dir=rtl] .on-left {
margin-left: 12px;
}
[dir=ltr] .on-right {
margin-left: 12px;
}
[dir=rtl] .on-right {
margin-right: 12px;
}
.q-ripple-container {
color: inherit;
position: absolute;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
pointer-events: none;
}
[dir] .q-ripple-container {
border-radius: inherit;
}
[dir=ltr] .q-ripple-container {
left: 0;
}
[dir=rtl] .q-ripple-container {
right: 0;
}
.q-ripple-animation {
color: inherit;
position: absolute;
top: 0;
left: 0 /* rtl:ignore */;
opacity: 0;
-webkit-transition: 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1), 0.5s -webkit-transform cubic-bezier(0.2, 0.4, 0.4, 0.9);
transition: 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1), 0.5s -webkit-transform cubic-bezier(0.2, 0.4, 0.4, 0.9);
transition: 0.5s transform cubic-bezier(0.2, 0.4, 0.4, 0.9), 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1);
transition: 0.5s transform cubic-bezier(0.2, 0.4, 0.4, 0.9), 0.3s opacity cubic-bezier(0.2, 0.4, 0.4, 0.1), 0.5s -webkit-transform cubic-bezier(0.2, 0.4, 0.4, 0.9);
pointer-events: none;
overflow: hidden;
will-change: opacity;
}
[dir] .q-ripple-animation {
border-radius: 50%;
background: currentColor;
}
.q-ripple-animation-enter {
-webkit-transition: none;
transition: none;
}
.q-ripple-animation-visible {
opacity: 0.3;
}
.q-radial-ripple {
overflow: hidden;
width: 200%;
height: 200%;
pointer-events: none;
}
[dir] .q-radial-ripple {
border-radius: 50%;
}
[dir=ltr] .q-radial-ripple {
-webkit-transform: translate3d(-25%, -25%, 0);
transform: translate3d(-25%, -25%, 0);
}
[dir=rtl] .q-radial-ripple {
-webkit-transform: translate3d(25%, -25%, 0);
transform: translate3d(25%, -25%, 0);
}
.q-radial-ripple,
.q-radial-ripple:after {
position: absolute;
top: 0;
bottom: 0;
}
[dir=ltr] .q-radial-ripple, [dir=ltr] .q-radial-ripple:after {
right: 0;
left: 0;
}
[dir=rtl] .q-radial-ripple, [dir=rtl] .q-radial-ripple:after {
left: 0;
right: 0;
}
.q-radial-ripple:after {
content: '';
display: block;
width: 100%;
height: 100%;
-webkit-transform: scale(10, 10);
opacity: 0;
-webkit-transition: opacity 1s, -webkit-transform 0.5s;
transition: opacity 1s, -webkit-transform 0.5s;
transition: transform 0.5s, opacity 1s;
transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
}
[dir] .q-radial-ripple:after {
background-image: radial-gradient(circle, currentColor 10%, transparent 10.01%);
background-repeat: no-repeat;
background-position: 50%;
transform: scale(10, 10);
}
.q-radial-ripple.active:after {
-webkit-transform: scale(0, 0);
opacity: 0.4;
-webkit-transition: 0s;
transition: 0s;
}
[dir] .q-radial-ripple.active:after {
transform: scale(0, 0);
}
.fit {
width: 100% !important;
height: 100% !important;
}
.full-height {
height: 100% !important;
}
.full-width {
width: 100% !important;
}
[dir=ltr] .full-width {
margin-left: 0 !important;
margin-right: 0 !important;
}
[dir=rtl] .full-width {
margin-right: 0 !important;
margin-left: 0 !important;
}
.window-height {
height: 100vh !important;
}
[dir] .window-height {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.window-width {
width: 100vw !important;
}
[dir=ltr] .window-width {
margin-left: 0 !important;
margin-right: 0 !important;
}
[dir=rtl] .window-width {
margin-right: 0 !important;
margin-left: 0 !important;
}
.block {
display: block !important;
}
.inline-block {
display: inline-block !important;
}
[dir] .q-pa-none {
padding: 0 0;
}
[dir=ltr] .q-pl-none, [dir=ltr] .q-px-none {
padding-left: 0;
}
[dir=rtl] .q-pl-none, [dir=rtl] .q-px-none {
padding-right: 0;
}
[dir=ltr] .q-pr-none, [dir=ltr] .q-px-none {
padding-right: 0;
}
[dir=rtl] .q-pr-none, [dir=rtl] .q-px-none {
padding-left: 0;
}
[dir] .q-pt-none, [dir] .q-py-none {
padding-top: 0;
}
[dir] .q-pb-none, [dir] .q-py-none {
padding-bottom: 0;
}
[dir] .q-ma-none {
margin: 0 0;
}
[dir=ltr] .q-ml-none, [dir=ltr] .q-mx-none {
margin-left: 0;
}
[dir=rtl] .q-ml-none, [dir=rtl] .q-mx-none {
margin-right: 0;
}
[dir=ltr] .q-mr-none, [dir=ltr] .q-mx-none {
margin-right: 0;
}
[dir=rtl] .q-mr-none, [dir=rtl] .q-mx-none {
margin-left: 0;
}
[dir] .q-mt-none, [dir] .q-my-none {
margin-top: 0;
}
[dir] .q-mb-none, [dir] .q-my-none {
margin-bottom: 0;
}
[dir] .q-pa-xs {
padding: 4px 4px;
}
[dir=ltr] .q-pl-xs, [dir=ltr] .q-px-xs {
padding-left: 4px;
}
[dir=rtl] .q-pl-xs, [dir=rtl] .q-px-xs {
padding-right: 4px;
}
[dir=ltr] .q-pr-xs, [dir=ltr] .q-px-xs {
padding-right: 4px;
}
[dir=rtl] .q-pr-xs, [dir=rtl] .q-px-xs {
padding-left: 4px;
}
[dir] .q-pt-xs, [dir] .q-py-xs {
padding-top: 4px;
}
[dir] .q-pb-xs, [dir] .q-py-xs {
padding-bottom: 4px;
}
[dir] .q-ma-xs {
margin: 4px 4px;
}
[dir=ltr] .q-ml-xs, [dir=ltr] .q-mx-xs {
margin-left: 4px;
}
[dir=rtl] .q-ml-xs, [dir=rtl] .q-mx-xs {
margin-right: 4px;
}
[dir=ltr] .q-mr-xs, [dir=ltr] .q-mx-xs {
margin-right: 4px;
}
[dir=rtl] .q-mr-xs, [dir=rtl] .q-mx-xs {
margin-left: 4px;
}
[dir] .q-mt-xs, [dir] .q-my-xs {
margin-top: 4px;
}
[dir] .q-mb-xs, [dir] .q-my-xs {
margin-bottom: 4px;
}
[dir] .q-pa-sm {
padding: 8px 8px;
}
[dir=ltr] .q-pl-sm, [dir=ltr] .q-px-sm {
padding-left: 8px;
}
[dir=rtl] .q-pl-sm, [dir=rtl] .q-px-sm {
padding-right: 8px;
}
[dir=ltr] .q-pr-sm, [dir=ltr] .q-px-sm {
padding-right: 8px;
}
[dir=rtl] .q-pr-sm, [dir=rtl] .q-px-sm {
padding-left: 8px;
}
[dir] .q-pt-sm, [dir] .q-py-sm {
padding-top: 8px;
}
[dir] .q-pb-sm, [dir] .q-py-sm {
padding-bottom: 8px;
}
[dir] .q-ma-sm {
margin: 8px 8px;
}
[dir=ltr] .q-ml-sm, [dir=ltr] .q-mx-sm {
margin-left: 8px;
}
[dir=rtl] .q-ml-sm, [dir=rtl] .q-mx-sm {
margin-right: 8px;
}
[dir=ltr] .q-mr-sm, [dir=ltr] .q-mx-sm {
margin-right: 8px;
}
[dir=rtl] .q-mr-sm, [dir=rtl] .q-mx-sm {
margin-left: 8px;
}
[dir] .q-mt-sm, [dir] .q-my-sm {
margin-top: 8px;
}
[dir] .q-mb-sm, [dir] .q-my-sm {
margin-bottom: 8px;
}
[dir] .q-pa-md {
padding: 16px 16px;
}
[dir=ltr] .q-pl-md, [dir=ltr] .q-px-md {
padding-left: 16px;
}
[dir=rtl] .q-pl-md, [dir=rtl] .q-px-md {
padding-right: 16px;
}
[dir=ltr] .q-pr-md, [dir=ltr] .q-px-md {
padding-right: 16px;
}
[dir=rtl] .q-pr-md, [dir=rtl] .q-px-md {
padding-left: 16px;
}
[dir] .q-pt-md, [dir] .q-py-md {
padding-top: 16px;
}
[dir] .q-pb-md, [dir] .q-py-md {
padding-bottom: 16px;
}
[dir] .q-ma-md {
margin: 16px 16px;
}
[dir=ltr] .q-ml-md, [dir=ltr] .q-mx-md {
margin-left: 16px;
}
[dir=rtl] .q-ml-md, [dir=rtl] .q-mx-md {
margin-right: 16px;
}
[dir=ltr] .q-mr-md, [dir=ltr] .q-mx-md {
margin-right: 16px;
}
[dir=rtl] .q-mr-md, [dir=rtl] .q-mx-md {
margin-left: 16px;
}
[dir] .q-mt-md, [dir] .q-my-md {
margin-top: 16px;
}
[dir] .q-mb-md, [dir] .q-my-md {
margin-bottom: 16px;
}
[dir] .q-pa-lg {
padding: 24px 24px;
}
[dir=ltr] .q-pl-lg, [dir=ltr] .q-px-lg {
padding-left: 24px;
}
[dir=rtl] .q-pl-lg, [dir=rtl] .q-px-lg {
padding-right: 24px;
}
[dir=ltr] .q-pr-lg, [dir=ltr] .q-px-lg {
padding-right: 24px;
}
[dir=rtl] .q-pr-lg, [dir=rtl] .q-px-lg {
padding-left: 24px;
}
[dir] .q-pt-lg, [dir] .q-py-lg {
padding-top: 24px;
}
[dir] .q-pb-lg, [dir] .q-py-lg {
padding-bottom: 24px;
}
[dir] .q-ma-lg {
margin: 24px 24px;
}
[dir=ltr] .q-ml-lg, [dir=ltr] .q-mx-lg {
margin-left: 24px;
}
[dir=rtl] .q-ml-lg, [dir=rtl] .q-mx-lg {
margin-right: 24px;
}
[dir=ltr] .q-mr-lg, [dir=ltr] .q-mx-lg {
margin-right: 24px;
}
[dir=rtl] .q-mr-lg, [dir=rtl] .q-mx-lg {
margin-left: 24px;
}
[dir] .q-mt-lg, [dir] .q-my-lg {
margin-top: 24px;
}
[dir] .q-mb-lg, [dir] .q-my-lg {
margin-bottom: 24px;
}
[dir] .q-pa-xl {
padding: 48px 48px;
}
[dir=ltr] .q-pl-xl, [dir=ltr] .q-px-xl {
padding-left: 48px;
}
[dir=rtl] .q-pl-xl, [dir=rtl] .q-px-xl {
padding-right: 48px;
}
[dir=ltr] .q-pr-xl, [dir=ltr] .q-px-xl {
padding-right: 48px;
}
[dir=rtl] .q-pr-xl, [dir=rtl] .q-px-xl {
padding-left: 48px;
}
[dir] .q-pt-xl, [dir] .q-py-xl {
padding-top: 48px;
}
[dir] .q-pb-xl, [dir] .q-py-xl {
padding-bottom: 48px;
}
[dir] .q-ma-xl {
margin: 48px 48px;
}
[dir=ltr] .q-ml-xl, [dir=ltr] .q-mx-xl {
margin-left: 48px;
}
[dir=rtl] .q-ml-xl, [dir=rtl] .q-mx-xl {
margin-right: 48px;
}
[dir=ltr] .q-mr-xl, [dir=ltr] .q-mx-xl {
margin-right: 48px;
}
[dir=rtl] .q-mr-xl, [dir=rtl] .q-mx-xl {
margin-left: 48px;
}
[dir] .q-mt-xl, [dir] .q-my-xl {
margin-top: 48px;
}
[dir] .q-mb-xl, [dir] .q-my-xl {
margin-bottom: 48px;
}
.q-touch {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
user-drag: none;
-khtml-user-drag: none;
-webkit-user-drag: none;
}
.q-touch-x {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.q-touch-y {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
body {
min-width: 100px;
font-family: '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
color: #0c0c0c;
min-height: 100vh;
}
[dir] body {
background: #fff;
}
h1 {
font-size: 112px;
font-weight: 300;
line-height: 1.19;
letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
h1 {
font-size: 67.2px;
}
}
h2 {
font-size: 56px;
font-weight: 400;
line-height: 1.35;
letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
h2 {
font-size: 33.6px;
}
}
h3 {
font-size: 45px;
font-weight: 400;
line-height: 48px;
letter-spacing: normal;
}
@media screen and (max-width: 767px) {
h3 {
font-size: 27px;
}
}
h4 {
font-size: 34px;
font-weight: 400;
line-height: 40px;
letter-spacing: normal;
}
@media screen and (max-width: 767px) {
h4 {
font-size: 20.4px;
}
}
h5 {
font-size: 24px;
font-weight: 400;
line-height: 32px;
letter-spacing: normal;
}
@media screen and (max-width: 767px) {
h5 {
font-size: 14.399999999999999px;
}
}
h6 {
font-size: 20px;
font-weight: 500;
line-height: 1.19;
letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
h6 {
font-size: 12px;
}
}
.q-display-4-opacity {
opacity: 0.54;
}
.q-display-4 {
font-size: 112px;
font-weight: 300;
line-height: 1.19;
letter-spacing: -0.04em;
}
.q-display-3-opacity {
opacity: 0.54;
}
.q-display-3 {
font-size: 56px;
font-weight: 400;
line-height: 1.35;
letter-spacing: -0.02em;
}
.q-display-2-opacity {
opacity: 0.54;
}
.q-display-2 {
font-size: 45px;
font-weight: 400;
line-height: 48px;
letter-spacing: normal;
}
.q-display-1-opacity {
opacity: 0.54;
}
.q-display-1 {
font-size: 34px;
font-weight: 400;
line-height: 40px;
letter-spacing: normal;
}
.q-headline-opacity {
opacity: 0.87;
}
.q-headline {
font-size: 24px;
font-weight: 400;
line-height: 32px;
letter-spacing: normal;
}
.q-title-opacity {
opacity: 0.87;
}
.q-title {
font-size: 20px;
font-weight: 500;
line-height: 1.19;
letter-spacing: 0.02em;
}
.q-subheading-opacity {
opacity: 0.87;
}
.q-subheading {
font-size: 16px;
font-weight: 400;
}
.q-body-2-opacity {
opacity: 0.87;
}
.q-body-2 {
font-size: 14px;
font-weight: 500;
}
.q-body-1-opacity {
opacity: 0.87;
}
.q-body-1 {
font-size: 14px;
font-weight: 400;
}
.q-caption-opacity {
opacity: 0.54;
}
.q-caption {
font-size: 12px;
font-weight: 400;
}
[dir] p {
margin: 0 0 16px;
}
.caption {
color: #424242;
letter-spacing: 0;
line-height: 24px;
font-weight: 300;
}
[dir] .caption {
padding: 0;
}
.uppercase {
text-transform: uppercase;
}
.lowercase {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
[dir] .text-center {
text-align: center;
}
[dir=ltr] .text-left {
text-align: left;
}
[dir=rtl] .text-left {
text-align: right;
}
[dir=ltr] .text-right {
text-align: right;
}
[dir=rtl] .text-right {
text-align: left;
}
.text-justify {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
[dir] .text-justify {
text-align: justify;
}
.text-italic {
font-style: italic;
}
.text-bold {
font-weight: bold;
}
.text-no-wrap {
white-space: nowrap;
}
.text-weight-thin {
font-weight: 100;
}
.text-weight-light {
font-weight: 300;
}
.text-weight-regular {
font-weight: 400;
}
.text-weight-medium {
font-weight: 500;
}
.text-weight-bold {
font-weight: 700;
}
.text-weight-bolder {
font-weight: 900;
}
small {
font-size: 80%;
}
big {
font-size: 170%;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
blockquote {
font-size: 16px;
}
[dir] blockquote {
padding: 8px 16px;
margin: 0;
}
[dir=ltr] blockquote {
border-left: 4px solid #027be3;
}
[dir=rtl] blockquote {
border-right: 4px solid #027be3;
}
[dir=ltr] blockquote.text-right {
padding-right: 16px;
padding-left: 0;
border-right: 4px solid #027be3;
border-left: 0;
text-align: right;
}
[dir=rtl] blockquote.text-right {
padding-left: 16px;
padding-right: 0;
border-left: 4px solid #027be3;
border-right: 0;
text-align: left;
}
blockquote small {
display: block;
line-height: 1.4;
color: #777;
}
blockquote small:before {
content: '\2014 \00A0';
}
[dir] .quote {
padding: 10px 20px;
margin: 0 0 20px;
}
[dir=ltr] .quote {
border-left: 5px solid #027be3;
}
[dir=rtl] .quote {
border-right: 5px solid #027be3;
}
[dir=ltr] .quote.text-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #027be3;
border-left: 0;
text-align: right;
}
[dir=rtl] .quote.text-right {
padding-left: 15px;
padding-right: 0;
border-left: 5px solid #027be3;
border-right: 0;
text-align: left;
}
dt {
font-weight: bold;
}
[dir=ltr] dd {
margin-left: 0;
}
[dir=rtl] dd {
margin-right: 0;
}
dt,
dd {
line-height: 1.4;
}
[dir] dl {
margin-top: 0;
margin-bottom: 20px;
}
dl.horizontal dt {
width: 25%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
[dir=ltr] dl.horizontal dt {
float: left;
clear: left;
text-align: right;
}
[dir=rtl] dl.horizontal dt {
float: right;
clear: right;
text-align: left;
}
[dir=ltr] dl.horizontal dd {
margin-left: 30%;
}
[dir=rtl] dl.horizontal dd {
margin-right: 30%;
}
::-webkit-selection,
::-moz-selection,
::selection {
color: rgba(255,255,255,0.87);
}
[dir] ::-webkit-selection, [dir] ::-moz-selection, [dir] ::selection {
background: #027be3;
}
textarea::-webkit-selection,
input::-webkit-selection,
textarea::-moz-selection,
input::-moz-selection,
textarea::selection,
input::selection {
color: rgba(255,255,255,0.87);
}
[dir] textarea::-webkit-selection, [dir] input::-webkit-selection, [dir] textarea::-moz-selection, [dir] input::-moz-selection, [dir] textarea::selection, [dir] input::selection {
background: rgba(2,123,227,0.4);
}
[dir] .no-margin {
margin: 0 !important;
}
[dir] .no-padding {
padding: 0 !important;
}
[dir] .no-border {
border: 0 !important;
}
[dir] .no-border-radius {
border-radius: 0 !important;
}
.no-box-shadow {
-webkit-box-shadow: none !important;
}
[dir] .no-box-shadow {
box-shadow: none !important;
}
.no-outline {
outline: 0 !important;
}
.ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.ellipsis-2-lines,
.ellipsis-3-lines {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.ellipsis-2-lines {
-webkit-line-clamp: 2;
}
.ellipsis-3-lines {
-webkit-line-clamp: 3;
}
[dir] .readonly {
cursor: default !important;
}
[dir] .disabled, [dir] [disabled], [dir] .disabled *, [dir] [disabled] * {
cursor: not-allowed !important;
}
.disabled,
[disabled] {
opacity: 0.6 !important;
}
.hidden {
display: none !important;
}
.invisible {
visibility: hidden !important;
}
[dir] .transparent {
background: transparent !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.dimmed:after,
.light-dimmed:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
}
[dir=ltr] .dimmed:after, [dir=ltr] .light-dimmed:after {
right: 0;
left: 0;
}
[dir=rtl] .dimmed:after, [dir=rtl] .light-dimmed:after {
left: 0;
right: 0;
}
[dir] .dimmed:after {
background: rgba(0,0,0,0.4) !important;
}
[dir] .light-dimmed:after {
background: rgba(255,255,255,0.6) !important;
}
.z-top {
z-index: 7000 !important;
}
.z-max {
z-index: 9998 !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
display: none !important;
}
@media all and (orientation: portrait) {
.orientation-landscape {
display: none !important;
}
}
@media all and (orientation: landscape) {
.orientation-portrait {
display: none !important;
}
}
@media screen {
.print-only {
display: none !important;
}
}
@media print {
.print-hide {
display: none !important;
}
}
@media (max-width: 575px) {
.xs-hide,
.gt-xs,
.sm,
.gt-sm,
.md,
.gt-md,
.lg,
.gt-lg,
.xl {
display: none !important;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.sm-hide,
.xs,
.lt-sm,
.gt-sm,
.md,
.gt-md,
.lg,
.gt-lg,
.xl {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.md-hide,
.xs,
.lt-sm,
.sm,
.lt-md,
.gt-md,
.lg,
.gt-lg,
.xl {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.lg-hide,
.xs,
.lt-sm,
.sm,
.lt-md,
.md,
.lt-lg,
.gt-lg,
.xl {
display: none !important;
}
}
@media (min-width: 1200px) {
.xl-hide,
.xs,
.lt-sm,
.sm,
.lt-md,
.md,
.lt-lg,
.lg,
.lt-xl {
display: none !important;
}
}
.q-focus-helper {
position: absolute;
top: 0;
left: 0 /* rtl:ignore */;
width: 100%;
height: 100%;
pointer-events: none;
opacity: 0.15;
-webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
[dir] .q-focus-helper {
border-radius: inherit;
}
[dir] body.desktop .q-focusable:focus .q-focus-helper, [dir] body.desktop .q-hoverable:hover .q-focus-helper {
background: currentColor;
}
body.ios .q-hoverable:active .q-focus-helper {
opacity: 0.3;
}
[dir] body.ios .q-hoverable:active .q-focus-helper {
background: currentColor;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.absolute .q-if-inner,
.fixed .q-if-inner,
.absolute .q-input-target,
.fixed .q-input-target {
min-width: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.q-if-inner {
height: 0;
}
.row > .col.q-alert-content {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.q-slider-handle > .q-chip.inline.row {
display: -ms-inline-grid;
}
[dir=ltr] .q-btn:active .q-btn-inner {
margin: -1px 1px 1px -1px;
}
[dir=rtl] .q-btn:active .q-btn-inner {
margin: -1px -1px 1px 1px;
}
[dir=ltr] .q-btn:active.q-btn-push .q-btn-inner {
margin: 0 1px 0 -1px;
}
[dir=rtl] .q-btn:active.q-btn-push .q-btn-inner {
margin: 0 -1px 0 1px;
}
[dir=ltr] .q-btn:active.q-btn-push.disabled .q-btn-inner {
margin: -1px 1px 1px -1px;
}
[dir=rtl] .q-btn:active.q-btn-push.disabled .q-btn-inner {
margin: -1px -1px 1px 1px;
}
[dir] .q-btn-group > .q-btn.q-btn-push:not(.disabled):active .q-btn-inner {
margin: 0;
}
.q-chip .q-chip-main {
line-height: 32px;
}
.q-chip.q-chip-small .q-chip-main {
line-height: normal;
}
.q-btn .q-chip {
display: inline-block;
}
.q-tab .q-chip .q-chip-main {
line-height: normal;
}
.q-fab-actions.q-fab-left,
.q-fab-actions.q-fab-right {
display: block;
white-space: nowrap;
}
.q-item-main {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
}
@supports (-ms-ime-align: auto) {
.absolute .q-if-inner,
.fixed .q-if-inner,
.absolute .q-input-target,
.fixed .q-input-target {
min-width: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.q-if-inner {
height: 0;
}
.row > .col.q-alert-content {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.q-slider-handle > .q-chip.inline.row {
display: -ms-inline-grid;
}
[dir=ltr] .q-btn:active .q-btn-inner {
margin: -1px 1px 1px -1px;
}
[dir=rtl] .q-btn:active .q-btn-inner {
margin: -1px -1px 1px 1px;
}
[dir=ltr] .q-btn:active.q-btn-push .q-btn-inner {
margin: 0 1px 0 -1px;
}
[dir=rtl] .q-btn:active.q-btn-push .q-btn-inner {
margin: 0 -1px 0 1px;
}
[dir=ltr] .q-btn:active.q-btn-push.disabled .q-btn-inner {
margin: -1px 1px 1px -1px;
}
[dir=rtl] .q-btn:active.q-btn-push.disabled .q-btn-inner {
margin: -1px -1px 1px 1px;
}
[dir] .q-btn-group > .q-btn.q-btn-push:not(.disabled):active .q-btn-inner {
margin: 0;
}
.q-chip .q-chip-main {
line-height: 32px;
}
.q-chip.q-chip-small .q-chip-main {
line-height: normal;
}
.q-btn .q-chip {
display: inline-block;
}
.q-tab .q-chip .q-chip-main {
line-height: normal;
}
.q-fab-actions.q-fab-left,
.q-fab-actions.q-fab-right {
display: block;
white-space: nowrap;
}
.q-item-main {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
}
@-webkit-keyframes webkit-autofill-on {
to {
background: transparent;
color: #ff9800;
}
}
@keyframes webkit-autofill-on {
to {
background: transparent;
color: #ff9800;
}
}
@-webkit-keyframes webkit-autofill-off {
to {
background: transparent;
}
}
@keyframes webkit-autofill-off {
to {
background: transparent;
}
}
@-webkit-keyframes q-progress-indeterminate-ltr {
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
}
@-webkit-keyframes q-progress-indeterminate-rtl {
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
}
@keyframes q-progress-indeterminate-ltr {
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
}
@keyframes q-progress-indeterminate-rtl {
0% {
left: -35%;
right: 100%;
}
60% {
left: 100%;
right: -90%;
}
100% {
left: 100%;
right: -90%;
}
}
@-webkit-keyframes q-progress-indeterminate-short-ltr {
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
}
@-webkit-keyframes q-progress-indeterminate-short-rtl {
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
}
@keyframes q-progress-indeterminate-short-ltr {
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
}
@keyframes q-progress-indeterminate-short-rtl {
0% {
left: -200%;
right: 100%;
}
60% {
left: 107%;
right: -8%;
}
100% {
left: 107%;
right: -8%;
}
}
@-webkit-keyframes q-progress-stripes-ltr {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-webkit-keyframes q-progress-stripes-rtl {
from {
background-position: 40px 0;
}
to {
background-position: 100% 0;
}
}
@keyframes q-progress-stripes-ltr {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes q-progress-stripes-rtl {
from {
background-position: 40px 0;
}
to {
background-position: 100% 0;
}
}
@-webkit-keyframes q-mat-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
@keyframes q-mat-dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
@-webkit-keyframes q-highlight {
0% {
background: #cddc39;
}
100% {
background: transparent;
}
}
@keyframes q-highlight {
0% {
background: #cddc39;
}
100% {
background: transparent;
}
}
@-webkit-keyframes q-rotate-ltr {
0% {
-webkit-transform: rotate(0) /* rtl:ignore */;
transform: rotate(0) /* rtl:ignore */;
}
25% {
-webkit-transform: rotate(90deg) /* rtl:ignore */;
transform: rotate(90deg) /* rtl:ignore */;
}
50% {
-webkit-transform: rotate(180deg) /* rtl:ignore */;
transform: rotate(180deg) /* rtl:ignore */;
}
75% {
-webkit-transform: rotate(270deg) /* rtl:ignore */;
transform: rotate(270deg) /* rtl:ignore */;
}
100% {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@-webkit-keyframes q-rotate-rtl {
0% {
-webkit-transform: rotate(0) /* rtl:ignore */;
transform: rotate(0) /* rtl:ignore */;
}
25% {
-webkit-transform: rotate(90deg) /* rtl:ignore */;
transform: rotate(90deg) /* rtl:ignore */;
}
50% {
-webkit-transform: rotate(180deg) /* rtl:ignore */;
transform: rotate(180deg) /* rtl:ignore */;
}
75% {
-webkit-transform: rotate(270deg) /* rtl:ignore */;
transform: rotate(270deg) /* rtl:ignore */;
}
100% {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@keyframes q-rotate {
0% {
-webkit-transform: rotate(0) /* rtl:ignore */;
transform: rotate(0) /* rtl:ignore */;
}
25% {
-webkit-transform: rotate(90deg) /* rtl:ignore */;
transform: rotate(90deg) /* rtl:ignore */;
}
50% {
-webkit-transform: rotate(180deg) /* rtl:ignore */;
transform: rotate(180deg) /* rtl:ignore */;
}
75% {
-webkit-transform: rotate(270deg) /* rtl:ignore */;
transform: rotate(270deg) /* rtl:ignore */;
}
100% {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@-webkit-keyframes q-blink {
to {
visibility: hidden;
}
}
@keyframes q-blink {
to {
visibility: hidden;
}
}
@-webkit-keyframes q-spin-ltr {
0% {
-webkit-transform: rotate(0deg) /* rtl:ignore */;
transform: rotate(0deg) /* rtl:ignore */;
}
100% {
-webkit-transform: rotate(359deg) /* rtl:ignore */;
transform: rotate(359deg) /* rtl:ignore */;
}
}
@-webkit-keyframes q-spin-rtl {
0% {
-webkit-transform: rotate(0deg) /* rtl:ignore */;
transform: rotate(0deg) /* rtl:ignore */;
}
100% {
-webkit-transform: rotate(359deg) /* rtl:ignore */;
transform: rotate(359deg) /* rtl:ignore */;
}
}
@keyframes q-spin {
0% {
-webkit-transform: rotate(0deg) /* rtl:ignore */;
transform: rotate(0deg) /* rtl:ignore */;
}
100% {
-webkit-transform: rotate(359deg) /* rtl:ignore */;
transform: rotate(359deg) /* rtl:ignore */;
}
}
@-webkit-keyframes q-pop {
0% {
opacity: 0;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
70% {
opacity: 1;
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes q-pop {
0% {
opacity: 0;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
70% {
opacity: 1;
-webkit-transform: scale(1.07);
transform: scale(1.07);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes q-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes q-fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes q-scale {
0% {
opacity: 0;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes q-scale {
0% {
opacity: 0;
-webkit-transform: scale(0.7);
transform: scale(0.7);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes q-bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes q-bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@-webkit-keyframes q-popup-down {
0% {
opacity: 0;
-webkit-transform: translateY(-20px) scaleY(0.3);
transform: translateY(-20px) scaleY(0.3);
pointer-events: none;
}
100% {
opacity: 1;
}
}
@keyframes q-popup-down {
0% {
opacity: 0;
-webkit-transform: translateY(-20px) scaleY(0.3);
transform: translateY(-20px) scaleY(0.3);
pointer-events: none;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes q-popup-up {
0% {
opacity: 0;
-webkit-transform: translateY(20px) scaleY(0.3);
transform: translateY(20px) scaleY(0.3);
pointer-events: none;
}
100% {
opacity: 1;
}
}
@keyframes q-popup-up {
0% {
opacity: 0;
-webkit-transform: translateY(20px) scaleY(0.3);
transform: translateY(20px) scaleY(0.3);
pointer-events: none;
}
100% {
opacity: 1;
}
}
|
jonobr1/cdnjs
|
ajax/libs/quasar-framework/0.15.6/quasar.ios.rtl.css
|
CSS
|
mit
| 240,277
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function swap</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Log v2">
<link rel="up" href="../../core_components.html#header.boost.log.core.record_hpp" title="Header <boost/log/core/record.hpp>">
<link rel="prev" href="record.html" title="Class record">
<link rel="next" href="record_view.html" title="Class record_view">
</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></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="record.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../core_components.html#header.boost.log.core.record_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="record_view.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.log.swap_idp40440816"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function swap</span></h2>
<p>boost::log::swap</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../core_components.html#header.boost.log.core.record_hpp" title="Header <boost/log/core/record.hpp>">boost/log/core/record.hpp</a>>
</span>
<span class="keyword">void</span> <span class="identifier">swap</span><span class="special">(</span><a class="link" href="record.html" title="Class record">record</a> <span class="special">&</span> left<span class="special">,</span> <a class="link" href="record.html" title="Class record">record</a> <span class="special">&</span> right<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp103577744"></a><h2>Description</h2>
<p>A free-standing swap function overload for <code class="computeroutput">record</code> </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2007-2015 Andrey
Semashev<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="record.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../core_components.html#header.boost.log.core.record_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="record_view.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
rprata/boost
|
libs/log/doc/html/boost/log/swap_idp40440816.html
|
HTML
|
gpl-2.0
| 3,628
|
<?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>Document Selection</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">Document Selection<br /><span class="subtitle"></span>
</h1>
<p>These classes provide interfaces to select documents.</p>
<p><table width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0">
<tr valign="top" class="odd"><th><a href="qaudiosourceselectordialog.html">QAudioSourceSelectorDialog</a></th><td>Allows the user to select an audio document from a variety of sources</td></tr>
<tr valign="top" class="even"><th><a href="qdocumentselector.html">QDocumentSelector</a></th><td>Allows the user choose a document from a list of documents available on the device</td></tr>
<tr valign="top" class="odd"><th><a href="qdocumentselectordialog.html">QDocumentSelectorDialog</a></th><td>User with the ability to select documents from a list of documents available on the device</td></tr>
<tr valign="top" class="even"><th><a href="qdocumentselectorservice.html">QDocumentSelectorService</a></th><td>Interface for low-privilege applications to open to user selected documents</td></tr>
<tr valign="top" class="odd"><th><a href="qimagedocumentselector.html">QImageDocumentSelector</a></th><td>Allows the selection an image from a list of image documents available on the device</td></tr>
<tr valign="top" class="even"><th><a href="qimagedocumentselectordialog.html">QImageDocumentSelectorDialog</a></th><td>Allows the user to select an image from a list of image documents available on the device</td></tr>
<tr valign="top" class="odd"><th><a href="qimagesourceselectordialog.html">QImageSourceSelectorDialog</a></th><td>Allows the user to select an image from a variety of sources</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>
|
rk34cj/qt-extend-4.4.3
|
doc/html/documentselection.html
|
HTML
|
gpl-2.0
| 3,143
|
<!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_51) on Sun May 11 19:20:57 BST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class gate.creole.ontology.impl.Property (GATE Ontology plugin JavaDoc)</title>
<meta name="date" content="2014-05-11">
<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 gate.creole.ontology.impl.Property (GATE Ontology plugin JavaDoc)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?gate/creole/ontology/impl/class-use/Property.html" target="_top">Frames</a></li>
<li><a href="Property.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class gate.creole.ontology.impl.Property" class="title">Uses of Class<br>gate.creole.ontology.impl.Property</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#gate.creole.ontology.impl">gate.creole.ontology.impl</a></td>
<td class="colLast">
<div class="block">The low-level OWLIM API for ontologies in GATE.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#gate.creole.ontology.impl.sesame">gate.creole.ontology.impl.sesame</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="gate.creole.ontology.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a> in <a href="../../../../../gate/creole/ontology/impl/package-summary.html">gate.creole.ontology.impl</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../gate/creole/ontology/impl/package-summary.html">gate.creole.ontology.impl</a> that return <a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getAnnotationProperties()">getAnnotationProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getAnnotationProperties(java.lang.String)">getAnnotationProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the annotation properties set on the specified resource</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getDatatypeProperties()">getDatatypeProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getDatatypeProperties(java.lang.String)">getDatatypeProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the datatype properties set on the specified resource</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getEquivalentPropertyAs(java.lang.String)">getEquivalentPropertyAs</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI)</code>
<div class="block">For the given property, this method returns all properties marked
as Equivalent as it</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getInverseProperties(java.lang.String)">getInverseProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI)</code>
<div class="block">for the given property, the method returns all its inverse
properties</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getObjectProperties()">getObjectProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getObjectProperties(java.lang.String)">getObjectProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the object properties set on the specified resource</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getOnPropertyValue(java.lang.String)">getOnPropertyValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> restrictionURI)</code>
<div class="block">This method given a restriction uri returns the value for the
onProperty element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getPropertiesWithResourceAsDomain(java.lang.String)">getPropertiesWithResourceAsDomain</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getPropertiesWithResourceAsRange(java.lang.String)">getPropertiesWithResourceAsRange</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getPropertyFromOntology(java.lang.String)">getPropertyFromOntology</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thePropertyURI)</code>
<div class="block">Given a property URI, this method returns an object of Property</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getRDFProperties(java.lang.String)">getRDFProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the RDF properties set on the specified resource</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getSubProperties(java.lang.String, boolean)">getSubProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
boolean direct)</code>
<div class="block">for the given property, the method returns all its sub properties</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getSubProperties(java.lang.String, gate.creole.ontology.OConstants.Closure)">getSubProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
<a href="http://gate.ac.uk/gate/doc/javadoc/gate/creole/ontology/OConstants.Closure.html?is-external=true" title="class or interface in gate.creole.ontology">OConstants.Closure</a> direct)</code>
<div class="block">for the given property, the method returns all its sub properties</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getSuperProperties(java.lang.String, boolean)">getSuperProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
boolean direct)</code>
<div class="block">for the given property, the method returns all its super properties</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getSuperProperties(java.lang.String, gate.creole.ontology.OConstants.Closure)">getSuperProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
<a href="http://gate.ac.uk/gate/doc/javadoc/gate/creole/ontology/OConstants.Closure.html?is-external=true" title="class or interface in gate.creole.ontology">OConstants.Closure</a> direct)</code>
<div class="block">for the given property, the method returns all its super properties</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getSymmetricProperties()">getSymmetricProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getSymmetricProperties(java.lang.String)">getSymmetricProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the symmetric properties set on the specified resource</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getTransitiveProperties()">getTransitiveProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyService.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/OntologyService.html#getTransitiveProperties(java.lang.String)">getTransitiveProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the transitive properties set on the specified resource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="gate.creole.ontology.impl.sesame">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a> in <a href="../../../../../gate/creole/ontology/impl/sesame/package-summary.html">gate.creole.ontology.impl.sesame</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../gate/creole/ontology/impl/sesame/package-summary.html">gate.creole.ontology.impl.sesame</a> that return <a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getAnnotationProperties()">getAnnotationProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getAnnotationProperties(java.lang.String)">getAnnotationProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the annotation properties set on the specified resource</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getDatatypeProperties()">getDatatypeProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getDatatypeProperties(java.lang.String)">getDatatypeProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the datatype properties set on the specified resource</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getEquivalentPropertyAs(java.lang.String)">getEquivalentPropertyAs</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI)</code>
<div class="block">For the given property, this method returns all properties marked as
Equivalent as it</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getInverseProperties(java.lang.String)">getInverseProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI)</code>
<div class="block">for the given property, the method returns all its inverse properties</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getObjectProperties()">getObjectProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getObjectProperties(java.lang.String)">getObjectProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the object properties set on the specified resource</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getOnPropertyValue(java.lang.String)">getOnPropertyValue</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> restrictionURI)</code>
<div class="block">This method given a restriction uri returns the value for the onProperty
element.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getPropertiesWithResourceAsDomain(java.lang.String)">getPropertiesWithResourceAsDomain</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">This method returns a set of all properties where the current resource has
been specified as one of the domain resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getPropertiesWithResourceAsRange(java.lang.String)">getPropertiesWithResourceAsRange</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">This method returns a set of all properties where the current resource has
been specified as one of the range resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a></code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getPropertyFromOntology(java.lang.String)">getPropertyFromOntology</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> thePropertyURI)</code>
<div class="block">Given a property URI, this method returns an object of Property</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getRDFProperties(java.lang.String)">getRDFProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the RDF properties set on the specified resource</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getSubProperties(java.lang.String, boolean)">getSubProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
boolean direct)</code>
<div class="block">for the given property, the method returns all its sub properties</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getSubProperties(java.lang.String, gate.creole.ontology.OConstants.Closure)">getSubProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
<a href="http://gate.ac.uk/gate/doc/javadoc/gate/creole/ontology/OConstants.Closure.html?is-external=true" title="class or interface in gate.creole.ontology">OConstants.Closure</a> direct)</code>
<div class="block">for the given property, the method returns all its sub properties</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getSuperProperties(java.lang.String, boolean)">getSuperProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
boolean direct)</code>
<div class="block">for the given property, the method returns all its super properties</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getSuperProperties(java.lang.String, gate.creole.ontology.OConstants.Closure)">getSuperProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> aPropertyURI,
<a href="http://gate.ac.uk/gate/doc/javadoc/gate/creole/ontology/OConstants.Closure.html?is-external=true" title="class or interface in gate.creole.ontology">OConstants.Closure</a> direct)</code>
<div class="block">for the given property, the method returns all its super properties</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getSymmetricProperties()">getSymmetricProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getSymmetricProperties(java.lang.String)">getSymmetricProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the symmetric properties set on the specified resource</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getTransitiveProperties()">getTransitiveProperties</a></strong>()</code>
<div class="block">The method returns an array of properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Property</a>[]</code></td>
<td class="colLast"><span class="strong">OntologyServiceImplSesame.</span><code><strong><a href="../../../../../gate/creole/ontology/impl/sesame/OntologyServiceImplSesame.html#getTransitiveProperties(java.lang.String)">getTransitiveProperties</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> theResourceURI)</code>
<div class="block">Gets the transitive properties set on the specified resource</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../gate/creole/ontology/impl/Property.html" title="class in gate.creole.ontology.impl">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?gate/creole/ontology/impl/class-use/Property.html" target="_top">Frames</a></li>
<li><a href="Property.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
avlachid/Multilingual-NLP-for-Archaeological-Reports-Ariadne-Infrastructure
|
SE NER/plugins/Ontology/doc/javadoc/gate/creole/ontology/impl/class-use/Property.html
|
HTML
|
gpl-3.0
| 35,307
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Class: Vertx::Context
— Ruby API Doc
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '../';
framesUrl = "../frames.html#!" + escape(window.location.href);
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="../_index.html">Index (C)</a> »
<span class='title'><span class='object_link'><a href="../Vertx.html" title="Vertx (module)">Vertx</a></span></span>
»
<span class="title">Context</span>
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../class_list.html">
Class List
</a>
<a class="full_list_link" id="method_list_link"
href="../method_list.html">
Method List
</a>
<a class="full_list_link" id="file_list_link"
href="../file_list.html">
File List
</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Class: Vertx::Context
</h1>
<dl class="box">
<dt class="r1">Inherits:</dt>
<dd class="r1">
<span class="inheritName">Object</span>
<ul class="fullTree">
<li>Object</li>
<li class="next">Vertx::Context</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
<dt class="r2 last">Defined in:</dt>
<dd class="r2 last">src/main/api_shim/core/timers.rb</dd>
</dl>
<div class="clear"></div>
<h2>
Instance Method Summary
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#run_on_context-instance_method" title="#run_on_context (instance method)">- (Object) <strong>run_on_context</strong>(&hndlr) </a>
</span>
<span class="summary_desc"><div class='inline'></div></span>
</li>
</ul>
<div id="instance_method_details" class="method_details_list">
<h2>Instance Method Details</h2>
<div class="method_details first">
<h3 class="signature first" id="run_on_context-instance_method">
- (<tt>Object</tt>) <strong>run_on_context</strong>(&hndlr)
</h3><table class="source_code">
<tr>
<td>
<pre class="lines">
68
69
70</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'src/main/api_shim/core/timers.rb', line 68</span>
<span class='rubyid_def def kw'>def</span> <span class='rubyid_run_on_context identifier id'>run_on_context</span><span class='lparen token'>(</span><span class='bitand op'>&</span><span class='rubyid_hndlr identifier id'>hndlr</span><span class='rparen token'>)</span>
<span class='rubyid_@j_del ivar id'>@j_del</span><span class='dot token'>.</span><span class='rubyid_runOnContext identifier id'>runOnContext</span><span class='lparen token'>(</span><span class='rubyid_hndlr identifier id'>hndlr</span><span class='rparen token'>)</span>
<span class='rubyid_end end kw'>end</span>
</pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Wed Jul 17 20:30:36 2013 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.6.1 (ruby-1.9.3).
</div>
</body>
</html>
|
vietj/vertx
|
src/main/vertx2/api/ruby/Vertx/Context.html
|
HTML
|
apache-2.0
| 4,258
|
<!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>createSnapshotPolicy</h1>
<p>Creates a snapshot policy for the account.</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>intervaltype</strong></td><td style="width:500px;"><strong>valid values are HOURLY, DAILY, WEEKLY, and MONTHLY</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>maxsnaps</strong></td><td style="width:500px;"><strong>maximum number of snapshots to retain</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>schedule</strong></td><td style="width:500px;"><strong>time the snapshot is scheduled to be taken. Format is:* if HOURLY, MM* if DAILY, MM:HH* if WEEKLY, MM:HH:DD (1-7)* if MONTHLY, MM:HH:DD (1-28)</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>timezone</strong></td><td style="width:500px;"><strong>Specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format.</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>volumeid</strong></td><td style="width:500px;"><strong>the ID of the disk volume</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>fordisplay</i></td><td style="width:500px;"><i>an optional field, whether to the display the policy to the end user or not</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 snapshot policy</td>
</tr>
<tr>
<td style="width:200px;"><strong>fordisplay</strong></td><td style="width:500px;">is this policy for display to the regular user</td>
</tr>
<tr>
<td style="width:200px;"><strong>intervaltype</strong></td><td style="width:500px;">the interval type of the snapshot policy</td>
</tr>
<tr>
<td style="width:200px;"><strong>maxsnaps</strong></td><td style="width:500px;">maximum number of snapshots retained</td>
</tr>
<tr>
<td style="width:200px;"><strong>schedule</strong></td><td style="width:500px;">time the snapshot is scheduled to be taken.</td>
</tr>
<tr>
<td style="width:200px;"><strong>timezone</strong></td><td style="width:500px;">the time zone of the snapshot policy</td>
</tr>
<tr>
<td style="width:200px;"><strong>volumeid</strong></td><td style="width:500px;">the ID of the disk volume</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>
|
pdion891/cloudstack-www
|
source/api/apidocs-4.8/domain_admin/createSnapshotPolicy.html
|
HTML
|
apache-2.0
| 4,536
|
<body bgcolor='white'>
|
HtmlUnit/htmlunit-neko
|
src/test/resources/test064.html
|
HTML
|
apache-2.0
| 22
|
<!--
Copyright 2013, 2015 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-template-name="debug">
<div class="form-row">
<label for="node-input-select-complete"><i class="fa fa-list"></i> Output</label>
<select type="text" id="node-input-select-complete" style="display: inline-block; width: 250px; vertical-align: top;">
<option value="false">message property</option>
<option value="true">complete msg object</option>
</select>
</div>
<div class="form-row" id="node-prop-row">
<label for="node-input-complete"> </label>msg.<input type="text" style="width:208px" id="node-input-complete">
</div>
<div class="form-row">
<label for="node-input-console"><i class="fa fa-random"></i> to</label>
<select type="text" id="node-input-console" style="display: inline-block; width: 250px; vertical-align: top;">
<option value="false">debug tab</option>
<option value="true">debug tab and console</option>
</select>
</div>
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
</script>
<script type="text/x-red" data-help-name="debug">
<p>The Debug node can be connected to the output of any node. It can be used to display the output of any message property in the debug tab of the sidebar. The default is to display <b>msg.payload</b>.</p>
<p>Each message will also display the timestamp, <b>msg.topic</b> and the property chosen to output.</p>
<p>The sidebar can be accessed under the options drop-down in the top right corner.</p>
<p>The button to the right of the node will toggle its output on and off so you can de-clutter the debug window.</p>
<p>If the payload is an object or buffer it will be stringified first for display and indicate that by saying "(Object)" or "(Buffer)".</p>
<p>Selecting any particular message will highlight (in red) the debug node that reported it. This is useful if you wire up multiple debug nodes.</p>
<p>Optionally can show the complete <b>msg</b> object.</p>
<p>In addition any calls to node.warn or node.error will appear here.</p>
</script>
<script type="text/javascript">
function oneditprepare() {
if (this.complete === "true" || this.complete === true) {
// show complete message object
$("#node-input-select-complete").val("true");
$("#node-prop-row").hide();
} else {
// show msg.[ ]
var property = (!this.complete||(this.complete === "false")) ? "payload" : this.complete+"";
$("#node-input-select-complete").val("false");
$("#node-input-complete").val(property);
$("#node-prop-row").show();
}
$("#node-input-select-complete").change(function() {
var v = $("#node-input-select-complete option:selected").val();
$("#node-input-complete").val(v);
if (v !== "true") {
$("#node-input-complete").val("payload");
$("#node-prop-row").show();
$("#node-input-complete").focus();
} else {
$("#node-prop-row").hide();
}
});
}
RED.nodes.registerType('debug',{
category: 'output',
defaults: {
name: {value:""},
active: {value:true},
console: {value:"false"},
complete: {value:"false", required:true}
},
label: function() {
if (this.complete === true || this.complete === "true") {
return this.name||"msg";
} else {
return this.name || "msg." + ((!this.complete || this.complete === "false") ? "payload" : this.complete);
}
},
labelStyle: function() {
return this.name?"node_label_italic":"";
},
color:"#87a980",
inputs:1,
outputs:0,
icon: "debug.png",
align: "right",
button: {
toggle: "active",
onclick: function() {
var label = this.name||"debug";
$.ajax({
url: "debug/"+this.id+"/"+(this.active?"enable":"disable"),
type: "POST",
success: function(resp, textStatus, xhr) {
if (xhr.status == 200) {
RED.notify("Successfully activated: "+label,"success");
} else if (xhr.status == 201) {
RED.notify("Successfully deactivated: "+label,"success");
}
},
error: function(jqXHR,textStatus,errorThrown) {
if (jqXHR.status == 404) {
RED.notify("<strong>Error</strong>: debug node not deployed","error");
} else if (jqXHR.status == 0) {
RED.notify("<strong>Error</strong>: no response from server","error");
} else {
RED.notify("<strong>Error</strong>: unexpected error: ("+err.status+") "+err.response,"error");
}
}
});
}
},
onpaletteadd: function() {
var content = document.createElement("div");
content.id = "tab-debug";
var toolbar = document.createElement("div");
toolbar.id = "debug-toolbar";
content.appendChild(toolbar);
toolbar.innerHTML = '<div class="btn-group pull-right"><a id="debug-tab-clear" title="clear log" class="btn btn-mini" href="#"><i class="fa fa-trash"></i></a></div> ';
var messages = document.createElement("div");
messages.id = "debug-content";
content.appendChild(messages);
RED.sidebar.addTab("debug",content);
function getTimestamp() {
var d = new Date();
return d.toLocaleString();
}
var sbc = document.getElementById("debug-content");
var messageCount = 0;
var that = this;
RED._debug = function(msg) {
that.handleDebugMessage("",{
name:"debug",
msg:msg
});
}
function sanitize(m) {
return m.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">");
}
this.handleDebugMessage = function(t,o) {
var msg = document.createElement("div");
msg.onmouseover = function() {
msg.style.borderRightColor = "#999";
var n = RED.nodes.node(o.id);
if (n) {
n.highlighted = true;
n.dirty = true;
}
RED.view.redraw();
};
msg.onmouseout = function() {
msg.style.borderRightColor = "";
var n = RED.nodes.node(o.id);
if (n) {
n.highlighted = false;
n.dirty = true;
}
RED.view.redraw();
};
msg.onclick = function() {
var node = RED.nodes.node(o.id);
if (node) {
RED.view.showWorkspace(node.z);
}
};
//console.log(o);
var name = sanitize(((o.name?o.name:o.id)||"").toString());
var topic = sanitize((o.topic||"").toString());
var property = sanitize(o.property?o.property:'');
var payload = sanitize((o.msg||"").toString());
var format = sanitize((o.format||"").toString());
msg.className = 'debug-message'+(o.level?(' debug-message-level-'+o.level):'');
msg.innerHTML = '<span class="debug-message-date">'+
getTimestamp()+'</span>'+
(name?'<span class="debug-message-name">['+name+']':'')+
'</span>';
// NOTE: relying on function error to have a "type" that all other msgs don't
if (o.hasOwnProperty("type") && (o.type === "function")) {
var errorLvlType = 'error';
var errorLvl = 20;
if (o.hasOwnProperty("level") && o.level === 30) {
errorLvl = 30;
errorLvlType = 'warn'
}
msg.className = 'debug-message debug-message-level-' + errorLvl;
msg.innerHTML += '<span class="debug-message-topic">[function] : (' + errorLvlType + ')</span>';
} else {
msg.innerHTML += '<span class="debug-message-topic">'+
(o.topic?topic+' : ':'')+
(o.property?'[msg.'+property+']':'[msg]')+" : "+format+
'</span>';
}
msg.innerHTML += '<span class="debug-message-payload">'+ payload+ '</span>';
var atBottom = (sbc.scrollHeight-messages.offsetHeight-sbc.scrollTop) < 5;
messageCount++;
$(messages).append(msg);
if (messageCount > 200) {
$("#debug-content .debug-message:first").remove();
messageCount--;
}
if (atBottom) {
$(sbc).scrollTop(sbc.scrollHeight);
}
};
RED.comms.subscribe("debug",this.handleDebugMessage);
$("#debug-tab-clear").click(function() {
$(".debug-message").remove();
messageCount = 0;
RED.nodes.eachNode(function(node) {
node.highlighted = false;
node.dirty = true;
});
RED.view.redraw();
});
},
onpaletteremove: function() {
RED.comms.unsubscribe("debug",this.handleDebugMessage);
RED.sidebar.removeTab("debug");
delete RED._debug;
},
oneditprepare: oneditprepare
});
</script>
<style>
#debug-content {
position: absolute;
top: 30px;
bottom: 0px;
left:0px;
right: 0px;
overflow-y: scroll;
}
#debug-toolbar {
padding: 3px 10px;
height: 24px;
background: #f3f3f3;
}
.debug-message {
cursor: pointer;
border-bottom: 1px solid #eee;
border-left: 8px solid #eee;
border-right: 8px solid #eee;
padding: 2px;
}
.debug-message-date {
background: #fff;
font-size: 9px;
color: #aaa;
padding: 1px 5px 1px 1px;
}
.debug-message-topic {
display: block;
background: #fff;
padding: 1px 5px;
font-size: 10px;
color: #a66;
}
.debug-message-name {
background: #fff;
padding: 1px 5px;
font-size: 9px;
color: #aac;
}
.debug-message-payload {
display: block;
padding: 2px;
background: #fff;
}
.debug-message-level-log {
border-left-color: #eee;
border-right-color: #eee;
}
.debug-message-level-30 {
border-left-color: #ffdf9d;
border-right-color: #ffdf9d;
}
.debug-message-level-20 {
border-left-color: #f99;
border-right-color: #f99;
}
</style>
|
zcpara/robot_gui_program
|
nodes/core/core/58-debug.html
|
HTML
|
apache-2.0
| 12,379
|
<style include="edu-coexistence-css">
paper-spinner-lite {
--spinner-size: 38px;
display: none;
height: var(--spinner-size);
margin-bottom: 28px;
width: var(--spinner-size);
}
paper-spinner-lite[active] {
display: inline-block;
}
.spinner-container {
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
width: 100%;
}
</style>
<edu-coexistence-template>
<span slot="main">
<div class="new-oobe-layout-back-button" hidden$="[[!showGaiaButtons_]]">
<edu-coexistence-button hidden$="[[!newOobeLayoutEnabled_]]"
button-type="back"
id="gaia-back-button"
on-go-back="handleGaiaLoginGoBack_">
</edu-coexistence-button>
</div>
<webview id="signinFrame" hidden$="[[loading_]]" class="signin-frame"
allowscaling></webview>
<div class ="spinner-container" hidden$="[[!loading_]]">
<paper-spinner-lite class="spinner" active="[[loading_]]">
</paper-spinner-lite>
<div id="comment" aria-live="polite"
aria-label$="$i18n{loadingMessage}">
$i18n{loadingMessage}
</div>
</div>
</span>
<span slot="buttons" hidden$="[[!showGaiaButtons_]]"
class$="[[buttonsLayoutCssClass_]]">
<span hidden$="[[newOobeLayoutEnabled_]]">
<edu-coexistence-button button-type="back"
id="gaia-back-button"
on-go-back="handleGaiaLoginGoBack_">
</edu-coexistence-button>
</span>
<span>
<gaia-action-buttons id="gaiaNextButton"
authenticator="[[controller_.authExtHost_]]"
rounded-button="[[newOobeLayoutEnabled_]]"
hidden$="[[!showGaiaNextButton_]]">
</gaia-action-buttons>
</span>
</span>
</edu-coexistence-template>
|
ric2b/Vivaldi-browser
|
chromium/chrome/browser/resources/chromeos/edu_coexistence/edu_coexistence_ui.html
|
HTML
|
bsd-3-clause
| 1,822
|
<div>_content_</div>
<p>sparse:</p>
<div>
_content_
</div>
|
jwalanta/Blogdown-Light
|
vendor/erusev/parsedown/tests/data/block-level_html.html
|
HTML
|
mit
| 58
|
<!DOCTYPE html>
<!--html5-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<!-- Mirrored from www.arduino.cc/en/Reference/WiFiClientConnected by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:08:02 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<title>Arduino - WiFiClientConnected </title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<link rel="stylesheet" href="../../fonts/fonts.css" type="text/css" />
<link rel="stylesheet" href="../../css/arduino-icons.css">
<link rel="stylesheet" href="../../css/animation.css"><!--[if IE 7]>
<link rel="stylesheet" href="//arduino.cc/css/arduino-icons-ie7.css"><![endif]-->
<!--[if gte IE 9]><!-->
<link rel='stylesheet' href='../../css/foundation2.css' type='text/css' />
<!--<![endif]-->
<!--[if IE 8]>
<link rel='stylesheet' href='//arduino.cc/css/foundation_ie8.css' type='text/css' />
<![endif]-->
<link rel='stylesheet' href='../../css/arduino_code_highlight.css' type='text/css' />
<link rel="stylesheet" type="text/css" media="screen" href="../../css/typeplate.css">
<link rel='stylesheet' href='../pub/skins/arduinoWide_SSO/css/arduinoWide_SSO.css' type='text/css' />
<link rel='stylesheet' href='../../css/common.css' type='text/css' />
<link rel="stylesheet" href="../../css/download_page.css" />
<link href="https://plus.google.com/114839908922424087554" rel="publisher" />
<!-- embedded JS and CSS from PmWiki plugins -->
<!--HeaderText--><style type='text/css'><!--
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em;
font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
span.anchor {
float: left;
font-size: 10px;
margin-left: -10px;
width: 10px;
position:relative; top:-0.1em;
text-align: center;
}
span.anchor a { text-decoration: none; }
span.anchor a:hover { text-decoration: underline; }
ol.toc { text-indent:-20px; list-style: none; }
ol.toc ol.toc { text-indent:-40px; }
div.tocfloat { font-size: smaller; margin-bottom: 10px;
border-top: 1px dotted #555555; border-bottom: 1px dotted #555555;
padding-top: 5px; padding-bottom: 5px;
width: 38%; float: right; margin-left: 10px; clear: right;
margin-right:-13px; padding-right: 13px; padding-left: 13px;
background-color: #eeeeee; }
div.toc { font-size: smaller;
padding: 5px; border: 1px dotted #cccccc;
background: #f7f7f7;
margin-bottom: 10px; }
div.toc p { background-color: #f9f6d6;
margin-top:-5px; padding-top: 5px;
margin-left:-5px; padding-left: 5px;
margin-right:-5px; padding-right: 5px;
padding-bottom: 3px;
border-bottom: 1px dotted #cccccc; }.editconflict { color:green;
font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
table.markup { border: 2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
td.markup1 { border-bottom: 1px solid #ccf; }
div.faq { margin-left:2em; }
div.faq p.question { margin: 1em 0 0.75em -2em; font-weight:bold; }
div.faq hr { margin-left: -2em; }
.frame
{ border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }
/**
* GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
* (http://qbnz.com/highlighter/ and http://geshi.org/)
*/
.arduino {font-family:monospace;}
.arduino .imp {font-weight: bold; color: red;}
.arduino .kw1 {color: #CC6600;}
.arduino .kw2 {color: #006699;}
.arduino .kw3 {color: #CC6600; font-weight: bold;}
.arduino .co1 {color: #7E7E7E; font-style: italic;}
.arduino .co2 {color: #7E7E7E;}
.arduino .coMULTI {color: #7E7E7E; font-style: italic;}
.arduino .es0 {color: #000099; font-weight: bold;}
.arduino .es1 {color: #000099; font-weight: bold;}
.arduino .es2 {color: #660099; font-weight: bold;}
.arduino .es3 {color: #660099; font-weight: bold;}
.arduino .es4 {color: #660099; font-weight: bold;}
.arduino .es5 {color: #006699; font-weight: bold;}
.arduino .br0 {color: #000000;}
.arduino .sy0 {color: #000000;}
.arduino .st0 {color: #0066CC;}
.arduino .nu0 {color: #000000;}
.arduino .nu6 {color: #208080;}
.arduino .nu8 {color: #208080;}
.arduino .nu12 {color: #208080;}
.arduino .nu16 {color:#800080;}
.arduino .nu17 {color:#800080;}
.arduino .nu18 {color:#800080;}
.arduino .nu19 {color:#800080;}
.arduino .me1 {color: #ff1493;}
.arduino .me2 {color: #ff1493;}
.arduino span.xtra { display:block; }
.sourceblocklink {
text-align: right;
font-size: smaller;
}
.sourceblocktext {
padding: 0.5em;
color: #000000;
background-color: #ECF1F1;
}
.sourceblock .sourceblocktext .arduino {
font-family: 'TyponineSans Monospace Regular 4';
font-size: 14px;
line-height: 18px;
}
code {
background-color: #ECF1F1;
font-size: 15px;
line-height: 19px;
padding: 2px 10px 5px 10px;
}
.sourceblocktext div {
font-family: monospace;
font-size: small;
line-height: 1;
height: 1%;
}
.sourceblocktext div.head,
.sourceblocktext div.foot {
font: italic medium serif;
padding: 0.5em;
}
--></style><script type="text/javascript">
function toggle(obj) {
var elstyle = document.getElementById(obj).style;
var text = document.getElementById(obj + "tog");
if (elstyle.display == 'none') {
elstyle.display = 'block';
text.innerHTML = "hide";
} else {
elstyle.display = 'none';
text.innerHTML = "show";
}
}
</script><script src="http://www.arduino.cc/en/pub/galleria/galleria-1.2.6.min.js"></script><script type="text/javascript">Galleria.loadTheme("http://www.arduino.cc/en/pub/galleria/themes/classic/galleria.classic.min.js");</script> <meta name='robots' content='index,follow' />
<script src="http://arduino.cc/js/vendor/custom.modernizr.js"></script>
<!-- do not remove none of those lines, comments embedding in pages will break! -->
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
<script src="http://arduino.cc/en/pub/js/newsletter_subscribe_popup.js" type="text/javascript"></script>
<script src="https://checkout.stripe.com/checkout.js" type="text/javascript"></script>
<script src="https://www.arduino.cc/en/pub/js/software_download.js" type="text/javascript"></script><!-- keep https! -->
<link rel='stylesheet' href='../../../code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.min.css' type='text/css' />
</head>
<body>
<div id="menuWings" class="fixed"></div>
<div id="page">
<script>
var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase();
if(userAgent.indexOf('mac')>0){
$("head").append('<style type="text/css">@-moz-document url-prefix() {h1 a, h2 a, h3 a, h4 a, h5 a, h1 a:hover, h2 a:hover, th a, th a:hover, h3 a:hover, h4 a:hover, h5 a:hover, #wikitext h2 a:hover, #wikitext h3 a:hover, #wikitext h4 a:hover {padding-bottom: 0.5em!important;} #pageheader .search input{font-family: "TyponineSans Regular 18";} #pagefooter .monospace{margin-top: -4px;} #navWrapper ul.left > li{margin-top: -2px; padding-bottom: 2px;}#navWrapper ul.right > li{margin-top: -5px; padding-bottom: 5px;}#navWrapper ul.right > li ul{margin-top: 4px;} .slider-container .fixed-caption p{padding:8px 0 14px 0}}</style>');
}
</script>
<!--[if IE]>
<link rel='stylesheet' href='https://id.arduino.cc//css/ie-monospace.css' type='text/css' />
<![endif]-->
<div id="menuWings" class="fixed"></div>
<!--[if IE 8]>
<div class="alert-box panel ie8alert">
<p><strong>Arduino.cc offers limited compatibility for Internet Explorer 8. Get a modern browser as Chrome, Firefox or Safari.</strong></p>
<a href="" class="close">×</a>
</div>
<![endif]-->
<div id="pageheader">
<div class="row" class="contain-to-grid">
<div class="small-6 large-8 eight columns">
<div class="title"><a href="http://www.arduino.cc/">Arduino</a></div>
</div>
<div class="small-6 large-4 four columns search">
<div class="row collapse">
<form method="GET" action="http://www.google.com/search">
<div class="small-12 twelve columns">
<i class="icon-search-2"></i>
<input type="hidden" name="ie" value="UTF-8">
<input type="hidden" name="oe" value="UTF-8">
<input type="text" name="q" size="25" maxlength="255" value="" placeholder="Search the Arduino Website">
<input type="submit" name="btnG" VALUE="search">
<input type="hidden" name="domains" value="http://www.arduino.cc">
<input type="hidden" name="sitesearch" value="http://www.arduino.cc">
</div>
</form> </div>
</div>
</div>
<!--[if gte IE 9]><!-->
<div id="navWrapper" class="sticky">
<!--<![endif]-->
<!--[if IE 8]>
<div id="navWrapper">
<![endif]-->
<nav class="top-bar" data-options="is_hover:true" >
<ul class="title-area">
<li class="name"></li>
</ul>
<section class="top-bar-section">
<ul class="left">
<li id="navLogo">
<a href="http://www.arduino.cc/">
<img src="../../img/logo_46.png" alt="userpicture" />
</a>
</li>
<li id="navHome"><a href="http://www.arduino.cc/">Home</a></li>
<li><a href="http://store.arduino.cc/">Buy</a></li>
<li><a href="http://www.arduino.cc/en/Main/Software">Download</a></li>
<li class="has-dropdown"><a href="#">Products</a>
<ul class="dropdown">
<li><a href="http://www.arduino.cc/en/Main/Products">Arduino <span class="menudescription">(USA only)</span></a></li>
<li><a href="http://www.arduino.cc/en/Main/GenuinoProducts">Genuino <span class="menudescription">(outside USA)</span></a></li>
<li><a href="http://www.arduino.cc/en/ArduinoAtHeart/Products">AtHeart</a></li>
<li><a href="http://www.arduino.cc/en/ArduinoCertified/Products">Certified</a></li>
</ul>
</li>
<li class="has-dropdown active"><a href="#">Learning</a>
<ul class="dropdown">
<li><a href="http://www.arduino.cc/en/Guide/HomePage">Getting started</a></li>
<li><a href="http://www.arduino.cc/en/Tutorial/HomePage">Tutorials</a></li>
<li><a href="HomePage.html">Reference</a></li>
<li><a href="http://www.arduino.cc/en/Main/CTCprogram">CTC Program</a></li>
<li><a href="http://playground.arduino.cc/">Playground</a></li>
</ul>
</li>
<li><a href="http://forum.arduino.cc/">Forum</a></li>
<li class="has-dropdown"><a href="#">Support</a>
<ul class="dropdown">
<li><a href="http://www.arduino.cc/en/Main/FAQ">FAQ</a></li>
<li><a href="http://www.arduino.cc/en/ContactUs">Contact Us</a></li>
</ul>
</li>
<li><a href="http://blog.arduino.cc/">Blog</a></li>
</ul>
<ul class="right">
<li><a href="https://id.arduino.cc/auth/login/?returnurl=http%3A%2F%2Fwww.arduino.cc%2Fen%2FReference%2FWiFiClientConnected" class="cart">LOG IN</a></li>
<li><a href="https://id.arduino.cc/auth/signup" class="cart">SIGN UP</a></li>
</ul>
</section>
</nav>
</div>
</div>
<br class="clear"/>
<div id="pagetext">
<!--PageText-->
<div id='wikitext'>
<p><strong>Reference</strong> <a class='wikilink' href='HomePage.html'>Language</a> | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a>
</p>
<p class='vspace'></p><p><a class='wikilink' href='WiFi.html'>WiFi</a> : <em>Client</em> class
</p>
<p class='vspace'></p><h2>connected()</h2>
<h4>Description</h4>
<p>Whether or not the client is connected. Note that a client is considered connected if the connection has been closed but there is still unread data.
</p>
<p class='vspace'></p><h4>Syntax</h4>
<p><em>client</em>.connected()
</p>
<p class='vspace'></p><h4>Parameters</h4>
<p>none
</p>
<p class='vspace'></p><h4>Returns</h4>
<p>Returns true if the client is connected, false if not.
</p>
<p class='vspace'></p><h4>Example</h4>
<p>
<div class='sourceblock ' id='sourceblock1'>
<div class='sourceblocktext'><div class="arduino"><span class="co2">#include <SPI.h></span><br />
<span class="co2">#include <WiFi.h></span><br />
<br />
<span class="kw1">char</span> ssid<span class="br0">[</span><span class="br0">]</span> <span class="sy0">=</span> <span class="st0">"myNetwork"</span><span class="sy0">;</span> <span class="co1">// your network SSID (name) </span><br />
<span class="kw1">char</span> pass<span class="br0">[</span><span class="br0">]</span> <span class="sy0">=</span> <span class="st0">"myPassword"</span><span class="sy0">;</span> <span class="co1">// your network password</span><br />
<br />
<span class="kw1">int</span> status <span class="sy0">=</span> WL_IDLE_STATUS<span class="sy0">;</span><br />
IPAddress server<span class="br0">(</span><span class="nu0">74</span><span class="sy0">,</span><span class="nu0">125</span><span class="sy0">,</span><span class="nu0">115</span><span class="sy0">,</span><span class="nu0">105</span><span class="br0">)</span><span class="sy0">;</span> <span class="co1">// Google</span><br />
<br />
<span class="co1">// Initialize the client library</span><br />
WiFiClient client<span class="sy0">;</span><br />
<br />
<span class="kw1">void</span> <span class="kw3">setup</span><span class="br0">(</span><span class="br0">)</span> <span class="br0">{</span><br />
<span class="kw1">Serial</span>.<span class="kw1">begin</span><span class="br0">(</span><span class="nu0">9600</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"Attempting to connect to WPA network..."</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">print</span><span class="br0">(</span><span class="st0">"SSID: "</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span>ssid<span class="br0">)</span><span class="sy0">;</span><br />
<br />
status <span class="sy0">=</span> WiFi.<span class="kw1">begin</span><span class="br0">(</span>ssid<span class="sy0">,</span> pass<span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">if</span> <span class="br0">(</span> status <span class="sy0">!=</span> WL_CONNECTED<span class="br0">)</span> <span class="br0">{</span> <br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"Couldn't get a wifi connection"</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="co1">// don't do anything else:</span><br />
<span class="kw1">while</span><span class="br0">(</span><span class="kw1">true</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="br0">}</span> <br />
<span class="kw1">else</span> <span class="br0">{</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"Connected to wifi"</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"<span class="es1">\n</span>Starting connection..."</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="co1">// if you get a connection, report back via serial:</span><br />
<span class="kw1">if</span> <span class="br0">(</span>client.<span class="kw1">connect</span><span class="br0">(</span>server<span class="sy0">,</span> <span class="nu0">80</span><span class="br0">)</span><span class="br0">)</span> <span class="br0">{</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"connected"</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="co1">// Make a HTTP request:</span><br />
client.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"GET /search?q=arduino HTTP/1.0"</span><span class="br0">)</span><span class="sy0">;</span><br />
client.<span class="kw1">println</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="br0">}</span><br />
<span class="br0">}</span><br />
<span class="br0">}</span><br />
<br />
<span class="kw1">void</span> <span class="kw3">loop</span><span class="br0">(</span><span class="br0">)</span> <span class="br0">{</span><br />
<span class="kw1">if</span> <span class="br0">(</span>client.<span class="kw1">available</span><span class="br0">(</span><span class="br0">)</span><span class="br0">)</span> <span class="br0">{</span><br />
<span class="kw1">char</span> c <span class="sy0">=</span> client.<span class="kw1">read</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">print</span><span class="br0">(</span>c<span class="br0">)</span><span class="sy0">;</span><br />
<span class="br0">}</span><br />
<br />
<span class="kw1">if</span> <span class="br0">(</span><span class="sy0">!</span>client.<span class="kw1">connected</span><span class="br0">(</span><span class="br0">)</span><span class="br0">)</span> <span class="br0">{</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">Serial</span>.<span class="kw1">println</span><span class="br0">(</span><span class="st0">"disconnecting."</span><span class="br0">)</span><span class="sy0">;</span><br />
client.<span class="kw1">stop</span><span class="br0">(</span><span class="br0">)</span><span class="sy0">;</span><br />
<span class="kw1">for</span><span class="br0">(</span><span class="sy0">;;</span><span class="br0">)</span><br />
<span class="sy0">;</span><br />
<span class="br0">}</span><br />
<span class="br0">}</span></div></div>
<div class='sourceblocklink'><a href='http://www.arduino.cc/en/Reference/WiFiClientConnected?action=sourceblock&num=1' type='text/plain'>[Get Code]</a></div>
</div>
<a class='wikilink' href='HomePage.html'>Reference Home</a>
</p>
<p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://arduino.cc/forum/index.php/board,23.0.html' rel='nofollow'>Forum</a>.</em>
</p>
<p class='vspace'></p><p>The text of the Arduino reference is licensed under a
<a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>. Code samples in the reference are released into the public domain.
</p>
</div>
<!-- AddThis Button Style BEGIN -->
<style>
.addthis_toolbox {
margin: 2em 0 1em;
}
.addthis_toolbox img {
float: left;
height: 25px;
margin-right: 10px;
width: auto;
}
.addthis_toolbox .social-container {
float: left;
height: 27px;
width: auto;
}
.addthis_toolbox .social-container .social-content {
float: left;
margin-top: 2px;
max-width: 0;
overflow: hidden;
-moz-transition: max-width .3s ease-out;
-webkit-transition: max-width .3s ease-out;
-o-transition: max-width .3s ease-out;
transition: max-width .3s ease-out;
}
.addthis_toolbox .social-container:hover .social-content {
max-width: 100px;
-moz-transition: max-width .2s ease-in;
-webkit-transition: max-width .2s ease-in;
-o-transition: max-width .2s ease-in;
transition: max-width .2s ease-in;
}
.addthis_toolbox .social-container .social-content a {
float: left;
margin-right: 5px;
}
.addthis_toolbox h3 {
font-size: 24px;
text-align: left;
}
</style>
<!-- AddThis Button Style END -->
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<h3>Share</h3>
<!-- FACEBOOK -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/facebook.png" />
<div class="social-content">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
</div>
</div>
<!-- TWITTER -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/twitter.png">
<div class="social-content">
<a class="addthis_button_tweet"></a>
</div>
</div>
<!-- PINTEREST -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/pinterest.png">
<div class="social-content">
<a class="addthis_button_pinterest_pinit" pi:pinit:url="//www.addthis.com/features/pinterest" pi:pinit:media="//www.addthis.com/cms-content/images/features/pinterest-lg.png"></a>
</div>
</div>
<!-- G+ -->
<div class="social-container">
<img src="../pub/skins/arduinoWide_SSO/img/gplus.png">
<div class="social-content">
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50573fab238b0d34"></script>
</div>
<!-- AddThis Button END -->
</div> <!-- eof pagetext -->
</div> <!-- eof page -->
<!--PageFooterFmt-->
<div id="pagefooter">
<div id="newsletterModal" class="reveal-modal small">
<form action="http://www.arduino.cc/subscribe.php" method="post" name="sendy-subscribe-form" id="sendy-subscribe-form" class="form-popup">
<div class="modalHeader">
<h3 style="line-height: 1.8rem;" class="modal-header-alt">This link has expired. <br>Please re-subscribe to our Newsletters.</h3>
<h3 class="modal-header-main">Subscribe to our Newsletters</h3>
</div>
<div class="modalBody" id="newsletterModalBody">
<div id="newsletterEmailField" class="row" style="padding-left: 0">
<div class="large-2 columns">
<label for="email" class="newsletter-form-label inline">Email</label>
</div>
<div class="large-10 columns" style="padding-left: 0">
<input placeholder="Enter your email address" type="email" name="email" class="subscribe-form-input" />
<p id="emailMissing" class="newsletterPopupError">Please enter a valid email to subscribe</p>
</div>
</div>
<div style="margin-left:20px">
<div style="margin-bottom:0.3em">
<input style="display:none" type="checkbox" checked name="list[]" value="arduino_newsletter_id" id="worldwide" class="newsletter-form-checkbox" />
<label for="worldwide"></label>
<div style="display:inline-block" class="newsletter-form-label">Arduino Newsletter</div>
</div>
<div>
<input style="display:none" type="checkbox" checked name="list[]" value="arduino_store_newsletter_id" id="store" class="newsletter-form-checkbox" />
<label for="store"></label>
<div style="display:inline-block" class="newsletter-form-label">Arduino Store Newsletter</div>
</div>
</div>
<div>
<p class="newsletterPopupError2" id="newsletterSubscribeStatus"></p>
</div>
</div>
<div class="row modalFooter">
<div class="form-buttons-row">
<button type="button" value="Cancel" class="popup-form-button white cancel-modal close-reveal-modal">Cancel</button>
<button type="submit" name="Subscribe" id="subscribe-submit-btn" class="popup-form-button">Next</button>
</div>
</div>
</form>
<!-- step 2, confirm popup -->
<div class="confirm-popup" style="margin-bottom:1em">
<div class="modalHeader">
<h3>Confirm your email address</h3>
</div>
<div class="modalBody" id="newsletterModalBody" style="padding-right:1em;margin-bottom:0">
<p style="margin-bottom:1em;font-size:15px">
We need to confirm your email address.<br>
To complete the subscription, please click the link in the
email we just sent you.
</p>
<p style="margin-bottom:1em;font-size:15px">
Thank you for subscribing!
</p>
<p style="margin-bottom:1em;font-size:15px">
Arduino<br>
via Egeo 16<br>
Torino, 10131<br>
Italy<br>
</p>
</div>
<div class="row modalFooter">
<div class="form-buttons-row">
<button name="Ok" class="popup-form-button" id="close-confirm-popup">Ok</button>
</div>
</div>
</div>
</div>
<div id="pagefooter" class="pagefooter">
<div class="row">
<div class="large-8 eight columns">
<div class="large-4 four columns newsletter-box">
<!-- Begin Sendy Signup Form -->
<h6>Newsletter</h6>
<div>
<input type="email" name="email" class="email" id="sendy-EMAIL" placeholder="Enter your email to sign up">
<i class="icon-right-small"></i>
<input value="Subscribe" name="subscribe" id="sendy-subscribe" class="newsletter-button">
</div>
<!--End sendy_embed_signup-->
</div>
<div class="clearfix"></div>
<ul class="inline-list">
<li class="monospace">©2015 Arduino</li>
<li><a href="http://www.arduino.cc/en/Main/CopyrightNotice">Copyright Notice</a></li>
<li><a href='http://www.arduino.cc/en/Main/ContactUs'>Contact us</a></li>
<li><a href='http://www.arduino.cc/en/Main/AboutUs'>About us</a></li>
<li><a href='http://www.arduino.cc/Careers'>Careers</a></li>
</ul>
</div>
<div class="large-4 four columns">
<ul id="arduinoSocialLinks" class="arduino-social-links">
<li>
<a href="https://twitter.com/arduino">
<img src="../../img/twitter.png" />
</a>
</li>
<li>
<a href="https://www.facebook.com/official.arduino">
<img src="../../img/facebook.png" />
</a>
</li>
<li>
<a href="https://plus.google.com/+Arduino">
<img src="../../img/gplus.png" />
</a>
</li>
<li>
<a href="https://www.flickr.com/photos/arduino_cc">
<img src="../../img/flickr.png" />
</a>
</li>
<li>
<a href="https://youtube.com/arduinoteam">
<img src="../../img/youtube.png" />
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--/PageFooterFmt-->
<!--[if gte IE 9]><!-->
<script src="http://arduino.cc/js/foundation.min.js"></script>
<script src="http://arduino.cc/js/foundation.topbar.custom.js"></script>
<script>
$(document).foundation();
</script>
<!--<![endif]-->
<!--[if IE 8]>
<script src="//arduino.cc/js/foundation_ie8.min.js"></script>
<script src="//arduino.cc/js/ie8/jquery.foundation.orbit.js"></script>
<script src="//arduino.cc/js/ie8/jquery.foundation.alerts.js"></script>
<script src="//arduino.cc/js/app.js"></script>
<script>
$(window).load(function(){
$("#featured").orbit();
});
</script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22581631-3']);
_gaq.push(['_setDomainName', 'arduino.cc']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script>
$(window).load(function(){
$('a').each (function () {
href = $(this).attr ('href');
if (href !== undefined && href.substring (0, 4) == 'http' && href.indexOf ('https://www.arduino.cc/en/Reference/arduino.cc') == -1)
$(this).attr ('target', '_blank');
});
// js for language dropdown
$('.language-dropdown .current').on('click', function(e){
e.stopPropagation();
$('.language-dropdown ul').toggle();
});
$('.language-dropdown .selector').on('click', function(e){
e.stopPropagation();
$('.language-dropdown ul').toggle();
});
$(document).on('click', function(){
$('.language-dropdown ul:visible').hide();
});
$('.language-dropdown li a').on('click', function(e){
$('.language-dropdown .current').text($(this).text());
});
//js for product pages navbar
var menu = $(".product-page-nav");
var menuItems = menu.find("a");
var timeoutId = null;
var limitTop = 600;
var menuOffset = $('.product-page-nav li').first().offset();
if(menuOffset) {
limitTop = menuOffset.top;
}
var limitBottom = $('.addthis_toolbox').offset().top;
var activateSection = function($sectionToActivate) {
var label=$sectionToActivate.attr('label');
$(".product-page-nav").find('li').removeClass('active');
$sectionToActivate.addClass('active');
};
menuItems.click(function(e){
e.preventDefault();
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 : $(href).offset().top,
adjust = 0;
if($(this).parent('li').hasClass('active') === false) {
adjust = 80;
$('html, body').animate({
scrollTop: offsetTop - adjust
}, 1500, 'easeOutExpo');
}
});
$(window).scroll(function () {
var windscroll = $(window).scrollTop();
if(windscroll < limitTop) {
$('.menu').removeClass('sticky');
$('.menu').removeClass('fixed');
} else {
$('.menu').addClass('sticky');
}
var menuEdgeBottomOffset = $('.menu.columns').offset();
var menuEdgeBottom = 0;
if(menuEdgeBottomOffset) {
menuEdgeBottom = menuEdgeBottomOffset.top + $('.menu.columns').height();
}
if(menuEdgeBottom > limitBottom) {
$('.menu').fadeOut();
} else {
$('.menu').fadeIn();
}
menuItems.each(function(i) {
var href = $(this).attr("href");
if ($(href).offset().top <= windscroll + 150) {
if(timeoutId) {
clearTimeout(timeoutId);
}
timeoutId = setTimeout(activateSection, 60, $(".product-page-nav").find('li').eq(i));
}
});
});
});
</script>
</body>
<!-- Mirrored from www.arduino.cc/en/Reference/WiFiClientConnected by HTTrack Website Copier/3.x [XR&CO'2010], Mon, 26 Oct 2015 14:08:02 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
</html>
|
Open-farm/openfarm-core-avr
|
thirdparty/arduino/reference/www.arduino.cc/en/Reference/WiFiClientConnected.html
|
HTML
|
mit
| 32,305
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>dojox.html.set test</title>
<script >
function fixPngIE6(){
if(this.complete && dojo.isIE < 7){
var r = this.runtimeStyle;
if(/.png$/i.test(this.src)){
r.height = this.height;
r.width = this.width;
r.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"');";
this.src = this.currentStyle.backgroundImage.replace(/url\(\s*['"]?(.+?)['"]?\s*\)/, "$1");
}
this.className = this.className.replace('run_png_fix', "");
r.behaviour = 'none';
}
}
</script>
<style type='text/css'>
.run_png_fix {
background-image:url(images/blank.gif);
behaviour: expression(fixPngIE6.call(this));
}
</style>
<script src='../../../dojo/dojo.js' djConfig='isDebug:true, parseOnLoad:true'></script>
<script src='../../../dojo/html.js'></script>
<script src='../../../dojox/html/_base.js'></script>
<script>
dojo.require('doh.runner');
dojo.require('dojox.html');
dojo.require('dojo.parser');
// used to test if we fire scrips to document scope
function documentCallback(){
arguments.callee.reached = true;
//console.debug('reached');
}
var unTypedVarInDocScope; // a closure test to make sure we can reach this from evaled scripts
var node1, setter1, setter2;
dojo.addOnLoad(function(){
/*
These tests are largely borrowed from dojox.layout.ContentPane's testsuite
They provide coverage for the basic use of the:
adjustPaths, renderStyles, executeScripts and referencePath properties
We also need to test a couple other scenarios that dojox.html.set allows for:
Reuse of a Setter across different node contexts
*/
node1 = dojo.byId('node1');
setter1 = new dojox.html._ContentSetter({
node: node1
});
function ieTrimSpaceBetweenTags(str){
return str.replace(/(<[a-z]*[^>]*>)\s*/ig, "$1");
}
doh.register("basicChecks", [
{
name: 'setContent',
runTest: function(t){
// test that setContent on a simple node does in fact set it
console.log("basicChecks: " + this.name);
var msg = "Simple Test";
dojox.html.set(node1, msg);
t.assertEqual(msg, node1.innerHTML);
console.log("/basicChecks: " + this.name);
}
}
]
);
doh.register("pathAdjustments",
[
{
setUp: function() {
// setup text fixture for these pathAdjustments tests
// we use a _Setter instance rather than dojox.html.set
// as the tests include successive sets and depend on prior settings and results
setter2 = new dojox.html._ContentSetter({ node: node1 });
},
name: 'cssPathAdjustments',
runTest: function(t){
// test that when you setContent, using the adjustPaths and renderStyles options
// the paths in the css are corrected for the current document
console.log("pathAdjustments: " + this.name);
// we do this test as one big string to emulate as good as possible,
// but split it later to easily see where we failed
var cssText = ".easy{ background-image:url(images/image.png) }\n"
+".dontReplaceEasy{ background-image:url(images/images/image.png) }\n"
+".hardurl{background-image:url(\t \"../../source/~test/%20t'e(s)t.gif(\"1')?foo=bar11103&bar=baz-foo\" \t);}body{};\n"
+".file{background-image: url(file:///home/nobody/image.png);}\n"
+".http{background-image: url(http://dojotoolkit.org/image.png);}\n"
+".https{background-image: url(https://dojotoolkit.org/image.png);}\n"
+".nonRelative{background-image:url(/toplevelfolder/image.gif);}\n"
+'@import "css/main.css";' + "\n@import \t'css/Newbee Url.css'\t;\n"
+"@import 'http://dojotoolkit.org/dojo.css';\n"
+" @import 'you/never/thought/' print;\n"
+' @import url("it/would/work") tv, screen;'+"\n"
+' @import url(/did/you/now.css);'+"\n"
+' @import "yes.i.did";';
var setParams = {
referencePath: "deep/nested/file",
adjustPaths: 1,
renderStyles: 1
};
var adjustedCss;
// hijack internals to snatch the styles before they are inserted to DOM (DOM messes formating)
var oldFunc = setter2._renderStyles;
console.log("in cssPathAdjustments, returning function");
setter2._renderStyles = function(styles){
adjustedCss = styles.join();
};
console.log("in cssPathAdjustments, calling set");
setter2.set('<style>'+cssText+'</style>', setParams);
console.log("in cssPathAdjustments, done calling set");
setter2._renderStyles = oldFunc;
adjustedCss = adjustedCss.split("\n");
var expectedCss = (".easy{ background-image:url(deep/nested/images/image.png) }\n"
+".dontReplaceEasy{ background-image:url(deep/nested/images/images/image.png) }\n"
+".hardurl{background-image:url(source/~test/%20t'e(s)t.gif(\"1')?foo=bar11103&bar=baz-foo);}body{};\n"
+".file{background-image: url(file:///home/nobody/image.png);}\n"
+".http{background-image: url(http://dojotoolkit.org/image.png);}\n"
+".https{background-image: url(https://dojotoolkit.org/image.png);}\n"
+".nonRelative{background-image:url(/toplevelfolder/image.gif);}\n"
+"@import \"deep/nested/css/main.css\";\n@import \"deep/nested/css/Newbee Url.css\"\t;\n"
+"@import 'http://dojotoolkit.org/dojo.css';\n"
+" @import \"deep/nested/you/never/thought/\" print;\n"
+' @import url(deep/nested/it/would/work) tv, screen;'+"\n"
+' @import url(/did/you/now.css);'+"\n"
+' @import "deep/nested/yes.i.did";').split("\n");
// we split and loop to get a faster hint of where it failed
for(var i = 0; i < expectedCss.length; i++){
t.assertEqual(expectedCss[i], adjustedCss[i]);
}
},
tearDown: function(){
delete setter2.adjustPaths; // get back to defaults
delete setter2.renderStyles;
}
},
{
name: 'htmlPathAdjustments',
timeout: 1800,
runTest: function(t){
console.log("pathAdjustments: " + this.name);
var d = new t.Deferred();
setTimeout(d.getTestCallback(
function(){
console.log("pathAdjustments: htmlPathAdjustments, in callback");
console.log("executeScripts: %s, cleanContent: %s, referencePath: %s, renderStyles: %s", setter2.executeScripts, setter2.cleanContent, setter2.referencePath, setter2.renderStyles);
// check that images and styles have been applied
var cb = dojo.contentBox(dojo.byId('imgTest'));
//dojo.getComputedStyle(dojo.byId('imgTest'));
t.assertEqual(188, cb.w);
t.assertEqual(125, cb.h);
// make sure we didn't mess up the other inline styles
cb = dojo.contentBox(dojo.byId('inlineStyleTest'));
t.assertEqual(188, cb.w);
t.assertEqual(125, cb.h);
// make sure it is the correct image
var cs = dojo.getComputedStyle(dojo.byId('inlineStyleTest'));
var url = cs.backgroundImage;
//remove url(..)
url = url.replace(/^\s?url\(['"]?/, "").replace(/['"]?\);?\s?$/, "");
// compare image url to full path of this document
imageUrl = dojo.moduleUrl('dojox', 'html/tests/images/testImage.gif');
console.log(new dojo._Url(document.location, imageUrl).toString(), url);
t.assertEqual(new dojo._Url(document.location, imageUrl).toString(), url);
// make sure we loaded the <link rel='stylesheet' correctly
var mb = dojo.marginBox(dojo.byId('linkCssTest'));
t.assertEqual(112, mb.w); // 100px + 2px border + 4px margin = 112px
t.assertEqual(112, mb.h);
// make sure we loaded the <style>@import '...'; correctly
mb = dojo.marginBox(dojo.byId('importCssTest'));
t.assertEqual(110, mb.w); // 100px + 1px border + 4px margin = 110px
t.assertEqual(110, mb.h);
// make sure we didn't render the <link media='print' rel='stylesheet'
var mb = dojo.marginBox(dojo.byId('linkMediaTest'));
t.assertEqual(212, mb.w); // 100px + 2px border + 4px margin = 112px
t.assertEqual(212, mb.h);
// make sure we didn't render the <style media='print'>@import '...';
mb = dojo.marginBox(dojo.byId('importMediaTest'));
t.assertEqual(210, mb.w); // 100px + 1px border + 4px margin = 110px
t.assertEqual(210, mb.h);
console.log("/pathAdjustments: htmlPathAdjustments, in callback");
}
), 1500);
console.log("pathAdjustments: " + this.name + ": requesting content");
var remoteUrl = dojo.moduleUrl("dojox", 'html/tests/remote/getResponse.php?mode=htmlPaths');
dojo.xhrGet({
url: remoteUrl,
load: function(data) {
console.log("pathAdjustments: htmlPathAdjustments, handling response");
setter2.set(data, {
adjustPaths: 1,
referencePath: remoteUrl.toString(),
renderStyles: 1
});
console.log("/pathAdjustments: htmlPathAdjustments, handling response");
}
});
return d;
},
tearDown: function(){
delete setter2.adjustPaths; // get back to defaults
delete setter2.renderStyles;
}
},
{
name: 'renderStylesOfByDefaultAndOldDeleted',
timeout: 1800,
runTest: function(t){
var d = new t.Deferred();
console.log("pathAdjustments: " + this.name);
setTimeout(d.getTestCallback(
function(){
// innerHTML'ing <link tags works in some browser (IE, moz), but not all
// we can't test if LINK was loaded this way
// make sure we didn't load the <link rel='stylesheet'
//var mb = dojo.marginBox(dojo.byId('linkCssTest'));
//t.assertFalse(112 == mb.w);
//t.assertFalse(112 == mb.h);
// make sure we didn't load the <style>@import '...';
var mb = dojo.marginBox(dojo.byId('importCssTest'));
t.assertFalse(110 == mb.w);
t.assertFalse(110 == mb.h);
}
), 1500);
var remoteUrl = dojo.moduleUrl("dojox", 'html/tests/remote/getResponse.php?mode=htmlPaths');
dojo.xhrGet({
url: remoteUrl,
load: function(data) {
console.log("pathAdjustments: renderStylesOfByDefaultAndOldDeleted, handling response");
setter2.set(data, {
adjustPaths: 1,
referencePath: remoteUrl.toString()
});
console.log("/pathAdjustments: htmlPathAdjustments, handling response");
}
});
return d;
},
tearDown: function(){
delete setter2.adjustPaths;
}
}
]
);
doh.register("scriptTests",
[
{
name: 'leaveDojoMethodScriptsAsIs',
runTest: function(t){
console.log("scriptTests: " + this.name);
dojox.html.set(node1,
"<"
+"script type='dojo/method'>unTypedVarInDocScope = 'failure';<"
+"/script>",
{
executeScripts: true
}
);
var d = new t.Deferred();
// IE req to async this test
setTimeout(d.getTestCallback(function(){
t.assertEqual('undefined', typeof unTypedVarInDocScope);
t.assertFalse(unTypedVarInDocScope == 'failure');
}), 40);
return d;
}
},
{
name: 'scripts_evals_in_global_scope',
timeout: 1800, // grabing remote js, wait for that
runTest: function(t){
console.log("scriptTests: " + this.name);
var remoteUrl = dojo.moduleUrl("dojox", "html/tests/remote/getResponse.php?mode=remoteJsTrue");
dojox.html.set(
node1,
"<"
+"script>function scriptsInGlobalClicked(){ documentCallback(); }<"
+"/script><"+"script src='" + remoteUrl +"'></"
+"script>"+"<a href='javascript:scriptsInGlobalClicked()' "
+"onfocus='scriptsInGlobalClicked();' id='anchorTag'>test</a>",
{
executeScripts: true
}
);
var link = dojo.byId('anchorTag');
dojo.isFunction(link.click) ? /*others*/ link.click() : /*moz*/ link.focus();
var d = new t.Deferred();
setTimeout(d.getTestCallback(function(){
t.assertEqual('boolean', typeof documentCallback.reached);
t.assertTrue(documentCallback.reached);
t.assertTrue(unTypedVarInDocScope);
}), 40);
return d;
}
},
{
name:'scriptsEvalsInOrder',
timeout: 1800,// grabing remote js, wait for that
runTest: function(t){
console.log("scriptTests: " + this.name);
var remoteUrl = dojo.moduleUrl("dojox", "html/tests/remote/getResponse.php?mode=remoteJsFalse");
dojox.html.set(node1, "<"
+"script src='"+ remoteUrl +"'><"
+"/script><"+"script>unTypedVarInDocScope = 1;<"
+"/script>",
{
executeScripts: true
}); // scripts only test
// we need to make this async because of IEs strange events loops
var d = new t.Deferred();
setTimeout(d.getTestCallback(function(){
t.assertEqual('number', typeof unTypedVarInDocScope);
t.assertEqual(1, unTypedVarInDocScope);
}), 40);
return d;
}
},
{
name: 'scriptsWithTypeTextJavascript',
runTest: function(t){
console.log("scriptTests: " + this.name);
dojox.html.set(node1, "<"
+"script type='text/javascript'> unTypedVarInDocScope = 'text/javascript'; <"
+"/script>", {
executeScripts: true
}
);
var d = new t.Deferred();
// IE needs async here
setTimeout(d.getTestCallback(function(){
t.assertEqual('text/javascript', unTypedVarInDocScope);
}), 40);
return d;
}
},
{
name:'scriptsWithHtmlComments',
runTest: function(t){
dojox.html.set(node1, "<"
+"script><!-- unTypedVarInDocScope = 2; --><"
+"/script>", {
cleanContent: 1,
executeScripts: 1
}
);
var d = new t.Deferred();
// IE need a async here
setTimeout(d.getTestCallback(function(){
t.assertEqual('number', typeof unTypedVarInDocScope);
t.assertEqual(2, unTypedVarInDocScope);
}), 40);
return d;
},
tearDown: function(){
node1.innerHTML = "";
}
},
{
name:'scriptsWithCData',
runTest: function(t){
dojox.html.set(node1, "<"
+"script><![CDATA[ unTypedVarInDocScope = 3; ]]><"
+"/script>", {
cleanContent: 1,
executeScripts: 1
}
);
var d = new t.Deferred();
// IE need a async here
setTimeout(d.getTestCallback(function(){
t.assertEqual('number', typeof unTypedVarInDocScope);
t.assertEqual(3, unTypedVarInDocScope);
}), 40);
return d;
},
tearDown: function(){
node1.innerHTML = "";
}
},
// FIXME: what /should/ container be in this context?
{
name: 'replace_container_',
runTest: function(t){
unTypedVarInDocScope = 'failure';
dojox.html.set(node1,
"<"
+"script>function testReplace(){"
+ "if(typeof _container_ != 'object'){return 'not replaced 1';}\n"
+ "if(_container_ != setter1){ return 'not replaced 2';}\n"
+ "if(!_container_ == setter1){ return 'not replaced 3';}\n"
+ "var tmp =_container_=dojo;\n"
+ "if(tmp != dojo){ return 'replaced when shouldnt 1';}\n"
+ "var tmp = _container_ \t \t = dojo;\n"
+ "if(tmp != dojo){ return 'replaced when shouldnt 2';}\n"
+ "return 'success';\n"
+"};\n"
+"unTypedVarInDocScope = testReplace();"
+"</"+"script>", {
executeScripts: 1,
scriptHasHooks: true,
scriptHookReplacement: function() { return "setter1"; }
});
// let IE inhale here
var d = new t.Deferred();
setTimeout(d.getTestCallback(function(){
t.assertEqual('success', unTypedVarInDocScope);
}), 40);
return d;
},
tearDown: function(){
node1.innerHTML = "";
unTypedVarInDocScope = "done";
}
},
"t.assertEqual('done', unTypedVarInDocScope)",
{
name: 'evalThenParse',
runTest: function(t){
dojo.global._evalThenParseResult = "";
// test the executeScripts / parse sequence
// by declaring a class that when instantiated returns true
dojox.html.set(node1,
"<"+"script>"
+"_evalThenParseResult+='a';\n"
+"dojo.provide('dojox.html.tests.TestThinger');"
+"dojo.declare('dojox.html.tests.TestThinger', null, {"
+" constructor: function() {"
+" _evalThenParseResult +='b';"
+" }"
+"});"
+"</"+"script>\n"
+""
+"<div dojoType='dojox.html.tests.TestThinger'>\n"
+"<"+"script type='dojo/method'>dojo.global._evalThenParseResult +='c';</"+"script>\n"
+"</div>\n"
, {
executeScripts: 1,
scriptHasHooks: false,
parseContent: true
});
t.assertEqual('abc', dojo.global._evalThenParseResult);
},
tearDown: function(){
delete dojo.global._evalThenParseResult;
}
}
]
);
doh.register('regexRegressionAndSpeedtest',[
{
name: 'cssPathAdjustments',
runTest: function(t){
// we do this test as one big string to emulate as good as possible,
// but split it later to easily see where we failed
var cssText = ".easy{ background-image:url(images/image.png) }\n"
+".dontReplaceEasy{ background-image:url(images/images/image.png) }\n"
+".hardurl{background-image:url(\t \"../../source/~test/%20t'e(s)t.gif(\"1')?foo=bar11103&bar=baz-foo\" \t);}body{};\n"
+".file{background-image: url(file:///home/nobody/image.png);}\n"
+".http{background-image: url(http://dojotoolkit.org/image.png);}\n"
+".https{background-image: url(https://dojotoolkit.org/image.png);}\n"
+".nonRelative{background-image:url(/toplevelfolder/image.gif);}\n"
+'@import "css/main.css";' + "\n@import \t'css/Newbee Url.css'\t;\n"
+"@import 'http://dojotoolkit.org/dojo.css';\n"
+" @import 'you/never/thought/' print;\n"
+' @import url("it/would/work") tv, screen;'+"\n"
+' @import url(/did/you/now.css);'+"\n"
+' @import "yes.i.did";';
var expectedCss = ".easy{ background-image:url(deep/nested/images/image.png) }\n"
+".dontReplaceEasy{ background-image:url(deep/nested/images/images/image.png) }\n"
+".hardurl{background-image:url(source/~test/%20t'e(s)t.gif(\"1')?foo=bar11103&bar=baz-foo);}body{};\n"
+".file{background-image: url(file:///home/nobody/image.png);}\n"
+".http{background-image: url(http://dojotoolkit.org/image.png);}\n"
+".https{background-image: url(https://dojotoolkit.org/image.png);}\n"
+".nonRelative{background-image:url(/toplevelfolder/image.gif);}\n"
+"@import \"deep/nested/css/main.css\";\n@import \"deep/nested/css/Newbee Url.css\"\t;\n"
+"@import 'http://dojotoolkit.org/dojo.css';\n"
+" @import \"deep/nested/you/never/thought/\" print;\n"
+' @import url(deep/nested/it/would/work) tv, screen;'+"\n"
+' @import url(/did/you/now.css);'+"\n"
+' @import "deep/nested/yes.i.did";';
for(var i = 0; i < 6; i++){
cssText += cssText;
expectedCss += expectedCss;
}
expectedCss = expectedCss.split("\n");
var setParams = {
referencePath: "deep/nested/file",
adjustPaths:1,
renderStyles:1
};
var adjustedCss;
// hijack internals to snatch the styles before they are inserted to DOM (DOM messes formating)
var oldFunc = dojox.html._ContentSetter.prototype._renderStyles;
dojox.html._ContentSetter.prototype._renderStyles = function(styles){
adjustedCss = styles.join();
};
var start = new Date();
dojox.html.set(node1, '<style>'+cssText+'</style>', setParams);
var end = new Date();
dojox.html._ContentSetter.prototype._renderStyles = oldFunc;
adjustedCss = adjustedCss.split("\n");
console.info('Time used to regex scan css and adjust relative paths within css:'+
(end - start)+' ms on '+ cssText.split('\n').length
+' css rows, with '+ cssText.length+' characters (roughly '
+Math.round(cssText.length/1024)+ 'Kb) of infile css');
// we split and loop to get a faster hint of where it failed
for(var i = 0; i < expectedCss.length; i++){
t.assertEqual(expectedCss[i], adjustedCss[i]);
}
},
tearDown: function(){
}
}
,
{
name:'htmlPathsSpeedTest',
runTest: function(t){
var htmlText = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n"
+"<title>should be removed</title>\n"
+"<img src=\"images/image.gif\"/>Testing\n"
+"<a href=\"../../topmost.html\">\n"
+" <img src=\"/siteroot/top.html\">\n"
+" <p style='background:url(\"images/back.png\")'>\n"
+" testing link\n"
+"</p></a>\n"
+"<style \ntype='text/css'>\n"
+" @import 'http://dojotoolkit.org/visible.css' tv, screen;\n"
+" @import \"./audio.css\" audio;\n"
+" @import url(/topsite/css/main.css);\n"
+" div.mywidget, #someId {\n"
+" background-color:url(../../css/main.css);"
+" display:none;\n"
+" background:url(../tmp/css)\n"
+" }\n"
+"</style>\n"
+"<link rel=\"stylesheet\" href=\"../../css/theme.css\" media=\"all\">\n"
+"<link media='print' type='text/css' rel='stylesheet' href='../../css/theme2.css'>\n"
+"<a style='display:block; background:url(/topmost/css)' href='../above'>above</a>\n"
+"<sc"+"ript type=\"text/javascript\"\n src=\"..\\windows\\morons\"></scr"+"ipt>\n"
+"<scr"+"ipt type=\"dojo/method\" src=\"/dont/mess/with/this\"></scr"+"ipt>\n"
+"<scr"+"ipt src=\"/dont/mess/here/either\" type=\"dojo/method\"></scr"+"ipt>\n"
+"<scr"+"ipt event=\"/havent/you/listened\" type=\"dojo/method\"></scr"+"ipt>\n"
+"<scr"+"ipt>JS CODE</scr"+"ipt>\n"
+"<a href='javascript:void(0)'>void</a>";
var expectedHtml = "\n\n<img src=\"deep/nested/images/image.gif\"/>Testing\n"
+"<a href=\"topmost.html\">\n"
+" <img src=\"/siteroot/top.html\">\n"
+" <p style='background:url(deep/nested/images/back.png)'>\n"
+" testing link\n"
+"</p></a>\n"
+"\n"
+"\n\n"
+"<a style='display:block; background:url(/topmost/css)' href='deep/above'>above</a>\n\n"
+"<scr"+"ipt type=\"dojo/method\" src=\"/dont/mess/with/this\"></scr"+"ipt>\n"
+"<scr"+"ipt src=\"/dont/mess/here/either\" type=\"dojo/method\"></scr"+"ipt>\n"
+"<scr"+"ipt event=\"/havent/you/listened\" type=\"dojo/method\"></scr"+"ipt>\n\n"
+"<a href='javascript:void(0)'>void</a>";
var expectedCss = [
"\n @import 'http://dojotoolkit.org/visible.css' tv, screen;\n"
+" @import \"deep/nested/audio.css\" audio;\n"
+" @import url(/topsite/css/main.css);\n"
+" div.mywidget, #someId {\n"
+" background-color:url(css/main.css);"
+" display:none;\n"
+" background:url(deep/tmp/css)\n"
+" }\n", "@import \"css/theme.css\";", "@import \"css/theme2.css\";"];
for(var i = 0; i < 6; i++){
htmlText += htmlText;
expectedHtml += expectedHtml;
expectedCss = expectedCss.concat(expectedCss);
}
var setParams = {
referencePath: "deep/nested/file",
executeScripts: 1,
adjustPaths: 1,
renderStyles: 1,
cleanContent: 1
};
var adjustedCss, adjustedHtml;
// hijack internals to snatch the styles before they are inserted to DOM (DOM messes formating)
var oldFunc = dojox.html._ContentSetter.prototype._renderStyles;
dojox.html._ContentSetter.prototype._renderStyles = function(styles){
adjustedCss = styles;
this.executeScripts = 0;
};
var oldSetFunc = dojox.html._ContentSetter.prototype.setContent;
dojox.html._ContentSetter.prototype.setContent = function(html){
console.log("replaced setContent is called");
adjustedHtml = this.content;
};
var oldXhr = dojo.xhrGet;
dojo.xhrGet = function(){}; // kill script download
var start = new Date();
dojox.html.set(node1, htmlText, setParams);
console.log("/calling set to clean and adjust paths");
var end = new Date();
// reset back to the way it was
dojox.html._ContentSetter.prototype._renderStyles = oldFunc;
dojox.html._ContentSetter.prototype.setContent = oldSetFunc;
dojo.xhrGet = oldXhr;
console.info('Time used to regex scan html/css and\n adjust relative paths (adjustPaths=true),\n copy scripts (executeScripts=true) and copy css innerText (renderStyles=true) and adjust paths in there \nTime:'+
(end - start)+' ms on '+ htmlText.split('\n').length
+' html rows, with '+ htmlText.length+' characters (roughly '
+Math.round(htmlText.length/1024)+ 'Kb)');
// we split and loop to get a faster hint of where it failed
adjustedHtml = adjustedHtml.split("\n");
expectedHtml = expectedHtml.split("\n");
for(var i = 0; i < expectedHtml.length; i++){
//console.debug(expectedHtml[i], i);
//console.debug(adjustedHtml[i], i);
t.assertEqual(expectedHtml[i], adjustedHtml[i]);
}
var exCssBlock, adjCssBlock;
for(var i = 0; i < expectedCss.length; i++){
t.assertEqual('string', typeof adjustedCss[i]);
exCssBlock = expectedCss[i].split('\n');
adjCssBlock = adjustedCss[i].split('\n');
for(var j = 0; j < exCssBlock.length;j++){
t.assertEqual(dojo.trim(exCssBlock[j]), dojo.trim(adjCssBlock[j]));
}
}
},
tearDown: function(){
}
},
{
name:'IE_AlphaImageLoader_PathAdjustments',
runTest: function(t){
if(!dojo.isIE){
console.info('aborting test IE_AlphaImageLoader_PathAdjustments, you dont use IE');
return;
}
var setParams = {
adjustPaths: 1,
renderStyles: 1,
referencePath: "deep/"
};
var html = "<div style='width:10px;height:10px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=\"scale\", src=\"images/alpha(1).png\", nextProperty=\"useless\");'><!-- \n"
+" alpha png in IE 6 --></div>\n"
+"<style>\n"
+" .ie_menu_png {"
+" filter: \t progid:\n"
+" DXImageTransform.Microsoft.AlphaImageLoader(\n"
+" src='../midlevel/alpha(2).png')\n"
+" }\n"
+" #my_transparent_png {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/alpha(3).png') }\n"
+" #my_transparent_png1 {filter: progid:DXImageTransform.Microsoft.AlhaImageLoader(src='http://no.se/images/alpha(4).png')}\n"
+"</style>\n";
var expectedHtml = "<div style='width:10px;height:10px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=\"scale\", src=\"deep/images/alpha(1).png\", nextProperty=\"useless\");'><!-- \n"
+" alpha png in IE 6 --></div>\n\n";
var expectedCss = "\n"
+" .ie_menu_png {"
+" filter: \t progid:\n"
+" DXImageTransform.Microsoft.AlphaImageLoader(\n"
+" src='midlevel/alpha(2).png')\n"
+" }\n"
+" #my_transparent_png {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/images/alpha(3).png') }\n"
+" #my_transparent_png1 {filter: progid:DXImageTransform.Microsoft.AlhaImageLoader(src='http://no.se/images/alpha(4).png')}\n";
for(var i = 0; i < 7; i++){
html += html;
expectedHtml += expectedHtml;
expectedCss += expectedCss;
}
var adjustedHtml, adjustedCss;
// hijack internals to snatch the content
var oldRenderStyles = dojox.html._ContentSetter.prototype._renderStyles;
var oldSetContent = dojox.html._ContentSetter.prototype.setContent;
dojox.html._ContentSetter.prototype._renderStyles = function(styles){ adjustedCss = styles.join(''); };
dojox.html._ContentSetter.prototype.setContent = function(cont){ adjustedHtml = this.content; };
var start = new Date();
dojox.html.set(node1, html, setParams);
var end = new Date();
console.info('Time used to replace AlphaImageLoader(src="...") '
+(end - start) + "ms in HTML with "+html.length
+' characters (roughly '+(Math.round(html.length/1024))+'Kb)');
// reset hijacked
dojox.html._ContentSetter.prototype._renderStyles = oldRenderStyles;
dojox.html._ContentSetter.prototype.setContent = oldSetContent;
// split on newline and run a check on each row to help debugging
expectedHtml = expectedHtml.split("\n");
adjustedHtml = adjustedHtml.split("\n");
for(var i = 0; i < expectedHtml.length; i++){
t.assertEqual(expectedHtml[i], adjustedHtml[i]);
}
expectedCss = expectedCss.split("\n");
adjustedCss = adjustedCss.split("\n");
for(var i = 0; i < expectedCss.length; i++){
t.assertEqual(expectedCss[i], adjustedCss[i]);
}
},
tearDown: function(){
}
}
]);
doh.register("A_AlphaImageLoader_inAction", [{
name:"AlphaLoaderShowHow",
runTest:function(t){
// IE filter alphaimageloader paths must be relative to the page
// not to the cssFile that declares it
// demo a much better way of "Fixing" alpha png in IE6 than inlining in html
var html = "<img src='images/dojoLogo.png' class='run_png_fix'/>";
var showHowHtml = "<pre >\nCode used in IE transparent png example\n"
+"code (declared in main page, not through ContentPane)\n"
+"<script type='text/javascript'>\n"
+fixPngIE6.toString().replace(/\n\t?/g, "\n")
+"\n</script>\n"
+"<style type='text/css'>\n"
+" .run_png_fix {\n"
+" background-image:url(images/blank.gif);\n"
+" behaviour: expression(fixPngIE6.call(this));\n"
+" }\n"
+"</style>\n\n...\n\nHtml feeded to ContentPane (or your main page):\n"
+"<img src='images/dojoLogo.png' class='run_png_fix'/>\n</pre>";
dojox.html.set(
node1,
html+showHowHtml, {
executeScripts: 1,
renderStyles: 1
}
);
}
}]);
doh.register("setterReuse", [
{
// FIXME: finish this test!
name: 'renderStyles',
setUp: function() {
setter2 = new dojox.html._ContentSetter({
renderStyles: true,
cleanContent: true,
node: dojo.byId("node2")
});
setter2.set('<style>#node2 { font-size: 18px }</style>New value');
},
runTest: function(t){
// test the fixture setup ok
var node2 = dojo.byId("node2");
t.assertEqual("New value", node2.innerHTML);
t.assertEqual("18px", dojo.style(node2, "fontSize"));
// grab the styleNodes in case we need to remove them later - there should be exactly 1
// in the reuse scenario, this is what we have to do today
var node2_styleNodes = setter2._styleNodes;
setter2._styleNodes = [];
t.assertEqual(1, node2_styleNodes.length);
// now reuse the setter on a different node
var node3 = setter2.node = dojo.byId("node3");
setter2.set('<style>#node3 { font-size: 24px }</style>Another New value');
// test the old node is still good,
// and the new node got the correct value, style
t.assertEqual("New value", node2.innerHTML);
t.assertEqual("18px", dojo.style(node2, "fontSize"));
t.assertEqual("Another New value", node3.innerHTML);
t.assertEqual("24px", dojo.style(node3, "fontSize"));
// test the old styleNode is still around
t.assertEqual(1, node2_styleNodes.length);
// test we have just one in the new collection
t.assertEqual(1, setter2._styleNodes.length);
// I guess you might want to do this...
// remove content and associated styles from the current and previous node
setter2.set("");
t.assertEqual(0, setter2._styleNodes.length);
t.assertFalse("24px" == dojo.style(node3, "fontSize"));
setter2.node = node2;
setter2._styleNodes = node2_styleNodes;
setter2.set("");
t.assertEqual(0, setter2._styleNodes.length);
t.assertFalse("18px" == dojo.style(node2, "fontSize"));
}
}
]
);
doh.run();
});
</script>
<style>
@import "../../../dojo/resources/dojo.css";
@import "../../../dijit/themes/tundra/tundra.css";
@import "../../../dijit/tests/css/dijitTests.css";
.box {
border: 1px solid black;
height: 190px;
width: 80%;
overflow: auto;
}
.red {
color: red;
}
.dojoxTestWidget {
border: 1px dashed red;
background-color: #C0E209 ;
}
</style>
</head>
<body class='tundra'>
<h1>dojox.layout.ContentPane</h1>
<h3>As dojox ContentPane is derived from dijit ContentPane, make sure that the dijit test passes before running this test</h3>
<h3 class='red'>Test relies on a php page as backend, so you need php installed on your server</h3>
<div class='box' id='node1'>
Initial value
</div>
<div class='box' id='node2'>
Initial value
</div>
<div class='box' id='node3'>
Initial value
</div>
<table id='tableTest' class='box'>
<thead>
<tr>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td></td>
</tr>
<tbody>
</table>
</body>
</html>
|
Goldcap/TAHealth
|
web/js/dojo/dojox/html/tests/test_set.html
|
HTML
|
mit
| 34,150
|
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* SCSS Variables.
*
* Please use variables from this sheet to ensure consistency across the UI.
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
*/
/**
* Colors
*/
/**
* Fonts & basic variables.
*/
/**
* Grid System.
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
*/
/**
* Dimensions.
*/
/**
* Shadows.
*/
/**
* Editor widths.
*/
/**
* Block & Editor UI.
*/
/**
* Block paddings.
*/
/**
* React Native specific.
* These variables do not appear to be used anywhere else.
*/
/**
* Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Focus styles.
*/
/**
* Applies editor left position to the selector passed as argument
*/
/**
* Styles that are reused verbatim in a few places
*/
/**
* Allows users to opt-out of animations via OS-level preferences.
*/
/**
* Reset default styles for JavaScript UI based pages.
* This is a WP-admin agnostic reset
*/
/**
* Reset the WP Admin page styles for Gutenberg-like pages.
*/
.wp-block-separator {
border: none;
border-bottom: 2px solid currentColor;
margin-left: auto;
margin-right: auto;
opacity: 0.4;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
border-bottom: none;
height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
height: 2px;
}
|
electric-eloquence/fepper-wordpress
|
backend/wordpress/wp-includes/blocks/separator/theme.css
|
CSS
|
mit
| 1,880
|
/**
* Grid container
*/
#tiles {
list-style-type: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 0;
}
/**
* Grid items
*/
#tiles li {
width: 200px;
background-color: #ffffff;
border: 1px solid #dedede;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
/**display: none; YSW Hide items initially to avoid a flicker effect **/display: none;
/*cursor: pointer;*/
padding: 10px;
margin-right:7px;margin-bottom:7px;float:left;/* YSW */
}
#tiles li img {
display: block;
}
/** Loader **/
#loader {
height: 16px;
text-align: center;
padding: 25px 0 25px 0;
}
#loaderCircle {
width: 16px;
height: 16px;
margin: 0 auto;
background-image: url('../images/loader.gif');
}
|
marya777/new_com
|
wp-content/themes/marya/scripts/wookmark/css/style.css
|
CSS
|
gpl-2.0
| 766
|
<meta name="robots" content="nofollow">
<a href="do_not_check.html">bla</a>
|
michaelpacer/linkchecker
|
tests/checker/data/norobots.html
|
HTML
|
gpl-2.0
| 76
|
<!-- BackCompat -->
<!--
This is a copy of style_test.html but without a doctype. Make sure these two
are in sync.
-->
<html>
<!--
Copyright 2006 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.
-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
<meta charset="UTF-8" />
<title>Closure Unit Tests - goog.dom.style</title>
<script src="../base.js"></script>
<script>goog.require('goog.userAgent');</script>
<style>
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
</style>
<style>
i {
font-family: Times, sans-serif;
font-size: 5em;
}
#testEl5 {
display: none;
}
#styleTest1 {
width: 120px;
text-decoration: underline;
}
#bgcolorTest0 {
background-color: #f00;
}
#bgcolorTest1 {
background-color: #ff0000;
}
#bgcolorTest2 {
background-color: rgb(255, 0, 0);
}
#bgcolorTest3 {
background-color: rgb(100%, 0%, 0%);
}
#bgcolorTest5 {
background-color: red;
}
#bgcolorTest6 {
background-color: inherit;
}
#bgcolorTest7 {
background-color: transparent;
}
.rtl {
direction: rtl;
}
.ltr {
direction: ltr;
}
#pos-scroll-abs {
position: absolute;
top: 200px;
left: 100px;
}
#pos-scroll-abs-1 {
overflow: scroll;
width: 100px;
height: 100px;
}
#pos-scroll-abs-2 {
position: absolute;
top: 100px;
left: 100px;
width: 500px;
background-color: pink;
}
#abs-upper-left {
position: absolute;
top: 0px;
left: 0px;
}
#no-text-font-styles {
font-family: "Helvetica", Times, serif;
font-size: 30px;
}
.century {
font-family: "Comic Sans MS", "Century Schoolbook L", serif;
}
#size-a,
#size-e {
width: 100px;
height: 100px;
background: red;
padding: 0;
border-style: solid;
border-color: black;
border-width: 0;
}
#size-b {
width: 100px;
height: 100px;
background: red;
border: 10px solid black;
}
#size-c {
width: 100px;
height: 100px;
background: red;
border: 10px solid black;
padding: 10px;
overflow: auto;
}
#size-d {
width: 10em;
height: 2cm;
background: red;
border: thick solid black;
padding: 2mm;
}
#size-f {
border-width: 0;
margin: 0;
padding: 0;
}
#css-position-absolute {
position: absolute;
}
#css-overflow-hidden {
overflow: hidden;
}
#css-z-index-200 {
position:relative;
z-index: 200;
}
#css-text-align-center {
text-align: center;
}
#css-cursor-pointer {
cursor: pointer;
}
#test-opacity {
opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
}
#test-frame-offset {
display: block;
position: absolute;
top: 50px;
left: 50px;
width: 50px;
height: 50px;
}
#test-visible {
background: yellow;
position: absolute;
overflow: hidden;
}
#test-visible2 {
background: #ebebeb;
position: absolute;
overflow: hidden;
}
.scrollable-container {
border: 8px solid blue;
padding: 16px;
margin: 32px;
width: 100px;
height: 100px;
overflow: auto;
position: absolute;
left: 400px;
top: 0;
}
.scrollable-container-item {
margin: 1px;
border: 2px solid gray;
padding: 4px;
width: auto;
/* The overflow is different from style_test so that we have consistent
scroll positions in all browsers. */
overflow: hidden;
height: 20px;
}
#translation {
position: absolute;
z-index: 10;
left: 10px;
top: 10px;
width: 10px;
height: 10px;
background-color: blue;
-webkit-transform: translate(20px, 30px);
-ms-transform: translate(20px, 30px);
-o-transform: translate(20px, 30px);
-moz-transform: translate(20px, 30px);
transform: translate(20px, 30px);
}
</style>
</head>
<body>
<div id="testEl">
<span>Test Element</span>
</div>
<div id="testEl5">
<span>Test Element 5</span>
</div>
<table id="table1">
<tr>
<td id="td1">td1</td>
</tr>
</table>
<span id="span0">span0</span>
<ul>
<li id="li1">li1</li>
</ul>
<span id="span1" class="test1"></span>
<span id="span2" class="test1"></span>
<span id="span3" class="test2"></span>
<span id="span4" class="test3"></span>
<span id="span5" class="test1"></span>
<span id="span6" class="test1"></span>
<p id="p1"></p>
<div id="styleTest1"></div>
<div id="styleTest2" style="width:100px;text-decoration:underline"></div>
<div id="styleTest3"></div>
<!-- Paragraph to test element child and sibling -->
<p id="p2">
<!-- Comment -->
a
<b id="b1">c</b>
d
<!-- Comment -->
e
<b id="b2">f</b>
g
<!-- Comment -->
</p>
<p style="background-color: #eee">
<span id="bgcolorTest0">1</span>
<span id="bgcolorTest1">1</span>
<span id="bgcolorTest2">2</span>
<span id="bgcolorTest3">3</span>
<span id="bgcolorTest4" style="background-color:#ff0000">4</span>
<span id="bgcolorTest5">5</span>
<span id="bgcolorTest6">6</span>
<span id="bgcolorTest7">7</span>
<span id="bgcolorDest">Dest</span>
<span id="installTest0">Styled 0</span>
<span id="installTest1">Styled 1</span>
</p>
<div class='rtl-test' dir='ltr' id='rtl1'>
<div dir='rtl' id='rtl2'>right to left</div>
<div dir='ltr' id='rtl3'>left to right</div>
<div id='rtl4'>left to right (inherited)</div>
<div id='rtl5' style="direction: rtl">right to left (style)</div>
<div id='rtl6' style="direction: ltr">left to right (style)</div>
<div id='rtl7' class=rtl>right to left (css)</div>
<div id='rtl8' class=ltr>left to right (css)</div>
<div class=rtl>
<div id='rtl9'>right to left (css)</div>
</div>
<div class=ltr>
<div id='rtl10'>left to right (css)</div>
</div>
</div>
<div id="unselectable-gecko" style="-moz-user-select:none">no-select</div>
<div id="unselectable-webkit" style="-webkit-user-select:none">no-select</div>
<div id="unselectable-ie" unselectable="on">no-select</div>
<div id="make-unselectable">
<p>Can't touch this <aside>(Oh-oh oh oh-oh)</aside></p>
<div><em>Stop.</em> Hammer <math><mo>×</mo></math></div>
</div>
<div id="pos-scroll-abs">
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text some
text some text some text some text some text some text. Some text some text
some text some text some text some text some text some text some text some
text. Some text some text some text some text some text some text some text
some text some text some text.
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text some
text some text some text some text some text some text. Some text some text
some text some text some text some text some text some text some text some
text. Some text some text some text some text some text some text some text
some text some text some text.
<div id="pos-scroll-abs-1">
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text
some text some text some text some text some text some text. Some text
some text some text some text some text some text some text some text some
text some text. Some text some text some text some text some text some
text some text some text some text some text.
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text
some text some text some text some text some text some text. Some text
some text some text some text some text some text some text some text some
text some text. Some text some text some text some text some text some
text some text some text some text some text.
<div id="pos-scroll-abs-2">
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text
some text some text some text some text some text some text. Some text
some text some text some text some text some text some text some text
some text some text. Some text some text some text some text some text
some text some text some text some text some text.
</div>
</div>
</div>
<div id="abs-upper-left">
foo
</div>
<div id="no-text-font-styles">
<font size="+1" face="Times,serif" id="font-tag">Times</font>
<pre id="pre-font">pre text</pre>
<span style="font:inherit" id="inherit-font">inherited</span>
<span style="font-family:Times,sans-serif; font-size:3in"
id="times-font-family">Times</span>
<b id="bold-font">Bolded</b>
<i id="css-html-tag-redefinition">Times</i>
<span id="small-text" class="century" style="font-size:small">eensy</span>
<span id="x-small-text" style="font-size:x-small">weensy</span>
<span style="font:50% badFont" id="font-style-badfont">
badFont
<span style="font:inherit" id="inherit-50pct-font">
same size as badFont
</span>
</span>
<span id="icon-font" style="font:icon">Icon Font</span>
</div>
<span id="no-font-style">plain</span>
<span style="font-family:Arial" id="nested-font">Arial<span style="font-family:Times">Times nested inside Arial</span></span>
<img id="img-font-test" src=""/>
<span style="font-size:25px">
<span style="font-size:12.5px" id="font-size-12-point-5-px">12.5PX</span>
<span style="font-size:0.5em" id="font-size-50-pct-of-25-px">12.5PX</span>
</span>
<div id="size-a"></div>
<div id="size-b"></div>
<div id="size-c">xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxxxxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxxxxxxxxxx</div>
<div id="size-d">xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxxxxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxx x</div>
<div id="size-e"></div>
<div id="size-f">hello</div>
<div style="font-size: 1px">
<div style="font-size: 2em"><span id="em-font-size"></span></div>
</div>
<div id="no-float"></div>
<div id="float-none" style="float:none"></div>
<div id="float-left" style="float:left"></div>
<div id="float-test"></div>
<div id="position-unset"></div>
<div id="style-position-relative" style="position:relative"></div>
<div id="style-position-fixed" style="position:fixed"></div>
<div id="css-position-absolute"></div>
<div id="box-sizing-unset"></div>
<div id="box-sizing-border-box" style="box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;"></div>
<div id="style-overflow-scroll" style="overflow:scroll"></div>
<div id="css-overflow-hidden"></div>
<!-- Getting the computed z-index of an unpositioned element is unspecified. -->
<div id="style-z-index-200" style="position:relative;z-index:200"></div>
<div id="css-z-index-200"></div>
<div id="style-text-align-right" style="text-align:right">
<div id="style-text-align-right-inner">foo</div>
</div>
<div id="css-text-align-center"></div>
<div id="style-cursor-move" style="cursor:move">
<span id="style-cursor-move-inner">foo</span>
</div>
<div id="css-cursor-pointer"></div>
<div id="height-test" style="display:inline-block;position:relative">
<div id="height-test-inner" style="display:inline-block">
foo
</div>
</div>
<div id="test-opacity"></div>
<iframe id="test-frame-offset"></iframe>
<iframe id="test-translate-frame-standard" src="style_test_standard.html"
style="overflow:auto;position:absolute;left:100px;top:150px;width:200px;height:200px;border:0px;">
</iframe>
<iframe id="test-translate-frame-quirk" src="style_test_quirk.html"
style="overflow:auto;position:absolute;left:100px;top:350px;width:200px;height:200px;border:0px;margin:0px;">
</iframe>
<iframe
id="test-visible-frame"
src="style_test_iframe_standard.html"
style="width: 200px; height: 200px; border: 0px;">
</iframe>
<div id="test-scrollbarwidth" style="background-color: orange; width: 100px; height: 100px; overflow: auto;">
<div style='width: 200px; height: 200px; background-color: red'>Test Scroll bar width with scroll</div>
</div>
<div id="scrollable-container" class="scrollable-container">
<!--
Workaround for overlapping top padding of the container and top margin of
the first item in Internet Explorer 6 and 7.
See http://www.quirksmode.org/bugreports/archives/2005/01/IE_nested_boxes_padding_topmargin_top.html#c11285
-->
<div style="height: 0"><!-- --></div>
<div id="item1" class="scrollable-container-item">1</div>
<div id="item2" class="scrollable-container-item">2</div>
<div id="item3" class="scrollable-container-item">3</div>
<div id="item4" class="scrollable-container-item">4</div>
<div id="item5" class="scrollable-container-item">5</div>
<div id="item6" class="scrollable-container-item">6</div>
<div id="item7" class="scrollable-container-item">7</div>
<div id="item8" class="scrollable-container-item">8</div>
</div>
<div id="test-visible">
Test-visible
<div id="test-visible-el" style="height:200px;">Test-visible</div>
Test-visible
</div>
<div id="test-visible2"></div>
<div id="msFilter" style="-ms-filter:'alpha(opacity=0)'">
A div</div>
<div id="filter" style="filter:alpha(opacity=0)">
Another div</div>
<div id="offset-parent" style="position:relative">
<div id="offset-child">child</div>
</div>
<div id="offset-parent-overflow"
style="overflow: scroll; width: 50px; height: 50px;">
<a id="offset-child-overflow">
scrollscrollscrollscrollscrollscrollscrollscroll
</a>
</div>
<div id="test-viewport"></div>
<div id="translation"></div>
<div id="rotated"></div>
<div id="scaled"></div>
<script>
if (!goog.userAgent.IE || goog.userAgent.isDocumentModeOrHigher(9)) {
document.write(
'<iframe id="svg-frame" src="style_test_rect.svg"></' + 'iframe>');
}
goog.require('goog.style_test');
</script>
</body>
</html>
|
scheib/chromium
|
third_party/google-closure-library/closure/goog/style/style_quirks_test.html
|
HTML
|
bsd-3-clause
| 14,255
|
{# Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved. #}
<h1>Specifying a custom Caffe network</h1>
<p>
Use this field to enter a Caffe network in .prototxt format.
</p>
<p>
The network should include the necessary layers for all computation states - Train, Val and Deploy.
When searching for layers, the network will be set to one of these three states:
</p>
<ul>
<li>phase: TRAIN stage: "train"</li>
<li>phase: TEST stage: "val"</li>
<li>phase: TEST stage: "deploy"</li>
</ul>
<p>
Your layer's include and exclude rules should be set properly to be picked up by the desired computation state[s].
You can look at the standard networks for examples.
In addition, since there are many ways to specify the rules, here's a table that you may find useful:
</p>
<table class="table">
<tr>
<th>Rule</th>
<th>Train</th>
<th>Val</th>
<th>Deploy</th>
</tr>
<tr>
<td><i>none</i></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
</tr>
<tr>
<td>include { phase: TRAIN }</td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td></td>
<td></td>
</tr>
<tr>
<td>include { stage: "train" }</td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td></td>
<td></td>
</tr>
<tr>
<td>include { phase: TEST }</td>
<td></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
</tr>
<tr>
<td>include { stage: "val" }</td>
<td></td>
<td><span class="glyphicon glyphicon-ok"></span></td><td></td>
</tr>
<tr>
<td>include { stage: "deploy" }</td>
<td></td>
<td></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
</tr>
<tr>
<td>exclude { stage: "deploy" }</td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td></td>
</tr>
<tr>
<td>
include { stage: "train" }
include { stage: "val" }
</td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td><span class="glyphicon glyphicon-ok"></span></td>
<td></td>
</tr>
</table>
<p>
You may notice that DIGITS still generates separate files for <i>train_val</i> and <i>deploy</i> networks, and that they each only use <i>phase</i> and not <i>stage</i>.
This is because Caffe doesn't fully support all-in-one networks yet.
</p>
<h1>Specifying a custom Torch network</h1>
<p>
Use this field to enter a Torch network using Lua code.
Refer to the documentation for more information.
</p>
|
TimZaman/DIGITS
|
digits/templates/models/images/generic/custom_network_explanation.html
|
HTML
|
bsd-3-clause
| 2,913
|
<html>
<head id="b">
<style id="a" type="text/css" media="screen">
#box {
animation-duration: 2s;
animation-timing-function: linear;
animation-name: anim;
background-color: blue;
width: 100px;
height: 100px;
}
@keyframes anim {
from { transform: rotate(0) scale(1,1); }
to { transform: rotate(360deg) scale(2,4); }
}
</style>
</head>
<body>
<div id="box">
</div>
<p>This should not crash</p>
</body>
</html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
var test = async_test("Tests if there is no crash when body is removed and added to a different location.");
var element;
function crash() {
// trigger style processing
document.alinkColor = "aaa";
// now remove the body and insert it in a different location
element = document.body;
element.parentNode.removeChild(element);
document.getElementById("a").parentNode.insertBefore(element, document.getElementById("a").nextSibling);
test.step_timeout(test.step_func_done(cleanup), 0);
}
function cleanup() {
document.getElementById("b").parentNode.insertBefore(element, document.getElementById("b").nextSibling);
}
crash();
</script>
|
scheib/chromium
|
third_party/blink/web_tests/animations/stability/body-removal-crash.html
|
HTML
|
bsd-3-clause
| 1,273
|
<script src='./source-map-warning.js'></script>
|
chromium/chromium
|
third_party/blink/web_tests/http/tests/devtools/resources/source-map-warning.html
|
HTML
|
bsd-3-clause
| 48
|
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="/bluetooth/resources/bluetooth-test.js"></script>
<script src="/bluetooth/resources/bluetooth-fake-devices.js"></script>
<script>
'use strict';
bluetooth_test(() => {
setBluetoothManualChooser(true);
let requestDevicePromise =
setBluetoothFakeAdapter('FailStartDiscoveryAdapter')
.then(
() => requestDeviceWithTrustedClick(
{filters: [{services: ['generic_access']}]}));
return getBluetoothManualChooserEvents(3).then(events => {
assert_array_equals(
events,
['chooser-opened(https://web-platform.test:8444)', 'discovering', 'discovery-failed-to-start'],
events);
sendBluetoothManualChooserEvent('cancelled', '');
return assert_promise_rejects_with_message(
requestDevicePromise,
new DOMException(
'User cancelled the requestDevice() chooser.', 'NotFoundError'),
'The adapter failed to start a discovery session.');
});
}, 'Discovery session fails to start.');
</script>
|
scheib/chromium
|
third_party/blink/web_tests/wpt_internal/bluetooth/requestDevice/discovery-fails-to-start.https.html
|
HTML
|
bsd-3-clause
| 1,239
|
<!doctype html>
<html>
<head>
<title>Test GC of ScriptProcessorNode</title>
<script src="../../resources/gc.js"></script>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
</head>
<body>
<script>
// Power of two so there's no round-off in computing time from frame.
// Otherwise, it's arbitrary.
const sampleRate = 32768;
const audit = Audit.createTaskRunner();
// Number of ScriptProcessorNodes to create for testing. Fairly
// arbitrary, but we don't need a huge number.
const numberOfNodes = 20;
audit.define('Test GC of ScriptProcessorNodes', (task, should) => {
// Initial number of handlers.
let initialCount = 0;
let nodes = [];
let context = new OfflineAudioContext(
{length: sampleRate, sampleRate: sampleRate});
asyncGC()
.then(() => {
initialCount = internals.audioHandlerCount();
// For information only
should(initialCount, 'Number of handlers before GC')
.beEqualTo(initialCount);
})
.then(() => {
// Create a bunch of ScriptProcessorNodes for testing
for (let k = 0; k < numberOfNodes; ++k) {
let node = context.createScriptProcessor(256, 1, 1);
node.onaudioprocess = (event) => {
// Just copy input to output.
let input = event.inputBuffer.getChannelData(0);
event.outputBuffer.copyToChannel(input, 0, 0);
};
node.connect(context.destination);
nodes.push(node);
}
// Wait a bit and then remove the event listener and drop all
// references to the nodes.
context.suspend(1024 / context.sampleRate)
.then(() => {
// Remove the event listener
for (let k = 0; k < nodes.length; ++k) {
nodes[k].onaudioprocess = null;
}
// Drop all references to the nodes
nodes.fill(null);
})
.then(() => context.resume());
// Render the graph
return context.startRendering();
})
.then(() => {
// Collect garbage which should remove all of the
// ScriptProcessorNodes.
return asyncGC();
})
.then(() => {
should(nodes.length, 'Number of nodes created')
.beEqualTo(numberOfNodes);
should(
internals.audioHandlerCount(), 'Number of handlers after GC')
.beEqualTo(initialCount);
})
.then(() => task.done());
});
audit.run();
</script>
</body>
</html>
|
chromium/chromium
|
third_party/blink/web_tests/webaudio/internals/scriptprocessornode-gc.html
|
HTML
|
bsd-3-clause
| 3,079
|
<!DOCTYPE HTML>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<table id="table1">
</table>
<script>
function axElementById(id) {
return accessibilityController.accessibleElementById(id);
}
test(function(t) {
// Check beginning row and column count.
var axTable = axElementById("table1");
assert_equals(axTable.rowCount, 0);
assert_equals(axTable.columnCount, 0);
// Insert initial table contents.
document.getElementById('table1').innerHTML = '<tr id="row1"><td>foo</td><td>bar</td></tr>';
assert_equals(axTable.rowCount, 1);
assert_equals(axTable.columnCount, 2);
// Insert a row.
var rowElem1 = document.getElementById('row1');
var newRowElem = document.createElement('tr');
newRowElem.innerHTML = '<td>a</td><td>b</td><td>c</td>';
rowElem1.parentNode.insertBefore(newRowElem, rowElem1);
assert_equals(axTable.rowCount, 2);
assert_equals(axTable.columnCount, 3);
// Insert a cell.
newRowElem.appendChild(document.createElement('td'));
assert_equals(axTable.columnCount, 4);
// Remove the new row.
newRowElem.remove();
assert_equals(axTable.rowCount, 1);
assert_equals(axTable.columnCount, 2);
}, "Row/col count before and after insertion/removal should be correct");
</script>
|
scheib/chromium
|
third_party/blink/web_tests/accessibility/table-dynamic-properties.html
|
HTML
|
bsd-3-clause
| 1,343
|
table.keyboardInputMaster {
position:absolute;
font:normal 16px Arial,sans-serif;
border-top:1px solid #eeeeee;
border-right:1px solid #888888;
border-bottom:1px solid #444444;
border-left:1px solid #cccccc;
-webkit-box-shadow:0px 2px 10px #444444;
-moz-box-shadow:0px 2px 10px #444444;
box-shadow:0px 2px 10px #444444;
opacity:0.95;
filter:alpha(opacity=95);
background-color:#dddddd;
text-align:left;
z-index:1000000;
width:auto;
height:auto;
min-width:0;
min-height:0;
margin:0px;
padding:0px;
line-height:normal;
-moz-user-select:none;
cursor:default;
}
table.keyboardInputMaster {
-webkit-border-top-left-radius:0.6em;
-webkit-border-top-right-radius:0.6em;
-moz-border-top-left-radius:0.6em;
-moz-border-top-right-radius:0.6em;
border-top-left-radius:0.6em;
border-top-right-radius:0.6em;
}
table.keyboardInputMaster.relativeKeyboard {
-webkit-border-radius:0.6em;
-moz-border-radius:0.6em;
border-radius:0.6em;
}
table.keyboardInputMaster * {
position:static;
color:#000000;
background:transparent;
font:normal 16px Arial,sans-serif;
width:auto;
height:auto;
min-width:0;
min-height:0;
margin:0px;
padding:0px;
border:0px none;
outline:0px;
vertical-align:baseline;
line-height:1.3em;
}
table.keyboardInputMaster table {
table-layout:auto;
}
table.keyboardInputMaster.keyboardInputSize1,
table.keyboardInputMaster.keyboardInputSize1 * {
font-size:13px;
}
table.keyboardInputMaster.keyboardInputSize3,
table.keyboardInputMaster.keyboardInputSize3 * {
font-size:20px;
}
table.keyboardInputMaster.keyboardInputSize4,
table.keyboardInputMaster.keyboardInputSize4 * {
font-size:24px;
}
table.keyboardInputMaster.keyboardInputSize5,
table.keyboardInputMaster.keyboardInputSize5 * {
font-size:28px;
}
table.keyboardInputMaster thead tr th {
padding:0.3em 0.3em 0.1em 0.3em;
background-color:#999999;
white-space:nowrap;
text-align:right;
}
table.keyboardInputMaster thead tr th {
-webkit-border-radius:0.6em 0.6em 0px 0px;
-moz-border-radius:0.6em 0.6em 0px 0px;
border-radius:0.6em 0.6em 0px 0px;
}
table.keyboardInputMaster thead tr th div {
float:left;
font-size:130% !important;
height:1.3em;
font-weight:bold;
position:relative;
z-index:1;
margin-right:0.5em;
cursor:pointer;
background-color:transparent;
}
table.keyboardInputMaster thead tr th div ol {
position:absolute;
left:0px;
top:90%;
list-style-type:none;
height:9.4em;
overflow-y:auto;
overflow-x:hidden;
background-color:#f6f6f6;
border:1px solid #999999;
display:none;
text-align:left;
width:12em;
}
table.keyboardInputMaster thead tr th div ol li {
padding:0.2em 0.4em;
cursor:pointer;
white-space:nowrap;
width:12em;
}
table.keyboardInputMaster thead tr th div ol li.selected {
background-color:#ffffcc;
}
table.keyboardInputMaster thead tr th div ol li:hover,
table.keyboardInputMaster thead tr th div ol li.hover {
background-color:#dddddd;
}
table.keyboardInputMaster thead tr th span,
table.keyboardInputMaster thead tr th strong,
table.keyboardInputMaster thead tr th small,
table.keyboardInputMaster thead tr th big {
display:inline-block;
padding:0px 0.4em;
height:1.4em;
line-height:1.4em;
border-top:1px solid #e5e5e5;
border-right:1px solid #5d5d5d;
border-bottom:1px solid #5d5d5d;
border-left:1px solid #e5e5e5;
background-color:#cccccc;
cursor:pointer;
margin:0px 0px 0px 0.3em;
-webkit-border-radius:0.3em;
-moz-border-radius:0.3em;
border-radius:0.3em;
vertical-align:middle;
-webkit-transition:background-color .15s ease-in-out;
-o-transition:background-color .15s ease-in-out;
transition:background-color .15s ease-in-out;
}
table.keyboardInputMaster thead tr th strong {
font-weight:bold;
}
table.keyboardInputMaster thead tr th small {
-webkit-border-radius:0.3em 0px 0px 0.3em;
-moz-border-radius:0.3em 0px 0px 0.3em;
border-radius:0.3em 0px 0px 0.3em;
border-right:1px solid #aaaaaa;
padding:0px 0.2em 0px 0.3em;
}
table.keyboardInputMaster thead tr th big {
-webkit-border-radius:0px 0.3em 0.3em 0px;
-moz-border-radius:0px 0.3em 0.3em 0px;
border-radius:0px 0.3em 0.3em 0px;
border-left:0px none;
margin:0px;
padding:0px 0.3em 0px 0.2em;
}
table.keyboardInputMaster thead tr th span:hover,
table.keyboardInputMaster thead tr th span.hover,
table.keyboardInputMaster thead tr th strong:hover,
table.keyboardInputMaster thead tr th strong.hover,
table.keyboardInputMaster thead tr th small:hover,
table.keyboardInputMaster thead tr th small.hover,
table.keyboardInputMaster thead tr th big:hover,
table.keyboardInputMaster thead tr th big.hover {
background-color:#dddddd;
}
table.keyboardInputMaster tbody tr td {
text-align:left;
padding:0.2em 0.3em 0.3em 0.3em;
vertical-align:top;
}
table.keyboardInputMaster tbody tr td div {
text-align:center;
position:relative;
zoom:1;
}
table.keyboardInputMaster tbody tr td table {
white-space:nowrap;
width:100%;
border-collapse:separate;
border-spacing:0px;
}
table.keyboardInputMaster tbody tr td.keyboardInputNumpad table {
margin-left:0.2em;
width:auto;
}
table.keyboardInputMaster tbody tr td table.keyboardInputCenter {
width:auto;
margin:0px auto;
}
table.keyboardInputMaster tbody tr td table tbody tr td {
vertical-align:middle;
padding:0px 0.45em;
white-space:pre;
height:1.8em;
font-family:'Lucida Console','Arial Unicode MS',monospace;
border-top:1px solid #e5e5e5;
border-right:1px solid #5d5d5d;
border-bottom:1px solid #5d5d5d;
border-left:1px solid #e5e5e5;
background-color:#eeeeee;
cursor:default;
min-width:0.75em;
-webkit-border-radius:0.2em;
-moz-border-radius:0.2em;
border-radius:0.2em;
-webkit-transition:background-color .15s ease-in-out;
-o-transition:background-color .15s ease-in-out;
transition:background-color .15s ease-in-out;
}
table.keyboardInputMaster.relativeKeyboard tbody tr td table tbody tr td.last {
width:99%;
}
table.keyboardInputMaster tbody tr td table tbody tr td.space {
padding:0px 4em;
}
table.keyboardInputMaster tbody tr td table tbody tr td.deadkey {
background-color:#ccccdd;
}
table.keyboardInputMaster tbody tr td table tbody tr td.target {
background-color:#ddddcc;
}
table.keyboardInputMaster tbody tr td table tbody tr td:hover,
table.keyboardInputMaster tbody tr td table tbody tr td.hover {
border-top:1px solid #d5d5d5;
border-right:1px solid #555555;
border-bottom:1px solid #555555;
border-left:1px solid #d5d5d5;
background-color:#cccccc;
}
table.keyboardInputMaster thead tr th span:active,
table.keyboardInputMaster thead tr th span.pressed,
table.keyboardInputMaster tbody tr td table tbody tr td:active,
table.keyboardInputMaster tbody tr td table tbody tr td.pressed {
border-top:1px solid #555555 !important;
border-right:1px solid #d5d5d5;
border-bottom:1px solid #d5d5d5;
border-left:1px solid #555555;
background-color:#cccccc;
}
table.keyboardInputMaster tbody tr td table tbody tr td small {
display:block;
text-align:center;
font-size:0.6em !important;
line-height:1.1em;
}
table.keyboardInputMaster tbody tr td div label {
position:absolute;
bottom:0.2em;
left:0.3em;
}
table.keyboardInputMaster tbody tr td div label input {
background-color:#f6f6f6;
vertical-align:middle;
font-size:inherit;
width:1.1em;
height:1.1em;
}
table.keyboardInputMaster tbody tr td div var {
position:absolute;
bottom:0px;
right:3px;
font-weight:bold;
font-style:italic;
color:#444444;
}
.keyboardInputInitiator {
margin:0px 3px;
vertical-align:middle;
cursor:pointer;
}
.keyboardsArea table {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
|
cristoferdomingues/angular-virtual-keyboard
|
release/angular-virtual-keyboard.css
|
CSS
|
mit
| 7,724
|
/*{% extends "base/base_template.html" %}*/
/*{% block tz_app_title %}*/Deferred Rendering - Samples - Turbulenz Engine/*{% endblock %}*/
/*{% block tz_app_title_name %}*/Deferred Rendering/*{% endblock %}*/
/*{% block tz_app_html_controls %}*/
<div class="html-control control-checkbox">
<span class="control-title">Toggle colored lights</span>
<input type="checkbox" id="checkbox-colored">
</div>
<div class="html-control control-radio">
<form action="">
<fieldset>
<legend>Lights type</legend>
<span>Directional</span><input type="radio" id="radio-directional"><br>
<span>Point</span><input type="radio" id="radio-point"><br>
<span>Spot</span><input type="radio" id="radio-spot"><br>
</fieldset>
</form>
</div>
<div class="html-control control-button">
<span class="control-title">Cycle rendering buffers</span>
<input class="buttoninput" type="button" id="button01" value="Next Buffer"/>
</div>
<div class="html-control control-output-pair">Performance: <strong id="fpscounter" class="control-output"></strong></div>
<div class="engine-control">
<table cellspacing="0">
<tbody>
<tr>
<th class="key">Key</th><th>Movement Control</th>
</tr>
<tr>
<td class="key">W,A,S,D</td>
<td>Movement</td>
</tr>
<tr>
<td class="key">Enter</td>
<td>Toggle full screen</td>
</tr>
<tr>
<td class="key">Escape</td>
<td>Release mouse pointer</td>
</tr>
</tbody>
</table>
</div>
/*{% endblock %}*/
|
dtebbs/turbulenz_engine
|
samples/templates/deferred_rendering.html
|
HTML
|
mit
| 1,501
|
/*
*= require_self
*= require ./bootstrap-overrides
*= require ./dialog
*= require ./lightview
*= require ./modal
*= require ./statusbar
*= require ./toolbar
*= require ./tooltip
*= require ./uploader
*= require ./all_images
*/
/*
* General Layout
*---------------------------------------------------------------------------*/
/* Disable text sizing in webkit (ipad/iphone etc -- should apply to mercury only) */
html {
-webkit-text-size-adjust: none;
}
html, body {
-webkit-transition: -webkit-transform 3s;
margin: 0;
padding: 0;
}
.mercury-iframe {
position: absolute;
top: 0;
width: 100%;
visibility: hidden;
}
.mercury-focusable {
position: absolute;
opacity: 0;
}
.filter {
margin: 0;
padding: 0;
}
|
larquin/mercury
|
app/assets/stylesheets/mercury/mercury.css
|
CSS
|
mit
| 747
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Model\Map\AttributeAvTableMap | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../Thelia/Model/Map.html">Thelia\Model\Map</a>\AttributeAvTableMap</h1>
</div>
<div class="content">
<p> class
<strong>AttributeAvTableMap</strong> extends <abbr title="Propel\Runtime\Map\TableMap">TableMap</abbr></p>
<div class="description">
<p>This class defines the structure of the 'attribute_av' table.</p>
<p>This map class is used by Propel to do runtime db structure discovery.
For example, the createSelectSql() method checks the type of a given column used in an
ORDER BY clause to know whether it needs to apply SQL to make the ORDER BY case-insensitive
(i.e. if it's a text column type).</p>
</div>
<h2>Constants</h2>
<table>
<tr>
<td>CLASS_NAME</td>
<td class="last">
<p><em>The (dot-path) name of this class</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>DATABASE_NAME</td>
<td class="last">
<p><em>The default database name for this class</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>TABLE_NAME</td>
<td class="last">
<p><em>The table name for this class</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>OM_CLASS</td>
<td class="last">
<p><em>The related Propel class for this table</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>CLASS_DEFAULT</td>
<td class="last">
<p><em>A class that can be returned by this tableMap</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>NUM_COLUMNS</td>
<td class="last">
<p><em>The total number of columns</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>NUM_LAZY_LOAD_COLUMNS</td>
<td class="last">
<p><em>The number of lazy-loaded columns</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>NUM_HYDRATE_COLUMNS</td>
<td class="last">
<p><em>The number of columns to hydrate (NUM<em>COLUMNS - NUM</em>LAZY<em>LOAD</em>COLUMNS)</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>ID</td>
<td class="last">
<p><em>the column name for the ID field</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>ATTRIBUTE_ID</td>
<td class="last">
<p><em>the column name for the ATTRIBUTE_ID field</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>POSITION</td>
<td class="last">
<p><em>the column name for the POSITION field</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>CREATED_AT</td>
<td class="last">
<p><em>the column name for the CREATED_AT field</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>UPDATED_AT</td>
<td class="last">
<p><em>the column name for the UPDATED_AT field</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>DEFAULT_STRING_FORMAT</td>
<td class="last">
<p><em>The default string format for model objects of the related table</em></p>
<p>
</p>
</td>
</tr>
<tr>
<td>DEFAULT_LOCALE</td>
<td class="last">
<p><em>The default locale to use for translations.</em></p>
<p>
</p>
</td>
</tr>
</table>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
void
</td>
<td class="last">
<a href="#method_initialize">initialize</a>()
<p>Initialize the table attributes and columns Relations are not initialized by this method since they are lazy loaded</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_buildRelations">buildRelations</a>()
<p>Build the RelationMap objects for this table relationships</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_getBehaviors">getBehaviors</a>()
<p>Gets the list of behaviors registered for this table</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_clearRelatedInstancePool">clearRelatedInstancePool</a>()
<p>Method to invalidate the instance pool of all tables related to attribute_av * by a foreign key with ON DELETE CASCADE</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_getPrimaryKeyHashFromRow">getPrimaryKeyHashFromRow</a>(array $row, int $offset, string $indexType = TableMap::TYPE_NUM)
<p>Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static mixed
</td>
<td class="last">
<a href="#method_getPrimaryKeyFromRow">getPrimaryKeyFromRow</a>(array $row, int $offset, string $indexType = TableMap::TYPE_NUM)
<p>Retrieves the primary key from the DB resultset row For tables with a single-column primary key, that simple pkey value will be returned.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static string
</td>
<td class="last">
<a href="#method_getOMClass">getOMClass</a>(boolean $withPrefix = true)
<p>The class that the tableMap will make instances of.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static array
</td>
<td class="last">
<a href="#method_populateObject">populateObject</a>(array $row, int $offset, string $indexType = TableMap::TYPE_NUM)
<p>Populates an object of the default type or an object that inherit from the default.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static array
</td>
<td class="last">
<a href="#method_populateObjects">populateObjects</a>(<abbr title="Thelia\Model\Map\DataFetcherInterface">DataFetcherInterface</abbr> $dataFetcher)
<p>The returned array will contain objects of the default type or objects that inherit from the default.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_addSelectColumns">addSelectColumns</a>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria, string $alias = null)
<p>Add all the columns needed to create a new object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static <abbr title="Propel\Runtime\Map\TableMap">TableMap</abbr>
</td>
<td class="last">
<a href="#method_getTableMap">getTableMap</a>()
<p>Returns the TableMap related to this object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static
</td>
<td class="last">
<a href="#method_buildTableMap">buildTableMap</a>()
<p>Add a TableMap instance to the database for this tableMap class.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static int
</td>
<td class="last">
<a href="#method_doDelete">doDelete</a>(mixed $values, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Performs a DELETE on the database, given a AttributeAv or Criteria object OR a primary key value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static int
</td>
<td class="last">
<a href="#method_doDeleteAll">doDeleteAll</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Deletes all rows from the attribute_av table.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static mixed
</td>
<td class="last">
<a href="#method_doInsert">doInsert</a>(mixed $criteria, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Performs an INSERT on the database, given a AttributeAv or Criteria object.</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_initialize">
<div class="location">at line 148</div>
<code> public void
<strong>initialize</strong>()</code>
</h3>
<div class="details">
<p>Initialize the table attributes and columns Relations are not initialized by this method since they are lazy loaded</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>void</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_buildRelations">
<div class="location">at line 167</div>
<code> public
<strong>buildRelations</strong>()</code>
</h3>
<div class="details">
<p>Build the RelationMap objects for this table relationships</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getBehaviors">
<div class="location">at line 180</div>
<code> public array
<strong>getBehaviors</strong>()</code>
</h3>
<div class="details">
<p>Gets the list of behaviors registered for this table</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>Associative array (name => parameters) of behaviors</td>
</tr>
</table>
</div>
</div>
<h3 id="method_clearRelatedInstancePool">
<div class="location">at line 190</div>
<code> static public
<strong>clearRelatedInstancePool</strong>()</code>
</h3>
<div class="details">
<p>Method to invalidate the instance pool of all tables related to attribute_av * by a foreign key with ON DELETE CASCADE</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_getPrimaryKeyHashFromRow">
<div class="location">at line 209</div>
<code> static public
<strong>getPrimaryKeyHashFromRow</strong>(array $row, int $offset, string $indexType = TableMap::TYPE_NUM)</code>
</h3>
<div class="details">
<p>Retrieves a string version of the primary key from the DB resultset row that can be used to uniquely identify a row in this table.</p>
<p>For tables with a single-column primary key, that simple pkey value will be returned. For tables with
a multi-column primary key, a serialize()d version of the primary key will be returned.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$row</td>
<td>resultset row.</td>
</tr>
<tr>
<td>int</td>
<td>$offset</td>
<td>The 0-based offset for reading from the resultset row.</td>
</tr>
<tr>
<td>string</td>
<td>$indexType</td>
<td>One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE_NUM</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getPrimaryKeyFromRow">
<div class="location">at line 231</div>
<code> static public mixed
<strong>getPrimaryKeyFromRow</strong>(array $row, int $offset, string $indexType = TableMap::TYPE_NUM)</code>
</h3>
<div class="details">
<p>Retrieves the primary key from the DB resultset row For tables with a single-column primary key, that simple pkey value will be returned.</p>
<p>For tables with
a multi-column primary key, an array of the primary key columns will be returned.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$row</td>
<td>resultset row.</td>
</tr>
<tr>
<td>int</td>
<td>$offset</td>
<td>The 0-based offset for reading from the resultset row.</td>
</tr>
<tr>
<td>string</td>
<td>$indexType</td>
<td>One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE_NUM</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>The primary key of the row</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getOMClass">
<div class="location">at line 252</div>
<code> static public string
<strong>getOMClass</strong>(boolean $withPrefix = true)</code>
</h3>
<div class="details">
<p>The class that the tableMap will make instances of.</p>
<p>If $withPrefix is true, the returned path
uses a dot-path notation which is translated into a path
relative to a location on the PHP include_path.
(e.g. path.to.MyClass -> 'path/to/MyClass.php')</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>boolean</td>
<td>$withPrefix</td>
<td>Whether or not to return the path with the class name</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>path.to.ClassName</td>
</tr>
</table>
</div>
</div>
<h3 id="method_populateObject">
<div class="location">at line 270</div>
<code> static public array
<strong>populateObject</strong>(array $row, int $offset, string $indexType = TableMap::TYPE_NUM)</code>
</h3>
<div class="details">
<p>Populates an object of the default type or an object that inherit from the default.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$row</td>
<td>row returned by DataFetcher->fetch().</td>
</tr>
<tr>
<td>int</td>
<td>$offset</td>
<td>The 0-based offset for reading from the resultset row.</td>
</tr>
<tr>
<td>string</td>
<td>$indexType</td>
<td>The index type of $row. Mostly DataFetcher->getIndexType(). One of the class type constants TableMap::TYPE<em>PHPNAME, TableMap::TYPE</em>STUDLYPHPNAME TableMap::TYPE<em>COLNAME, TableMap::TYPE</em>FIELDNAME, TableMap::TYPE_NUM.</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>(AttributeAv object, last column rank)</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_populateObjects">
<div class="location">at line 297</div>
<code> static public array
<strong>populateObjects</strong>(<abbr title="Thelia\Model\Map\DataFetcherInterface">DataFetcherInterface</abbr> $dataFetcher)</code>
</h3>
<div class="details">
<p>The returned array will contain objects of the default type or objects that inherit from the default.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Thelia\Model\Map\DataFetcherInterface">DataFetcherInterface</abbr></td>
<td>$dataFetcher</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_addSelectColumns">
<div class="location">at line 333</div>
<code> static public
<strong>addSelectColumns</strong>(<abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria, string $alias = null)</code>
</h3>
<div class="details">
<p>Add all the columns needed to create a new object.</p>
<p>Note: any columns that were marked with lazyLoad="true" in the
XML schema will not be added to the select list and only loaded
on demand.</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>$criteria</td>
<td>object containing the columns to add.</td>
</tr>
<tr>
<td>string</td>
<td>$alias</td>
<td>optional table alias</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getTableMap">
<div class="location">at line 357</div>
<code> static public <abbr title="Propel\Runtime\Map\TableMap">TableMap</abbr>
<strong>getTableMap</strong>()</code>
</h3>
<div class="details">
<p>Returns the TableMap related to this object.</p>
<p>This method is not needed for general use but a specific application could have a need.</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Map\TableMap">TableMap</abbr></td>
<td>
</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_buildTableMap">
<div class="location">at line 365</div>
<code> static public
<strong>buildTableMap</strong>()</code>
</h3>
<div class="details">
<p>Add a TableMap instance to the database for this tableMap class.</p>
<p>
</p>
<div class="tags">
</div>
</div>
<h3 id="method_doDelete">
<div class="location">at line 384</div>
<code> static public int
<strong>doDelete</strong>(mixed $values, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Performs a DELETE on the database, given a AttributeAv or Criteria object OR a primary key value.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$values</td>
<td>Criteria or AttributeAv object or primary key or array of primary keys which is used to create the DELETE statement</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>the connection to use</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>The number of affected rows (if supported by underlying database driver). This includes CASCADE-related rows if supported by native driver or if emulated using Propel.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_doDeleteAll">
<div class="location">at line 418</div>
<code> static public int
<strong>doDeleteAll</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Deletes all rows from the attribute_av table.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>the connection to use</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>The number of affected rows (if supported by underlying database driver).</td>
</tr>
</table>
</div>
</div>
<h3 id="method_doInsert">
<div class="location">at line 432</div>
<code> static public mixed
<strong>doInsert</strong>(mixed $criteria, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Performs an INSERT on the database, given a AttributeAv or Criteria object.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$criteria</td>
<td>Criteria or AttributeAv object containing data that is used to create the INSERT statement.</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>the ConnectionInterface connection to use</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>mixed</td>
<td>The new primary key.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
Mertiozys/thelia.github.io
|
api/2.0.0-beta2/Thelia/Model/Map/AttributeAvTableMap.html
|
HTML
|
mit
| 29,878
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template features</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../accumulators/reference.html#header.boost.accumulators.accumulators_fwd_hpp" title="Header <boost/accumulators/accumulators_fwd.hpp>">
<link rel="prev" href="feature_of.html" title="Struct template feature_of">
<link rel="next" href="with_cached_result.html" title="Struct template with_cached_result">
</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="feature_of.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.accumulators_fwd_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="with_cached_result.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.features"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template features</span></h2>
<p>boost::accumulators::features</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../accumulators/reference.html#header.boost.accumulators.accumulators_fwd_hpp" title="Header <boost/accumulators/accumulators_fwd.hpp>">boost/accumulators/accumulators_fwd.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Feature1<span class="special">,</span> <span class="keyword">typename</span> Feature2<span class="special">,</span> <span class="special">...</span> <span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="features.html" title="Struct template features">features</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">mpl</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span> <span class="identifier">Feature1</span><span class="special">,</span> <span class="identifier">Feature2</span><span class="special">,</span><span class="special">...</span><span class="special">></span> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005, 2006 Eric Niebler<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="feature_of.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.accumulators_fwd_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="with_cached_result.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
Bloodyaugust/missilewarcpp
|
lib/boost/doc/html/boost/accumulators/features.html
|
HTML
|
gpl-2.0
| 4,522
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct as_weighted_feature<tag::sum></title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../accumulators/reference.html#header.boost.accumulators.statistics.sum_hpp" title="Header <boost/accumulators/statistics/sum.hpp>">
<link rel="prev" href="tag/sum_of_weights.html" title="Struct sum_of_weights">
<link rel="next" href="feature_of_tag_idp58870128.html" title="Struct template feature_of<tag::sum_of_variates< VariateType, VariateTag >>">
</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="tag/sum_of_weights.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.sum_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="feature_of_tag_idp58870128.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.as_weighted_fe_idp58868048"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct as_weighted_feature<tag::sum></span></h2>
<p>boost::accumulators::as_weighted_feature<tag::sum></p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../accumulators/reference.html#header.boost.accumulators.statistics.sum_hpp" title="Header <boost/accumulators/statistics/sum.hpp>">boost/accumulators/statistics/sum.hpp</a>>
</span>
<span class="keyword">struct</span> <a class="link" href="as_weighted_fe_idp58868048.html" title="Struct as_weighted_feature<tag::sum>">as_weighted_feature</a><span class="special"><</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">sum</span><span class="special">></span> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <a class="link" href="tag/weighted_sum.html" title="Struct weighted_sum">tag::weighted_sum</a> <a name="boost.accumulators.as_weighted_fe_idp58868048.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005, 2006 Eric Niebler<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="tag/sum_of_weights.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.sum_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="feature_of_tag_idp58870128.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
Bloodyaugust/missilewarcpp
|
lib/boost/doc/html/boost/accumulators/as_weighted_fe_idp58868048.html
|
HTML
|
gpl-2.0
| 4,502
|
{% for tag in tags %}
<a href="{% url "booki.messaging.views.view_tag" tag %}">#{{ tag }}</a>
{% endfor %}
{% for book in books %}
<a href="{% url "book_view" book %}">ℬ{{ book }}</a>
{% endfor %}
|
eos87/Booktype
|
lib/booki/messaging/templates/messaging/tags.html
|
HTML
|
agpl-3.0
| 203
|
<html>
<head>
<title>Welcome to Solr</title>
<style type="text/css">
body { font-family: serif; }
</style>
</head>
<body>
<p>
Here is some text
</p>
<p>distinct<br/>words</p>
<div>Here is some text in a div</div>
<div>This has a <a href="http://www.apache.org">link</a>.</div>
</body>
<script>
document.getElementById("div").blur();
</script>
</html>
|
apache/solr
|
solr/modules/extraction/src/test-files/extraction/simple.html
|
HTML
|
apache-2.0
| 365
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
<title>The MPL Reference Manual: Composition and Argument Binding</title>
<link rel="stylesheet" href="../style.css" type="text/css" />
</head>
<body class="docframe refmanual">
<table class="header"><tr class="header"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./unpack-args.html" class="navigation-link">Prev</a> <a href="./placeholders.html" class="navigation-link">Next</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./invocation.html" class="navigation-link">Back</a> <a href="./arithmetic-operations.html" class="navigation-link">Along</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./metafunctions.html" class="navigation-link">Up</a> <a href="../refmanual.html" class="navigation-link">Home</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./refmanual_toc.html" class="navigation-link">Full TOC</a></span></td>
<td class="header-group page-location"><a href="../refmanual.html" class="navigation-link">Front Page</a> / <a href="./metafunctions.html" class="navigation-link">Metafunctions</a> / <a href="./composition-and-argument-binding.html" class="navigation-link">Composition and Argument Binding</a></td>
</tr></table><div class="header-separator"></div>
<div class="section" id="composition-and-argument-binding">
<h1><a class="toc-backref" href="./metafunctions.html#id1528">Composition and Argument Binding</a></h1>
<span class="target" id="label-metafunctions-composition-and-argument-binding"></span><!-- Metafunctions/Composition and Argument Binding//_1,_2,..._n |10 -->
<ul class="toc simple" id="outline">
<li><a class="reference internal" href="./placeholders.html" id="id1529">Placeholders</a></li>
<li><a class="reference internal" href="./lambda.html" id="id1530">lambda</a></li>
<li><a class="reference internal" href="./bind.html" id="id1531">bind</a></li>
<li><a class="reference internal" href="./quote.html" id="id1532">quote</a></li>
<li><a class="reference internal" href="./arg.html" id="id1533">arg</a></li>
<li><a class="reference internal" href="./protect.html" id="id1534">protect</a></li>
</ul>
</div>
<div class="footer-separator"></div>
<table class="footer"><tr class="footer"><td class="header-group navigation-bar"><span class="navigation-group"><a href="./unpack-args.html" class="navigation-link">Prev</a> <a href="./placeholders.html" class="navigation-link">Next</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./invocation.html" class="navigation-link">Back</a> <a href="./arithmetic-operations.html" class="navigation-link">Along</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./metafunctions.html" class="navigation-link">Up</a> <a href="../refmanual.html" class="navigation-link">Home</a></span><span class="navigation-group-separator"> | </span><span class="navigation-group"><a href="./refmanual_toc.html" class="navigation-link">Full TOC</a></span></td>
<td><div class="copyright-footer"><div class="copyright">Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams</div>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a class="reference external" href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</div></td></tr></table></body>
</html>
|
flingone/frameworks_base_cmds_remoted
|
libs/boost/libs/mpl/doc/refmanual/composition-and-argument-binding.html
|
HTML
|
apache-2.0
| 4,027
|
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<body>
Contains JCR specific reports.
</body>
|
sdmcraft/jackrabbit
|
jackrabbit-jcr-server/src/main/javadoc/org/apache/jackrabbit/webdav/jcr/version/report/package.html
|
HTML
|
apache-2.0
| 848
|
<!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.1.0 Root Admin API Reference
</span>
<p></p>
<h1>updateRegion</h1>
<p>Updates a region</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>id</strong></td><td style="width:500px;"><strong>Id of region to update</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>endpoint</i></td><td style="width:500px;"><i>updates region with this end point</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>name</i></td><td style="width:500px;"><i>updates region with this name</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 region</td>
</tr>
<tr>
<td style="width:200px;"><strong>endpoint</strong></td><td style="width:500px;">the end point of the region</td>
</tr>
<tr>
<td style="width:200px;"><strong>name</strong></td><td style="width:500px;">the name of the region</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2012 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 and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
apache/cloudstack-www
|
source/api/apidocs-4.1/root_admin/updateRegion.html
|
HTML
|
apache-2.0
| 2,939
|
<!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.3.0 Root Admin API Reference
</span>
<p></p>
<h1>removeVpnUser</h1>
<p>Removes vpn user</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>username</strong></td><td style="width:500px;"><strong>username for the vpn user</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 vpn user. Must be used with domainId.</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 vpn user. 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>remove vpn user from the 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>displaytext</strong></td><td style="width:500px;">any text associated with the success or failure</td>
</tr>
<tr>
<td style="width:200px;"><strong>success</strong></td><td style="width:500px;">true if operation is executed successfully</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.3.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>Copyright © 2013 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>
|
terbolous/cloudstack-www
|
source/api/apidocs-4.3/root_admin/removeVpnUser.html
|
HTML
|
apache-2.0
| 3,536
|
<script src="test-script.js"></script>
<div></div>
|
scheib/chromium
|
third_party/blink/web_tests/http/tests/devtools/extensions/resources/extensions-events.html
|
HTML
|
bsd-3-clause
| 51
|
/*!
* Codify.css 1.0.0 (https://github.com/zdroid/codify.css)
* Licensed under the MIT License.
*/
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
line-height: 1.2;
}
body {
margin: 0;
}
main {
display: block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
-webkit-text-decoration-skip: objects;
background: transparent;
}
hr {
height: 0;
box-sizing: content-box;
overflow: visible;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
b,
strong {
font-weight: bold;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 80%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.25em;
}
sub {
bottom: -.5em;
}
abbr[title] {
text-decoration: underline;
text-decoration: underline dotted;
}
blockquote:before,
blockquote:after {
content: "";
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
pre {
overflow: auto;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
}
img {
max-width: 100%;
height: auto;
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
progress {
vertical-align: baseline;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button,
select {
text-transform: none;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: table;
max-width: 100%;
box-sizing: border-box;
padding: 0;
white-space: normal;
border: 0;
}
[type="search"] {
box-sizing: border-box;
-webkit-appearance: textfield;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button,
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
margin: 4px 0 0;
line-height: normal;
}
textarea {
vertical-align: top;
}
button,
input {
overflow: visible;
}
|
dohliam/dropin-minimal-css
|
src/codify.css
|
CSS
|
mit
| 2,503
|
<% if ( title ) { %><%= title %><% } %>
<div class="inside">
</div>
<% if ( divider ) { %>
<hr />
<% } %>
<button class="button-copy button-secondary js-button-copy-group">
<i class="otgs-ico-copy"></i>
</button>
|
mandino/hotelmilosantabarbara.com
|
wp-content/plugins/wpml-translation-management/templates/translation-editor/group.html
|
HTML
|
mit
| 215
|
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?gwumas');
src:url('fonts/icomoon.eot?#iefixgwumas') format('embedded-opentype'),
url('fonts/icomoon.woff?gwumas') format('woff'),
url('fonts/icomoon.ttf?gwumas') format('truetype'),
url('fonts/icomoon.svg?gwumas#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
i[class^="icomoon"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icomoon-home:before {
content: "\e900";
}
.icomoon-home2:before {
content: "\e901";
}
.icomoon-home3:before {
content: "\e902";
}
.icomoon-office:before {
content: "\e903";
}
.icomoon-newspaper:before {
content: "\e904";
}
.icomoon-pencil:before {
content: "\e905";
}
.icomoon-pencil2:before {
content: "\e906";
}
.icomoon-quill:before {
content: "\e907";
}
.icomoon-pen:before {
content: "\e908";
}
.icomoon-blog:before {
content: "\e909";
}
.icomoon-eyedropper:before {
content: "\e90a";
}
.icomoon-droplet:before {
content: "\e90b";
}
.icomoon-paint-format:before {
content: "\e90c";
}
.icomoon-image:before {
content: "\e90d";
}
.icomoon-images:before {
content: "\e90e";
}
.icomoon-camera:before {
content: "\e90f";
}
.icomoon-headphones:before {
content: "\e910";
}
.icomoon-music:before {
content: "\e911";
}
.icomoon-play:before {
content: "\e912";
}
.icomoon-film:before {
content: "\e913";
}
.icomoon-video-camera:before {
content: "\e914";
}
.icomoon-dice:before {
content: "\e915";
}
.icomoon-pacman:before {
content: "\e916";
}
.icomoon-spades:before {
content: "\e917";
}
.icomoon-clubs:before {
content: "\e918";
}
.icomoon-diamonds:before {
content: "\e919";
}
.icomoon-bullhorn:before {
content: "\e91a";
}
.icomoon-connection:before {
content: "\e91b";
}
.icomoon-podcast:before {
content: "\e91c";
}
.icomoon-feed:before {
content: "\e91d";
}
.icomoon-mic:before {
content: "\e91e";
}
.icomoon-book:before {
content: "\e91f";
}
.icomoon-books:before {
content: "\e920";
}
.icomoon-library:before {
content: "\e921";
}
.icomoon-file-text:before {
content: "\e922";
}
.icomoon-profile:before {
content: "\e923";
}
.icomoon-file-empty:before {
content: "\e924";
}
.icomoon-files-empty:before {
content: "\e925";
}
.icomoon-file-text2:before {
content: "\e926";
}
.icomoon-file-picture:before {
content: "\e927";
}
.icomoon-file-music:before {
content: "\e928";
}
.icomoon-file-play:before {
content: "\e929";
}
.icomoon-file-video:before {
content: "\e92a";
}
.icomoon-file-zip:before {
content: "\e92b";
}
.icomoon-copy:before {
content: "\e92c";
}
.icomoon-paste:before {
content: "\e92d";
}
.icomoon-stack:before {
content: "\e92e";
}
.icomoon-folder:before {
content: "\e92f";
}
.icomoon-folder-open:before {
content: "\e930";
}
.icomoon-folder-plus:before {
content: "\e931";
}
.icomoon-folder-minus:before {
content: "\e932";
}
.icomoon-folder-download:before {
content: "\e933";
}
.icomoon-folder-upload:before {
content: "\e934";
}
.icomoon-price-tag:before {
content: "\e935";
}
.icomoon-price-tags:before {
content: "\e936";
}
.icomoon-barcode:before {
content: "\e937";
}
.icomoon-qrcode:before {
content: "\e938";
}
.icomoon-ticket:before {
content: "\e939";
}
.icomoon-cart:before {
content: "\e93a";
}
.icomoon-coin-dollar:before {
content: "\e93b";
}
.icomoon-coin-euro:before {
content: "\e93c";
}
.icomoon-coin-pound:before {
content: "\e93d";
}
.icomoon-coin-yen:before {
content: "\e93e";
}
.icomoon-credit-card:before {
content: "\e93f";
}
.icomoon-calculator:before {
content: "\e940";
}
.icomoon-lifebuoy:before {
content: "\e941";
}
.icomoon-phone:before {
content: "\e942";
}
.icomoon-phone-hang-up:before {
content: "\e943";
}
.icomoon-address-book:before {
content: "\e944";
}
.icomoon-envelop:before {
content: "\e945";
}
.icomoon-pushpin:before {
content: "\e946";
}
.icomoon-location:before {
content: "\e947";
}
.icomoon-location2:before {
content: "\e948";
}
.icomoon-compass:before {
content: "\e949";
}
.icomoon-compass2:before {
content: "\e94a";
}
.icomoon-map:before {
content: "\e94b";
}
.icomoon-map2:before {
content: "\e94c";
}
.icomoon-history:before {
content: "\e94d";
}
.icomoon-clock:before {
content: "\e94e";
}
.icomoon-clock2:before {
content: "\e94f";
}
.icomoon-alarm:before {
content: "\e950";
}
.icomoon-bell:before {
content: "\e951";
}
.icomoon-stopwatch:before {
content: "\e952";
}
.icomoon-calendar:before {
content: "\e953";
}
.icomoon-printer:before {
content: "\e954";
}
.icomoon-keyboard:before {
content: "\e955";
}
.icomoon-display:before {
content: "\e956";
}
.icomoon-laptop:before {
content: "\e957";
}
.icomoon-mobile:before {
content: "\e958";
}
.icomoon-mobile2:before {
content: "\e959";
}
.icomoon-tablet:before {
content: "\e95a";
}
.icomoon-tv:before {
content: "\e95b";
}
.icomoon-drawer:before {
content: "\e95c";
}
.icomoon-drawer2:before {
content: "\e95d";
}
.icomoon-box-add:before {
content: "\e95e";
}
.icomoon-box-remove:before {
content: "\e95f";
}
.icomoon-download:before {
content: "\e960";
}
.icomoon-upload:before {
content: "\e961";
}
.icomoon-floppy-disk:before {
content: "\e962";
}
.icomoon-drive:before {
content: "\e963";
}
.icomoon-database:before {
content: "\e964";
}
.icomoon-undo:before {
content: "\e965";
}
.icomoon-redo:before {
content: "\e966";
}
.icomoon-undo2:before {
content: "\e967";
}
.icomoon-redo2:before {
content: "\e968";
}
.icomoon-forward:before {
content: "\e969";
}
.icomoon-reply:before {
content: "\e96a";
}
.icomoon-bubble:before {
content: "\e96b";
}
.icomoon-bubbles:before {
content: "\e96c";
}
.icomoon-bubbles2:before {
content: "\e96d";
}
.icomoon-bubble2:before {
content: "\e96e";
}
.icomoon-bubbles3:before {
content: "\e96f";
}
.icomoon-bubbles4:before {
content: "\e970";
}
.icomoon-user:before {
content: "\e971";
}
.icomoon-users:before {
content: "\e972";
}
.icomoon-user-plus:before {
content: "\e973";
}
.icomoon-user-minus:before {
content: "\e974";
}
.icomoon-user-check:before {
content: "\e975";
}
.icomoon-user-tie:before {
content: "\e976";
}
.icomoon-quotes-left:before {
content: "\e977";
}
.icomoon-quotes-right:before {
content: "\e978";
}
.icomoon-hour-glass:before {
content: "\e979";
}
.icomoon-spinner:before {
content: "\e97a";
}
.icomoon-spinner2:before {
content: "\e97b";
}
.icomoon-spinner3:before {
content: "\e97c";
}
.icomoon-spinner4:before {
content: "\e97d";
}
.icomoon-spinner5:before {
content: "\e97e";
}
.icomoon-spinner6:before {
content: "\e97f";
}
.icomoon-spinner7:before {
content: "\e980";
}
.icomoon-spinner8:before {
content: "\e981";
}
.icomoon-spinner9:before {
content: "\e982";
}
.icomoon-spinner10:before {
content: "\e983";
}
.icomoon-spinner11:before {
content: "\e984";
}
.icomoon-binoculars:before {
content: "\e985";
}
.icomoon-search:before {
content: "\e986";
}
.icomoon-zoom-in:before {
content: "\e987";
}
.icomoon-zoom-out:before {
content: "\e988";
}
.icomoon-enlarge:before {
content: "\e989";
}
.icomoon-shrink:before {
content: "\e98a";
}
.icomoon-enlarge2:before {
content: "\e98b";
}
.icomoon-shrink2:before {
content: "\e98c";
}
.icomoon-key:before {
content: "\e98d";
}
.icomoon-key2:before {
content: "\e98e";
}
.icomoon-lock:before {
content: "\e98f";
}
.icomoon-unlocked:before {
content: "\e990";
}
.icomoon-wrench:before {
content: "\e991";
}
.icomoon-equalizer:before {
content: "\e992";
}
.icomoon-equalizer2:before {
content: "\e993";
}
.icomoon-cog:before {
content: "\e994";
}
.icomoon-cogs:before {
content: "\e995";
}
.icomoon-hammer:before {
content: "\e996";
}
.icomoon-magic-wand:before {
content: "\e997";
}
.icomoon-aid-kit:before {
content: "\e998";
}
.icomoon-bug:before {
content: "\e999";
}
.icomoon-pie-chart:before {
content: "\e99a";
}
.icomoon-stats-dots:before {
content: "\e99b";
}
.icomoon-stats-bars:before {
content: "\e99c";
}
.icomoon-stats-bars2:before {
content: "\e99d";
}
.icomoon-trophy:before {
content: "\e99e";
}
.icomoon-gift:before {
content: "\e99f";
}
.icomoon-glass:before {
content: "\e9a0";
}
.icomoon-glass2:before {
content: "\e9a1";
}
.icomoon-mug:before {
content: "\e9a2";
}
.icomoon-spoon-knife:before {
content: "\e9a3";
}
.icomoon-leaf:before {
content: "\e9a4";
}
.icomoon-rocket:before {
content: "\e9a5";
}
.icomoon-meter:before {
content: "\e9a6";
}
.icomoon-meter2:before {
content: "\e9a7";
}
.icomoon-hammer2:before {
content: "\e9a8";
}
.icomoon-fire:before {
content: "\e9a9";
}
.icomoon-lab:before {
content: "\e9aa";
}
.icomoon-magnet:before {
content: "\e9ab";
}
.icomoon-bin:before {
content: "\e9ac";
}
.icomoon-bin2:before {
content: "\e9ad";
}
.icomoon-briefcase:before {
content: "\e9ae";
}
.icomoon-airplane:before {
content: "\e9af";
}
.icomoon-truck:before {
content: "\e9b0";
}
.icomoon-road:before {
content: "\e9b1";
}
.icomoon-accessibility:before {
content: "\e9b2";
}
.icomoon-target:before {
content: "\e9b3";
}
.icomoon-shield:before {
content: "\e9b4";
}
.icomoon-power:before {
content: "\e9b5";
}
.icomoon-switch:before {
content: "\e9b6";
}
.icomoon-power-cord:before {
content: "\e9b7";
}
.icomoon-clipboard:before {
content: "\e9b8";
}
.icomoon-list-numbered:before {
content: "\e9b9";
}
.icomoon-list:before {
content: "\e9ba";
}
.icomoon-list2:before {
content: "\e9bb";
}
.icomoon-tree:before {
content: "\e9bc";
}
.icomoon-menu:before {
content: "\e9bd";
}
.icomoon-menu2:before {
content: "\e9be";
}
.icomoon-menu3:before {
content: "\e9bf";
}
.icomoon-menu4:before {
content: "\e9c0";
}
.icomoon-cloud:before {
content: "\e9c1";
}
.icomoon-cloud-download:before {
content: "\e9c2";
}
.icomoon-cloud-upload:before {
content: "\e9c3";
}
.icomoon-cloud-check:before {
content: "\e9c4";
}
.icomoon-download2:before {
content: "\e9c5";
}
.icomoon-upload2:before {
content: "\e9c6";
}
.icomoon-download3:before {
content: "\e9c7";
}
.icomoon-upload3:before {
content: "\e9c8";
}
.icomoon-sphere:before {
content: "\e9c9";
}
.icomoon-earth:before {
content: "\e9ca";
}
.icomoon-link:before {
content: "\e9cb";
}
.icomoon-flag:before {
content: "\e9cc";
}
.icomoon-attachment:before {
content: "\e9cd";
}
.icomoon-eye:before {
content: "\e9ce";
}
.icomoon-eye-plus:before {
content: "\e9cf";
}
.icomoon-eye-minus:before {
content: "\e9d0";
}
.icomoon-eye-blocked:before {
content: "\e9d1";
}
.icomoon-bookmark:before {
content: "\e9d2";
}
.icomoon-bookmarks:before {
content: "\e9d3";
}
.icomoon-sun:before {
content: "\e9d4";
}
.icomoon-contrast:before {
content: "\e9d5";
}
.icomoon-brightness-contrast:before {
content: "\e9d6";
}
.icomoon-star-empty:before {
content: "\e9d7";
}
.icomoon-star-half:before {
content: "\e9d8";
}
.icomoon-star-full:before {
content: "\e9d9";
}
.icomoon-heart:before {
content: "\e9da";
}
.icomoon-heart-broken:before {
content: "\e9db";
}
.icomoon-man:before {
content: "\e9dc";
}
.icomoon-woman:before {
content: "\e9dd";
}
.icomoon-man-woman:before {
content: "\e9de";
}
.icomoon-happy:before {
content: "\e9df";
}
.icomoon-happy2:before {
content: "\e9e0";
}
.icomoon-smile:before {
content: "\e9e1";
}
.icomoon-smile2:before {
content: "\e9e2";
}
.icomoon-tongue:before {
content: "\e9e3";
}
.icomoon-tongue2:before {
content: "\e9e4";
}
.icomoon-sad:before {
content: "\e9e5";
}
.icomoon-sad2:before {
content: "\e9e6";
}
.icomoon-wink:before {
content: "\e9e7";
}
.icomoon-wink2:before {
content: "\e9e8";
}
.icomoon-grin:before {
content: "\e9e9";
}
.icomoon-grin2:before {
content: "\e9ea";
}
.icomoon-cool:before {
content: "\e9eb";
}
.icomoon-cool2:before {
content: "\e9ec";
}
.icomoon-angry:before {
content: "\e9ed";
}
.icomoon-angry2:before {
content: "\e9ee";
}
.icomoon-evil:before {
content: "\e9ef";
}
.icomoon-evil2:before {
content: "\e9f0";
}
.icomoon-shocked:before {
content: "\e9f1";
}
.icomoon-shocked2:before {
content: "\e9f2";
}
.icomoon-baffled:before {
content: "\e9f3";
}
.icomoon-baffled2:before {
content: "\e9f4";
}
.icomoon-confused:before {
content: "\e9f5";
}
.icomoon-confused2:before {
content: "\e9f6";
}
.icomoon-neutral:before {
content: "\e9f7";
}
.icomoon-neutral2:before {
content: "\e9f8";
}
.icomoon-hipster:before {
content: "\e9f9";
}
.icomoon-hipster2:before {
content: "\e9fa";
}
.icomoon-wondering:before {
content: "\e9fb";
}
.icomoon-wondering2:before {
content: "\e9fc";
}
.icomoon-sleepy:before {
content: "\e9fd";
}
.icomoon-sleepy2:before {
content: "\e9fe";
}
.icomoon-frustrated:before {
content: "\e9ff";
}
.icomoon-frustrated2:before {
content: "\ea00";
}
.icomoon-crying:before {
content: "\ea01";
}
.icomoon-crying2:before {
content: "\ea02";
}
.icomoon-point-up:before {
content: "\ea03";
}
.icomoon-point-right:before {
content: "\ea04";
}
.icomoon-point-down:before {
content: "\ea05";
}
.icomoon-point-left:before {
content: "\ea06";
}
.icomoon-warning:before {
content: "\ea07";
}
.icomoon-notification:before {
content: "\ea08";
}
.icomoon-question:before {
content: "\ea09";
}
.icomoon-plus:before {
content: "\ea0a";
}
.icomoon-minus:before {
content: "\ea0b";
}
.icomoon-info:before {
content: "\ea0c";
}
.icomoon-cancel-circle:before {
content: "\ea0d";
}
.icomoon-blocked:before {
content: "\ea0e";
}
.icomoon-cross:before {
content: "\ea0f";
}
.icomoon-checkmark:before {
content: "\ea10";
}
.icomoon-checkmark2:before {
content: "\ea11";
}
.icomoon-spell-check:before {
content: "\ea12";
}
.icomoon-enter:before {
content: "\ea13";
}
.icomoon-exit:before {
content: "\ea14";
}
.icomoon-play2:before {
content: "\ea15";
}
.icomoon-pause:before {
content: "\ea16";
}
.icomoon-stop:before {
content: "\ea17";
}
.icomoon-previous:before {
content: "\ea18";
}
.icomoon-next:before {
content: "\ea19";
}
.icomoon-backward:before {
content: "\ea1a";
}
.icomoon-forward2:before {
content: "\ea1b";
}
.icomoon-play3:before {
content: "\ea1c";
}
.icomoon-pause2:before {
content: "\ea1d";
}
.icomoon-stop2:before {
content: "\ea1e";
}
.icomoon-backward2:before {
content: "\ea1f";
}
.icomoon-forward3:before {
content: "\ea20";
}
.icomoon-first:before {
content: "\ea21";
}
.icomoon-last:before {
content: "\ea22";
}
.icomoon-previous2:before {
content: "\ea23";
}
.icomoon-next2:before {
content: "\ea24";
}
.icomoon-eject:before {
content: "\ea25";
}
.icomoon-volume-high:before {
content: "\ea26";
}
.icomoon-volume-medium:before {
content: "\ea27";
}
.icomoon-volume-low:before {
content: "\ea28";
}
.icomoon-volume-mute:before {
content: "\ea29";
}
.icomoon-volume-mute2:before {
content: "\ea2a";
}
.icomoon-volume-increase:before {
content: "\ea2b";
}
.icomoon-volume-decrease:before {
content: "\ea2c";
}
.icomoon-loop:before {
content: "\ea2d";
}
.icomoon-loop2:before {
content: "\ea2e";
}
.icomoon-infinite:before {
content: "\ea2f";
}
.icomoon-shuffle:before {
content: "\ea30";
}
.icomoon-arrow-up-left:before {
content: "\ea31";
}
.icomoon-arrow-up:before {
content: "\ea32";
}
.icomoon-arrow-up-right:before {
content: "\ea33";
}
.icomoon-arrow-right:before {
content: "\ea34";
}
.icomoon-arrow-down-right:before {
content: "\ea35";
}
.icomoon-arrow-down:before {
content: "\ea36";
}
.icomoon-arrow-down-left:before {
content: "\ea37";
}
.icomoon-arrow-left:before {
content: "\ea38";
}
.icomoon-arrow-up-left2:before {
content: "\ea39";
}
.icomoon-arrow-up2:before {
content: "\ea3a";
}
.icomoon-arrow-up-right2:before {
content: "\ea3b";
}
.icomoon-arrow-right2:before {
content: "\ea3c";
}
.icomoon-arrow-down-right2:before {
content: "\ea3d";
}
.icomoon-arrow-down2:before {
content: "\ea3e";
}
.icomoon-arrow-down-left2:before {
content: "\ea3f";
}
.icomoon-arrow-left2:before {
content: "\ea40";
}
.icomoon-circle-up:before {
content: "\ea41";
}
.icomoon-circle-right:before {
content: "\ea42";
}
.icomoon-circle-down:before {
content: "\ea43";
}
.icomoon-circle-left:before {
content: "\ea44";
}
.icomoon-tab:before {
content: "\ea45";
}
.icomoon-move-up:before {
content: "\ea46";
}
.icomoon-move-down:before {
content: "\ea47";
}
.icomoon-sort-alpha-asc:before {
content: "\ea48";
}
.icomoon-sort-alpha-desc:before {
content: "\ea49";
}
.icomoon-sort-numeric-asc:before {
content: "\ea4a";
}
.icomoon-sort-numberic-desc:before {
content: "\ea4b";
}
.icomoon-sort-amount-asc:before {
content: "\ea4c";
}
.icomoon-sort-amount-desc:before {
content: "\ea4d";
}
.icomoon-command:before {
content: "\ea4e";
}
.icomoon-shift:before {
content: "\ea4f";
}
.icomoon-ctrl:before {
content: "\ea50";
}
.icomoon-opt:before {
content: "\ea51";
}
.icomoon-checkbox-checked:before {
content: "\ea52";
}
.icomoon-checkbox-unchecked:before {
content: "\ea53";
}
.icomoon-radio-checked:before {
content: "\ea54";
}
.icomoon-radio-checked2:before {
content: "\ea55";
}
.icomoon-radio-unchecked:before {
content: "\ea56";
}
.icomoon-crop:before {
content: "\ea57";
}
.icomoon-make-group:before {
content: "\ea58";
}
.icomoon-ungroup:before {
content: "\ea59";
}
.icomoon-scissors:before {
content: "\ea5a";
}
.icomoon-filter:before {
content: "\ea5b";
}
.icomoon-font:before {
content: "\ea5c";
}
.icomoon-ligature:before {
content: "\ea5d";
}
.icomoon-ligature2:before {
content: "\ea5e";
}
.icomoon-text-height:before {
content: "\ea5f";
}
.icomoon-text-width:before {
content: "\ea60";
}
.icomoon-font-size:before {
content: "\ea61";
}
.icomoon-bold:before {
content: "\ea62";
}
.icomoon-underline:before {
content: "\ea63";
}
.icomoon-italic:before {
content: "\ea64";
}
.icomoon-strikethrough:before {
content: "\ea65";
}
.icomoon-omega:before {
content: "\ea66";
}
.icomoon-sigma:before {
content: "\ea67";
}
.icomoon-page-break:before {
content: "\ea68";
}
.icomoon-superscript:before {
content: "\ea69";
}
.icomoon-subscript:before {
content: "\ea6a";
}
.icomoon-superscript2:before {
content: "\ea6b";
}
.icomoon-subscript2:before {
content: "\ea6c";
}
.icomoon-text-color:before {
content: "\ea6d";
}
.icomoon-pagebreak:before {
content: "\ea6e";
}
.icomoon-clear-formatting:before {
content: "\ea6f";
}
.icomoon-table:before {
content: "\ea70";
}
.icomoon-table2:before {
content: "\ea71";
}
.icomoon-insert-template:before {
content: "\ea72";
}
.icomoon-pilcrow:before {
content: "\ea73";
}
.icomoon-ltr:before {
content: "\ea74";
}
.icomoon-rtl:before {
content: "\ea75";
}
.icomoon-section:before {
content: "\ea76";
}
.icomoon-paragraph-left:before {
content: "\ea77";
}
.icomoon-paragraph-center:before {
content: "\ea78";
}
.icomoon-paragraph-right:before {
content: "\ea79";
}
.icomoon-paragraph-justify:before {
content: "\ea7a";
}
.icomoon-indent-increase:before {
content: "\ea7b";
}
.icomoon-indent-decrease:before {
content: "\ea7c";
}
.icomoon-share:before {
content: "\ea7d";
}
.icomoon-new-tab:before {
content: "\ea7e";
}
.icomoon-embed:before {
content: "\ea7f";
}
.icomoon-embed2:before {
content: "\ea80";
}
.icomoon-terminal:before {
content: "\ea81";
}
.icomoon-share2:before {
content: "\ea82";
}
.icomoon-mail:before {
content: "\ea83";
}
.icomoon-mail2:before {
content: "\ea84";
}
.icomoon-mail3:before {
content: "\ea85";
}
.icomoon-mail4:before {
content: "\ea86";
}
.icomoon-google:before {
content: "\ea87";
}
.icomoon-google-plus:before {
content: "\ea88";
}
.icomoon-google-plus2:before {
content: "\ea89";
}
.icomoon-google-plus3:before {
content: "\ea8a";
}
.icomoon-google-drive:before {
content: "\ea8b";
}
.icomoon-facebook:before {
content: "\ea8c";
}
.icomoon-facebook2:before {
content: "\ea8d";
}
.icomoon-facebook3:before {
content: "\ea8e";
}
.icomoon-ello:before {
content: "\ea8f";
}
.icomoon-instagram:before {
content: "\ea90";
}
.icomoon-twitter:before {
content: "\ea91";
}
.icomoon-twitter2:before {
content: "\ea92";
}
.icomoon-twitter3:before {
content: "\ea93";
}
.icomoon-feed2:before {
content: "\ea94";
}
.icomoon-feed3:before {
content: "\ea95";
}
.icomoon-feed4:before {
content: "\ea96";
}
.icomoon-youtube:before {
content: "\ea97";
}
.icomoon-youtube2:before {
content: "\ea98";
}
.icomoon-youtube3:before {
content: "\ea99";
}
.icomoon-youtube4:before {
content: "\ea9a";
}
.icomoon-twitch:before {
content: "\ea9b";
}
.icomoon-vimeo:before {
content: "\ea9c";
}
.icomoon-vimeo2:before {
content: "\ea9d";
}
.icomoon-vimeo3:before {
content: "\ea9e";
}
.icomoon-lanyrd:before {
content: "\ea9f";
}
.icomoon-flickr:before {
content: "\eaa0";
}
.icomoon-flickr2:before {
content: "\eaa1";
}
.icomoon-flickr3:before {
content: "\eaa2";
}
.icomoon-flickr4:before {
content: "\eaa3";
}
.icomoon-picassa:before {
content: "\eaa4";
}
.icomoon-picassa2:before {
content: "\eaa5";
}
.icomoon-dribbble:before {
content: "\eaa6";
}
.icomoon-dribbble2:before {
content: "\eaa7";
}
.icomoon-dribbble3:before {
content: "\eaa8";
}
.icomoon-forrst:before {
content: "\eaa9";
}
.icomoon-forrst2:before {
content: "\eaaa";
}
.icomoon-deviantart:before {
content: "\eaab";
}
.icomoon-deviantart2:before {
content: "\eaac";
}
.icomoon-steam:before {
content: "\eaad";
}
.icomoon-steam2:before {
content: "\eaae";
}
.icomoon-dropbox:before {
content: "\eaaf";
}
.icomoon-onedrive:before {
content: "\eab0";
}
.icomoon-github:before {
content: "\eab1";
}
.icomoon-github2:before {
content: "\eab2";
}
.icomoon-github3:before {
content: "\eab3";
}
.icomoon-github4:before {
content: "\eab4";
}
.icomoon-github5:before {
content: "\eab5";
}
.icomoon-wordpress:before {
content: "\eab6";
}
.icomoon-wordpress2:before {
content: "\eab7";
}
.icomoon-joomla:before {
content: "\eab8";
}
.icomoon-blogger:before {
content: "\eab9";
}
.icomoon-blogger2:before {
content: "\eaba";
}
.icomoon-tumblr:before {
content: "\eabb";
}
.icomoon-tumblr2:before {
content: "\eabc";
}
.icomoon-yahoo:before {
content: "\eabd";
}
.icomoon-tux:before {
content: "\eabe";
}
.icomoon-apple:before {
content: "\eabf";
}
.icomoon-finder:before {
content: "\eac0";
}
.icomoon-android:before {
content: "\eac1";
}
.icomoon-windows:before {
content: "\eac2";
}
.icomoon-windows8:before {
content: "\eac3";
}
.icomoon-soundcloud:before {
content: "\eac4";
}
.icomoon-soundcloud2:before {
content: "\eac5";
}
.icomoon-skype:before {
content: "\eac6";
}
.icomoon-reddit:before {
content: "\eac7";
}
.icomoon-linkedin:before {
content: "\eac8";
}
.icomoon-linkedin2:before {
content: "\eac9";
}
.icomoon-lastfm:before {
content: "\eaca";
}
.icomoon-lastfm2:before {
content: "\eacb";
}
.icomoon-delicious:before {
content: "\eacc";
}
.icomoon-stumbleupon:before {
content: "\eacd";
}
.icomoon-stumbleupon2:before {
content: "\eace";
}
.icomoon-stackoverflow:before {
content: "\eacf";
}
.icomoon-pinterest:before {
content: "\ead0";
}
.icomoon-pinterest2:before {
content: "\ead1";
}
.icomoon-xing:before {
content: "\ead2";
}
.icomoon-xing2:before {
content: "\ead3";
}
.icomoon-flattr:before {
content: "\ead4";
}
.icomoon-foursquare:before {
content: "\ead5";
}
.icomoon-paypal:before {
content: "\ead6";
}
.icomoon-paypal2:before {
content: "\ead7";
}
.icomoon-paypal3:before {
content: "\ead8";
}
.icomoon-yelp:before {
content: "\ead9";
}
.icomoon-file-pdf:before {
content: "\eada";
}
.icomoon-file-openoffice:before {
content: "\eadb";
}
.icomoon-file-word:before {
content: "\eadc";
}
.icomoon-file-excel:before {
content: "\eadd";
}
.icomoon-libreoffice:before {
content: "\eade";
}
.icomoon-html5:before {
content: "\eadf";
}
.icomoon-html52:before {
content: "\eae0";
}
.icomoon-css3:before {
content: "\eae1";
}
.icomoon-git:before {
content: "\eae2";
}
.icomoon-svg:before {
content: "\eae3";
}
.icomoon-codepen:before {
content: "\eae4";
}
.icomoon-chrome:before {
content: "\eae5";
}
.icomoon-firefox:before {
content: "\eae6";
}
.icomoon-IE:before {
content: "\eae7";
}
.icomoon-opera:before {
content: "\eae8";
}
.icomoon-safari:before {
content: "\eae9";
}
.icomoon-IcoMoon:before {
content: "\eaea";
}
|
tuffon/imaginewithus
|
wp-content/plugins/go_pricing/assets/lib/icomoon/icomoon.css
|
CSS
|
gpl-2.0
| 26,544
|
<div id="metadataNfoPage" data-role="page" class="page type-interior metadataConfigurationPage withTabs" data-require="scripts/metadatanfo,emby-checkbox,emby-button,emby-select">
<div>
<div class="content-primary">
<form class="metadataNfoForm">
<p>${HeaderKodiMetadataHelp}</p>
<br />
<div class="selectContainer">
<select is="emby-select" name="selectUser" id="selectUser" label="${LabelKodiMetadataUser}"></select>
<div class="fieldDescription">${LabelKodiMetadataUserHelp}</div>
</div>
<div class="selectContainer">
<select is="emby-select" name="selectReleaseDateFormat" id="selectReleaseDateFormat" label="${LabelKodiMetadataDateFormat}">
<option value="yyyy-MM-dd">yyyy-MM-dd</option>
</select>
<div class="fieldDescription">${LabelKodiMetadataDateFormatHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkSaveImagePaths" />
<span>${LabelKodiMetadataSaveImagePaths}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelKodiMetadataSaveImagePathsHelp}</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkEnablePathSubstitution" />
<span>${LabelKodiMetadataEnablePathSubstitution}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">
<div>${LabelKodiMetadataEnablePathSubstitutionHelp}</div>
</div>
</div>
<div class="checkboxContainer checkboxContainer-withDescription">
<label>
<input type="checkbox" is="emby-checkbox" id="chkEnableExtraThumbs" />
<span>${LabelKodiMetadataEnableExtraThumbs}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${LabelKodiMetadataEnableExtraThumbsHelp}</div>
</div>
<div><button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button></div>
</form>
</div>
</div>
</div>
|
hatharry/Emby
|
MediaBrowser.WebDashboard/dashboard-ui/metadatanfo.html
|
HTML
|
gpl-2.0
| 2,649
|
<header>Processz menedzser - felhasználó nézet</header>
Ez az oldal felhasználók szerint csoportosítva jeleníti meg a processzeket.
Minden olyan felhasználónál, amely több processzt is futtat, a rangsorolás
CPU-felhasználás szerint történik. Minden processznek megjelenik a PID-je,
a CPU-kihasználtsága és a parancsa. További információkhoz kattintson a
PID-ekre.<p>
<include overview>
<hr>
|
pakohan/syso-kernel
|
webmin-1.660/proc/help/user.hu.html
|
HTML
|
gpl-2.0
| 395
|
<p>Titillium is born inside the Accademia di Belle Arti di Urbino as a
didactic project Course Type design of the Master of Visual Design Campi
Visivi.</p>
<p>The aim of the project is the creation of a collective fonts released under
OFL. Each academic year, a dozen students work on the project, developing it
further and solving problems. Any type designer interested in the amendment or
revision of Titillium is invited to co-operate with us, or develop their own
variants of the typeface according to the terms specified in the Open Font
license. We also ask all graphic designers who use Titillium in their projects
to <a href="mailto:[email protected]">email us some examples</a>
of the typeface family in use, in order to prepare a case histories
database.</p>
<p>Three years after the birth of Titillium, the project is still evolving,
and even we don’t know what it will become in the future.</p>
<p>Special thanks go to:<br/>
Prof. Luciano Perondi, design and curation<br/>
Prof. Marcello Signorile, coordination<br/>
Prof. Manuel Zanettin, web project supervision<br/>
Diego Giusti, design of the first prototype</p>
|
xErik/pdfmake-fonts-google
|
lib/ofl/titilliumweb/DESCRIPTION.en_us.html
|
HTML
|
mit
| 1,148
|
/**
* @file
* Breadcrumbs.
*/
@import "../base/variables.pcss.css";
.breadcrumb {
padding: 0;
color: var(--color-text);
font-size: 0.79rem;
}
.breadcrumb__list,
[dir="rtl"] .breadcrumb__list {
margin: 0;
padding: 0;
list-style-type: none;
}
.breadcrumb__item,
.breadcrumb__link {
display: inline;
text-decoration: none;
color: var(--color-text);
font-weight: bold;
}
.breadcrumb__item + .breadcrumb__item::before {
padding: 0 0.75rem;
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 8' height='8' width='5'%3E%3Cpath d='M1.2070312,0.64696878 0.5,1.354 3.1464844,4.0004844 0.5,6.6469688 1.2070312,7.354 4.5605468,4.0004844Z' fill='%23545560'/%3E%3C/svg%3E");
}
[dir="rtl"] .breadcrumb__item + .breadcrumb__item::before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='8' viewBox='0 0 5 8'%3E%3Cpath d='M3.7929688,0.64696878 4.5,1.354 1.8535156,4.0004844 4.5,6.6469688 3.7929688,7.354 0.4394532,4.0004844Z' fill='%23545560'/%3E%3C/svg%3E");
}
.breadcrumb__link:hover,
.breadcrumb__link:focus {
text-decoration: none;
}
|
maskedjellybean/tee-prop
|
web/core/themes/claro/css/components/breadcrumb.pcss.css
|
CSS
|
gpl-2.0
| 1,143
|
<html lang="en">
<head>
<title>close - 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.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="List-of-Supported-Calls.html#List-of-Supported-Calls" title="List of Supported Calls">
<link rel="prev" href="open.html#open" title="open">
<link rel="next" href="read.html#read" title="read">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-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 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">
<a name="close"></a>
<p>
Next: <a rel="next" accesskey="n" href="read.html#read">read</a>,
Previous: <a rel="previous" accesskey="p" href="open.html#open">open</a>,
Up: <a rel="up" accesskey="u" href="List-of-Supported-Calls.html#List-of-Supported-Calls">List of Supported Calls</a>
<hr>
</div>
<h5 class="unnumberedsubsubsec">close</h5>
<p><a name="index-close_002c-file_002di_002fo-system-call-2802"></a>
<dl>
<dt>Synopsis:<dd>
<pre class="smallexample"> int close(int fd);
</pre>
<br><dt>Request:<dd>‘<samp><span class="samp">Fclose,</span><var>fd</var></samp>’
<br><dt>Return value:<dd><code>close</code> returns zero on success, or -1 if an error occurred.
<br><dt>Errors:<dd>
<dl>
<dt><code>EBADF</code><dd><var>fd</var> isn't a valid open file descriptor.
<br><dt><code>EINTR</code><dd>The call was interrupted by the user.
</dl>
</dl>
</body></html>
|
darth-vader-lg/glcncrpi
|
tools/arm-bcm2708/gcc-linaro-arm-none-eabi-4.8-2014.04/share/doc/gcc-linaro-arm-none-eabi/html/gdb/close.html
|
HTML
|
gpl-3.0
| 2,766
|
a.sf:link, a.sf:visited {
font-size:16px;
color: #000080;
text-decoration: none;
}
a.sf:hover {
font-size:16px;
color:#FE0000;
text-decoration: none;
}
img#icon {
margin-right:15px;
margin-left:10px;
border:0;
vertical-align:middle
}
#maintd {
vertical-align:top;
padding-left:10px;
padding-bottom:5px;
width: 76%;
}
#kopflinks {
float:left;
font-size:160%;
font-weight:bold;
margin-left:10px;
}
#kopfrechts {
float:right;
font-size:160%;
font-weight:bold;
margin-right:10px;
color: #0103EF
}
#kopfoben {
padding-top:20px;
font-size:130%;
font-weight:bold;
margin-right:10px;
}
.kopf {
font-size:140%;
font-weight: bold;
border-bottom:1px solid #84AAC7;
border-left:15px solid #84AAC7;
padding-left: 10px;
padding-top:5px;
padding-bottom:5px;
margin-bottom:10px;
}
.subkopf {
font-size:110%;
font-weight: bold;
padding-top:5px;
padding-bottom:5px;
margin-top:15px;
margin-bottom:10px;
width:100%;
}
.subkapitel {
margin-left: 15px;
}
|
Navirize/graphhopper-ios
|
dependencies/autojar-2.1/doc/css/en.css
|
CSS
|
apache-2.0
| 1,125
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>EXPORT_SPEC IXML_Node* ixmlNode_getPreviousSibling</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>EXPORT_SPEC IXML_Node* <A HREF="#DOC.DOCU">ixmlNode_getPreviousSibling</A></H2><H2>(IXML_Node* nodeptr )</H2><BLOCKQUOTE>Retrieves the sibling <B>Node</B> immediately preceding this <B>Node</B>.</BLOCKQUOTE>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Retrieves the sibling <B>Node</B> immediately preceding this <B>Node</B>.
<P></BLOCKQUOTE>
<DL><DT><DT><B>Parameters:</B><DD><B>nodeptr</B> - The <B>Node</B> for which to retrieve the
previous sibling. <BR><DT><B>Returns:</B><DD> [Node*] A pointer to the previous sibling <B>Node</B> or
<TT>NULL</TT> if no such <B>Node</B> exists.
<BR><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>
|
Bytewerk/uClinux-ipcam
|
user/wsc_upnp/libupnp-1.4.6/docs/dist/html/ixml/ixmlNode_getPreviousSibling.html
|
HTML
|
gpl-2.0
| 1,035
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.10"/>
<title>MixERP.Net.Entities.Transactions.DbGetTotalSalesByOfficeResult Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="mixerp.png"/></td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><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>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- 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('class_mix_e_r_p_1_1_net_1_1_entities_1_1_transactions_1_1_db_get_total_sales_by_office_result.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#properties">Properties</a> |
<a href="class_mix_e_r_p_1_1_net_1_1_entities_1_1_transactions_1_1_db_get_total_sales_by_office_result-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">MixERP.Net.Entities.Transactions.DbGetTotalSalesByOfficeResult Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for MixERP.Net.Entities.Transactions.DbGetTotalSalesByOfficeResult:</div>
<div class="dyncontent">
<div class="center">
<img src="class_mix_e_r_p_1_1_net_1_1_entities_1_1_transactions_1_1_db_get_total_sales_by_office_result.png" usemap="#MixERP.Net.Entities.Transactions.DbGetTotalSalesByOfficeResult_map" alt=""/>
<map id="MixERP.Net.Entities.Transactions.DbGetTotalSalesByOfficeResult_map" name="MixERP.Net.Entities.Transactions.DbGetTotalSalesByOfficeResult_map">
<area href="class_peta_poco_1_1_peta_poco_d_b_1_1_record.html" alt="PetaPoco.PetaPocoDB.Record< DbGetTotalSalesByOfficeResult >" shape="rect" coords="0,0,387,24"/>
<area href="interface_peta_poco_1_1_i_poco.html" alt="PetaPoco.IPoco" shape="rect" coords="397,0,784,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:a6ece222c4007b15fa492fbf033313b76"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6ece222c4007b15fa492fbf033313b76"></a>
int </td><td class="memItemRight" valign="bottom"><b>OfficeId</b><code> [get, set]</code></td></tr>
<tr class="separator:a6ece222c4007b15fa492fbf033313b76"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac86145c5d867af49b354554122601e78"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac86145c5d867af49b354554122601e78"></a>
string </td><td class="memItemRight" valign="bottom"><b>OfficeCode</b><code> [get, set]</code></td></tr>
<tr class="separator:ac86145c5d867af49b354554122601e78"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a960fd88d28ff39f3bc634801fdb3bbdd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a960fd88d28ff39f3bc634801fdb3bbdd"></a>
string </td><td class="memItemRight" valign="bottom"><b>OfficeName</b><code> [get, set]</code></td></tr>
<tr class="separator:a960fd88d28ff39f3bc634801fdb3bbdd"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9287b1e82bc8eef63b27405f0ddb8f72"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9287b1e82bc8eef63b27405f0ddb8f72"></a>
decimal </td><td class="memItemRight" valign="bottom"><b>TotalSales</b><code> [get, set]</code></td></tr>
<tr class="separator:a9287b1e82bc8eef63b27405f0ddb8f72"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header properties_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td colspan="2" onclick="javascript:toggleInherit('properties_class_peta_poco_1_1_peta_poco_d_b_1_1_record')"><img src="closed.png" alt="-"/> Properties inherited from <a class="el" href="class_peta_poco_1_1_peta_poco_d_b_1_1_record.html">PetaPoco.PetaPocoDB.Record< DbGetTotalSalesByOfficeResult ></a></td></tr>
<tr class="memitem:a49e389b82e1f43e01ae8795122c8a0a2 inherit properties_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a49e389b82e1f43e01ae8795122c8a0a2"></a>
static <a class="el" href="class_peta_poco_1_1_peta_poco_d_b.html">PetaPocoDB</a> </td><td class="memItemRight" valign="bottom"><b>repo</b><code> [get]</code></td></tr>
<tr class="separator:a49e389b82e1f43e01ae8795122c8a0a2 inherit properties_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="class_peta_poco_1_1_peta_poco_d_b_1_1_record.html">PetaPoco.PetaPocoDB.Record< DbGetTotalSalesByOfficeResult ></a></td></tr>
<tr class="memitem:a3705a23081bdadf773d2484cd0db8403 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3705a23081bdadf773d2484cd0db8403"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsNew</b> ()</td></tr>
<tr class="separator:a3705a23081bdadf773d2484cd0db8403 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abc303ce05e3f2c74535c5a5328c0b35e inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abc303ce05e3f2c74535c5a5328c0b35e"></a>
object </td><td class="memItemRight" valign="bottom"><b>Insert</b> ()</td></tr>
<tr class="separator:abc303ce05e3f2c74535c5a5328c0b35e inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9d6cbdb4d39a8a51f3c31384e3b03c21 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9d6cbdb4d39a8a51f3c31384e3b03c21"></a>
void </td><td class="memItemRight" valign="bottom"><b>Save</b> ()</td></tr>
<tr class="separator:a9d6cbdb4d39a8a51f3c31384e3b03c21 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6cd6892035ae530cf85b17380139f257 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6cd6892035ae530cf85b17380139f257"></a>
int </td><td class="memItemRight" valign="bottom"><b>Update</b> ()</td></tr>
<tr class="separator:a6cd6892035ae530cf85b17380139f257 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac9b47e68257a091ca93a1d67a1f9e52c inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac9b47e68257a091ca93a1d67a1f9e52c"></a>
int </td><td class="memItemRight" valign="bottom"><b>Update</b> (IEnumerable< string > columns)</td></tr>
<tr class="separator:ac9b47e68257a091ca93a1d67a1f9e52c inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9df9acbc89b804e031ecba5259412ed9 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9df9acbc89b804e031ecba5259412ed9"></a>
int </td><td class="memItemRight" valign="bottom"><b>Delete</b> ()</td></tr>
<tr class="separator:a9df9acbc89b804e031ecba5259412ed9 inherit pub_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="class_peta_poco_1_1_peta_poco_d_b_1_1_record.html">PetaPoco.PetaPocoDB.Record< DbGetTotalSalesByOfficeResult ></a></td></tr>
<tr class="memitem:aee753fa1cb404416f5912d799af04103 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aee753fa1cb404416f5912d799af04103"></a>
static int </td><td class="memItemRight" valign="bottom"><b>Update</b> (string sql, params object[] args)</td></tr>
<tr class="separator:aee753fa1cb404416f5912d799af04103 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af89c03b8fb3f234d54d2b5bc753903de inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af89c03b8fb3f234d54d2b5bc753903de"></a>
static int </td><td class="memItemRight" valign="bottom"><b>Update</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:af89c03b8fb3f234d54d2b5bc753903de inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a50ec4e66be34c708f7f3a6d47002985d inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a50ec4e66be34c708f7f3a6d47002985d"></a>
static int </td><td class="memItemRight" valign="bottom"><b>Delete</b> (string sql, params object[] args)</td></tr>
<tr class="separator:a50ec4e66be34c708f7f3a6d47002985d inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9e5e2112f740fcf457f84ec996eb4aec inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a9e5e2112f740fcf457f84ec996eb4aec"></a>
static int </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:a9e5e2112f740fcf457f84ec996eb4aec inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8fd7c95d6b83dfd074e19de565b14225 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8fd7c95d6b83dfd074e19de565b14225"></a>
static int </td><td class="memItemRight" valign="bottom"><b>Delete</b> (object primaryKey)</td></tr>
<tr class="separator:a8fd7c95d6b83dfd074e19de565b14225 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a56460d61f3d4dde7b8eb57a4e59d638e inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a56460d61f3d4dde7b8eb57a4e59d638e"></a>
static bool </td><td class="memItemRight" valign="bottom"><b>Exists</b> (object primaryKey)</td></tr>
<tr class="separator:a56460d61f3d4dde7b8eb57a4e59d638e inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2980156000ac01b1ba8d6349e8df8713 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2980156000ac01b1ba8d6349e8df8713"></a>
static T </td><td class="memItemRight" valign="bottom"><b>SingleOrDefault</b> (object primaryKey)</td></tr>
<tr class="separator:a2980156000ac01b1ba8d6349e8df8713 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae1e4b7a0e2ff0b3005f967c6f31892d8 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae1e4b7a0e2ff0b3005f967c6f31892d8"></a>
static T </td><td class="memItemRight" valign="bottom"><b>SingleOrDefault</b> (string sql, params object[] args)</td></tr>
<tr class="separator:ae1e4b7a0e2ff0b3005f967c6f31892d8 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a18e7d1b9ba58bfe8b5fd6f26164459f1 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a18e7d1b9ba58bfe8b5fd6f26164459f1"></a>
static T </td><td class="memItemRight" valign="bottom"><b>SingleOrDefault</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:a18e7d1b9ba58bfe8b5fd6f26164459f1 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0d7e7c096df01a98fc7184e476371371 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0d7e7c096df01a98fc7184e476371371"></a>
static T </td><td class="memItemRight" valign="bottom"><b>FirstOrDefault</b> (string sql, params object[] args)</td></tr>
<tr class="separator:a0d7e7c096df01a98fc7184e476371371 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a84101bd76f6cf95e1e18f14d1455d3a6 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a84101bd76f6cf95e1e18f14d1455d3a6"></a>
static T </td><td class="memItemRight" valign="bottom"><b>FirstOrDefault</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:a84101bd76f6cf95e1e18f14d1455d3a6 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad3124fbec2c4f82c633468756baf052b inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad3124fbec2c4f82c633468756baf052b"></a>
static T </td><td class="memItemRight" valign="bottom"><b>Single</b> (object primaryKey)</td></tr>
<tr class="separator:ad3124fbec2c4f82c633468756baf052b inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acfeb382481df8aa014b2b98f161763be inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acfeb382481df8aa014b2b98f161763be"></a>
static T </td><td class="memItemRight" valign="bottom"><b>Single</b> (string sql, params object[] args)</td></tr>
<tr class="separator:acfeb382481df8aa014b2b98f161763be inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af7e726d8b7912392f5e15d3ed8d7c98e inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af7e726d8b7912392f5e15d3ed8d7c98e"></a>
static T </td><td class="memItemRight" valign="bottom"><b>Single</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:af7e726d8b7912392f5e15d3ed8d7c98e inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaa28c7e0017d238632524271c91f8edc inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaa28c7e0017d238632524271c91f8edc"></a>
static T </td><td class="memItemRight" valign="bottom"><b>First</b> (string sql, params object[] args)</td></tr>
<tr class="separator:aaa28c7e0017d238632524271c91f8edc inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7110426ec499501097632e93f2b0b3d2 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7110426ec499501097632e93f2b0b3d2"></a>
static T </td><td class="memItemRight" valign="bottom"><b>First</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:a7110426ec499501097632e93f2b0b3d2 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af7d55b1daf96ef968fce4c201f9e7a19 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af7d55b1daf96ef968fce4c201f9e7a19"></a>
static List< T > </td><td class="memItemRight" valign="bottom"><b>Fetch</b> (string sql, params object[] args)</td></tr>
<tr class="separator:af7d55b1daf96ef968fce4c201f9e7a19 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab01269994223b69526f764d552a1dec4 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab01269994223b69526f764d552a1dec4"></a>
static List< T > </td><td class="memItemRight" valign="bottom"><b>Fetch</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:ab01269994223b69526f764d552a1dec4 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7d6f3fa5fcf85f2fbf126f541dc9e690 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7d6f3fa5fcf85f2fbf126f541dc9e690"></a>
static List< T > </td><td class="memItemRight" valign="bottom"><b>Fetch</b> (long page, long itemsPerPage, string sql, params object[] args)</td></tr>
<tr class="separator:a7d6f3fa5fcf85f2fbf126f541dc9e690 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a63be860f1bcef5e05fcf4eef4e63527c inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a63be860f1bcef5e05fcf4eef4e63527c"></a>
static List< T > </td><td class="memItemRight" valign="bottom"><b>Fetch</b> (long page, long itemsPerPage, <a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:a63be860f1bcef5e05fcf4eef4e63527c inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3c4f71f7f52496ac9e9c6b6327339f5e inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3c4f71f7f52496ac9e9c6b6327339f5e"></a>
static List< T > </td><td class="memItemRight" valign="bottom"><b>SkipTake</b> (long skip, long take, string sql, params object[] args)</td></tr>
<tr class="separator:a3c4f71f7f52496ac9e9c6b6327339f5e inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abebf5248803dc77a39998e3b71329428 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abebf5248803dc77a39998e3b71329428"></a>
static List< T > </td><td class="memItemRight" valign="bottom"><b>SkipTake</b> (long skip, long take, <a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:abebf5248803dc77a39998e3b71329428 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a316206efd7d66ccadf1b2abc9e5e7f9a inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a316206efd7d66ccadf1b2abc9e5e7f9a"></a>
static <a class="el" href="class_peta_poco_1_1_page.html">Page</a>< T > </td><td class="memItemRight" valign="bottom"><b>Page</b> (long page, long itemsPerPage, string sql, params object[] args)</td></tr>
<tr class="separator:a316206efd7d66ccadf1b2abc9e5e7f9a inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaa710b904fd3d7cf4baed3d815e1b175 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaa710b904fd3d7cf4baed3d815e1b175"></a>
static <a class="el" href="class_peta_poco_1_1_page.html">Page</a>< T > </td><td class="memItemRight" valign="bottom"><b>Page</b> (long page, long itemsPerPage, <a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:aaa710b904fd3d7cf4baed3d815e1b175 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a614eccf53748408f887235ef59d64090 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a614eccf53748408f887235ef59d64090"></a>
static IEnumerable< T > </td><td class="memItemRight" valign="bottom"><b>Query</b> (string sql, params object[] args)</td></tr>
<tr class="separator:a614eccf53748408f887235ef59d64090 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a81bcddc50c8c436960731aff325e3118 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a81bcddc50c8c436960731aff325e3118"></a>
static IEnumerable< T > </td><td class="memItemRight" valign="bottom"><b>Query</b> (<a class="el" href="class_peta_poco_1_1_sql.html">Sql</a> sql)</td></tr>
<tr class="separator:a81bcddc50c8c436960731aff325e3118 inherit pub_static_methods_class_peta_poco_1_1_peta_poco_d_b_1_1_record"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/Entities/Transactions/DbGetTotalSalesByOfficeResult.cs</li>
</ul>
</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="namespace_mix_e_r_p.html">MixERP</a></li><li class="navelem"><a class="el" href="namespace_mix_e_r_p_1_1_net.html">Net</a></li><li class="navelem"><a class="el" href="namespace_mix_e_r_p_1_1_net_1_1_entities.html">Entities</a></li><li class="navelem"><a class="el" href="namespace_mix_e_r_p_1_1_net_1_1_entities_1_1_transactions.html">Transactions</a></li><li class="navelem"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_entities_1_1_transactions_1_1_db_get_total_sales_by_office_result.html">DbGetTotalSalesByOfficeResult</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.10 </li>
</ul>
</div>
</body>
</html>
|
mixerp/mixerp
|
docs/api/class_mix_e_r_p_1_1_net_1_1_entities_1_1_transactions_1_1_db_get_total_sales_by_office_result.html
|
HTML
|
gpl-3.0
| 28,070
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>JsonException</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JsonException";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/openqa/selenium/remote/JdkAugmenter.html" title="class in org.openqa.selenium.remote"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/openqa/selenium/remote/JsonToBeanConverter.html" title="class in org.openqa.selenium.remote"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/openqa/selenium/remote/JsonException.html" target="_top">Frames</a></li>
<li><a href="JsonException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields_inherited_from_class_org.openqa.selenium.WebDriverException">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_org.openqa.selenium.WebDriverException">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.openqa.selenium.remote</div>
<h2 title="Class JsonException" class="title">Class JsonException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Throwable</li>
<li>
<ul class="inheritance">
<li>java.lang.Exception</li>
<li>
<ul class="inheritance">
<li>java.lang.RuntimeException</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">org.openqa.selenium.WebDriverException</a></li>
<li>
<ul class="inheritance">
<li>org.openqa.selenium.remote.JsonException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">JsonException</span>
extends <a href="../../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</a></pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#org.openqa.selenium.remote.JsonException">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.openqa.selenium.WebDriverException">
<!-- -->
</a>
<h3>Fields inherited from class org.openqa.selenium.<a href="../../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</a></h3>
<code><a href="../../../../org/openqa/selenium/WebDriverException.html#DRIVER_INFO">DRIVER_INFO</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#SESSION_ID">SESSION_ID</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/openqa/selenium/remote/JsonException.html#JsonException(org.json.JSONException)">JsonException</a></strong>(org.json.JSONException e)</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/openqa/selenium/remote/JsonException.html#JsonException(org.json.JSONException, java.lang.Object)">JsonException</a></strong>(org.json.JSONException e,
java.lang.Object text)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.openqa.selenium.WebDriverException">
<!-- -->
</a>
<h3>Methods inherited from class org.openqa.selenium.<a href="../../../../org/openqa/selenium/WebDriverException.html" title="class in org.openqa.selenium">WebDriverException</a></h3>
<code><a href="../../../../org/openqa/selenium/WebDriverException.html#addInfo(java.lang.String, java.lang.String)">addInfo</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#getAdditionalInformation()">getAdditionalInformation</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#getBuildInformation()">getBuildInformation</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#getDriverName(java.lang.StackTraceElement[])">getDriverName</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#getMessage()">getMessage</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#getSupportUrl()">getSupportUrl</a>, <a href="../../../../org/openqa/selenium/WebDriverException.html#getSystemInformation()">getSystemInformation</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Throwable</h3>
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="JsonException(org.json.JSONException)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JsonException</h4>
<pre>public JsonException(org.json.JSONException e)</pre>
</li>
</ul>
<a name="JsonException(org.json.JSONException, java.lang.Object)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JsonException</h4>
<pre>public JsonException(org.json.JSONException e,
java.lang.Object text)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/openqa/selenium/remote/JdkAugmenter.html" title="class in org.openqa.selenium.remote"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/openqa/selenium/remote/JsonToBeanConverter.html" title="class in org.openqa.selenium.remote"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/openqa/selenium/remote/JsonException.html" target="_top">Frames</a></li>
<li><a href="JsonException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#fields_inherited_from_class_org.openqa.selenium.WebDriverException">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_org.openqa.selenium.WebDriverException">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
onedox/selenium
|
docs/api/java/org/openqa/selenium/remote/JsonException.html
|
HTML
|
apache-2.0
| 11,015
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>DOM Test</title>
</head>
<body>
<span id='t'></span>
<div id='a' class='a b c'></div>
<script>
var t = document.getElementById('t');
var a = document.getElementById('a');
var list = a.classList;
list.add('d');
if (list.contains('d'))
t.textContent = 'PASS';
else
t.textContent = 'FAIL';
</script>
</body>
</html>
|
esrille/escudo
|
testdata/dom-005.html
|
HTML
|
apache-2.0
| 377
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>XHR2 Timeout Property Tests in Worker</title>
<link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#the-timeout-attribute" data-tested-assertations="following::ol[1]/li[2]" />
<link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#handler-xhr-ontimeout" data-tested-assertations="../.."/>
<link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#timeout-error" data-tested-assertations=".."/>
<link rel="help" href="http://www.w3.org/TR/XMLHttpRequest/#request-error" data-tested-assertations="following::ol[1]/li[9]"/>
<link rel="help" href="http://xhr.spec.whatwg.org/#infrastructure-for-the-send()-method" data-tested-assertations="following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/.. following-sibling::dl//code[contains(@title,'dom-XMLHttpRequest-timeout')]/../following-sibling::dd following::dt[1] following::dd[1]" />
<link rel="stylesheet" href="/resources/testharness.css" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/xmlhttprequest-timeout-runner.js"></script>
</head>
<body>
<h1>Description</h1>
<p>This test validates that the XHR2 timeout property behaves as expected in in a worker context.</p>
<div id="log"></div>
<script type="text/javascript">
var worker = new Worker("resources/xmlhttprequest-timeout-overridesexpires.js");
worker.addEventListener("message", testResultCallbackHandler);
</script>
</body>
</html>
|
jacky-young/crosswalk-test-suite
|
webapi/tct-xmlhttprequest-w3c-tests/xmlhttprequest/w3c/xmlhttprequest-timeout-worker-overridesexpires.html
|
HTML
|
bsd-3-clause
| 1,602
|
<div>
Check if you wish to include all environment variables accessible by the builds process. Jenkins-specific EnvVars are
always included. Note: including all environment variables as part of the captured build information may result in
very large build objects and may slow down deployment.
</div>
|
stephenliang/artifactory-plugin
|
src/main/webapp/help/common/help-includeEnvVars.html
|
HTML
|
apache-2.0
| 312
|
<!DOCTYPE html>
<!--
Copyright (c) 2015 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:
Zhu, Yongyong <[email protected]>
-->
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../css/main.css">
<script src="../../js/jquery-2.1.3.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/common.js"></script>
<script src="../../js/tests.js"></script>
<div id="header">
<h3 id="main_page_title"></h3>
</div>
<div class="content">
<h4>Test Steps</h4>
<ol>
<li>Get cordova_sampleapp.zip<br/>
from internal release link, then unzip it to /tmp/cordova-sampleapp/</li>
<li>Install remotedebugging.apk
<div>
$ adb install /tmp/cordova-sampleapp/remotedebugging.apk<br/>
</div>
</li>
<li>Check the 'remotedebugging' app icon</li>
<li>Launch and Run the 'remotedebugging' app</li>
<li>Open Chrome Browser(version >=29) in the host machine and input "chrome://inspect" in the address bar</li>
<li>Click 'inspect' in 'remotedebugging' app spection page</li>
<li>Try to modify the code "add or remove text"</li>
<li>Switch to CrossWalk</li>
<li>Click 'Sources' option</li>
<li>Add a breakpoint</li>
<li>Click 'Console' to enter the console of the debug page</li>
<li>Input 'history.replaceState(null,null,"chrome-extension://android_asset/anything")' on the console and press enter</li>
<li>Input 'location.href' on the console and press enter</li>
</ol>
</div>
<div class="footer">
<div id="footer"></div>
</div>
<div class="modal fade" id="popup_info">
</div>
|
BruceDai/crosswalk-test-suite
|
usecase/usecase-cordova-android-tests/samples/Remotedebugging/index.html
|
HTML
|
bsd-3-clause
| 3,139
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Form\HookModificationForm | </title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../Thelia/Form.html">Thelia\Form</a>\HookModificationForm</h1>
</div>
<div class="content">
<p> class
<strong>HookModificationForm</strong> extends <a href="../../Thelia/Form/HookCreationForm.html"><abbr title="Thelia\Form\HookCreationForm">HookCreationForm</abbr></a></p>
<div class="description">
<p>Class HookModificationForm</p>
<p>
</p>
</div>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getName">getName</a>()
<p>
</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_getName">
<div class="location">at line 59</div>
<code> public string
<strong>getName</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>the name of you form. This name must be unique</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
Mertiozys/thelia.github.io
|
api/master/Thelia/Form/HookModificationForm.html
|
HTML
|
mit
| 2,486
|
@CHARSET "UTF-8";
.hds-region-header {
clear: both;
}
.hds-region-left {
display: inline;
float: left;
}
.hds-region-middle-wrapper {
display: inline;
float: left;
width: 100%;
margin-right: -100%;
}
.hds-region-right {
display: inline;
float: right;
}
.hds-region-footer {
clear: both;
}
/* default region dimensions */
.hds-region-left {
width: 25%;
}
.hds-region-right {
width: 25%;
}
/* middle region */
.hds-no-sidebars .hds-region-middle {
}
.hds-sidebar-left .hds-region-middle {
margin-left: 25%;
}
.hds-sidebar-right .hds-region-middle {
margin-right: 25%;
}
.hds-two-sidebars .hds-region-middle {
margin-left: 25%;
margin-right: 25%;
}
|
mikeusry/Southland-Organics
|
sites/all/modules/heartbeat/modules/hds/hds_regions.css
|
CSS
|
gpl-2.0
| 690
|
<!--
This file is auto-generated from textureshadow_test_generator.py
DO NOT EDIT!
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>WebGL Texture Shadow Conformance Tests</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css"/>
<script src="../../../../js/js-test-pre.js"></script>
<script src="../../../../js/webgl-test-utils.js"></script>
<script src="../../../../closure-library/closure/goog/base.js"></script>
<script src="../../../deqp-deps.js"></script>
<script>goog.require('functional.gles3.es3fTextureShadowTests');</script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<canvas id="canvas" width="200" height="100"> </canvas>
<script>
var wtu = WebGLTestUtils;
var gl = wtu.create3DContext('canvas', null, 2);
functional.gles3.es3fTextureShadowTests.run(gl, [58, 59]);
</script>
</body>
</html>
|
endlessm/chromium-browser
|
third_party/webgl/src/sdk/tests/deqp/functional/gles3/textureshadow/cube_linear_less.html
|
HTML
|
bsd-3-clause
| 900
|
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Containment Test: 'contain: content' does not turn on style containment</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<link rel="help" href="https://drafts.csswg.org/css-contain/#contain-property">
<link rel="match" href="reference/contain-content-011-ref.html">
<meta name="assert" content="'contain: content' turns on style containment. So, in this test, the counter of div.abspos child should not be reset and must not be reset.">
<style>
body
{
counter-reset: counter-of-abspos-div 17;
}
/*
This creates a new counter identified as
"counter-of-abspos-div" and initially sets
such counter to 17 (an entirely arbitrary
number)
*/
div
{
width: 100px;
}
div#contain-content
{
background-color: red;
contain: content;
height: 100px;
}
div.abspos
{
background-color: green;
height: 50px;
position: absolute;
right: 0;
}
div#contain-content > div.abspos
{
counter-increment: counter-of-abspos-div 4;
}
/*
This increments the counter identified as
"counter-of-abspos-div" of the step value
of 4 (an entirely arbitrary number) each and
every time there is a div.abspos child
within the subtree of div#contain-content
*/
div#first-abspos
{
top: 0px;
}
div#second-abspos
{
bottom: 0px;
}
div#result::after
{
content: counter(counter-of-abspos-div);
font-size: 3em;
}
/*
Now, the generated content is set to the
current value of the counter identified
as "counter-of-abspos-div":
17 + 4 * 2 == 25
*/
</style>
<body>
<p>Test passes if there is a filled green square, no red and the number 17.
<div id="contain-content">
<div id="first-abspos" class="abspos"></div>
<div id="second-abspos" class="abspos"></div>
</div>
<div id="result"></div>
|
chromium/chromium
|
third_party/blink/web_tests/external/wpt/css/css-contain/contain-content-011.html
|
HTML
|
bsd-3-clause
| 2,047
|
{% if site.owner.google.ad-client and site.owner.google.ad-slot %}{% include ad-footer.html %}{% endif %}
<span>© {{ site.time | date: '%Y' }} {{ site.owner.name }}.</span>
<div class="social-icons">
{% if site.owner.twitter %}<a href="https://twitter.com/{{ site.owner.twitter }}" title="{{ site.owner.name}} on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>{% endif %}
{% if site.owner.facebook %}<a href="https://facebook.com/{{ site.owner.facebook }}" title="{{ site.owner.name}} on Facebook" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a>{% endif %}
{% if site.owner.google.plus %}<a href="https://plus.google.com/+{{ site.owner.google.plus }}" title="{{ site.owner.name}} on Google+" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a>{% endif %}
{% if site.owner.linkedin %}<a href="https://linkedin.com/in/{{ site.owner.linkedin }}" title="{{ site.owner.name}} on LinkedIn" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a>{% endif %}
{% if site.owner.stackexchange %}<a href="{{ site.owner.stackexchange }}" title="{{ site.owner.name}} on StackExchange" target="_blank"><i class="fa fa-stack-exchange fa-2x"></i></a>{% endif %}
{% if site.owner.instagram %}<a href="https://instagram.com/{{ site.owner.instagram }}" title="{{ site.owner.name}} on Instagram" target="_blank"><i class="fa fa-instagram fa-2x"></i></a>{% endif %}
{% if site.owner.flickr %}<a href="https://www.flickr.com/photos/{{ site.owner.flickr }}" title="{{ site.owner.name}} on Flickr" target="_blank"><i class="fa fa-flickr fa-2x"></i></a>{% endif %}
{% if site.owner.github %}<a href="https://github.com/{{ site.owner.github }}" title="{{ site.owner.name}} on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>{% endif %}
{% if site.owner.tumblr %}<a href="http://{{ site.owner.tumblr }}.tumblr.com" title="{{ site.owner.name}} on Tumblr" target="_blank"><i class="fa fa-tumblr-square fa-2x"></i></a>{% endif %}
{% if site.owner.pinterest %}<a href="https://www.pinterest.com/{{ site.owner.pinterest }}/" title="{{ site.owner.name}} on Pinterest" target="_blank"><i class="fa fa-pinterest fa-2x"></i></a>{% endif %}
{% if site.owner.weibo %}<a href="https://www.weibo.com/u/{{ site.owner.weibo }}/" title="{{ site.owner.name}} on Weibo" target="_blank"><i class="fa fa-weibo fa-2x"></i></a>{% endif %}
<a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
</div><!-- /.social-icons -->
|
drewryanjones/drewryanjones.github.io
|
_includes/footer.html
|
HTML
|
mit
| 2,522
|
/* @form header
----------------------------------- */
.smart-forms .header-red {
background-color:#e74c3c;
border-top:1px solid #F1978D;
border-bottom:5px solid #c44133;
}
.smart-forms .header-lite{ border-top-color:#F1978D; }
.smart-forms .header-lite:before{ background-color:#e74c3c; }
.smart-forms .header-red h4{ color:#fff; }
/* @form tagline
-------------------------------------- */
.smart-forms .theme-red .tagline span{ color:#e74c3c; }
.smart-forms .theme-red .smart-link{ color:#e74c3c; }
/* @hover | focus
---------------------------------------- */
.smart-forms .theme-red .gui-input:hover,
.smart-forms .theme-red .gui-textarea:hover,
.smart-forms .theme-red .select > select:hover,
.smart-forms .theme-red .select-multiple select:hover,
.smart-forms .theme-red .gui-input:hover ~ .input-hint,
.smart-forms .theme-red .file .gui-file:hover + .gui-input,
.smart-forms .theme-red .gui-textarea:hover ~ .input-hint{ border-color: #ec7063; }
.smart-forms .theme-red .gui-input:focus,
.smart-forms .theme-red .gui-textarea:focus,
.smart-forms .theme-red .select > select:focus,
.smart-forms .theme-red .select-multiple select:focus{ border-color: #e74c3c; color: #3C3C3C; }
.smart-forms .theme-red .gui-textarea:focus{ height: 120px; }
.smart-forms .theme-red .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .theme-red .gui-input:focus ~ .field-icon i,
.smart-forms .theme-red .gui-textarea:focus ~ .field-icon i{ color:#e74c3c; }
.smart-forms .theme-red .select-multiple select:focus,
.smart-forms .theme-red .gui-input:focus ~ .input-hint,
.smart-forms .theme-red .gui-textarea:focus ~ .input-hint,
.smart-forms .theme-red .file .gui-file:focus + .gui-input{ border-color: #e74c3c; }
.smart-forms .theme-red .select > select:focus + .arrow{ color:#e74c3c; }
/* @star rating widget
----------------------------------------------------- */
.smart-forms .theme-red .rating:hover .rating-star:hover,
.smart-forms .theme-red .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .theme-red .rating-input:checked ~ .rating-star { color: #e74c3c; }
.smart-forms .theme-red .rating-star,
.smart-forms .theme-red .rating:hover .rating-star { color: #555555; }
/* @check + radio
------------------------------------------------------ */
.smart-forms .option-red input:hover + .checkbox,
.smart-forms .option-red input:hover + .radio{ border-color: #ec7063; }
.smart-forms .option-red input:checked + .checkbox,
.smart-forms .option-red input:focus + .checkbox,
.smart-forms .option-red input:checked + .radio,
.smart-forms .option-red input:focus + .radio{ border-color: #E74C3C; }
.smart-forms .option-red input:checked + .radio:before,
.smart-forms .option-red input:focus + .radio:before{ background: #E74C3C; }
.smart-forms .option-red input:checked + .checkbox:before,
.smart-forms .option-red input:focus + .checkbox:before{ border-color: #E74C3C; }
/* @toggle-switch
------------------------------------------------------ */
.smart-forms .switch-red > input:checked + .switch-label { background: #e74c3c; border-color: #e74c3c; }
.smart-forms .switch-red > input:checked + .switch-label:after { color:#e74c3c; }
.smart-forms .switch-red > input:checked:focus + .switch-label { background: #c44133; border-color: #c44133; }
/* @button
------------------------------------------------------ */
.smart-forms .btn-red { background-color: #e74c3c; }
.smart-forms .btn-red:hover,
.smart-forms .btn-red:focus { background-color: #ec7063; }
.smart-forms .btn-red:active{ background-color: #c44133; }
.smart-forms .btn-red,
.smart-forms .btn-red:hover,
.smart-forms .btn-red:focus,
.smart-forms .btn-red:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
/* @datepicker overides
--------------------------------------------------------- */
.ui-datepicker { border:5px solid #e74c3c; }
.ui-datepicker:before{
border-color:transparent transparent #e74c3c transparent;
border-color:rgba(255,255,255,0) rgba(255,255,255,0) #e74c3c rgba(255,255,255,0);
}
.ui-timepicker-div .ui-widget-header,
.ui-datepicker .ui-datepicker-header { background:#e74c3c; }
.ui-datepicker-today a,
.ui-datepicker-today a:hover,
.ui-datepicker .ui-state-highlight { background:#e74c3c!important; }
/* @price-box
--------------------------------------------------------- */
.smart-forms .theme-red .selected-box h4{ color:#e74c3c; }
.smart-forms .ribbon-inner{ background:#e74c3c; }
.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{ border-top-color:#c44133; }
|
Elgolfin/CashBud
|
Smart Forms/smart forms/dark/Template samples/css/smart-themes/red.css
|
CSS
|
mit
| 4,548
|
<div>
Geben Sie hier die Ziele (goals) an, die ausgeführt werden sollen,
z.B. "clean install" oder "deploy". Dieses Feld akzeptiert
auch alle weiteren Maven-Kommandozeilenoptionen wie beispielsweise
"-e" oder "-DskipTests=true".
</div>
|
AnneWei/firelineJenkinsPlugin
|
work/plugins/maven-plugin/goals_de.html
|
HTML
|
apache-2.0
| 252
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>write (3 of 8 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../write.html" title="write">
<link rel="prev" href="overload2.html" title="write (2 of 8 overloads)">
<link rel="next" href="overload4.html" title="write (4 of 8 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../write.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.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="boost_asio.reference.write.overload3"></a><a class="link" href="overload3.html" title="write (3 of 8 overloads)">write (3 of 8
overloads)</a>
</h4></div></div></div>
<p>
Write a certain amount of data to a stream before returning.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../SyncWriteStream.html" title="Buffer-oriented synchronous write stream requirements">SyncWriteStream</a><span class="special">,</span>
<span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
<span class="keyword">typename</span> <span class="identifier">CompletionCondition</span><span class="special">></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">write</span><span class="special">(</span>
<span class="identifier">SyncWriteStream</span> <span class="special">&</span> <span class="identifier">s</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&</span> <span class="identifier">buffers</span><span class="special">,</span>
<span class="identifier">CompletionCondition</span> <span class="identifier">completion_condition</span><span class="special">);</span>
</pre>
<p>
This function is used to write a certain number of bytes of data to a stream.
The call will block until one of the following conditions is true:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
All of the data in the supplied buffers has been written. That is,
the bytes transferred is equal to the sum of the buffer sizes.
</li>
<li class="listitem">
The completion_condition function object returns 0.
</li>
</ul></div>
<p>
This operation is implemented in terms of zero or more calls to the stream's
write_some function.
</p>
<h6>
<a name="boost_asio.reference.write.overload3.h0"></a>
<span class="phrase"><a name="boost_asio.reference.write.overload3.parameters"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
<dt><span class="term">s</span></dt>
<dd><p>
The stream to which the data is to be written. The type must support
the SyncWriteStream concept.
</p></dd>
<dt><span class="term">buffers</span></dt>
<dd><p>
One or more buffers containing the data to be written. The sum of
the buffer sizes indicates the maximum number of bytes to write to
the stream.
</p></dd>
<dt><span class="term">completion_condition</span></dt>
<dd>
<p>
The function object to be called to determine whether the write operation
is complete. The signature of the function object must be:
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">completion_condition</span><span class="special">(</span>
<span class="comment">// Result of latest write_some operation.</span>
<span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">&</span> <span class="identifier">error</span><span class="special">,</span>
<span class="comment">// Number of bytes transferred so far.</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span>
<span class="special">);</span>
</pre>
<p>
A return value of 0 indicates that the write operation is complete.
A non-zero return value indicates the maximum number of bytes to
be written on the next call to the stream's write_some function.
</p>
</dd>
</dl>
</div>
<h6>
<a name="boost_asio.reference.write.overload3.h1"></a>
<span class="phrase"><a name="boost_asio.reference.write.overload3.return_value"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.return_value">Return
Value</a>
</h6>
<p>
The number of bytes transferred.
</p>
<h6>
<a name="boost_asio.reference.write.overload3.h2"></a>
<span class="phrase"><a name="boost_asio.reference.write.overload3.exceptions"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.exceptions">Exceptions</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
<dt><span class="term">boost::system::system_error</span></dt>
<dd><p>
Thrown on failure.
</p></dd>
</dl>
</div>
<h6>
<a name="boost_asio.reference.write.overload3.h3"></a>
<span class="phrase"><a name="boost_asio.reference.write.overload3.example"></a></span><a class="link" href="overload3.html#boost_asio.reference.write.overload3.example">Example</a>
</h6>
<p>
To write a single data buffer use the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a> function as follows:
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">write</span><span class="special">(</span><span class="identifier">s</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">buffer</span><span class="special">(</span><span class="identifier">data</span><span class="special">,</span> <span class="identifier">size</span><span class="special">),</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">transfer_at_least</span><span class="special">(</span><span class="number">32</span><span class="special">));</span>
</pre>
<p>
See the <a class="link" href="../buffer.html" title="buffer"><code class="computeroutput"><span class="identifier">buffer</span></code></a>
documentation for information on writing multiple buffers in one go, and
how to use it with arrays, boost::array or std::vector.
</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 © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../write.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
gwq5210/litlib
|
thirdparty/sources/boost_1_60_0/doc/html/boost_asio/reference/write/overload3.html
|
HTML
|
gpl-3.0
| 9,753
|
<!DOCTYPE html>
<html>
<head>
<base href="http://example.com/sample/">
<meta charset="UTF-8">
<title>HTML Comments With Elements - Spider HTML Parser</title>
</head>
<body>
<!--
<a href="http://a.example.com/">sub-domain using base scheme</a><br />
-->
<!--
<map>
<area href="http://area.example.com/" />
</map>
-->
<!--
<frameset>
<frame src="http://frame.example.com/" />
</frameset>
-->
<!--
<iframe src="http://iframe.example.com/"></iframe>
-->
<!--
<img src="http://img.example.com/">
-->
<!--
<link href="http://link.example.com/">
-->
<!--
<meta http-equiv="refresh" content="0;URL=//meta.example.com/refresh/">
-->
<!--
<meta http-equiv="location" content="url=//meta.example.com/location/">
-->
<!--
<script src="http://script.example.com/"></script>
-->
</body>
</html>
|
psiinon/zaproxy
|
zap/src/test/resources/org/zaproxy/zap/spider/parser/html/CommentWithElementsSpiderHtmlParser.html
|
HTML
|
apache-2.0
| 782
|
<!doctype html>
<html class="reftest-wait">
<title>CSS Test: Image size is not altered when it loads when min/max-size depends on the transferred intrinsic sizes, not natural sizes</title>
<link rel="author" href="mailto:[email protected]" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<link rel="help" href="https://drafts.csswg.org/css-sizing/#sizing-values">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1546739">
<link rel="match" href="image-min-max-content-intrinsic-size-change-001-ref.html">
<style>
img {
border: 1px solid black;
height: 30px;
width: 40px;
min-height: max-content;
writing-mode: vertical-lr;
}
</style>
<img>
<script>
let img = document.querySelector("img");
img.offsetWidth; // Ensure the image is laid out.
img.onload = () => document.documentElement.className = "";
img.src = "/css/support/60x60-green.png";
</script>
|
scheib/chromium
|
third_party/blink/web_tests/external/wpt/css/css-sizing/image-min-max-content-intrinsic-size-change-006.html
|
HTML
|
bsd-3-clause
| 949
|
<!doctype html>
<meta charset=utf-8>
<title>Indexed properties of the window object (non-strict mode)</title>
<link rel="author" title="Ms2ger" href="[email protected]">
<link rel="help" href="https://html.spec.whatwg.org/multipage/#window">
<link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-window-item">
<link rel="help" href="https://webidl.spec.whatwg.org/#getownproperty">
<link rel="help" href="https://webidl.spec.whatwg.org/#defineownproperty">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<iframe></iframe>
<script>
test(function() {
assert_false("-1" in window, "-1 not in window");
assert_equals(window[-1], undefined);
window[-1] = "foo";
assert_equals(window[-1], "foo");
});
test(() => {
const desc = Object.getOwnPropertyDescriptor(window, "0");
assert_true(desc.configurable);
assert_true(desc.enumerable);
assert_false(desc.writable);
}, "Ensure indexed properties have the correct configuration");
test(function() {
window[0] = "foo";
assert_throws_js(TypeError, () => Object.defineProperty(window, 0, { value: "bar" }))
assert_throws_js(TypeError, () => Object.defineProperty(window, 0, { get() { return "baz" } }))
assert_throws_js(TypeError, () => Object.defineProperty(window, 0, { set() { return "quz" } }))
assert_equals(window[0],
document.getElementsByTagName("iframe")[0].contentWindow);
assert_equals(delete window[0], false);
});
test(function() {
window[1] = "foo";
assert_throws_js(TypeError, () => Object.defineProperty(window, 1, { value: "bar" }))
assert_throws_js(TypeError, () => Object.defineProperty(window, 1, { get() { return "baz" } }))
assert_throws_js(TypeError, () => Object.defineProperty(window, 1, { set(v) { return "quz" } }))
assert_equals(window[1], undefined);
assert_equals(Object.getOwnPropertyDescriptor(window, 1), undefined);
assert_equals(delete window[1], true);
});
test(function() {
window[4294967294] = 1;
assert_false(Reflect.set(window, 4294967294, 2));
assert_false(Reflect.defineProperty(window, 4294967294, { value: 3 }));
assert_throws_js(TypeError, () => Object.defineProperty(window, 4294967294, { get: () => 4 }));
assert_equals(window[4294967294], undefined);
assert_false(4294967294 in window);
assert_true(delete window[4294967294]);
}, "Borderline numeric key: 2 ** 32 - 2 is an index");
test(function() {
window[4294967295] = 1;
assert_equals(window[4294967295], 1);
assert_true(Reflect.set(window, 4294967295, 2));
assert_equals(window[4294967295], 2);
assert_true(Reflect.defineProperty(window, 4294967295, { value: 3 }));
assert_equals(window[4294967295], 3);
Object.defineProperty(window, 4294967295, { get: () => 4 });
assert_equals(window[4294967295], 4);
assert_true(delete window[4294967295]);
assert_false(4294967295 in window);
}, "Borderline numeric key: 2 ** 32 - 1 is not an index");
test(function() {
var proto = Window.prototype;
[-1, 0, 1].forEach(function(idx) {
assert_false(idx in proto, idx + " in proto");
});
});
</script>
|
scheib/chromium
|
third_party/blink/web_tests/external/wpt/html/browsers/the-window-object/window-indexed-properties.html
|
HTML
|
bsd-3-clause
| 3,118
|
{% extends "webclient/base/base.html" %}
{% load i18n %}
{% comment %}
<!--
Copyright (C) 2011 University of Dundee & Open Microscopy Environment.
All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
{% endcomment %}
{% block link %}
{{ block.super }}
{% endblock %}
{% block script %}
{{ block.super }}
<script type="text/javascript">
$(document).ready(function()
{
$("div#import_details").html('<p>Loading imported images... please wait <img src="{% static "webgateway/img/spinner.gif" %}"/></p>');
$("div#import_details").load("{% url 'index_last_imports' %}");
$("div#tag_details").html('<p>Loading tag cloud... please wait <img src="{% static "webgateway/img/spinner.gif" %}"/></p>');
$("div#tag_details").load("{% url 'index_tag_cloud' %}");
$("div#most_recent_details").html('<h1>Most recents:</h1><p>Loading data... please wait <img src ="{% static "webgateway/img/spinner.gif" %}"/></p>');
$("div#most_recent_details").load("{% url 'index_most_recent' %}");
})
</script>
{% endblock %}
{% block center %}
<div id="import_details"></div>
{% endblock %}
{% block right %}
<div id="metadata_details">
<div id="tag_details"></div>
<div id="most_recent_details"></div>
</div>
{% endblock %}
|
stelfrich/openmicroscopy
|
components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/index/index.html
|
HTML
|
gpl-2.0
| 2,027
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MapServer Layer</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="../lib/OpenLayers.js"></script>
<script type="text/javascript">
var lon = 5;
var lat = 40;
var zoom = 5;
var map, layer;
function init(){
map = new OpenLayers.Map( 'map' );
layer = new OpenLayers.Layer.MapServer( "OpenLayers WMS",
"http://labs.metacarta.com/wms/vmap0", {layers: 'basic'},
{gutter: 15});
map.addLayer(layer);
map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);
map.addControl( new OpenLayers.Control.LayerSwitcher() );
}
</script>
</head>
<body onload="init()">
<div id="title">MapServer Layer</div>
<div id="tags"></div>
<div id="shortdesc">Shows MapServer Layer</div>
<div id="map" class="smallmap"></div>
<div id="docs">
This is an example of using a MapServer Layer with a gutter parameter. The gutter parameter is used to try to limit the edge effects between tiles.
</div>
</body>
</html>
|
fedesanchez/suite-3.1
|
recipes/resources/openlayers/examples/mapserver.html
|
HTML
|
gpl-2.0
| 1,268
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.