path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
client/views/maps/project_map.html | apburnes/simple-sample | <template name="projectMap">
{{#constant}}
<div id="project-map" class="col-lg-12 map"></div>
{{/constant}}
</template> |
clean/Linux-x86_64-4.11.0-2.0.7/released/8.11.2/amm11262/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>amm11262: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.2 / amm11262 - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
amm11262
<small>
8.10.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-31 05:47:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-31 05:47:56 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.2 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.0 Official release 4.11.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/http://www.cs.ru.nl/~milad/AMM11262"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AMM11262"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: american mathematical monthly problem 11262"
"date: 2007-04"
]
authors: [
"Milad Niqui (Coq files) <milad@cs.ru.nl> [http://www.cs.ru.nl/~milad]"
"Tonny Hurkens (paper proof) <hurkens@sci.kun.nl>"
]
bug-reports: "https://github.com/coq-contribs/amm11262/issues"
dev-repo: "git+https://github.com/coq-contribs/amm11262.git"
synopsis: "Problem 11262 of The American Mathematical Monthly"
description: """
Formalisation of Tonny Hurkens' proof of the problem
11262 of The American Mathematical Monthly 113(10), Dec. 2006
(see the README files)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/amm11262/archive/v8.10.0.tar.gz"
checksum: "md5=c22c5bb5a94ed24b0cc9af5fa48b25a6"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-amm11262.8.10.0 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2).
The following dependencies couldn't be met:
- coq-amm11262 -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-amm11262.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
publication_types/index.html | esube/esube.github.io |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 2.4.0">
<meta name="generator" content="Hugo 0.46" />
<meta name="author" content="Esube Bekele">
<meta name="description" content="NRC Research Fellow">
<link rel="alternate" hreflang="en-us" href="https://esube.github.io/publication_types/">
<meta name="theme-color" content="#3f51b5">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7cMerriweather%7cRoboto+Mono">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/css/custom.css">
<link rel="alternate" href="https://esube.github.io/publication_types/index.xml" type="application/rss+xml" title="Esube Bekele">
<link rel="feed" href="https://esube.github.io/publication_types/index.xml" type="application/rss+xml" title="Esube Bekele">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="https://esube.github.io/publication_types/">
<meta property="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Esube Bekele">
<meta property="og:url" content="https://esube.github.io/publication_types/">
<meta property="og:title" content="Publication_types | Esube Bekele">
<meta property="og:description" content="NRC Research Fellow">
<meta property="og:locale" content="en-us">
<script src="//load.sumome.com/" data-sumo-site-id="4d19a20758baba96d08a2f9b27392b676bd389e695d82f6b62970951c225f3a0" async="async"></script>
<title>Publication_types | Esube Bekele</title>
</head>
<body id="top" data-spy="scroll" data-target="#toc" data-offset="71" >
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Esube Bekele</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/#">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="/cv/cv">
<span>CV</span>
</a>
</li>
<li class="nav-item">
<a href="/#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="universal-wrapper">
<h1>Publication_types</h1>
</div>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2018 Esube Bekele
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close btn-large" data-dismiss="modal">×</button>
<h4 class="modal-title">Cite</h4>
</div>
<div>
<pre><code class="modal-body tex"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-primary btn-outline js-copy-cite" href="#" target="_blank">
<i class="fa fa-copy"></i> Copy
</a>
<a class="btn btn-primary btn-outline js-download-cite" href="#" target="_blank">
<i class="fa fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
CommonHTML: { linebreaks: { automatic: true } },
tex2jax: { inlineMath: [ ['$', '$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[', '\\]'] ], processEscapes: false },
TeX: { noUndefined: { attributes: { mathcolor: 'red', mathbackground: '#FFEEEE', mathsize: '90%' } } },
messageStyle: 'none'
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_CHTML-full" integrity="sha256-GhM+5JHb6QUzOQPXSJLEWP7R73CbkisjzK5Eyij4U9w=" crossorigin="anonymous" async></script>
<script src="/js/hugo-academic.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
const search_index_filename = "/search.json";
const i18n = {
'placeholder': "Search...",
'no_results': "No results found"
};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/search.js"></script>
</body>
</html>
|
src/styles/theme/section-numbers.css | caffo/org-minimal-html-theme | /*
==============================================================================
Section Numbers
==============================================================================
*/
[class^=section-number-] {
display: none;
}
|
builds/development/partials/details.html | planetoftheweb/fresgular | <section class="artistinfo">
<div class="artist cf" ng-model="artists">
<h1>{{artists[whichItem].name}}</h1>
<div class="info">
<h3>{{artists[whichItem].reknown}}</h3>
<img ng-src="{{artists[whichItem].image}}" alt="Photo of {{artists[whichItem].name}}">
<div class="bio">{{artists[whichItem].bio}}</div>
</div>
</div>
<a href="#/list">« Back to search</a>
</section> |
builder/cmake/linux/doc/cmake/html/module/DeployQt4.html | pipou/rae | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DeployQt4 — CMake 3.8.2 Documentation</title>
<link rel="stylesheet" href="../_static/cmake.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.8.2',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="shortcut icon" href="../_static/cmake-favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Documentation" href="Documentation.html" />
<link rel="prev" title="Dart" href="Dart.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="Documentation.html" title="Documentation"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="Dart.html" title="Dart"
accesskey="P">previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.8.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-modules.7.html" accesskey="U">cmake-modules(7)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="deployqt4">
<span id="module:DeployQt4"></span><h1>DeployQt4<a class="headerlink" href="#deployqt4" title="Permalink to this headline">¶</a></h1>
<p>Functions to help assemble a standalone Qt4 executable.</p>
<p>A collection of CMake utility functions useful for deploying Qt4
executables.</p>
<p>The following functions are provided by this module:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">write_qt4_conf</span>
<span class="n">resolve_qt4_paths</span>
<span class="n">fixup_qt4_executable</span>
<span class="n">install_qt4_plugin_path</span>
<span class="n">install_qt4_plugin</span>
<span class="n">install_qt4_executable</span>
</pre></div>
</div>
<p>Requires CMake 2.6 or greater because it uses function and
PARENT_SCOPE. Also depends on BundleUtilities.cmake.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">WRITE_QT4_CONF</span><span class="p">(</span><span class="o"><</span><span class="n">qt_conf_dir</span><span class="o">></span> <span class="o"><</span><span class="n">qt_conf_contents</span><span class="o">></span><span class="p">)</span>
</pre></div>
</div>
<p>Writes a qt.conf file with the <qt_conf_contents> into <qt_conf_dir>.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">RESOLVE_QT4_PATHS</span><span class="p">(</span><span class="o"><</span><span class="n">paths_var</span><span class="o">></span> <span class="p">[</span><span class="o"><</span><span class="n">executable_path</span><span class="o">></span><span class="p">])</span>
</pre></div>
</div>
<p>Loop through <paths_var> list and if any don’t exist resolve them
relative to the <executable_path> (if supplied) or the
CMAKE_INSTALL_PREFIX.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">FIXUP_QT4_EXECUTABLE</span><span class="p">(</span><span class="o"><</span><span class="n">executable</span><span class="o">></span>
<span class="p">[</span><span class="o"><</span><span class="n">qtplugins</span><span class="o">></span> <span class="o"><</span><span class="n">libs</span><span class="o">></span> <span class="o"><</span><span class="n">dirs</span><span class="o">></span> <span class="o"><</span><span class="n">plugins_dir</span><span class="o">></span> <span class="o"><</span><span class="n">request_qt_conf</span><span class="o">></span><span class="p">])</span>
</pre></div>
</div>
<p>Copies Qt plugins, writes a Qt configuration file (if needed) and
fixes up a Qt4 executable using BundleUtilities so it is standalone
and can be drag-and-drop copied to another machine as long as all of
the system libraries are compatible.</p>
<p><executable> should point to the executable to be fixed-up.</p>
<p><qtplugins> should contain a list of the names or paths of any Qt
plugins to be installed.</p>
<p><libs> will be passed to BundleUtilities and should be a list of any
already installed plugins, libraries or executables to also be
fixed-up.</p>
<p><dirs> will be passed to BundleUtilities and should contain and
directories to be searched to find library dependencies.</p>
<p><plugins_dir> allows an custom plugins directory to be used.</p>
<p><request_qt_conf> will force a qt.conf file to be written even if not
needed.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">INSTALL_QT4_PLUGIN_PATH</span><span class="p">(</span><span class="n">plugin</span> <span class="n">executable</span> <span class="n">copy</span> <span class="n">installed_plugin_path_var</span>
<span class="o"><</span><span class="n">plugins_dir</span><span class="o">></span> <span class="o"><</span><span class="n">component</span><span class="o">></span> <span class="o"><</span><span class="n">configurations</span><span class="o">></span><span class="p">)</span>
</pre></div>
</div>
<p>Install (or copy) a resolved <plugin> to the default plugins directory
(or <plugins_dir>) relative to <executable> and store the result in
<installed_plugin_path_var>.</p>
<p>If <copy> is set to TRUE then the plugins will be copied rather than
installed. This is to allow this module to be used at CMake time
rather than install time.</p>
<p>If <component> is set then anything installed will use this COMPONENT.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">INSTALL_QT4_PLUGIN</span><span class="p">(</span><span class="n">plugin</span> <span class="n">executable</span> <span class="n">copy</span> <span class="n">installed_plugin_path_var</span>
<span class="o"><</span><span class="n">plugins_dir</span><span class="o">></span> <span class="o"><</span><span class="n">component</span><span class="o">></span><span class="p">)</span>
</pre></div>
</div>
<p>Install (or copy) an unresolved <plugin> to the default plugins
directory (or <plugins_dir>) relative to <executable> and store the
result in <installed_plugin_path_var>. See documentation of
INSTALL_QT4_PLUGIN_PATH.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">INSTALL_QT4_EXECUTABLE</span><span class="p">(</span><span class="o"><</span><span class="n">executable</span><span class="o">></span>
<span class="p">[</span><span class="o"><</span><span class="n">qtplugins</span><span class="o">></span> <span class="o"><</span><span class="n">libs</span><span class="o">></span> <span class="o"><</span><span class="n">dirs</span><span class="o">></span> <span class="o"><</span><span class="n">plugins_dir</span><span class="o">></span> <span class="o"><</span><span class="n">request_qt_conf</span><span class="o">></span> <span class="o"><</span><span class="n">component</span><span class="o">></span><span class="p">])</span>
</pre></div>
</div>
<p>Installs Qt plugins, writes a Qt configuration file (if needed) and
fixes up a Qt4 executable using BundleUtilities so it is standalone
and can be drag-and-drop copied to another machine as long as all of
the system libraries are compatible. The executable will be fixed-up
at install time. <component> is the COMPONENT used for bundle fixup
and plugin installation. See documentation of FIXUP_QT4_BUNDLE.</p>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="Dart.html"
title="previous chapter">Dart</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Documentation.html"
title="next chapter">Documentation</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/module/DeployQt4.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="Documentation.html" title="Documentation"
>next</a> |</li>
<li class="right" >
<a href="Dart.html" title="Dart"
>previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.8.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-modules.7.html" >cmake-modules(7)</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2000-2017 Kitware, Inc. and Contributors.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div>
</body>
</html> |
index.html | NikMari/etiamanere | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Etiamanere - Your Digital Trainer</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/etiamanere.css" rel="stylesheet">
<!-- 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-envira"></i><span class="light">ETIAMANERE</span>
</a>
</div>
<div class="collapse navbar-collapse navbar-left navbar-main-collapse">
<a href="#"><button type="button" class="btn btn-default navbar-btn">Sign in</button></a></div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#download">Sign Up</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">ETIAMANERE</h1>
<p class="intro-text">Your Digital Trainer</p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About Etiamanere</h2>
<p>Etiamanere is the best way to obtain fast results on your body. Choose your mass or definition program, set your body details and download the Etiamanere Program good for you. Our training card includes a workout program matched with a diet.</p>
</div>
</div>
</section>
<!-- Download Section -->
<section id="download" class="content-section text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Sign up and start!</h2>
<p>You can sign up on Etiamanere for free and fill your body details</p>
<a href="#" class="btn btn-default btn-lg">REGISTER NOW</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact Etiamanere</h2>
<p>Mail and Social:</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="#" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li>
<a href="#" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">Mail</span></a>
</li>
<li>
<a href="#" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i> <span class="network-name">Facebook</span></a>
</li>
</ul>
<p>View how is structured the project!</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://github.com/NikMari/etiamanere" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">GitHub</span></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<p>Copyright © Etiamanere 2017</p>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<!-- Theme JavaScript -->
<script src="js/etiamanere.min.js"></script>
</body>
</html>
|
public/html/Settings/SettingsController.html | briri/roadmap | <!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>class Settings::SettingsController - DMPonline4 Documentation</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
<body id="top" class="class">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="../index.html">Home</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</h3>
</nav>
<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</h3>
</form>
<ul id="search-results" class="initially-hidden"></ul>
</nav>
<div id="file-metadata">
<nav id="file-list-section" class="section">
<h3 class="section-header">Defined In</h3>
<ul>
<li>app/controllers/settings.rb
</ul>
</nav>
</div>
<div id="class-metadata">
<nav id="parent-class-section" class="section">
<h3 class="section-header">Parent</h3>
<p class="link"><a href="../ApplicationController.html">ApplicationController</a>
</nav>
</div>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="../README_rdoc.html">README</a>
</ul>
</nav>
<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>
<ul class="link-list">
<li><a href="../Settings.html">Settings</a>
<li><a href="../Settings/Dmptemplate.html">Settings::Dmptemplate</a>
<li><a href="../Settings/PlanList.html">Settings::PlanList</a>
<li><a href="../Settings/PlansController.html">Settings::PlansController</a>
<li><a href="../Settings/ProjectsController.html">Settings::ProjectsController</a>
<li><a href="../Settings/SettingsController.html">Settings::SettingsController</a>
<li><a href="../ActiveAdmin.html">ActiveAdmin</a>
<li><a href="../ActiveAdmin/Views.html">ActiveAdmin::Views</a>
<li><a href="../ActiveAdmin/Views/Pages.html">ActiveAdmin::Views::Pages</a>
<li><a href="../ActiveAdmin/Views/Pages/Base.html">ActiveAdmin::Views::Pages::Base</a>
<li><a href="../Users.html">Users</a>
<li><a href="../Users/OmniauthCallbacksController.html">Users::OmniauthCallbacksController</a>
<li><a href="../Users/OmniauthShibbolethRequestController.html">Users::OmniauthShibbolethRequestController</a>
<li><a href="../DMPonline4.html">DMPonline4</a>
<li><a href="../DMPonline4/Application.html">DMPonline4::Application</a>
<li><a href="../Ability.html">Ability</a>
<li><a href="../Answer.html">Answer</a>
<li><a href="../AnswersController.html">AnswersController</a>
<li><a href="../ApplicationController.html">ApplicationController</a>
<li><a href="../ApplicationHelper.html">ApplicationHelper</a>
<li><a href="../Comment.html">Comment</a>
<li><a href="../CommentsController.html">CommentsController</a>
<li><a href="../ConfirmationsController.html">ConfirmationsController</a>
<li><a href="../ContactsController.html">ContactsController</a>
<li><a href="../CustomFailure.html">CustomFailure</a>
<li><a href="../Dmptemplate.html">Dmptemplate</a>
<li><a href="../DmptemplatesController.html">DmptemplatesController</a>
<li><a href="../ExistingUsersController.html">ExistingUsersController</a>
<li><a href="../ExportedPlan.html">ExportedPlan</a>
<li><a href="../FileType.html">FileType</a>
<li><a href="../FileUpload.html">FileUpload</a>
<li><a href="../Guidance.html">Guidance</a>
<li><a href="../GuidanceGroup.html">GuidanceGroup</a>
<li><a href="../GuidanceGroupsController.html">GuidanceGroupsController</a>
<li><a href="../GuidancesController.html">GuidancesController</a>
<li><a href="../HomeController.html">HomeController</a>
<li><a href="../Object.html">Object</a>
<li><a href="../Option.html">Option</a>
<li><a href="../OptionWarning.html">OptionWarning</a>
<li><a href="../Org.html">Organisation</a>
<li><a href="../OrganisationType.html">OrganisationType</a>
<li><a href="../OrganisationUsersController.html">OrganisationUsersController</a>
<li><a href="../OrganisationsController.html">OrganisationsController</a>
<li><a href="../PasswordsController.html">PasswordsController</a>
<li><a href="../Phase.html">Phase</a>
<li><a href="../Plan.html">Plan</a>
<li><a href="../PlanSection.html">PlanSection</a>
<li><a href="../PlansController.html">PlansController</a>
<li><a href="../PlansHelper.html">PlansHelper</a>
<li><a href="../Project.html">Project</a>
<li><a href="../ProjectGroup.html">ProjectGroup</a>
<li><a href="../ProjectGroupsController.html">ProjectGroupsController</a>
<li><a href="../ProjectPartner.html">ProjectPartner</a>
<li><a href="../ProjectsController.html">ProjectsController</a>
<li><a href="../Question.html">Question</a>
<li><a href="../QuestionFormat.html">QuestionFormat</a>
<li><a href="../RegistrationsController.html">RegistrationsController</a>
<li><a href="../Role.html">Role</a>
<li><a href="../Section.html">Section</a>
<li><a href="../SessionsController.html">SessionsController</a>
<li><a href="../SplashLog.html">SplashLog</a>
<li><a href="../SplashLogsController.html">SplashLogsController</a>
<li><a href="../StaticPagesController.html">StaticPagesController</a>
<li><a href="../SuggestedAnswer.html">SuggestedAnswer</a>
<li><a href="../Theme.html">Theme</a>
<li><a href="../ThemesController.html">ThemesController</a>
<li><a href="../User.html">User</a>
<li><a href="../UserMailer.html">UserMailer</a>
<li><a href="../UserOrgRole.html">UserOrgRole</a>
<li><a href="../UserOrgRolesController.html">UserOrgRolesController</a>
<li><a href="../UserRoleType.html">UserRoleType</a>
<li><a href="../UserRoleTypesController.html">UserRoleTypesController</a>
<li><a href="../UserStatus.html">UserStatus</a>
<li><a href="../UserStatusesController.html">UserStatusesController</a>
<li><a href="../UserType.html">UserType</a>
<li><a href="../UserTypesController.html">UserTypesController</a>
<li><a href="../UsersController.html">UsersController</a>
<li><a href="../Version.html">Version</a>
</ul>
</nav>
</div>
</nav>
<div id="documentation">
<h1 class="class">class Settings::SettingsController</h1>
<div id="description" class="description">
</div><!-- description -->
<section id="5Buntitled-5D" class="documentation-section">
<!-- Methods -->
</section><!-- 5Buntitled-5D -->
</div><!-- documentation -->
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.2.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>
|
_site/tag/switch/index.html | femgeekz/femgeekz.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ramble On</title>
<meta name="description" content="Learn. Unlearn. Relearn.
">
<link rel="stylesheet" href="/css/main.css">
<link rel="alternate" type="application/atom+xml" title="" href="/atom.xml">
<link rel="canonical" href="http://femgeekz.github.io/tag/switch/">
</head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67247971-1', 'femgeekz.github.io');
ga('send', 'pageview');
</script>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Ramble On</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="/about/">About</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<h2 class="post_title"></h2>
<ul class="post-list">
<li>
<h2>
<a class="post-link" href="/2015/12/02/moving-between-multiple-java-versions-on-mac-os-x.html">Moving Between Multiple Java Versions on Mac OS X</a>
</h2>
<p class="post-meta">Dec 2, 2015 • Swathi Venkatachala</p>
<ul>
<li><a href="http://femgeekz.github.io/tag/java8">java8</a></li>
<li><a href="http://femgeekz.github.io/tag/java7">java7</a></li>
<li><a href="http://femgeekz.github.io/tag/java">java</a></li>
<li><a href="http://femgeekz.github.io/tag/switch">switch</a></li>
<li><a href="http://femgeekz.github.io/tag/versions">versions</a></li>
<li><a href="http://femgeekz.github.io/tag/Mac OS X">Mac OS X</a></li>
</ul>
</li>
</ul>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">Ramble On</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Ramble On</li>
<li><a href="mailto:swatzdev@gmail.com">swatzdev@gmail.com</a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
<li>
<a href="https://github.com/SwathiMystery">
<span class="icon icon--github">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">SwathiMystery</span>
</a>
</li>
<li>
<a href="https://twitter.com/idevnull">
<span class="icon icon--twitter">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/>
</svg>
</span>
<span class="username">idevnull</span>
</a>
</li>
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">Learn. Unlearn. Relearn.
</p>
</div>
</div>
</div>
</footer>
</body>
</html>
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.1/ltac2/0.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ltac2: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.1 / ltac2 - 0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ltac2
<small>
0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-27 00:59:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-27 00:59:42 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
name: "coq-ltac2"
maintainer: "Pierre-Marie Pédrot <pierre-marie.pedrot@irif.fr>"
license: "LGPL 2.1"
homepage: "https://github.com/coq/ltac2"
dev-repo: "git+https://github.com/coq/ltac2.git"
bug-reports: "https://github.com/coq/ltac2/issues"
build: [
[make "COQBIN=\"\"" "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
synopsis: "A tactic language for Coq"
authors: "Pierre-Marie Pédrot <pierre-marie.pedrot@irif.fr>"
url {
src: "https://github.com/coq/ltac2/archive/0.1.tar.gz"
checksum: "sha256=f03d81d0cf9f28bfb82bbf3c371fbab5878d0923952459739282f173dea816a8"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ltac2.0.1 coq.8.5.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.1).
The following dependencies couldn't be met:
- coq-ltac2 -> coq >= 8.8 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ltac2.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/templates/main/our-work-coffee-seller.html | sissingclay/say-web-design |
<section class="pure-g swdSection-lightGrey swd_c_study c-img__container">
<div class="pure-u-1-1 pure-u-md-1-2 h-relative swdAlignCenter">
<div class="h1-section">
<img class="study_logo sm " src="/img/casestudy/cs_logo.png" alt="Coffee Seller Website" title="Coffee Seller Website"/>
<a class="study_link color-text-black" target="_blank" href="http://www.coffeeseller.com">www.coffeeseller.com</a>
<h2 class="heading_style1">Coffee Seller is an independent coffee wholesaler. The company had a functioning website but they weren’t happy with the design so we went about re-designing the website for them.</h2>
<a href="/our-work/" class="swdButton">← Our work</a>
</div>
<img src="/img/casestudy/cs_image1.jpg" class="swd-img h-fireFox-height-bug-fix" alt="Coffee Seller Website" title="Coffee Seller Website">
</div>
<div class="pure-u-1-1 pure-u-md-1-2 c-img__container">
<img src="/img/casestudy/cs_image1.jpg" class="swd-img swd-img swd-zoom" alt="Coffee Seller Website" title="Coffee Seller Website"/>
</div>
</section>
<section class="pure-g swdSection-darkGrey c-img__container swd_c_study s_content">
<div class="pure-u-1-2 pure-u-md-1-3 c-img__container wow fadeInDown" data-wow-delay="0.03s" data-wow-offset="150">
<!-- <a href="http://www.llccars.co.uk" target="_blank">-->
<img src="/img/casestudy/cs_image2.jpg" class="swd-img swd-zoom" alt="Coffee Seller Website" title="Coffee Seller Website">
<!-- </a>-->
</div>
<div class="pure-u-1-2 pure-u-md-1-3 c-img__container wow fadeInDown" data-wow-delay="0.06s" data-wow-offset="150">
<!-- <a href="http://www.llccars.co.uk" target="_blank">-->
<img src="/img/casestudy/cs_image3.jpg" class="swd-img swd-zoom" alt="Coffee Seller Website" title="Coffee Seller Website">
<!-- </a>-->
</div>
<div class="pure-u-1-1 pure-u-md-1-3 h-relative c_back_image c_cs" data-wow-delay="0.09s" data-wow-offset="150">
<div class="h1-section">
<h2 class="heading_style1">Plan</h2>
<p>We examined the competitor landscape and as a result of this we modernised the logo and then went on to look at the brand imagery and layout.</p>
</div>
<img src="/img/casestudy/cs_image3.jpg" class="swd-img h-fireFox-height-bug-fix" alt="Coffee Seller Website" title="Coffee Seller Website">
</div>
</section>
<section class="pure-g swdSection-darkGrey c-img__container swd_c_study s_content">
<div class="pure-u-1-1 pure-u-md-1-3 h-relative c_back_image c_cs2" data-wow-delay="0.09s" data-wow-offset="150">
<div class="h1-section">
<h2 class="heading_style1">Design</h2>
<p>The large rotating images that we designed really communicate Coffee Seller’s range of products. What’s more, by increasing the size of the images on the product listing pages we were able to increase the chance of sales.</p>
</div>
<img src="/img/casestudy/cs_image3.jpg" class="swd-img h-fireFox-height-bug-fix" alt="Coffee Seller Website" title="Coffee Seller Website">
</div>
<div class="pure-u-1-1 pure-u-md-2-3 c-img__container" data-wow-delay="0.03s" data-wow-offset="150">
<!-- <a href="http://www.llccars.co.uk" target="_blank">-->
<img src="/img/casestudy/cs_image7.jpg" class="swd-img swd-zoom" alt="Coffee Seller Website" title="Coffee Seller Website">
<!-- </a>-->
</div>
</section>
<section class="pure-g swdSection-darkGrey c-img__container swd_c_study s_content">
<div class="pure-u-1-1 pure-u-md-1-3 c-img__container wow fadeInDown" data-wow-delay="0.03s" data-wow-offset="150">
<!-- <a href="http://www.llccars.co.uk" target="_blank">-->
<img src="/img/casestudy/cs_image8.jpg" class="swd-img swd-zoom" alt="Coffee Seller Website" title="Coffee Seller Website">
<!-- </a>-->
</div>
<div class="pure-u-1-1 pure-u-md-1-3 h-relative c_back_image c_cs3" data-wow-delay="0.09s" data-wow-offset="150">
<div class="h1-section">
<h2 class="heading_style1">Develop</h2>
<p>The website was built in an ecommerce content management system called Magento. We used the existing framework and re-skinned the site with the new design. We also fixed some of the bugs in the system, made the navigation more intuitive and responsive and made the overall site faster to use.</p>
</div>
<img src="/img/casestudy/cs_image3.jpg" class="swd-img h-fireFox-height-bug-fix" alt="Coffee Seller Website" title="Coffee Seller Website">
</div>
<div class="pure-u-1-1 pure-u-md-1-3 swdSection-purple h-relative cs_theme_color" data-wow-delay="0.09s" data-wow-offset="150">
<div class="h1-section">
<i class="cc-icon cc-icon-5 cc-icon-icon_grow "></i>
<p>Site address: <a href="http://www.coffeeseller.com" target='_blank' class="study_link">www.coffeeseller.com</a></p>
</div>
<img src="/img/casestudy/cs_image3.jpg" class="swd-img h-fireFox-height-bug-fix" alt="Coffee Seller Website" title="Coffee Seller Website">
</div>
</section>
<section class="swdSection swd_testimonial swdSection-purple swdAlignCenter h-relative case_ppl_say">
<div class="swdContainer">
<h2 class="heading_style1">What COFFEE SELLER say</h2>
<p>"From start to finish I have been extremely impressed by the service provided by say web design. From day one they were willing to listen to my ideas and suggest their own. Along the way we had a few issues with the website, but they were willing to fix these straight away to ensure the site suffered little down time. For a professional and quick service, I would defiantly recommend say web design."</p>
<span>Ross Wright, Marketing Manager</span><br/>
<a href="http://www.coffeeseller.com " target="_blank">www.coffeeseller.com</a>
</div>
</section> |
dashboard/style.css | reneses/visitas | /*!
* Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
background-color: #f8f8f8;
}
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-height: 568px;
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.sidebar .sidebar-search {
padding: 15px;
}
.sidebar ul li {
border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
background-color: #eee;
}
.sidebar .arrow {
float: right;
}
.sidebar .fa.arrow:before {
content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
padding-left: 37px;
}
.sidebar .nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.sidebar {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 51px;
}
}
.page-header {
margin-top: .5em;
} |
css/dc.css | baripembo/missing-migrants | div.dc-chart {
float: left;
}
.dc-chart rect.bar {
stroke: none;
cursor: pointer;
}
.dc-chart rect.bar:hover {
fill-opacity: .5;
}
.dc-chart rect.stack1 {
stroke: none;
fill: red;
}
.dc-chart rect.stack2 {
stroke: none;
fill: green;
}
.dc-chart rect.deselected {
stroke: none;
fill: #ccc;
}
.dc-chart .empty-chart .pie-slice path {
fill: #FFEEEE;
cursor: default;
}
.dc-chart .empty-chart .pie-slice {
cursor: default;
}
.dc-chart .pie-slice {
fill: white;
font-size: 12px;
cursor: pointer;
}
.dc-chart .pie-slice.external{
fill: black;
}
.dc-chart .pie-slice :hover {
fill-opacity: .8;
}
.dc-chart .pie-slice.highlight {
fill-opacity: .8;
}
.dc-chart .selected path {
stroke-width: 3;
stroke: #ccc;
fill-opacity: 1;
}
.dc-chart .deselected path {
stroke: none;
fill-opacity: .5;
fill: #ccc;
}
.dc-chart .axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.dc-chart .axis text {
font: 10px sans-serif;
}
.dc-chart .grid-line {
fill: none;
stroke: #ccc;
opacity: .5;
shape-rendering: crispEdges;
}
.dc-chart .grid-line line {
fill: none;
stroke: #ccc;
opacity: .5;
shape-rendering: crispEdges;
}
.dc-chart .brush rect.background {
z-index: -999;
}
.dc-chart .brush rect.extent {
fill: steelblue;
fill-opacity: .125;
}
.dc-chart .brush .resize path {
fill: #eee;
stroke: #666;
}
.dc-chart path.line {
fill: none;
stroke-width: 1.5px;
}
.dc-chart circle.dot {
stroke: none;
}
.dc-chart g.dc-tooltip path {
fill: none;
stroke: grey;
stroke-opacity: .8;
}
.dc-chart path.area {
fill-opacity: .3;
stroke: none;
}
.dc-chart .node {
font-size: 0.7em;
cursor: pointer;
}
.dc-chart .node :hover {
fill-opacity: .8;
}
.dc-chart .selected circle {
stroke-width: 3;
stroke: #ccc;
fill-opacity: 1;
}
.dc-chart .deselected circle {
stroke: none;
fill-opacity: .5;
fill: #ccc;
}
.dc-chart .bubble {
stroke: none;
fill-opacity: 0.6;
}
.dc-data-count {
float: right;
margin-top: 15px;
margin-right: 15px;
}
.dc-data-count .filter-count {
color: #3182bd;
font-weight: bold;
}
.dc-data-count .total-count {
color: #3182bd;
font-weight: bold;
}
.dc-data-table {
}
.dc-chart g.state {
cursor: pointer;
}
.dc-chart g.state :hover {
fill-opacity: .8;
}
.dc-chart g.state path {
stroke: white;
}
.dc-chart g.selected path {
}
.dc-chart g.deselected path {
fill: grey;
}
.dc-chart g.selected text {
}
.dc-chart g.deselected text {
display: none;
}
.dc-chart g.county path {
stroke: white;
fill: none;
}
.dc-chart g.debug rect {
fill: blue;
fill-opacity: .2;
}
.dc-chart rect {
fill: rgb(0,119,190);
fill-opacity: 0.8;
cursor: pointer;
}
.dc-chart g.row rect:hover {
fill-opacity: 0.6;
}
.dc-chart g.row text {
fill: white;
font-size: 12px;
cursor: pointer;
}
.dc-legend {
font-size: 11px;
}
.dc-legend-item {
cursor: pointer;
}
.dc-chart g.axis text {
/* Makes it so the user can't accidentally click and select text that is meant as a label only */
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10 */
-o-user-select: none;
user-select: none;
pointer-events: none;
}
.dc-chart path.highlight {
stroke-width: 3;
fill-opacity: 1;
stroke-opacity: 1;
}
.dc-chart .highlight {
fill-opacity: 1;
stroke-opacity: 1;
}
.dc-chart .fadeout {
fill-opacity: 0.2;
stroke-opacity: 0.2;
}
.dc-chart path.dc-symbol, g.dc-legend-item.fadeout {
fill-opacity: 0.5;
stroke-opacity: 0.5;
}
.dc-hard .number-display {
float: none;
}
.dc-chart .box text {
font: 10px sans-serif;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10 */
-o-user-select: none;
user-select: none;
pointer-events: none;
}
.dc-chart .box line,
.dc-chart .box circle {
fill: #fff;
stroke: #000;
stroke-width: 1.5px;
}
.dc-chart .box rect {
stroke: #000;
stroke-width: 1.5px;
}
.dc-chart .box .center {
stroke-dasharray: 3,3;
}
.dc-chart .box .outlier {
fill: none;
stroke: #ccc;
}
.dc-chart .box.deselected .box {
fill: #ccc;
}
.dc-chart .box.deselected {
opacity: .5;
}
.dc-chart .symbol{
stroke: none;
}
.dc-chart .heatmap .box-group.deselected rect {
stroke: none;
fill-opacity: .5;
fill: #ccc;
}
.dc-chart .heatmap g.axis text {
pointer-events: all;
cursor: pointer;
}
|
BOOST/boost_1_61_0/libs/type_erasure/doc/html/boost/type_erasure/is_relaxed.html | calvinfarias/IC2015-2 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template is_relaxed</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.TypeErasure">
<link rel="up" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.relaxed_hpp" title="Header <boost/type_erasure/relaxed.hpp>">
<link rel="prev" href="relaxed.html" title="Struct relaxed">
<link rel="next" href="require_match.html" title="Function require_match">
</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="relaxed.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.relaxed_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="require_match.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.type_erasure.is_relaxed"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template is_relaxed</span></h2>
<p>boost::type_erasure::is_relaxed</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="../../boost_typeerasure/reference.html#header.boost.type_erasure.relaxed_hpp" title="Header <boost/type_erasure/relaxed.hpp>">boost/type_erasure/relaxed.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Concept<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="is_relaxed.html" title="Struct template is_relaxed">is_relaxed</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp13914640"></a><h2>Description</h2>
<p>A metafunction indicating whether <code class="computeroutput">Concept</code> includes <a class="link" href="relaxed.html" title="Struct relaxed">relaxed</a>. </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 © 2011-2013 Steven Watanabe<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="relaxed.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.relaxed_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="require_match.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
intelligentLearning.html | whoKnowsss/waibao.github.io | <!--_meta 作为公共模版分离出去-->
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="Bookmark" href="favicon.ico" >
<link rel="Shortcut Icon" href="favicon.ico" />
<!--[if lt IE 9]>
<script type="text/javascript" src="lib/html5.js"></script>
<script type="text/javascript" src="lib/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="static/h-ui/css/H-ui.min.css" />
<link rel="stylesheet" type="text/css" href="static/h-ui.admin/css/H-ui.admin.css" />
<link rel="stylesheet" type="text/css" href="lib/Hui-iconfont/1.0.8/iconfont.css" />
<link rel="stylesheet" type="text/css" href="static/h-ui.admin/skin/default/skin.css" id="skin" />
<link rel="stylesheet" type="text/css" href="static/h-ui.admin/css/style.css" />
<link rel="stylesheet" type="text/css" href="static/css/intelligentLearning.css"/>
<!--[if IE 6]>
<script type="text/javascript" src="http://lib.h-ui.net/DD_belatedPNG_0.0.8a-min.js" ></script>
<script>DD_belatedPNG.fix('*');</script><![endif]-->
<!--/meta 作为公共模版分离出去-->
<title>智能学习</title>
<meta name="keywords" content="H-ui.admin v3.0,H-ui网站后台模版,后台模版下载,后台管理系统模版,HTML后台模版下载">
<meta name="description" content="H-ui.admin v3.0,是一款由国人开发的轻量级扁平化网站后台模板,完全免费开源的网站后台管理系统模版,适合中小型CMS后台系统。">
</head>
<body>
<!--_header 作为公共模版分离出去-->
<header class="navbar-wrapper">
<div class="navbar navbar-fixed-top">
<div class="container-fluid cl">
<a class="logo navbar-logo f-l mr-10 hidden-xs" href="/aboutHui.shtml">MCIS后台管理</a>
<a class="logo navbar-logo-m f-l mr-10 visible-xs" href="/aboutHui.shtml">H-ui</a>
<span class="logo navbar-slogan f-l mr-10 hidden-xs">v3.0</span>
<a aria-hidden="false" class="nav-toggle Hui-iconfont visible-xs" href="javascript:;"></a>
<nav class="nav navbar-nav">
<ul class="cl">
<li class="dropDown dropDown_hover">
<a href="javascript:;" class="dropDown_A"><i class="Hui-iconfont"></i> 新增 <i class="Hui-iconfont"></i></a>
<ul class="dropDown-menu menu radius box-shadow">
<li>
<a href="javascript:;" onclick="article_add('添加资讯','article-add.html')"><i class="Hui-iconfont"></i> 资讯</a>
</li>
<li>
<a href="javascript:;" onclick="picture_add('添加资讯','picture-add.html')"><i class="Hui-iconfont"></i> 图片</a>
</li>
<li>
<a href="javascript:;" onclick="product_add('添加资讯','product-add.html')"><i class="Hui-iconfont"></i> 产品</a>
</li>
<li>
<a href="javascript:;" onclick="member_add('添加用户','member-add.html','','510')"><i class="Hui-iconfont"></i> 用户</a>
</li>
</ul>
</li>
</ul>
</nav>
<nav id="Hui-userbar" class="nav navbar-nav navbar-userbar hidden-xs">
<ul class="cl">
<li>超级管理员</li>
<li class="dropDown dropDown_hover">
<a href="#" class="dropDown_A">admin <i class="Hui-iconfont"></i></a>
<ul class="dropDown-menu menu radius box-shadow">
<li><a href="javascript:;" onClick="myselfinfo()">个人信息</a></li>
<li>
<a href="#">切换账户</a>
</li>
<li>
<a href="#">退出</a>
</li>
</ul>
</li>
<li id="Hui-msg">
<a href="#" title="消息">
<span class="badge badge-danger">1</span>
<i class="Hui-iconfont" style="font-size:18px"></i></a>
</li>
<li id="Hui-skin" class="dropDown right dropDown_hover">
<a href="javascript:;" class="dropDown_A" title="换肤"><i class="Hui-iconfont" style="font-size:18px"></i></a>
<ul class="dropDown-menu menu radius box-shadow">
<li>
<a href="javascript:;" data-val="default" title="默认(黑色)">默认(黑色)</a>
</li>
<li>
<a href="javascript:;" data-val="blue" title="蓝色">蓝色</a>
</li>
<li>
<a href="javascript:;" data-val="green" title="绿色">绿色</a>
</li>
<li>
<a href="javascript:;" data-val="red" title="红色">红色</a>
</li>
<li>
<a href="javascript:;" data-val="yellow" title="黄色">黄色</a>
</li>
<li><a href="javascript:;" data-val="orange" title="橙色">橙色</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!--/_header 作为公共模版分离出去-->
<!--_menu 作为公共模版分离出去-->
<aside class="Hui-aside">
<div class="menu_dropdown bk_2">
<dl id="menu-article">
<dt><i class="Hui-iconfont"></i> 控制台首页<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd>
<ul>
<li>
<a href="reception.html" title="资讯管理">我的接待</a>
</li>
<li>
<a href="servciesGeneral.html" title="在线客服概况">在线客服概况</a>
</li>
</ul>
</dd>
</dl>
<dl id="menu-picture">
<dt class="selected"><i class="Hui-iconfont"></i> 知识库<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd style="display:block">
<ul>
<li ><a href="issueManagement.html" title="知识库">问题管理</a></li>
<li class="current"><a href="intelligentLearning.html" title="知识库">智能学习</a></li>
<li><a href="unknownLearning.html" title="知识库">未知问题学习</a></li>
</ul>
</dd>
</dl>
<dl id="menu-product">
<dt><i class="Hui-iconfont"></i> 客服<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd>
<ul>
<li><a href="onlineService.html" title="在线客服">在线客服</a></li>
</ul>
</dd>
</dl>
<dl id="menu-comments">
<dt><i class="Hui-iconfont"></i> 客户中心<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd>
<ul>
<li><a href="customerList.html" title="客户列表">客户列表</a></li>
</ul>
</dd>
</dl>
<dl id="menu-member">
<dt><i class="Hui-iconfont"></i> 统计<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd>
<ul>
<li><a href="chatRecord.html" title="会话记录">会话记录</a></li>
<li><a href="satisfaction.html" title="满意度评价">满意度评价</a></li>
<li><a href="customeSource.html" title="访问统计">访问统计</a></li>
</ul>
</dd>
</dl>
<dl id="menu-admin">
<dt><i class="Hui-iconfont"></i> 机器人<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd>
<ul>
<li><a href="robotReply.html" title="机器人回答">机器人回答</a></li>
</ul>
</dd>
</dl>
<dl id="menu-gaunggao"> <dt><i class="hui-bounce"></i> 广告<i class="Hui-iconfont menu_dropdown-arrow"></i></dt> <dd> <ul> <li><a href="guanggao.html" title="广告详情">广告详情</a></li> </ul> </dd> </dl> <dl id="menu-tongji">
<dt><i class="Hui-iconfont"></i> 设置<i class="Hui-iconfont menu_dropdown-arrow"></i></dt>
<dd>
<ul>
<li><a href="channelPc.html" title="桌面网站">桌面网站</a></li>
<li><a href="channelWeChat.html" title="微信">微信</a></li>
</ul>
</dd>
</dl>
</div>
<div class="dislpayArrow hidden-xs">
<a class="pngfix" href="javascript:void(0);" onClick="displaynavbar(this)"></a>
</div>
</aside>
<div class="dislpayArrow hidden-xs">
<a class="pngfix" href="javascript:void(0);" onClick="displaynavbar(this)"></a>
</div>
<!--/_menu 作为公共模版分离出去-->
<section class="Hui-article-box">
<nav class="breadcrumb"><i class="Hui-iconfont"></i> 首页
<span class="c-gray en">></span>
知识库
<span class="c-gray en">></span>
智能学习
<a class="btn btn-success radius r" style="line-height:1.6em;margin-top:3px" href="javascript:location.replace(location.href);" title="刷新" ><i class="Hui-iconfont"></i></a>
</nav>
<div class="Hui-article" >
<div class="panel panel-default mcis-panel">
<div class="panel-body">
<div class="panel body">
<span>全部分类:</span>
<ul class="dropDown-menu menu radius box-shadow">
<li><a href="#">全部分类<i class="arrow Hui-iconfont"></i></a>
<ul class="menu">
<li><a href="javascript:;">XXX<i class="arrow Hui-iconfont"></i></a>
<ul class="menu">
<li><a href="javascript:;">XXXX</a></li>
<li><a href="javascript:;">XXXX</a></li>
<li><a href="javascript:;">XXXX</a></li>
</ul>
</li>
<li><a href="javascript:;">XXX<i class="arrow Hui-iconfont"></i></a>
<ul class="menu">
<li><a href="javascript:;">XXXX</a></li>
<li><a href="javascript:;">XXXX</a></li>
<li><a href="javascript:;">XXXX</a></li>
</ul>
</li>
<li><a href="#">添加新分类</a></li>
</ul>
</li>
</ul>
</div>
<div class="mcis-search-input">
<span>关键字:</span>
<input type="text" name="search" class="input-text" placeholder="请输入问题"/>
<input type="button" class="btn" value="搜索"/>
</div>
</div>
</div>
<div class="panel panel-default mcis-panel">
<div class="panel-body mcis-panel-title">
全部问题(共<span> 0 </span>条记录)
</div>
<div class="panel-body">
<table style="white-space: nowrap;width: 99.9%">
<thead>
<tr>
<td>标准问法</td>
<td>分类</td>
<td>待学习问法数量</td>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div class="panel-body mcis-data-panel">
暂无相关数据
</div>
</div>
<div id="page1" style="margin-top:5px; text-align:center;"></div>
<div id="view1" style="padding-top:10px; text-align:center;"></div>
</div>
</div>
</section>
<!--_footer 作为公共模版分离出去-->
<script type="text/javascript" src="lib/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="lib/layer/2.4/layer.js"></script>
<script type="text/javascript" src="static/h-ui/js/H-ui.js"></script>
<script type="text/javascript" src="static/h-ui.admin/js/H-ui.admin.page.js"></script>
<!--/_footer /作为公共模版分离出去-->
<!--请在下方写此页面业务相关的脚本-->
<script type="text/javascript" src="lib/My97DatePicker/4.8/WdatePicker.js"></script>
<script type="text/javascript" src="lib/datatables/1.10.0/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="lib/laypage/1.2/laypage.js"></script>
<!--/请在上方写此页面业务相关的脚本-->
<script type="text/javascript">
//以下将以jquery.ajax为例,演示一个异步分页
function demo(curr){
$.getJSON('test/demo1.json', {
page: curr || 1 //向服务端传的参数,此处只是演示
}, function(res){
//此处仅仅是为了演示变化的内容
var demoContent = (new Date().getTime()/Math.random()/1000)|0;
document.getElementById('view1').innerHTML = res.content + demoContent;
//显示分页
laypage({
cont: 'page1', //容器。值支持id名、原生dom对象,jquery对象。【如该容器为】:<div id="page1"></div>
pages: res.pages, //通过后台拿到的总页数
curr: curr || 1, //当前页
jump: function(obj, first){ //触发分页后的回调
if(!first){ //点击跳页触发函数自身,并传递当前页:obj.curr
demo(obj.curr);
}
}
});
});
};
//运行
demo();
</script>
</body>
</html> |
Docs/api/html/OgreMinGWSupport_8h.html | lennonchan/OgreSource | <html>
<head>
<title>OGRE: OgreMinGWSupport.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="dir_590e23de1704133204cc9f5c22dc2aa1.html">OgreMain</a> » <a class="el" href="dir_021a165b779a50a069ccc09e3695c37c.html">include</a> » <a class="el" href="dir_8af66411372803458b1cc0e212f262e4.html">WIN32</a>
</div>
</div>
<div class="contents">
<h1>OgreMinGWSupport.h File Reference</h1>
<p><a href="OgreMinGWSupport_8h_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
</table>
</div>
<hr>
<p>
Copyright © 2012 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Sun Sep 2 08:16:13 2012
</p>
</body>
</html>
|
public/Windows 10 x64 (18362.356)/_MI_SECTION_WOW_STATE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.356)</h4><br>
<h2>_MI_SECTION_WOW_STATE</h2>
<font face="arial"> +0x000 ImageBitMap : <a href="./_RTL_BITMAP_EX.html">_RTL_BITMAP_EX</a><br>
+0x010 OverflowArea : <a href="./_MI_DLL_OVERFLOW_AREA.html">_MI_DLL_OVERFLOW_AREA</a><br>
+0x030 CfgBitMapSection : Ptr64 <a href="./_SECTION.html">_SECTION</a><br>
+0x038 CfgBitMapControlArea : Ptr64 <a href="./_CONTROL_AREA.html">_CONTROL_AREA</a><br>
</font></body></html> |
src/components/Player/Overlay/ErrorBox/styles.css | vyorkin-personal/erlyeditor | @import "../../../../variables";
:root {
--error-box-background-color: rgba(90, 2, 2, 0.8);
--error-box-font-size: 1.4rem;
--error-box-text-color: color(var(--brand-light) shade(10%));
--error-box-border-color: color(var(--brand-black) tint(35%));
--title-font-size: 2rem;
--content-line-height: 1.8em;
--code-font-size: 3rem;
}
.error-box {
position: absolute 0;
padding: 2em 1em;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-direction: column;
background-color: var(--error-box-background-color);
color: var(--error-box-text-color);
font-size: var(--error-box-font-size);
border-bottom: 1px solid var(--error-box-border-color);
text-shadow: 0 1px 2px rgba(#000, 0.8);
box-shadow: 0 1px 3px 1px rgba(#000, 0.2);
}
.content {
line-height: var(--content-line-height);
text-align: center;
}
.title {
composes: content;
font-size: var(--title-font-size);
font-weight: bold;
}
.body {
composes: content;
margin: 0;
}
.code {
margin-right: 0.4em;
font-size: var(--code-font-size);
}
|
commons-math3-3.1.1-bin/commons-math3-3.1.1/docs/apidocs/org/apache/commons/math3/optimization/direct/class-use/BaseAbstractMultivariateSimpleBoundsOptimizer.html | vaisaghvt/gameAnalyzer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Wed Jan 09 17:13:56 CET 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateSimpleBoundsOptimizer (Commons Math 3.1.1 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateSimpleBoundsOptimizer (Commons Math 3.1.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateSimpleBoundsOptimizer.html" title="class in org.apache.commons.math3.optimization.direct"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/commons/math3/optimization/direct//class-useBaseAbstractMultivariateSimpleBoundsOptimizer.html" target="_top"><B>FRAMES</B></A>
<A HREF="BaseAbstractMultivariateSimpleBoundsOptimizer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.commons.math3.optimization.direct.BaseAbstractMultivariateSimpleBoundsOptimizer</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateSimpleBoundsOptimizer.html" title="class in org.apache.commons.math3.optimization.direct">BaseAbstractMultivariateSimpleBoundsOptimizer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.commons.math3.optimization.direct"><B>org.apache.commons.math3.optimization.direct</B></A></TD>
<TD>
This package provides optimization algorithms that don't require derivatives. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.commons.math3.optimization.direct"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateSimpleBoundsOptimizer.html" title="class in org.apache.commons.math3.optimization.direct">BaseAbstractMultivariateSimpleBoundsOptimizer</A> in <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/package-summary.html">org.apache.commons.math3.optimization.direct</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateSimpleBoundsOptimizer.html" title="class in org.apache.commons.math3.optimization.direct">BaseAbstractMultivariateSimpleBoundsOptimizer</A> in <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/package-summary.html">org.apache.commons.math3.optimization.direct</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/BOBYQAOptimizer.html" title="class in org.apache.commons.math3.optimization.direct">BOBYQAOptimizer</A></B></CODE>
<BR>
<B>Deprecated.</B> <I>As of 3.1 (to be removed in 4.0).</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/CMAESOptimizer.html" title="class in org.apache.commons.math3.optimization.direct">CMAESOptimizer</A></B></CODE>
<BR>
<B>Deprecated.</B> <I>As of 3.1 (to be removed in 4.0).</I></TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateSimpleBoundsOptimizer.html" title="class in org.apache.commons.math3.optimization.direct"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/commons/math3/optimization/direct//class-useBaseAbstractMultivariateSimpleBoundsOptimizer.html" target="_top"><B>FRAMES</B></A>
<A HREF="BaseAbstractMultivariateSimpleBoundsOptimizer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2003-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
css/header.css | cthit/nollkIT | .site-header {
height: 28em;
position: relative;
background: no-repeat center center;
background-size: cover;
padding-top: 1rem; }
@media screen and (max-width: 960px) {
.site-header {
height: 21em;
padding-top: 0; } }
@media screen and (max-width: 660px) {
.site-header {
background-position: center center;
background-size: cover;
height: 12em;
background-repeat: no-repeat; } }
@media screen and (max-width: 390px) {
.site-header {
height: 10em; } }
.top-bar {
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
line-height: 0; }
@media screen and (max-width: 660px) {
.top-bar {
position: absolute;
z-index: 100; } }
@media screen and (max-width: 660px) {
.menu-header-container {
background-color: rgba(0, 0, 0, 0.6);
display: none; }
.menu-header-container ul {
margin: 0;
padding: 0;
list-style-type: none; }
.menu-header-container li {
text-align: center; }
.menu-header-container li .current_page_item a {
color: white; }
.menu-header-container a {
padding: .5rem 0 .5rem 0;
display: block;
width: 100%;
text-decoration: none;
color: gray; }
.menu-header-container a:hover {
color: white; } }
#mobile-menu-container {
display: none;
line-height: 25px; }
@media screen and (max-width: 960px) {
#mobile-menu-container {
display: none; } }
#logo-and-mobile-wrapper {
width: 16%;
margin-left: 2%;
display: inline-block; }
#logo-and-mobile-wrapper a {
text-decoration: none; }
#logo-and-mobile-wrapper img {
height: 5rem; }
@media screen and (max-width: 960px) {
#logo-and-mobile-wrapper {
width: 100%;
margin: 0; } }
@media screen and (max-width: 660px) {
#logo-and-mobile-wrapper {
width: 96%;
height: 3rem;
margin: 0 2% 0 2%; } }
#mobile-hamburger-container {
display: none; }
@media screen and (max-width: 960px) {
#mobile-hamburger-container {
display: none; } }
@media screen and (max-width: 660px) {
#mobile-hamburger-container {
display: block;
height: 3rem;
float: right; }
#mobile-hamburger-container button {
height: inherit;
background-color: transparent;
border: none;
color: gray; }
#mobile-hamburger-container button:hover {
color: white; }
#mobile-hamburger-container #cross {
display: none; }
#mobile-hamburger-container i {
font-size: 2rem; } }
@media screen and (max-width: 960px) {
#logo-container {
width: 100%;
text-align: center; }
#logo-container img {
height: 5rem; } }
@media screen and (max-width: 660px) {
#logo-container {
width: 160px;
float: left;
height: inherit; }
#logo-container img {
height: 3rem; } }
#desktop-menu-container {
vertical-align: top;
margin-right: 2%;
width: 77%;
display: inline-block;
line-height: 25px; }
#desktop-menu-container ul {
text-align: right; }
#desktop-menu-container li {
margin: 0 .3125rem 0 .3125rem;
padding: 2.0625rem 0 2.0625rem 0;
display: inline-block; }
#desktop-menu-container li.current_page_item {
color: white; }
@media screen and (max-width: 960px) {
#desktop-menu-container {
width: 100%;
display: block; }
#desktop-menu-container ul {
text-align: center; }
#desktop-menu-container li {
display: inline-block;
padding: 1rem .3rem; } }
@media screen and (max-width: 660px) {
#desktop-menu-container {
display: none; } }
#contact-container {
background-color: rgba(0, 0, 0, 0.4);
text-align: right;
display: block;
width: 100%;
height: 1.5em; }
@media screen and (max-width: 960px) {
#contact-container {
display: inline-block;
text-align: center; } }
@media screen and (max-width: 660px) {
#contact-container {
position: absolute;
bottom: 0;
text-align: center;
background-color: transparent; } }
#number-container {
width: 60%;
margin-left: 2%;
display: inline-block;
float: left;
height: inherit; }
#number-container ul {
text-align: left;
height: inherit; }
#number-container li {
height: inherit;
display: inline-block; }
#number-container a {
color: white; }
#number-container i {
display: none; }
#number-container span {
display: inline-block; }
@media screen and (max-width: 960px) {
#number-container {
margin-left: 0;
width: 100%; }
#number-container ul {
text-align: center; }
#number-container li {
width: 40%;
margin: 0; } }
@media screen and (max-width: 660px) {
#number-container {
width: 100%; }
#number-container ul {
width: 100%;
text-align: center; }
#number-container li {
vertical-align: middle;
float: left;
width: 50%; }
#number-container li:last-child {
float: right; }
#number-container a {
font-size: 0.9rem;
white-space: normal; }
#number-container i {
display: inline-block; }
#number-container span {
display: none; } }
.fb-like {
margin-top: 1.0075px;
position: relative;
vertical-align: middle; }
#social-media-container {
line-height: normal; }
@media screen and (max-width: 960px) {
#social-media-container {
display: none; } }
@media screen and (max-width: 660px) {
#social-media-container {
display: none; } }
iframe {
position: relative;
vertical-align: middle;
margin-right: 3%; }
/*# sourceMappingURL=header.css.map */
|
index.html | cavilarts/EshopVanilla | <!DOCTYPE html>
<html lang="en">
<head>
<title>Prodigious Store Challenge</title>
</head>
<body>
</body>
</html> |
view/index/cat.html | iyuangang/datacenter | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title><?php echo $title; ?></title>
<meta name="description" content="note">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- CSS Reset -->
<link rel="stylesheet" href="static/css/wookmark/reset.css">
<!-- Global CSS for the page and tiles -->
<link rel="stylesheet" href="static/css/wookmark/main.css">
<!-- Specific CSS for the tiles -->
<link rel="stylesheet" href="static/css/wookmark/style.css">
</head>
<body>
<div id="container">
<header>
<h1>ttmai<font size=20 color=#82B396>24</font>HOUR</h1>
<p>ttmai data server</p>
</header>
<a href="?c=admin"><input type="button" value="login"></input></a>
<ol id="filters">
<center>
<a href="?time=today"><li data-filter="今天">今天</li></a>
<a href="?time=yestoday"><li data-filter="昨天">昨天</li></a>
<a href="?time=before"><li data-filter="前天">前天</li></a>
</center>
</ol>
<input type="hidden" id="cat-id" value="<?php echo $catid; ?>" />
<ol id="filters">
<center>
<?php if( isset($cats) && is_array( $cats ) ): ?>
<?php foreach ($cats as $key => $value): ?>
<a href="?c=index&a=cat&id=<?=$value['id'];?>"><li data-filter="<?=$value['catname']?>" <?php if($value['id']==$catid): ?> class="active" <?php endif; ?>><?=$value['catname']?></li></a>
<?php endforeach; ?>
<?php endif; ?>
</center>
</ol>
<div id="main" role="main">
<ul id="tiles">
<!-- These is where we place content loaded from the Wookmark API -->
</ul>
<div id="loader">
<div id="loaderCircle"></div>
</div>
</div>
<?php
$time_nav = WROOT . 'view' . DS . 'footer.html';
@include_once( $time_nav );
?>
</div>
<!-- include jQuery -->
<script src="static/js/jquery.min.js"></script>
<!-- Include the imagesLoaded plug-in -->
<script src="static/js/wookmark/jquery.imagesloaded.js"></script>
<!-- Include the plug-in -->
<script src="static/js/wookmark/jquery.wookmark.min.js"></script>
<!-- Once the page is loaded, initalize the plug-in. -->
<script type="text/javascript">
(function ($) {
var catid = $('#cat-id').val();
var $tiles = $('#tiles'),
$handler = $('li', $tiles),
page = 1,
isLoading = false,
apiURL = '?c=index&a=cat_more&id='+catid,
lastRequestTimestamp = 0,
fadeInDelay = 2000,
$window = $(window),
$document = $(document);
// Prepare layout options.
var options = {
autoResize: true, // This will auto-update the layout when the browser window is resized.
container: $('#tiles'), // Optional, used for some extra CSS styling
offset: 2, // Optional, the distance between grid items
itemWidth: 210 // Optional, the width of a grid item
};
/**
* When scrolled all the way to the bottom, add more tiles.
*/
function onScroll(event) {
// Only check when we're not still waiting for data.
if (!isLoading) {
// Check if we're within 100 pixels of the bottom edge of the broser window.
var closeToBottom = ($window.scrollTop() + $window.height() > $document.height() - 100);
if (closeToBottom) {
// Only allow requests every second
var currentTime = new Date().getTime();
if (lastRequestTimestamp < currentTime - 1000) {
lastRequestTimestamp = currentTime;
loadData();
}
}
}
};
/**
* Refreshes the layout.
*/
function applyLayout($newImages) {
options.container.imagesLoaded(function() {
// Destroy the old handler
if ($handler.wookmarkInstance) {
$handler.wookmarkInstance.clear();
}
// Create a new layout handler.
$tiles.append($newImages);
$handler = $('li', $tiles);
$handler.wookmark(options);
// Set opacity for each new image at a random time
$newImages.each(function() {
var $self = $(this);
window.setTimeout(function() {
$self.css('opacity', 1);
}, Math.random() * fadeInDelay);
});
});
};
/**
* Loads data from the API.
*/
function loadData() {
isLoading = true;
$('#loaderCircle').show();
$.ajax({
url: apiURL,
dataType: 'json', // Set to jsonp if you use a server on a different domain and change it's setting accordingly
data: {page: page}, // Page parameter to make sure we load new data
success: onLoadData
});
};
/**
* Receives data from the API, creates HTML for images and updates the layout
*/
function onLoadData(response) {
isLoading = false;
$('#loaderCircle').hide();
// Increment page index for future calls.
page++;
// Create HTML for the images.
var html = '',
data = response.data,
i = 0, length = data.length, image, opacity,
$newImages;
for (; i < length; i++) {
image = data[i];
html += '<li>';
html += '<a target="_blank" href="'+image.url+'" title="'+image.title+'">';
// Image tag (preview in Wookmark are 200px wide, so we calculate the height based on that).
html += '<img src="'+image.picture+'" width="200" height="200">';
html += '</a>';
// Image title.
html += '<p>'+image.title+'</p>';
html += '</li>';
}
$newImages = $(html);
// Disable requests if we reached the end
if (response.message == 'No more pictures') {
$document.off('scroll', onScroll);
}
// Apply layout.
applyLayout($newImages);
};
// Capture scroll event.
$document.on('scroll', onScroll);
// Load first data from the API.
loadData();
})(jQuery);
</script>
</body>
</html>
|
about/resource/index.html | Net-Telescope/net-telescope.github.io | <!DOCTYPE HTML>
<html lang="zh-TW">
<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, maximum-scale=1" />
<title>Resource - Net Telescope Lab</title>
<meta name="keywords" content="network, impossible trinity, exception of state">
<meta property="og:title" content="Resource">
<meta property="og:site_name" content="Net Telescope Lab">
<meta property="og:image" content="/img/author.jpg">
<meta name="title" content="Resource - Net Telescope Lab" />
<meta name="description" content="blog | Network Telescope | Architect ">
<link rel="shortcut icon" href="https://net-telescope.github.io/img/favicon.ico" />
<link rel="apple-touch-icon" href="https://net-telescope.github.io/img/apple-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" href="https://net-telescope.github.io/img/apple-touch-icon.png" />
<link href="https://net-telescope.github.io/js/vendor/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="https://net-telescope.github.io/js/vendor/fancybox/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="https://net-telescope.github.io/css/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" id="hexo.configuration">
var NexT = window.NexT || {};
var CONFIG = {
scheme: 'Pisces',
sidebar: {"position":"left","display":"post"},
fancybox: true,
motion: false
};
</script>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left page-home ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"> <div class="site-meta custom-logo ">
<div class="custom-logo-site-title">
<a href="https://net-telescope.github.io/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Net Telescope Lab</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">網路動態分析實驗室</p>
</div>
<script>
(function() {
var cx = '016248503776955543923:vj0a9dsqsb0';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item ">
<a href="https://net-telescope.github.io/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />Home
</a>
</li>
<li class="menu-item ">
<a href="https://net-telescope.github.io/about/people/" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />Our People
</a>
</li>
<li class="menu-item ">
<a href="https://net-telescope.github.io/about/research/" rel="section">
<i class="menu-item-icon fa fa-fw fa-code"></i> <br />Research
</a>
</li>
<li class="menu-item ">
<a href="https://net-telescope.github.io/about/publication/" rel="section">
<i class="menu-item-icon fa fa-fw fa-leaf"></i> <br />Publication
</a>
</li>
<li class="menu-item ">
<a href="https://net-telescope.github.io/about/resource/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />Resource
</a>
</li>
<li class="menu-item ">
<a href="https://net-telescope.github.io/post/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />Archive
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-expand">
<article class="post post-type-normal " itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
<a class="post-title-link" href="https://net-telescope.github.io/about/resource/" itemprop="url">
Resource
</a>
</h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">Published at:</span>
<time itemprop="dateCreated" datetime="2016-03-22T13:04:35+08:00" content="2017-06-25">
2017-06-25
</time>
</span>
</div>
</header>
<div class="toc-article">
</div>
<div class="post-body" itemprop="articleBody">
</div>
<footer class="post-footer">
<div class="post-nav">
<div class="post-nav-next post-nav-item">
<a href="https://net-telescope.github.io/about/people/" rel="next" title="Our People">
<i class="fa fa-chevron-left"></i> Our People
</a>
</div>
<div class="post-nav-prev post-nav-item">
<a href="https://net-telescope.github.io/about/research/" rel="prev" title="Research">
Research <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<a href="https://net-telescope.github.io/about/people/">
<img class="site-author-image" itemprop="image"
src="https://net-telescope.github.io/img/author.jpg"
alt="Yen-Hung Chen (陳彥宏)" />
<p class="site-author-name" itemprop="name">Yen-Hung Chen (陳彥宏)</p>
<p class="site-description motion-element" itemprop="description">
Principal Investigator</p>
</a>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="https://net-telescope.github.io/post/">
<span class="site-state-item-count">0</span>
<span class="site-state-item-name">Blogs</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="https://net-telescope.github.io/categories/">
<span class="site-state-item-count">0</span>
<span class="site-state-item-name">Categories</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="https://net-telescope.github.io/tags/">
<span class="site-state-item-count">0</span>
<span class="site-state-item-name">Tags</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/pplongChen/" target="_blank" title="Personal">
<i class="fa fa-fw fa-github"></i>
Personal
</a>
</span>
<span class="links-of-author-item">
<a href="https://github.com/Net-Telescope/" target="_blank" title="Lab">
<i class="fa fa-fw fa-github"></i>
Lab
</a>
</span>
</div>
<div class="links-of-blogroll motion-element inline">
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
<span itemprop="copyrightYear"> ©
- 2017</span>
<span class="with-love"><i class="fa fa-heart"></i></span>
<span class="author" itemprop="copyrightHolder">Net Telescope Lab</span>
</div>
<div class="powered-by">
Powered by - <a class="theme-link" href="http://gohugo.io" target="_blank" title="hugo" >Hugo</a>
</div>
<div class="theme-info">
Theme by - <a class="theme-link" href="https://github.com/xtfly/hugo-theme-next" target="_blank"> NexT
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="https://net-telescope.github.io/js/vendor/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/vendor/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/vendor/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/vendor/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/vendor/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script src="https://net-telescope.github.io/js/vendor/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
<script src="https://net-telescope.github.io/js/vendor/fancybox/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/utils.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/motion.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/affix.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/schemes/pisces.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/scrollspy.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/post-details.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/toc.js"></script>
<script type="text/javascript" src="https://net-telescope.github.io/js/bootstrap.js"></script>
</body>
</html> |
html/123456111833.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Plastique Frapa Inc. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492310379035&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=36249&V_SEARCH.docsStart=36248&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//magmi/web/download_file.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=36247&V_DOCUMENT.docRank=36248&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492310413903&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=101988690000&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=36249&V_DOCUMENT.docRank=36250&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492310413903&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456008715&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Plastique Frapa Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Plastique Frapa Inc.</p>
<h2 class="h5 mrgn-bttm-0">Alternate Name:</h2>
<p class="mrgn-bttm-0">Frapa Plastic Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.frapaplas.com"
target="_blank" title="Website URL">http://www.frapaplas.com</a></p>
<p><a href="mailto:info@frapaplas.com" title="info@frapaplas.com">info@frapaplas.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
1594, route 201<br/>
ORMSTOWN,
Quebec<br/>
J0S 1K0
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
1594, route 201<br/>
ORMSTOWN,
Quebec<br/>
J0S 1K0
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(450) 829-1177
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(450) 829-1175</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Hydroponic systems, aeroponic systems, customized liquid nutrient
<br>solutions & lighting systems.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Patricia
Wolf
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Directrice Comptabilite <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
François
Wolf Jr.
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Directeur des ventes <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Franz
Wolf
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
François
Wolf Sr.
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
President<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
frapapla@rocler.com
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1969
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
326198 - All Other Plastic Product Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
8
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FLOWER POTS, HOUSEHOLD NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HOME, GARDEN AND PARK EQUIPMENT NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HOUSEHOLD & PERSONAL EQUIPMENT NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLASTIC END PRODUCTS, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Plant Products <br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>United States</li>
<li>Florida</li>
<li>Missouri</li>
<li>New York</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Albania</li>
<li>Algeria</li>
<li>Austria</li>
<li>Belgium</li>
<li>Bulgaria</li>
<li>Czech Republic</li>
<li>Denmark</li>
<li>Finland</li>
<li>France</li>
<li>Germany</li>
<li>Gibraltar</li>
<li>Greece</li>
<li>Hungary</li>
<li>Iceland</li>
<li>Ireland</li>
<li>Italy</li>
<li>Japan</li>
<li>Luxembourg</li>
<li>Malta</li>
<li>Montenegro</li>
<li>Netherlands</li>
<li>Norway</li>
<li>Poland</li>
<li>Portugal</li>
<li>Romania</li>
<li>Russian Federation</li>
<li>Serbia</li>
<li>Spain</li>
<li>Sweden</li>
<li>Switzerland</li>
<li>United Kingdom</li>
<li>Alabama</li>
<li>Alaska</li>
<li>Arizona</li>
<li>Arkansas</li>
<li>California</li>
<li>Colorado</li>
<li>Connecticut</li>
<li>Delaware</li>
<li>District of Columbia</li>
<li>Georgia</li>
<li>Hawaii</li>
<li>Idaho</li>
<li>Illinois</li>
<li>Indiana</li>
<li>Iowa</li>
<li>Kansas</li>
<li>Kentucky</li>
<li>Louisiana</li>
<li>Maine</li>
<li>Maryland</li>
<li>Massachusetts</li>
<li>Michigan</li>
<li>Minnesota</li>
<li>Mississippi</li>
<li>Montana</li>
<li>Nebraska</li>
<li>Nevada</li>
<li>New Hampshire</li>
<li>New Jersey</li>
<li>New Mexico</li>
<li>North Carolina</li>
<li>North Dakota</li>
<li>Ohio</li>
<li>Oklahoma</li>
<li>Oregon</li>
<li>Pennsylvania</li>
<li>Rhode Island</li>
<li>South Carolina</li>
<li>South Dakota</li>
<li>Tennessee</li>
<li>Texas</li>
<li>Utah</li>
<li>Vermont</li>
<li>Virginia</li>
<li>Washington</li>
<li>West Virginia</li>
<li>Wisconsin</li>
<li>Wyoming</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Patricia
Wolf
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Directrice Comptabilite <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
François
Wolf Jr.
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Directeur des ventes <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Domestic Sales & Marketing.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Franz
Wolf
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
François
Wolf Sr.
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
President<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 829-1177
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 829-1175
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
frapapla@rocler.com
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1969
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
326198 - All Other Plastic Product Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
8
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FLOWER POTS, HOUSEHOLD NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HOME, GARDEN AND PARK EQUIPMENT NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HOUSEHOLD & PERSONAL EQUIPMENT NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLASTIC END PRODUCTS, NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Plant Products <br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>United States</li>
<li>Florida</li>
<li>Missouri</li>
<li>New York</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Albania</li>
<li>Algeria</li>
<li>Austria</li>
<li>Belgium</li>
<li>Bulgaria</li>
<li>Czech Republic</li>
<li>Denmark</li>
<li>Finland</li>
<li>France</li>
<li>Germany</li>
<li>Gibraltar</li>
<li>Greece</li>
<li>Hungary</li>
<li>Iceland</li>
<li>Ireland</li>
<li>Italy</li>
<li>Japan</li>
<li>Luxembourg</li>
<li>Malta</li>
<li>Montenegro</li>
<li>Netherlands</li>
<li>Norway</li>
<li>Poland</li>
<li>Portugal</li>
<li>Romania</li>
<li>Russian Federation</li>
<li>Serbia</li>
<li>Spain</li>
<li>Sweden</li>
<li>Switzerland</li>
<li>United Kingdom</li>
<li>Alabama</li>
<li>Alaska</li>
<li>Arizona</li>
<li>Arkansas</li>
<li>California</li>
<li>Colorado</li>
<li>Connecticut</li>
<li>Delaware</li>
<li>District of Columbia</li>
<li>Georgia</li>
<li>Hawaii</li>
<li>Idaho</li>
<li>Illinois</li>
<li>Indiana</li>
<li>Iowa</li>
<li>Kansas</li>
<li>Kentucky</li>
<li>Louisiana</li>
<li>Maine</li>
<li>Maryland</li>
<li>Massachusetts</li>
<li>Michigan</li>
<li>Minnesota</li>
<li>Mississippi</li>
<li>Montana</li>
<li>Nebraska</li>
<li>Nevada</li>
<li>New Hampshire</li>
<li>New Jersey</li>
<li>New Mexico</li>
<li>North Carolina</li>
<li>North Dakota</li>
<li>Ohio</li>
<li>Oklahoma</li>
<li>Oregon</li>
<li>Pennsylvania</li>
<li>Rhode Island</li>
<li>South Carolina</li>
<li>South Dakota</li>
<li>Tennessee</li>
<li>Texas</li>
<li>Utah</li>
<li>Vermont</li>
<li>Virginia</li>
<li>Washington</li>
<li>West Virginia</li>
<li>Wisconsin</li>
<li>Wyoming</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-05-13
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
projects/selfimmolationData/older/margintest.html | tibetdata/tibetdata.github.io | <!doctype html>
<html>
<head>
<style>
html, body { margin:0; padding:0; width:100%; height:100%; }
#head { width:100%; height:100px; background:black; color:white; }
#head > h1 { margin:0; }
#body { position:absolute; width:100%; top:100px; bottom:25px; background:red; }
#body > div { position:absolute !important; }
#body-sidebar { width:200px; top:0; bottom:0; background:black; color:white; }
#body-content { left:200px; right:0; top:0; bottom:0; background:white; overflow:scroll; }
#body-content > img { margin:25px; width:500px; vertical-align:middle; }
</style>
</head>
<body>
<!-- Head -->
<div id="head">
<h1>Header</h1>
</div>
<!-- Body -->
<div id="body">
<!-- Sidebar -->
<div id="body-sidebar">
<h2>Sidebar</h2>
</div>
<!-- Content -->
<div id="body-content">
<h2>Content</h2>
<img src="http://dl.dropbox.com/u/3618143/image1.jpg" />
<img src="http://dl.dropbox.com/u/3618143/image2.jpg" />
<img src="http://dl.dropbox.com/u/3618143/image3.jpg" />
</div>
</div>
</body>
</html> |
app/views/sprints/b1/bsa-site/need-to-know.html | nhsbsa/HWHC_checker | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head id="head">
<title>
Help with Health Costs Help with Health Costs NHS Business Services Authority
</title>
<style>
@charset "utf-8";
/*baseline*/
* { margin:0; padding:0; font-size:100%; }
body { text-align:center; font-size:62.5%; font-family:Arial, Helvetica, sans-serif; background:url(../i/grdBG.gif) repeat-x #e1e4e7; line-height:1.6em; }
html, body { height:100%; }
html>body { font-size:10px; }
a img, :link img, :visited img { border:0 none; }
a { color:#555; text-decoration:underline; }
a:hover { text-decoration:none; }
a, a:link, a:visited, a:hover { outline: none; }
/*generic*/
h1 { font-size:1.2em; color:#444; line-height:1.6em; padding:0 0 0.4em; }
h2 { font-size:1.1em; color:#555; padding:0 0 0.3em; }
h3 { color:#666; }
ul li { list-style:none; }
a.arrow { padding:5px 0 0 25px; margin:0 0 0 5px; background:url(http://www.nhsbsa.nhs.uk/i/arrow.gif) no-repeat 0 9px; }
a.rss { padding:0px 0 5px 25px; margin:10px 0 0 5px; background:url(http://www.nhsbsa.nhs.uk/i/rss.gif) no-repeat 0 0px; }
a.backArrow { background:url(http://www.nhsbsa.nhs.uk/i/backArrowWhite.gif) no-repeat 0 4px; padding:0 0 7px 10px; margin:3px 0 0; }
fieldset { border:none; }
legend { text-indent:-9999px; line-height:0; }
#content .pdf { background:url(http://www.nhsbsa.nhs.uk/i/pdf.gif) no-repeat 0 0px; display:block; padding:0px 0px 20px 34px; }
#content .word { background:url(http://www.nhsbsa.nhs.uk/i/word.gif) no-repeat 0 0px; display:block; padding:0px 0px 20px 34px; }
#content .excel { background:url(http://www.nhsbsa.nhs.uk/i/excel.gif) no-repeat 0 0px; display:block; padding:0px 0px 20px 34px; }
#content .powerpoint { background:url(http://www.nhsbsa.nhs.uk/i/powerpoint.gif) no-repeat 0 0px; display:block; padding:0px 0px 10px 34px; }
#content .jpeg { background:url(http://www.nhsbsa.nhs.uk/i/jpeg.gif) no-repeat 0 0px; display:block; padding:0px 0px 20px 34px; }
#content .tiff { background:url(http://www.nhsbsa.nhs.uk/i/tiff.gif) no-repeat 0 0px; display:block; padding:0px 0px 20px 34px; }
#content .gif { background:url(http://www.nhsbsa.nhs.uk/i/gif.gif) no-repeat 0 0px; display:block; padding:0px 0px 20px 34px; }
/*clearfix*/
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */
/*body*/
#wrapper { margin:0 auto; padding:0 0 50px; text-align:left; width:965px; min-height:92%; font-size:1.2em; background:#fff; }
#wrapper a { color:#0066cc; }
.clear { clear:both; width:100%; font-size:0; line-height:0; height:0; }
/*logo*/
a#logo {
display: block;
width: 188px;
height: 46px;
font-size: 0;
text-indent: -9999em;
margin-top: 10px;
float: left;
}
/*header*/
#hdr { color:#666; }
#hdr a { color:#666666; text-decoration:none; }
#hdr a:hover {text-decoration: underline; }
#hdr .mainLogo { float:right; padding:10px 5px 10px 0px; border: none; }
#hdr #topNav { height: 26px; }
#hdr #topNav li { padding:0 11px 0px; }
#hdr h2 { font-family: Arial, Helvetica, sans-serif; font-size:0.9em; color:#999999; width:300px; float:left; font-weight:normal; margin:44px 0 0 66px; display: none;}
#hdr #topNav { margin:8px 15px 0; float:right; }
body#bsaContact #hdr h1, body#bsaContent #hdr h1, body#bsaHub #hdr h1, body#bsaListing #hdr h1, body#bsanewsListing #hdr h1, body#errorPage #hdr h1, body#bsaSearch #hdr h1 {width: 300px; margin-top: 59px; }
#hdr input#simplesearch_search { width: 200px; height: 18px; }
body#bsaContact #hdr h2, body#bsaContent #hdr h2, body#bsaHub #hdr h2, body#bsaListing #hdr h2, body#bsanewsListing #hdr h2, body#errorPage #hdr h2, body#bsaSearch #hdr h2 {display:none; }
#hdr input#searchButton, #hdr input#simplesearch_searchButton { background:url(../i/homeSearchBut.gif) no-repeat 0 0; border:none; width:71px; padding:0px 0 5px; height:22px; text-indent:-9999em; }
#hdr #login {background:url(../i/login-bg.gif) repeat-x top; height:22px; width:188px; float: right; padding-top:8px; margin-right: 10px; }
#hdr #login span#loginLeft { background:url(../i/login-left.gif) no-repeat; height:30px; width: 6px; float:left; margin-top:-8px; }
#hdr #login span#loginRight { background:url(../i/login-right.gif) no-repeat; height:29px; width: 6px; float:right; margin-top:-24px; }
#hdr #login a {color: #0066cc; }
#hdr #divider { border-bottom: 1px solid #ebebeb; float: left; width: 939px; margin-left: 15px; }
/*nav*/
#nav { clear:both; text-align:center; width:965px; margin:0 0 10px 0; position:relative; }
#nav ul { float:left; background:url(../i/navTopShad.gif) repeat-x; padding:10px 0 0; clear:both; }
#nav a { color:#555; text-decoration:none; display:block; padding:8px; background:url(../i/navItemBG.gif) repeat-x bottom #f3f3f3; border-left:1px solid #d3d3d3; font-weight:bold; }
/*#nav li:last-child a { border-right:1px solid #d6d6d6; }*/
#nav li { float:left; background:url(../i/navItemBtmB.gif) repeat-x bottom; display:block; padding:0 0 11px; }
#nav li:hover, #nav li.navHover { background:url(../i/navItemBtmG.gif) repeat-x bottom; }
#nav li.selected { background:url(../i/navItemBtmG.gif) repeat-x bottom; }
#nav li.selected a:hover { cursor:default; }
/*toolbar*/
#toolbar { text-align:left; font-size:1.2em; background:url(http://www.nhsbsa.nhs.uk/i/toolbarBG.png) repeat-x; position:fixed; top:0; left:0; width:100%; height:83px; color:#b1b1b1; z-index:500; }
#toolbar a { color:#b1b1b1; text-decoration:none; }
#toolbar a:hover { text-decoration:underline; color:#fff; }
#toolbar a.backArrow { background:url(http://www.nhsbsa.nhs.uk/i/backArrow.gif) no-repeat 0 4px; padding:0 0 7px 10px; float:left; text-decoration:none; margin:0; }
#toolbarWrapper { width:950px; margin:0 auto; background:url(http://www.nhsbsa.nhs.uk/i/bsaLogoService.gif) no-repeat 0 13px; height:66px; }
a#logo { display:block; width:188px; height:46px; font-size:0; text-indent:-9999em; margin-top:10px; float:left; }
ul#topNav { float:right; margin:3px 5px; }
ul#topNav li { list-style:none; display:inline; padding:3px 8px 0 8px; }
.BSALogo { clear:both; float:left; }
#searchContainer fieldset { border:none; }
#searchContainer legend, #searchContainer label { display:none; }
body#bsaHub #searchContainer, body#bsaContent #searchContainer, body#bsaSearch #searchContainer{ float:left; clear:right; margin:80px 0 0 15px; }
body#bsaHome #searchContainer {
float:left; clear:right; margin:80px 0 0 15px;
}
input#search { border:1px solid #adadaf; background:url(../i/searchBarBG.gif) repeat-x; height:20px; width:200px; display:block; float:left; margin:0 6px 0 0; }
#toolbar input#simplesearch_search { width: 200px; height: 18px; }
#toolbar input#simplesearch_searchButton, #toolbar input#searchButton { background:url(../i/searchButton.gif) no-repeat 0 0; border:none; width:71px; padding:0px 0 5px; height:22px; text-indent:-9999em; margin-left: 6px; }
input#searchButton:hover { cursor:pointer; }
#toolbar #login{ background:url(../i/serviceLogin-bg.gif) repeat-x top; height:27px; width: auto; float: right; padding-top:3px; margin-right: 10px; width:108px;}
#toolbar #login span#loginLeft { background:url(../i/serviceLogin-left.gif) no-repeat; height:30px; width: 6px; float:left; margin-top:-3px; }
#login span#loginRight { background:url(../i/serviceLogin-right.gif) no-repeat; height:30px; width: 6px; float:right; margin-top: -19px; }
#toolbar #login a {color: #ffffff;}
#toolbar #home{ background:url(../i/serviceLogin-bg.gif) repeat-x top; height:27px; width:150px; float: left; padding-top:3px; margin:10px 0 0 77px; }
#toolbar span#homeLeft { background:url(../i/serviceLogin-left.gif) no-repeat; height:30px; width: 6px; float:left; margin-top: -3px; }
#toolbar span#homeRight { background:url(../i/serviceLogin-right.gif) no-repeat; height:30px; width: 6px; float:right; margin-top: -3px; }
/*BSA pages*/
/*content pages*/
#content { min-height:400px; height:auto!important; height:400px; }
body#bsaHome, body#bsaContent, body#bsaContact, body#bsaSearch, body#errorPage, body#bsaHub, body#bsanewsListing, body#bsaListing { background:none; }
body#bsaHome #contentL { width:482px; padding:0 0 0 15px; margin:0; }
body#bsaHome #contentL a {font-weight: bold;}
body#bsaHome #contentC { margin-top:29px; }
body#bsaHome #contentR { width:284px; border:none; margin:0; padding:0; }
body#bsaHome #contentR h1{ font-weight: bold; font-size: 1.2em;/*margin-top:3px;*/ }
#content ul { padding-bottom: 15px }
#content ul li { list-style:none; padding:5px 0 1px 17px; margin:0 0 0 5px; background:url(http://www.nhsbsa.nhs.uk/i/arrow.gif) no-repeat 0 9px; }
#content ol {padding-bottom: 10px; }
/*#content ol li { padding: 0 0 5px 0px; margin: 0 0 0 22px; }*/
.quickLinksHome { border-top:1px solid #d6d6d6; margin:0 15px 0 0; width:226px; float:left; padding:15px 0 20px; }
.newsItems { border-top:1px solid #d6d6d6; padding:15px 0 0; margin:0 0 15px; }
.newsItems h2 { color:#333; font-weight:normal; font-size:1em; }
#bsaContent h3, #bsaHome h3, #serviceNews h3 { padding: 8px 0 3px 0px; margin: 0px; }
.newsItems p { padding:5px 0 15px; }
.tag { background-color: #fde8dd; height:17px; float:right; font-size:0.8em; color:#f58d59; margin:0; padding: 0 5px 0 5px; }
body#bsaContent .newsListing .tag {margin-bottom:0;}
body#bsaContent .tag {margin-bottom: 20px;}
.tag p, #content .tag p { float:left; padding:0; }
body#bsaContent #content, body#bsaContact #content, body#serviceNews #content, body#bsaHub #content{ width:723px; }
body#bsanewsListing #content { width: 720px; }
body#bsanewsListing h3 {padding-bottom: 5px; margin-bottom: 15px; border-bottom: 1px solid #ebebeb; }
body#bsaContent #nav, body#bsaContact #nav, body#serviceNews #nav { margin:0 0 5px; }
.newsListing { border-bottom:1px solid #d6d6d6; margin:0 0 15px; }
/*body#bsaContent #content img{ padding:2px; border:1px solid #999; margin:0 0 5px 0;}*/
#serviceHome #searchContainer, #serviceContent #searchContainer, #serviceNews #searchContainer, #serviceHomeTwo #searchContainer, #Servicequiz #searchContainer{ float:right; margin:9px 11px 0 0 ; }
/*------------------------------
contact page - Old forms START
--------------------------------*/
#ContentPanel, #LoginControl_LoginPanel, #CreateUserPanel { width:595px; background:url(../i/contactBG.gif) repeat-y; margin:0 0 20px -1px; }
#ContentPanel label, #LoginControl_LoginPanel label, #CreateUserPanel label { display:block; float:left; width:120px; /*clear:both;*/ padding:8px 10px 0 10px; }
span#Label1 {display:block; margin-left:11px; width:320px; clear:both;}
#ContentPanel input, #LoginControl_LoginPanel input, #CreateUserPanel input { display:block; float:left; width:195px; height:25px; }
#ContentPanel select, #CreateUserPanel select { display:block; float:left; width:200px; height:25px; }
#ContentPanel textarea { display:block; float:left; width:195px; height:150px; }
#DentalLit, #SightLit, #NHSTravelLit {clear:both;}
#ContentPanel div.messageContainer, #ContentPanel div.emailContainer, #ContentPanel div.servicesContainer, #ContentPanel div.subjectContainer, #ContentPanel div.titleContainer, #CreateUserPanel div.messageContainer{ border-bottom:1px solid #fff; padding:10px 0; display:block; }
#ContentPanel div:after, #CreateUserPanel div:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#ContentPanel div, #CreateUserPanel div { display:inline-block; }
#ContentPanel div input#__VIEWSTATE, #ContentPanel div input#__EVENTVALIDATION, #ContentPanel div input#__EVENTTARGET, #ContentPanel div input#__EVENTARGUMENT, #ContentPanel div input#__LASTFOCUS{display: none; }
.messageContainer span {display:block; float:left; margin:0 0 0 42px; width:210px;}
.messageContainer div {display:block!important;}
#ContentPanel ContentPanel, #CreateUserPanel { float: left; }
#ContentPanel #Button1, #ContentPanel #Submit, #ContentPanel #submitContact, #CreateUserPanel #CreateUserButton { clear:both; margin:10px 0 0 140px; background:url(../i/submitButBG.gif) no-repeat; border:none; width:71px; height:22px; text-indent:-9999em; }
#ContentPanel #Button1:hover, #ContentPanel #Submit:hover, #ContentPanel #submitContact:hover { cursor:pointer; }
#ContentPanel span.errMsg, #CreateUserPanel span.errMsg { margin-left: 40px }
#ContentPanel span#AnyProblemsRBL, #ContentPanel span#RegisterOnDemandRBL, #ContentPanel span#GlossaryHelpRBL, #ContentPanel span#IDTrainingSessRBL, #ContentPanel span#CovTrainReqRBL, #ContentPanel span#BarriersIDRBL {float:left; width: 20px; }
#ContentPanel input#AnyProblemsRBL_0, #ContentPanel input#AnyProblemsRBL_1 {width:20px; margin-left: 10px; }
#ContentPanel input#RegisterOnDemandRBL_0, #ContentPanel input#RegisterOnDemandRBL_1 {width: 20px; margin-left: 10px; }
#ContentPanel input#GlossaryHelpRBL_0, #ContentPanel input#GlossaryHelpRBL_1{width:20px; margin-left: 10px; }
#ContentPanel input#IDTrainingSessRBL_0, #ContentPanel input#IDTrainingSessRBL_1 {width:20px; margin-left: 10px;}
#ContentPanel input#CovTrainReqRBL_0, #ContentPanel input#CovTrainReqRBL_1 {width:20px; margin-left: 10px; }
#ContentPanel input#BarriersIDRBL_0, #ContentPanel input#BarriersIDRBL_1 {width:20px; margin-left: 10px;}
#ContentPanel span#ClaimInfoLit, #ContentPanel span#Label1 {display:block; margin-left:11px; width:320px; clear:both; float:none;}
#ContentPanel input#SightCB, #ContentPanel input#NHSTravelCB, #ContentPanel input#DentalCB {width:10px; margin-top: 3px;}
#ContentPanel input#ResponseCB {width: 15px; }
/*------------------------------
contact page - Old forms END
--------------------------------*/
/*------------------------------
contact page - New forms START
--------------------------------*/
.ContentPanel, #LoginControl_LoginPanel, #CreateUserPanel { width:595px; background:url(../i/contactBG.gif) repeat-y; margin:0 0 20px -1px; }
.ContentPanel label, #LoginControl_LoginPanel label, #CreateUserPanel label { float:left; width:120px; /*clear:both;*/ padding:8px 10px 0 10px; clear: left; }
span#Label1 {display:block; margin-left:11px; width:320px; clear:both;}
.ContentPanel input, #LoginControl_LoginPanel input, #CreateUserPanel input { float:left; width:195px; height:25px; }
.ContentPanel select, #CreateUserPanel select { display:block; float:left; width:200px; height:25px; }
.ContentPanel textarea { display:block; float:left; width:195px; height:150px; max-width:195px; max-height:150px;}
#DentalLit, #SightLit, #NHSTravelLit {clear:both;}
#HC1Claim1_ClaimInfoLit, #HC5Claim1_Label1 { margin-left: 10px; width: 340px;}
.ContentPanel div.messageContainer, .ContentPanel div.emailContainer, .ContentPanel div.servicesContainer, .ContentPanel div.subjectContainer, .ContentPanel div.titleContainer, #CreateUserPanel div.messageContainer{ border-bottom:1px solid #fff; padding:10px 0; display:block; }
.ContentPanel div:after, #CreateUserPanel div:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.ContentPanel div, #CreateUserPanel div { display:inline-block; }
.ContentPanel div input#__VIEWSTATE, .ContentPanel div input#__EVENTVALIDATION, .ContentPanel div input#__EVENTTARGET, .ContentPanel div input#__EVENTARGUMENT, .ContentPanel div input#__LASTFOCUS{display: none; }
.messageContainer span {display:block; float:left; margin:0 0 0 42px; width:210px;}
.messageContainer div {display:block!important;}
.messageContainer #HC1Claim1_ClaimInfoLit, .messageContainer #HC5Claim1_Label1 {float:none;}
.ContentPanel ContentPanel, #CreateUserPanel { float: left; }
.ContentPanel #Button1, .ContentPanel .Submit, .ContentPanel #submitContact, #CreateUserPanel #CreateUserButton, .ContentPanel #HC5Claim1_Submit { clear:both; margin:10px 0 0 140px; background:url(../i/submitButBG.gif) no-repeat; border:none; width:71px; height:22px; text-indent:-9999em; }
.ContentPanel #Button1:hover, .ContentPanel .Submit:hover, .ContentPanel #submitContact:hover, .ContentPanel #HC5Claim1_Submit:hover { cursor:pointer; }
.ContentPanel span.errMsg, #CreateUserPanel span.errMsg { margin-left: 40px }
.ContentPanel span#AnyProblemsRBL, .ContentPanel span#RegisterOnDemandRBL, .ContentPanel span#GlossaryHelpRBL, .ContentPanel span#IDTrainingSessRBL, .ContentPanel span#CovTrainReqRBL, .ContentPanel span#BarriersIDRBL {float:left; width: 20px; }
.ContentPanel input#AnyProblemsRBL_0, .ContentPanel input#AnyProblemsRBL_1 {width:20px; margin-left: 10px; }
.ContentPanel input#RegisterOnDemandRBL_0, .ContentPanel input#RegisterOnDemandRBL_1 {width: 20px; margin-left: 10px; }
.ContentPanel input#GlossaryHelpRBL_0, .ContentPanel input#GlossaryHelpRBL_1{width:20px; margin-left: 10px; }
.ContentPanel input#IDTrainingSessRBL_0, .ContentPanel input#IDTrainingSessRBL_1 {width:20px; margin-left: 10px;}
.ContentPanel input#CovTrainReqRBL_0, .ContentPanel input#CovTrainReqRBL_1 {width:20px; margin-left: 10px; }
.ContentPanel input#BarriersIDRBL_0, .ContentPanel input#BarriersIDRBL_1 {width:20px; margin-left: 10px;}
.ContentPanel span#ClaimInfoLit, .ContentPanel span#Label1 {display:block; margin-left:11px; width:320px; clear:both; float:none;}
.ContentPanel input#SightCB, .ContentPanel input#NHSTravelCB, .ContentPanel input#DentalCB {width:10px; margin-top: 3px;}
.ContentPanel input#ResponseCB {width: 15px; }
/*------------------------------
contact page - New forms END
--------------------------------*/
/*Quiz*/
body#Servicequiz #Button1 { clear:both; background:url(../i/submitButBG.gif) no-repeat; border:none; width:71px; height:22px; text-indent:-9999em; margin-bottom: 15px; }
body#Servicequiz #questionC label { display: block; margin: 15px 0 0 5px; }
body#Servicequiz #questionC input { margin: 8px 12px 0 10px; display:block; float:left; height: 30px;}
body#Servicequiz img.quiz {float: left; border: none; margin: 0 12px 0 10px; }
body#Servicequiz #content img {border:medium none;
float:left;
margin:5px 15px 0 1px; }
body#Servicequiz .quizImage input {
margin:-6px 12px 0 4px !important;
}
body#Servicequiz .quizImage label {
margin:1px 0 0 5px !important;
}
body#Servicequiz #Submit {
float:left;
/*margin: 20px 0;*/
padding: 0;
clear:left;
}
body#Servicequiz .quizImage span {
display:block;
margin-top:60px;
}
#noRed {color:#000;}
/*search listing, error page*/
.searchListing { border-bottom:1px solid #d6d6d6; margin:0 0 15px; }
body#errorPage #content, body#bsaSearch #content { width:925px; margin-top:0; }
input#HC5Claim1_DentalCB, input#HC1Claim1_DentalCB, input#HC5Claim1_SightCB, input#HC1Claim1_SightCB, input#HC5Claim1_NHSTravelCB, input#HC1Claim1_NHSTravelCB {
width: 13px!important;
height: 13px!important;
margin-top: 6px!important;}
/*Services pages*/
/*news links*/
.serviceNewsItem h1 {font-weight:normal; font-size:1em;}
.serviceNewsItem h2 {font-size:1em;}
#contentL a {font-weight:bold;}
/*if theres no top nav*/
body.noTopNav #nav {font-size:0; line-height:0; height:0; margin:0;}
body.noTopNav #lNavContainer {margin-top:0;}
body.noTopNav #content {margin-top:10px; padding-top:10px; border-top:1px solid #D6D6D6;}
/*Header*/
.servicesLogo { float:right; margin:84px 20px 10px 0; display:block; }
#contentHeader { border-top:2px solid #7fb2e5; padding:10px 0 20px; clear:both; }
body#serviceHomeTwo #contentHeader { border:none; padding-bottom: 10px; height:139px; }
#contentHeader h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.8em; color:#0066cc; font-weight:bold; font-style:italic; padding:20px; line-height:1.2em; float:left; width:573px; }
#contentHeader img { float:right; border:1px solid #a1a1a1; margin-right:15px; }
/*services home*/
#contentL { float:left; width:362px; margin:10px 25px 0; }
body#serviceHomeTwo #contentL { width: 410px; }
.quickLinksContainer { border-top:1px solid #d6d6d6; padding:10px 0 20px; }
.quickLinksContainer ul li, .quickLinksHome ul li, .newsItems ul li { list-style:none; padding:5px 0 0 13px; margin:0 0 0 5px; background:url(http://www.nhsbsa.nhs.uk/i/arrow.gif) no-repeat 0 9px; }
.quickLinks { width:185px; float:left; }
.usergroupInfo { float:left; width:160px; padding:0 0 0 15px; }
body#serviceHomeTwo .usergroupInfo {width: 200px}
#contentC { float:left; width:139px; margin:10px 15px 0 0; }
.serviceNewsImg { padding:10px 0 0; margin:0 0 15px; border-top:1px solid #d6d6d6; }
.serviceNewsImgContainer { padding:3px 0; border-top:2px solid #ff6600; border-bottom:2px solid #ff6600; }
.serviceNewsImgContainer img { float:left; }
.serviceNewsImgContainernone { padding:3px 0; /*background-color:#f26722; */background-color: #66cc33; }
.blueBox { border-top:2px solid #66cc33; border-bottom:2px solid #66cc33; }
.newsImgLink { background:#ccc; padding:2px 5px; clear:both; }
.serviceNewsImgContainernone .newsImgLink { background:none; padding:2px 5px; clear:both; }
.newsImgLink h1 { font-size:1.1em; }
.newsImgLink h2 { font-size:1.1em; }
#wrapper .newsImgLink h2 a { color:#222; font-weight:normal; }
#wrapper .serviceNewsImgContainernone .newsImgLink h1, #wrapper .serviceNewsImgContainernone .newsImgLink h2 a{ color:#fff; }
#contentR { float:left; width:184px; margin:10px 0 0; padding:10px 0 0; border-top:1px solid #d6d6d6; }
#serviceHomeTwo #contentR { width: 336px; }
.serviceNewsItem { padding:0 0 20px; }
/* n3 link*/
a.n3 { background: url( ../i/n3.gif) 2px 13px no-repeat; padding:10px 0px 0px 22px; }
/*services content*/
#content { width:500px; float:left; margin:0 20px 0; }
#content h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.8em; color:#0066cc; font-weight:bold; font-style:italic; line-height:1.2em; border-bottom:1px solid #d6d6d6; margin:0 0 15px; }
#content p { padding:0 0 15px; }
#relatedLinks { float:left; width:200px; border-bottom:1px solid #ff6600; padding-bottom: 16px; }
#relatedLinks h1 { border-bottom:1px solid #ff6600; padding:0 0 12px; }
#relatedLinks li { padding:15px 0 0 5px; }
#relatedLinks .arrow { padding-left:15px; }
#relatedLinks a { color:#ff6600; }
.back { border-top:1px solid #d6d6d6; padding:15px 0 0; clear:both; }
#content .hubLinks { float:left; width: 500px;}
#content .hubLinks li { padding:0 0 3px 13px; background:url(http://www.nhsbsa.nhs.uk/i/arrow.gif) no-repeat 0 4px; }
#content .hubLinks h2 { font-size:1em; }
#content .hubLinks p { padding-top:0; }
.articleImg { padding:2px; border:1px solid #999; float:right; margin:0 0 15px 15px; clear:right; }
body#serviceContent #content img { padding:2px; float:right; margin:0 0 15px 15px; clear:right; }
/*Left hand navigation*/
#lNavContainer { width:187px; padding:10px 0; margin:25px 0 0 15px; clear:both; float:left; }
body#serviceHome #lNavContainer, body#serviceHomeTwo #lNavContainer, body#serviceContent #lNavContainer {margin-top: 0px;}
ul#lNav { border-left:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; background:#e3e3e3;}
ul#lNav li { list-style:none; border-top:1px solid #e3e3e3; }
ul#lNav li a { display:block; padding:10px 10px 10px 19px; text-decoration:none; background:#fff; border-right:2px solid #9fc5ec; color:#555; }
ul#lNav li a:hover { background-color:#eee!important; background-image:none!important; }
ul#lNav li ul li a { padding-left:28px; }
ul#lNav li ul li ul li a { padding-left:35px; }
ul#lNav li ul li ul li ul li a { padding-left:42px; }
ul#lNav li#lNavCurrentSection a { background-color:#fff; border-right:2px solid #b2e599; }
ul#lNav span { background:url(http://www.nhsbsa.nhs.uk/i/lNavCurrentSectionBullet.gif) no-repeat 0 3px; padding:0 0 0 13px; display:block; }
ul#lNav li.lNavSelected a { font-weight:bold; border-right:none!important; }
/*ul#lNav li.lNavSelected span {background: none; padding:0;}*/
ul#lNav li.lNavSelected a:hover { background-color:#ffffff!important; }
ul#lNav li.lNavSelected ul a { font-weight:normal; }
ul#lNav li.lNavSelected ul li {border-right:2px solid #b2e599;}
ul#lNav li.lNavSelected ul li a:hover {background-color:#eee!important; background-image:none!important;}
ul#lNav li.lNavSelected {background:none;}
ul#lNav li a.below { background:#fff url(http://www.nhsbsa.nhs.uk/i/lNavBBG.gif) no-repeat; }
ul#lNav li a.above { background:#fff url(http://www.nhsbsa.nhs.uk/i/lNavTBG.gif) no-repeat bottom; }
.top { background:#fff url(http://www.nhsbsa.nhs.uk/i/lNavTBG.gif) no-repeat top; }
.bottom { background:#fff url(http://www.nhsbsa.nhs.uk/i/lNavBBG.gif) no-repeat bottom; }
/*Footer*/
#footer { text-align:left; background:url(http://www.nhsbsa.nhs.uk/i/ftrBG.png) repeat-x; height:40px; position:fixed; width:100%; bottom:0; left:0; font-size:1.2em; }
#footerWrapper { width:950px; margin:0 auto; padding:20px 0 0; }
p#ftrTxtL { float:left; }
ul#btmLinks { float:right; list-style:none; }
ul#btmLinks li { display:block; float:left; margin:0 0 0 10px; }
ul#btmLinks a { text-decoration:none; }
ul#btmLinks a:hover { text-decoration:underline; }
body#Servicequiz .blueHeader{ border-top:2px solid #7FB2E5;
clear:both;
padding:10px 0 20px;
}
/*-- Search Pages July 2009 --*/
body.DentalSearch div#content {
margin-left:12px;
width:731px;
display: inline;
}
body.DentalSearch div#search {
float: left;
padding-bottom: 20px;
}
a.BackToSearchLink {
display:block;
margin: 15px 0 0 0!important;
background:transparent url(http://www.nhsbsa.nhs.uk/i/backArrowWhite.gif) no-repeat scroll 0 4px;
padding:0 0 7px 10px;
}
body.DentalSearch div#HeadlineControl_SearchPanel {
float: left;
padding-bottom: 15px;
}
body.DentalSearch div#search div.searchSelection {
float: left;
padding: 10px 0;
width: 500px;
}
body.DentalSearch div#search div.searchSelection label {
width: 160px;
float: left;
clear: left;
}
body.DentalSearch div#search div.searchSelection select {
width: 340px;
float: left;
}
body.DentalSearch div#search div.searchSelection input#InDepthControl_AuthorityTextBox, body.DentalSearch div#search div.searchSelection input#HeadlineControl_AuthorityTextBox, body.DentalSearch div#search div.searchSelection input#HeadlineControl_TotalsCheckBox {
clear: none;
margin: 0px;
float: left!important;
}
body.DentalSearch div#search input {
clear: both;
font-size: 1.1em;
padding: 1px 3px;
margin: 0;
float: left;
}
body.DentalSearch div#search ul li {
line-height: 1;
margin-top: 5px;
}
body.DentalSearch div#InDepthControl_ResultsPanel ul {
clear: both;
border-top:1px solid #a7a6aa;
padding-top:20px;
}
body.DentalSearch div#InDepthControl_ResultsPanel ul li {
padding-top: 6px;
}
body.DentalSearch div#InDepthControl_ResultsPanel ul li a {
margin: 0;
float: none;
}
body.DentalSearch table /*#DigestControl_ResultsGridView, div#InDepthControl_ResultsPanel table, table#HeadlineControl_ctl00_DetailsGridView */{
float: left;
clear: both;
margin: 10px 0;
border-color: #a7a6aa;
width: 100%;
}
body.DentalSearch table#DigestControl_ResultsGridView {
font-size: 1.1em;
}
body.DentalSearch table tr.even td /*#DigestControl_ResultsGridView tr.even td, div#InDepthControl_ResultsPanel table tr.even td, table#HeadlineControl_ctl00_DetailsGridView tr.even td*/ {
background-color: #d6d6d6;
}
body.DentalSearch table th, body.DentalSearch table td /*div#InDepthControl_ResultsPanel table th, div#InDepthControl_ResultsPanel table td, table#HeadlineControl_ctl00_DetailsGridView th, table#HeadlineControl_ctl00_DetailsGridView td, table#DigestControl_ResultsGridView th, table#DigestControl_ResultsGridView td*/ {
font-size:0.9em !important;
padding: 1px;
border-color:#A7A6AA;
}
body.DentalSearch table#DigestControl_ResultsGridView th, body.DentalSearch table#DigestControl_ResultsGridView td {
padding: 4px;
}
body.DentalSearch div#HeadlineControl_ResultsPanel {
clear: both;
}
body.DentalSearch div#HeadlineControl_ResultsPanel ul {
border-top: 1px solid #A7A6AA;
padding-top: 20px;
}
body.DentalSearch div#HeadlineControl_ResultsPanel a {
margin: 5px 0;
}
body.DentalSearch table th /*div#InDepthControl_ResultsPanel table th, table#HeadlineControl_ctl00_DetailsGridView th, table#DigestControl_ResultsGridView th */{
background-color: #0066cc;
color: #fff;
font-weight: bold;
}
body.DentalSearch div#InDepthControl_ResultsPanel a {
clear: both;
float: left;
margin: 10px 0;
}
body.DentalSearch div#InDepthControl_ResultsPanel, body.DentalSearch div#HeadlineControl_ResultsPanel, body.DentalSearch #DigestControl_ResultsGridView {
clear: both;
color: #ff0000;
padding-top: 20px;
}
body.DentalSearch div#InDepthControl_ResultsPanel span, body.DentalSearch div#InDepthControl_ResultsPanel table, body.DentalSearch div#HeadlineControl_ResultsPanel span, body.DentalSearch div#HeadlineControl_ResultsPanel table, body.DentalSearch #DigestControl_ResultsGridView span, body.DentalSearch #DigestControl_ResultsGridView table {
color: #000!important;
}
input#InDepthControl_SubmitButton {
margin-top: 10px!important;
}
/*-search result-*/
span.TimeframeLabel {
display: block;
font-size: 1.2em;
font-weight: bold;
margin: 10px 0;
}
</style>
</head>
<body id="serviceContent" class="noTopNav">
<form name="netform" method="post" action="1125.aspx" id="netform">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MzExNzg1MzdkZF2Ali4Z/QX+AowemPt8SpONQT6r" />
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CD81B88A" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwLggKrLAwLkp5+4BgLhhtS+BLFyDZqVMPNuz0yD8RiMbXIYLQRO" />
</div>
<div id="toolbar">
<div id="toolbarWrapper">
<ul id="topNav">
<li><a href="/About.aspx">About</a>
</li>
<li><a href="/Complaints.aspx">Complaints</a>
</li>
<li><a href="/Contact.aspx">Customer Enquiries</a>
</li>
<li></li>
<li><a href="/FreedomOfInformation.aspx">Freedom of Information</a>
</li>
<li><a href="/PortalNews.aspx">News</a>
</li>
<li><a href="/PressReleases.aspx">Press Centre</a>
</li>
<li><a href="/Recruitment.aspx">Recruitment</a>
</li>
</ul>
<a href="/Index.aspx" id="logo" title="Back to NHSBSA home">NHS Business Services Authority supporting, supplying, protecting</a>
<div id="home">
<span id="homeLeft"></span>
<a class="backArrow" href="/Index.aspx">Back to NHSBSA home</a>
<span id="homeRight"></span>
</div>
<div id="searchContainer">
<div onkeypress="javascript:return WebForm_FireDefaultButton(event, 'simplesearch_searchButton')">
<fieldset>
<legend>Search</legend>
<input name="simplesearch$search" type="text" id="simplesearch_search" />
<label for="search">Keywords</label>
<input type="submit" name="simplesearch$searchButton" value="search" id="simplesearch_searchButton" />
</fieldset>
</div>
</div>
</div>
</div>
<div id="wrapper" class="clearfix">
<img src="http://www.nhsbsa.nhs.uk/i/logo_Help_with_Health_Costs.jpg" alt="Service Logo" class="servicesLogo" />
<div id="contentHeader">
<h1>NHS Low Income Scheme</h1>
</div>
<!-- Left Navigation -->
<div id="lNavContainer">
<ul id="lNav">
<li><a href="">Help with Health Costs Home</a>
</li>
<li id="lNavCurrentSection"><a href="">Help with Health Costs</a>
<ul>
<li><a href="http://www.nhsbsa.nhs.uk/HealthCosts/3097.aspx"><span>Advice in other languages</span></a>
</li>
<li><a href=""><span>Age groups</span></a>
</li>
<li><a href="http://www.nhsbsa.nhs.uk/HealthCosts/1976.aspx"><span>People in receipt of benefits</span></a>
</li>
<li><a href=""><span>Tax Credits</span></a>
</li>
<li><a href=""><span>medical exemption certificates</span></a>
</li>
<li><a href=""><span>Pregnant women and those who have had a baby in the last 12 months</span></a>
</li>
<li> <a href="lis-home" ><span>NHS Low Income Scheme</span></a>
<ul>
<li id="lNavCurrentSection" class="lNavSelected" style=""><a href="need-to-know"><span>Low Income Scheme - what you need to know</span></a>
</li>
<li><a href="apply"><span>How to apply</span></a>
</li>
<li><a href="refund"><span>Low Income Scheme refunds</span></a>
</li>
<li><a href="leaflet"><span>HC11 Leaflet - Help with Health Costs</span></a>
</li>
</ul>
</li>
<li><a href=""><span>Prescription prepayment certificates (PPCs)</span></a>
</li>
</ul>
</li>
</ul>
</div>
<!-- Left Navigation END -->
<div id="content">
<h2>Who can apply</h2>
<ul>You are already entitled to full help with health costs and don't need to apply if you or your partner:
<li>get Income support</li>
<li>get Universal Credit (in some circumstances)</li>
<li>get Income-based Jobseeker's Allowance</li>
<li>get Income-related Employment and Support Allowance</li>
<li>get Pension Credit Guarantee Card</li>
<li>are named on, or entitled to a NHS Tax Credit Exemption Certificate</li>
</ul>
<ul>You can't get help if you or your partner (or both) have more than:
<li>£16,000 in savings, investments or property (not including the place you live)
</li>
<li>£23,250 in savings, investments or property if you live permanently in a care home (<nobr>£24,000</nobr> if you live in Wales)
</li>
</ul>
<p></p>
<h2>What happens next</h2>
<p>How much help you get depends on your weekly income and outgoings, plus any savings or investments you have at the time you apply. </p>
<p>Your council tax and housing costs will be used during the assessment. This means that even if your income is too high for Income Support, you might still get help through the Low Income Scheme.</p>
<p>If you have a partner, their income will also be taken into account as part of your assessment, as will the income of any other people who live with you (excluding children or dependent young people).</p>
<P></P>
<div>
Any questions? Have a look at our <a href="http://contactcentreservices.nhsbsa.nhs.uk/selfnhsukokb/AskUs _HWHC/template-group.do">Ask Us</a> section.</div>
<P></P>
<div class="back">
<a href="javascript:history.go(-1)" class="backArrow">Back to previous page</a>
</div>
</div>
<div id="relatedLinks">
<h1>Related Links</h1>
<ul id="relatedLinksList">
<li>
<a href="" class="arrow">Contact Help with Health Costs</a>
</li>
<li>
<a href="" class="arrow">Low Income Scheme FAQs</a>
</li>
</ul>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div id="footerWrapper">
<p id="ftrTxtL">Copyright © 2012 NHSBSA</p>
<ul id="btmLinks">
<li><a href="">Terms & Conditions</a>
</li>
<li><a href="">Privacy Policy and Cookies</a>
</li>
<li><a href="">Accessibility</a>
</li>
<li><a href="">Data Protection</a>
</li>
</ul>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['netform'];
if (!theForm) {
theForm = document.netform;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=1clDqtCDmb9rMarWiv7trWNKYOjZ4Qruw7S7grlBZsSFO7n8KAPi_kc3KkCYWg0TVGo8zhQZ2NttmOaVgjXhClBnlPI1&t=635588624026805809" type="text/javascript"></script>
</form>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-6408051-1");
pageTracker._trackPageview();
</script>
<!-- Footer END -->
</body>
</html>
|
css/style.css | DevRice/DevRice.github.io | @import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
margin: 0;
padding: 0;
font-family: 'Montserrat';
}
.home-wrap {
padding-top: 120px;
padding-bottom: 280px;
}
#navbar {
background: #FDFEFE;
border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
padding: 40px;
overflow: hidden;
position: fixed;
width: 100%;
display: flex;
align-items: center;
}
h2 {
font-size: 32px;
text-transform: uppercase;
}
#navbar a {
text-decoration: none;
color: #99A3A4;
margin-left: 60px;
transition: all 0.3s;
position: relative;
}
#navbar a::after {
content: '';
display: inline-block;
width: 0;
height: 2px;
background: #EB984E;
position: absolute;
left: 0px;
bottom: 0px;
transition: 0.2s ease-in;
}
#navbar a:hover::after {
width: 100%;
}
#navbar a:hover {
color: #EB984E;
}
#logo {
width: 150px;
height: 150px;
display: block;
margin: 20vh auto 1vh auto;
}
h3 {
text-transform: uppercase;
color: #5F6A6A;
text-align: center;
}
.grid {
padding-top: 150px;
padding-bottom: 200px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex: 0 0 25%;
}
.project > img {
margin: 5px;
max-width: 300px;
max-height: 200px;
}
.connect-wrap {
display: flex;
justify-content: center;
align-items: center;
}
.connect-items > a {
color: #424949;
font-size: 72px;
padding: 50px;
}
#navbar .linkActive {
font-size: 18px;
color: #EB984E;
}
footer {
text-align: center;
padding: 30px;
font-size: 12px;
}
|
all-data/17000-17999/17047-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">憬然赴目</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄐ|ㄥ<sup class="subfont">ˇ</sup> ㄖㄢ<sup class="subfont">ˊ</sup> ㄈㄨ<sup class="subfont">ˋ</sup> ㄇㄨ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">jǐng rán fù mù</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">很清楚的呈現在眼前。如:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>憶起往事,憬然赴目。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
Web Services Projects/Homework-CloudServices/02.PubNub/RecieverPage.html | vladislav-karamfilov/TelerikAcademy | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Reciever</title>
</head>
<body>
<div pub-key="pub-c-d9aadadf-abba-443c-a767-62023d43411a"
sub-key="sub-c-102d0358-073f-11e3-916b-02ee2ddab7fe"
ssl="off" origin="pubsub.pubnub.com" id="pubnub"></div>
<script src="http://cdn.pubnub.com/pubnub-3.5.3.min.js"></script>
<h1>Listening for messages from Pubnub...</h1>
<textarea id="messagesArea" style="width:300px; height:300px"></textarea>
<script>
(function () {
document.write("")
PUBNUB.subscribe({
channel: "PublishApp",
callback: function (message) {
document.getElementById('messagesArea').innerHTML += message + '\n';
}
});
})();
</script>
</body>
</html> |
docs/genindex.html | matousc89/signalz |
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Index — Signalz 0.8 documentation</title>
<link rel="stylesheet" href="_static/haiku.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
<meta name="description" content="Signalz - synthetic data generators in Python">
<meta name="keywords" content="signal, data, generator, python, artificial, synthetic">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-73796119-7', 'auto');
ga('send', 'pageview');
</script>
</head><body>
<div class="header" role="banner"><h1 class="heading"><a href="index.html">
<span>Signalz 0.8 documentation</span></a></h1>
<h2 class="heading"><span>Index</span></h2>
</div>
<div class="topnav" role="navigation" aria-label="top navigation">
<p>
<a class="uplink" href="index.html">Contents</a>
</p>
</div>
<div class="content">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#A"><strong>A</strong></a>
| <a href="#B"><strong>B</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#L"><strong>L</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
| <a href="#U"><strong>U</strong></a>
</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/ecgsyn.html#signalz.generators.ecgsyn.annotate_peaks">annotate_peaks() (in module signalz.generators.ecgsyn)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/autoregressive_model.html#signalz.generators.autoregressive_model.autoregressive_model">autoregressive_model() (in module signalz.generators.autoregressive_model)</a>
</li>
</ul></td>
</tr></table>
<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/brownian_noise.html#signalz.generators.brownian_noise.brownian_noise">brownian_noise() (in module signalz.generators.brownian_noise)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/card_dealer.html#signalz.generators.card_dealer.card_dealer">card_dealer() (in module signalz.generators.card_dealer)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/card_dealer.html#signalz.generators.card_dealer.card_dealer_numpy">card_dealer_numpy() (in module signalz.generators.card_dealer)</a>
</li>
<li><a href="sources/generators/cosinus.html#signalz.generators.cosinus.cosinus">cosinus() (in module signalz.generators.cosinus)</a>
</li>
</ul></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/ecgsyn.html#signalz.generators.ecgsyn.derfunc">derfunc() (in module signalz.generators.ecgsyn)</a>
</li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/ecgsyn.html#signalz.generators.ecgsyn.ecgsyn">ecgsyn() (in module signalz.generators.ecgsyn)</a>
</li>
</ul></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/gaussian_white_noise.html#signalz.generators.gaussian_white_noise.gaussian_white_noise">gaussian_white_noise() (in module signalz.generators.gaussian_white_noise)</a>
</li>
<li><a href="sources/generators/lorem_ipsum.html#signalz.generators.lorem_ipsum.get_dictionary">get_dictionary() (in module signalz.generators.lorem_ipsum)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/lorem_ipsum.html#signalz.generators.lorem_ipsum.get_paragraphs">get_paragraphs() (in module signalz.generators.lorem_ipsum)</a>
</li>
<li><a href="sources/generators/lorem_ipsum.html#signalz.generators.lorem_ipsum.get_sentence">get_sentence() (in module signalz.generators.lorem_ipsum)</a>
</li>
<li><a href="sources/generators/lorem_ipsum.html#signalz.generators.lorem_ipsum.get_text">get_text() (in module signalz.generators.lorem_ipsum)</a>
</li>
</ul></td>
</tr></table>
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/levy_flight.html#signalz.generators.levy_flight.levy_flight">levy_flight() (in module signalz.generators.levy_flight)</a>
</li>
<li><a href="sources/generators/levy_noise.html#signalz.generators.levy_noise.levy_noise">levy_noise() (in module signalz.generators.levy_noise)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/levy_walk.html#signalz.generators.levy_walk.levy_walk">levy_walk() (in module signalz.generators.levy_walk)</a>
</li>
<li><a href="sources/generators/logist_map.html#signalz.generators.logistic_map.logistic_map">logistic_map() (in module signalz.generators.logistic_map)</a>
</li>
</ul></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/mackey_glass.html#signalz.generators.mackey_glass.mackey_glass">mackey_glass() (in module signalz.generators.mackey_glass)</a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/random_steps.html#signalz.generators.random_steps.random_steps">random_steps() (in module signalz.generators.random_steps)</a>
</li>
</ul></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#module-signalz">signalz (module)</a>
</li>
<li><a href="sources/generators/autoregressive_model.html#module-signalz.generators.autoregressive_model">signalz.generators.autoregressive_model (module)</a>
</li>
<li><a href="sources/generators/brownian_noise.html#module-signalz.generators.brownian_noise">signalz.generators.brownian_noise (module)</a>
</li>
<li><a href="sources/generators/card_dealer.html#module-signalz.generators.card_dealer">signalz.generators.card_dealer (module)</a>
</li>
<li><a href="sources/generators/cosinus.html#module-signalz.generators.cosinus">signalz.generators.cosinus (module)</a>
</li>
<li><a href="sources/generators/ecgsyn.html#module-signalz.generators.ecgsyn">signalz.generators.ecgsyn (module)</a>
</li>
<li><a href="sources/generators/gaussian_white_noise.html#module-signalz.generators.gaussian_white_noise">signalz.generators.gaussian_white_noise (module)</a>
</li>
<li><a href="sources/generators/levy_flight.html#module-signalz.generators.levy_flight">signalz.generators.levy_flight (module)</a>
</li>
<li><a href="sources/generators/levy_noise.html#module-signalz.generators.levy_noise">signalz.generators.levy_noise (module)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/levy_walk.html#module-signalz.generators.levy_walk">signalz.generators.levy_walk (module)</a>
</li>
<li><a href="sources/generators/logist_map.html#module-signalz.generators.logistic_map">signalz.generators.logistic_map (module)</a>
</li>
<li><a href="sources/generators/lorem_ipsum.html#module-signalz.generators.lorem_ipsum">signalz.generators.lorem_ipsum (module)</a>
</li>
<li><a href="sources/generators/mackey_glass.html#module-signalz.generators.mackey_glass">signalz.generators.mackey_glass (module)</a>
</li>
<li><a href="sources/generators/random_steps.html#module-signalz.generators.random_steps">signalz.generators.random_steps (module)</a>
</li>
<li><a href="sources/generators/sinus.html#module-signalz.generators.sinus">signalz.generators.sinus (module)</a>
</li>
<li><a href="sources/generators/steps.html#module-signalz.generators.steps">signalz.generators.steps (module)</a>
</li>
<li><a href="sources/generators/uniform_white_noise.html#module-signalz.generators.uniform_white_noise">signalz.generators.uniform_white_noise (module)</a>
</li>
<li><a href="sources/generators/sinus.html#signalz.generators.sinus.sinus">sinus() (in module signalz.generators.sinus)</a>
</li>
<li><a href="sources/generators/steps.html#signalz.generators.steps.steps">steps() (in module signalz.generators.steps)</a>
</li>
</ul></td>
</tr></table>
<h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sources/generators/uniform_white_noise.html#signalz.generators.uniform_white_noise.uniform_white_noise">uniform_white_noise() (in module signalz.generators.uniform_white_noise)</a>
</li>
</ul></td>
</tr></table>
</div>
<div class="bottomnav" role="navigation" aria-label="bottom navigation">
<p>
<a class="uplink" href="index.html">Contents</a>
</p>
</div>
<div class="footer" role="contentinfo">
© Copyright 2016-2019, Matous C.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.9.
</div>
</body>
</html> |
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5beta1/contrib:karatsuba/8.4.dev/2015-01-29_21-10-17.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.5beta1 / contrib:karatsuba 8.4.dev</a></li>
<li class="active"><a href="">2015-01-29 21:10:17</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:karatsuba
<small>
8.4.dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-01-29 21:10:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-29 21:10:17 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:karatsuba/coq:contrib:karatsuba.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:karatsuba.8.4.dev coq.8.5beta1</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5beta1).
The following dependencies couldn't be met:
- coq:contrib:karatsuba -> coq <= 8.4.dev+ltacprof
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:karatsuba.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.5beta1
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.5beta1.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
The following actions will be performed:
- install coq.8.4.dev [required by coq:contrib:karatsuba]
- install coq:contrib:karatsuba.8.4.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.8.4.dev:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.8.4.dev.
Building coq:contrib:karatsuba.8.4.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:karatsuba.8.4.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.9.0/mathcomp-solvable/1.13.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-solvable: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.0 / mathcomp-solvable - 1.13.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-solvable
<small>
1.13.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-06 09:57:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-06 09:57:06 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CECILL-B"
build: [ make "-C" "mathcomp/solvable" "-j" "%{jobs}%" "COQEXTRAFLAGS+=-native-compiler yes" {coq-native:installed & coq:version < "8.13~" } ]
install: [ make "-C" "mathcomp/solvable" "install" ]
depends: [ "coq-mathcomp-algebra" { = version } ]
tags: [ "keyword:finite groups" "keyword:Feit Thompson theorem" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.solvable" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on finite groups (II)"
description:"""
This library contains more definitions and theorems about finite groups.
"""
url {
src: "https://github.com/math-comp/math-comp/archive/mathcomp-1.13.0.tar.gz"
checksum: "sha256=4334e915736f96032e1d4d502e70537047220af1a1c7a6740f770e45601bdab0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-solvable.1.13.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0).
The following dependencies couldn't be met:
- coq-mathcomp-solvable -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq >= dev
no matching version
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-solvable.1.13.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/07020.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Aubignas est
un village
géographiquement positionné dans le département de l'Ardêche en Rhône-Alpes. Elle totalisait 379 habitants en 2008.</p>
<p>Si vous pensez emmenager à Aubignas, vous pourrez aisément trouver une maison à acheter. </p>
<p>La commune propose quelques équipements sportifs, elle dispose, entre autres, de un terrain de tennis.</p>
<p>Le parc d'habitations, à Aubignas, se décomposait en 2011 en 24 appartements et 203 maisons soit
un marché plutôt équilibré.</p>
<p>À proximité de Aubignas sont situées les villes de
<a href="{{VLROOT}}/immobilier/ancone_26008/">Ancône</a> située à 7 km, 1 014 habitants,
<a href="{{VLROOT}}/immobilier/alba-la-romaine_07005/">Alba-la-Romaine</a> située à 4 km, 1 338 habitants,
<a href="{{VLROOT}}/immobilier/saint-pons_07287/">Saint-Pons</a> située à 4 km, 249 habitants,
<a href="{{VLROOT}}/immobilier/saint-jean-le-centenier_07247/">Saint-Jean-le-Centenier</a> à 7 km, 626 habitants,
<a href="{{VLROOT}}/immobilier/sceautres_07311/">Sceautres</a> localisée à 3 km, 133 habitants,
<a href="{{VLROOT}}/immobilier/saint-pierre-la-roche_07283/">Saint-Pierre-la-Roche</a> située à 7 km, 51 habitants,
entre autres. De plus, Aubignas est située à seulement neuf km de <a href="{{VLROOT}}/immobilier/montelimar_26198/">Montélimar</a>.</p>
</div>
|
public/Windows 10 x64 (18363.720)/_ETW_PERIODIC_TIMER_STATE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.720)</h4><br>
<h2>_ETW_PERIODIC_TIMER_STATE</h2>
<font face="arial"> EtwpPeriodicTimerUnset = 0n0<br>
EtwpPeriodicTimerSet = 0n1<br>
</font></body></html> |
56961-79-6.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=56961-79-6.txt alt=56961-79-6.txt></img><body>
"x"
"1" "SAEKI,K, TAKAHASHI,K AND KAWAZOE,Y, POTENT MUTAGENIC POTENTIAL OF4-METHYLQUINOLINE: METABOLIC AND MECHANISTIC CONSIDERATIONS, BIOL. PHARM. BULL.19(4):541-546, 1996"
</body></html>
|
docs/SignalType_8h.html | Fraunhofer-IIS/ogre | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>My Project: SignalType.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">My Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_93501a11e921083efbd154e0cdff5f10.html">packages</a></li><li class="navelem"><a class="el" href="dir_8461305a911d1663bccae376bbe0d33c.html">gnss</a></li><li class="navelem"><a class="el" href="dir_de9d23457bee9046ee3f88ecea763624.html">gnss_base</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#enum-members">Enumerations</a> </div>
<div class="headertitle">
<div class="title">SignalType.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="SignalType_8h__dep__incl.png" border="0" usemap="#SignalType_8hdep" alt=""/></div>
<map name="SignalType_8hdep" id="SignalType_8hdep">
<area shape="rect" id="node2" href="OgreControllerBackend_8h.html" title="OgreControllerBackend.h" alt="" coords="5,80,172,107"/>
</map>
</div>
</div>
<p><a href="SignalType_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:aad6ca876084fe82fadbaf26d6e919ade"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919ade">SignalType</a> { <br />
  <a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adeaa9e324e544c7e9539ce84ead9fc2b736">SIGNAL_TYPE_GPS_L1CA</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea4fe642f6e7cefa207f1511848f44beee">SIGNAL_TYPE_GPS_L2C</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea82ca8b12acef0a217713ed383e98d79a">SIGNAL_TYPE_GPS_L5</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adeaf30db2e236ed4ebb98f3da7119970d94">SIGNAL_TYPE_GALILEO_E1</a>,
<br />
  <a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adeabbf3aff0c8fbc34dc7d44c2d6cf32037">SIGNAL_TYPE_GALILEO_E5A</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea3094e34f7049e34f66a7e30e34c16ffb">SIGNAL_TYPE_GALILEO_E5B</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea9c739a1fc04560fcb4195a6e2095be6b">SIGNAL_TYPE_GALILEO_E5</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea5746e459dcf30e9f71a925598b85822f">SIGNAL_TYPE_GLONASS_G1</a>,
<br />
  <a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea7b6068e5e7592056cec0c4f4cc4ef100">SIGNAL_TYPE_GLONASS_G2</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adeae0ead0c12180ad7dfdd801b10603488d">SIGNAL_TYPE_BEIDOU_B1I</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adea2063b4458e7cf4860c05edafaba8a196">SIGNAL_TYPE_SBAS_L1CA</a>,
<a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919adeae28c2b1e25a8e9f18abb60deb5207155">SIGNAL_TYPE_UNKNOWN</a>
<br />
}</td></tr>
<tr class="separator:aad6ca876084fe82fadbaf26d6e919ade"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Enumeration Type Documentation</h2>
<a id="aad6ca876084fe82fadbaf26d6e919ade"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aad6ca876084fe82fadbaf26d6e919ade">◆ </a></span>SignalType</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="SignalType_8h.html#aad6ca876084fe82fadbaf26d6e919ade">SignalType</a></td>
</tr>
</table>
</div><div class="memdoc">
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adeaa9e324e544c7e9539ce84ead9fc2b736"></a>SIGNAL_TYPE_GPS_L1CA </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea4fe642f6e7cefa207f1511848f44beee"></a>SIGNAL_TYPE_GPS_L2C </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea82ca8b12acef0a217713ed383e98d79a"></a>SIGNAL_TYPE_GPS_L5 </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adeaf30db2e236ed4ebb98f3da7119970d94"></a>SIGNAL_TYPE_GALILEO_E1 </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adeabbf3aff0c8fbc34dc7d44c2d6cf32037"></a>SIGNAL_TYPE_GALILEO_E5A </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea3094e34f7049e34f66a7e30e34c16ffb"></a>SIGNAL_TYPE_GALILEO_E5B </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea9c739a1fc04560fcb4195a6e2095be6b"></a>SIGNAL_TYPE_GALILEO_E5 </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea5746e459dcf30e9f71a925598b85822f"></a>SIGNAL_TYPE_GLONASS_G1 </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea7b6068e5e7592056cec0c4f4cc4ef100"></a>SIGNAL_TYPE_GLONASS_G2 </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adeae0ead0c12180ad7dfdd801b10603488d"></a>SIGNAL_TYPE_BEIDOU_B1I </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adea2063b4458e7cf4860c05edafaba8a196"></a>SIGNAL_TYPE_SBAS_L1CA </td><td class="fielddoc"></td></tr>
<tr><td class="fieldname"><a id="aad6ca876084fe82fadbaf26d6e919adeae28c2b1e25a8e9f18abb60deb5207155"></a>SIGNAL_TYPE_UNKNOWN </td><td class="fielddoc"></td></tr>
</table>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
fixtures/styles.css | rosivanov/postcss-print-zindex | /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
/* Document
========================================================================== */
html {
font-family: sans-serif; /* 1 */
line-height: 1.15; /* 2 */
-ms-text-size-adjust: 100%; /* 3 */
-webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects; /* 2 */
}
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover,
a:focus {
outline-width: 0;
}
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details, /* 1 */
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
/* Slider */
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.footer-container-form-input,
.home-archt-trouvez__input,
.home-brchr-form__input,
.insc-form-person-input input,
.insc-textarea__txtarea {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
border: none;
background-color: transparent;
}
.box-article__btn,
.btn-default,
.filter-head__reset,
.filter-section__toggle-btn,
.home-slick-intro .slick-arrow,
.home-archt-trouvez__btn,
.home-prts-slick .slick-arrow {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
border: none;
text-align: center;
cursor: pointer;
text-decoration: none;
color: inherit;
outline: none;
background-color: transparent;
}
.crumbs__ul,
.filter-section__ul,
.filter-aside__ul,
.footer-container-items,
.nav-header_list,
.nav-header_item-sub,
.paginator__ul,
.home-slick-intro .slick-dots,
.home-engmts__ul,
.home-prts-box__a,
.insc-form-zns-select__ul,
.qui__content-features {
list-style: none;
padding: 0;
margin: 0;
}
.box-eye-overlay__a,
.footer-container-item-link,
.footer-container-site-link,
.nav-header_link,
.nav-header_link-sub,
.paginator__a,
.actualite__social-item,
.home-dmns-fig__a,
.home-archt-box__a,
.home-tnds-box__a,
.hubprtn-box-figure__a,
.hubprod-box__a,
.hubuniv-box__a {
color: inherit;
text-decoration: none;
}
.box-article__h3,
.filter-aside__h3,
.footer-container-title,
.footer-container-site-title,
.actualite__title,
.actualite__text,
.contactez__title,
.faq__title,
.faq__accordion-item-title,
.faq__person-title,
.faq__person-text,
.home-slick-intro__h4,
.home-slick-intro__h3,
.home-dmns__h2,
.home-archt__h2,
.home-dmds__h2,
.home-dmds-article__h3,
.home-engmts__h2,
.home-brchr__h3,
.home-rlst__h2,
.home-actls__h2,
.home-tnds__h2,
.home-tnds-box__h3,
.home-tnds-box__p,
.home-prts__h2,
.hubact-h1,
.hubact-h2,
.hubprtn-box__txttop,
.hubprtn-box__txtbottom,
.hubprod-desc,
.hubprod-box__h3,
.hubprod-box__p,
.hubuniv-box__h2,
.hubuniv-box__p,
.insc-form-section-h3,
.mesdemarches__intro-title,
.mesdemarches__intro-text,
.mesdemarches__content-item-title,
.mesdemarches__content-item-text,
.mesdemarches__tabs-title,
.mesdemarches__person-title,
.mesdemarches__person-text,
.prtn-h1,
.prtn-h2,
.professionnel__title,
.qui__title,
.qui__text,
.qui__content-text,
.qui__person-title,
.qui__person-text {
margin-top: 0;
margin-bottom: 0;
font-size: inherit;
font-weight: normal;
}
.container,
.home-dmns,
.home-dmns-figures__container,
.home-dmns-fig__icon,
.home-archt__h2,
.home-archt-trouvez,
.home-sectionA,
.home-video img,
.home-brchr,
.home-brchr__container,
.home-rlst__h2,
.home-rlst__grid,
.home-rlst__col,
.home-actls__h2,
.home-tnds__h2,
.home-tnds__container,
.home-prts__h2,
.home-prts__container,
.hubact-container,
.hubact-grid__col .box-article,
.hubprtn-container,
.hubprod-container,
.hubprod-box,
.hubreal-container,
.hubreal-grid__col,
.insc-container,
.insc-upload__view,
.insc-upload__plug:before,
.prtn-containerA,
.prtn-containerB,
.prtn-image {
margin-left: auto;
margin-right: auto;
}
.home-slick-intro .slick-arrow,
.home-prts-slick .slick-arrow {
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.radio-icon:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.cf,
.container,
.footer-container,
.footer-info,
.header,
.header-container,
.header_rowA,
.actualite__image-container,
.contactez-container,
.contactez__form,
.contactez__form-row-choice,
.faq-container,
.faq__left-block,
.home-archt,
.home-sectionA,
.home-dmds-article,
.home-sectionB,
.home-rlst,
.home-rlst__grid,
.hubact-grid,
.hubprtn-grid,
.hubprod-grid,
.hubreal-grid,
.mesdemarches__intro-form,
.mesdemarches__content-container,
.prtn-grid,
.qui__content-container {
*zoom: 1;
}
.cf:before,
.container:before,
.footer-container:before,
.footer-info:before,
.header:before,
.header-container:before,
.header_rowA:before,
.actualite__image-container:before,
.contactez-container:before,
.contactez__form:before,
.contactez__form-row-choice:before,
.faq-container:before,
.faq__left-block:before,
.home-archt:before,
.home-sectionA:before,
.home-dmds-article:before,
.home-sectionB:before,
.home-rlst:before,
.home-rlst__grid:before,
.hubact-grid:before,
.hubprtn-grid:before,
.hubprod-grid:before,
.hubreal-grid:before,
.mesdemarches__intro-form:before,
.mesdemarches__content-container:before,
.prtn-grid:before,
.qui__content-container:before,
.cf:after,
.container:after,
.footer-container:after,
.footer-info:after,
.header:after,
.header-container:after,
.header_rowA:after,
.actualite__image-container:after,
.contactez-container:after,
.contactez__form:after,
.contactez__form-row-choice:after,
.faq-container:after,
.faq__left-block:after,
.home-archt:after,
.home-sectionA:after,
.home-dmds-article:after,
.home-sectionB:after,
.home-rlst:after,
.home-rlst__grid:after,
.hubact-grid:after,
.hubprtn-grid:after,
.hubprod-grid:after,
.hubreal-grid:after,
.mesdemarches__intro-form:after,
.mesdemarches__content-container:after,
.prtn-grid:after,
.qui__content-container:after {
content: "";
display: table;
}
.cf:after,
.container:after,
.footer-container:after,
.footer-info:after,
.header:after,
.header-container:after,
.header_rowA:after,
.actualite__image-container:after,
.contactez-container:after,
.contactez__form:after,
.contactez__form-row-choice:after,
.faq-container:after,
.faq__left-block:after,
.home-archt:after,
.home-sectionA:after,
.home-dmds-article:after,
.home-sectionB:after,
.home-rlst:after,
.home-rlst__grid:after,
.hubact-grid:after,
.hubprtn-grid:after,
.hubprod-grid:after,
.hubreal-grid:after,
.mesdemarches__intro-form:after,
.mesdemarches__content-container:after,
.prtn-grid:after,
.qui__content-container:after {
clear: both;
}
*,
*:after,
*:before {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
html {
background-color: #fff;
}
body {
font-family: 'Roboto', "Arial", sans-serif;
color: #676767;
line-height: 1.1;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.container {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
}
@media (min-width: 768px) {
.container {
max-width: 41.75rem;
padding-left: 0rem;
padding-right: 0rem;
}
}
@media (min-width: 1280px) {
.container {
max-width: 69.375rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
}
.header-offset {
margin-top: 65px;
height: 1px;
margin-bottom: -1px;
}
.box-article {
position: relative;
overflow: hidden;
}
.box-article._meta-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.box-article._size350x290 {
max-width: 21.875em;
height: 18.125em;
}
.box-article._size350x225 {
max-width: 21.875em;
height: 14.0625em;
}
.box-article img {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
font-family: "object-fit:cover";
object-fit: cover;
}
.box-article__meta {
color: #fff;
margin: 0.9375em 1.875em;
opacity: 1;
-webkit-transition: opacity 0.75s ease;
transition: opacity 0.75s ease;
}
.box-article:hover .box-article__meta, .box-article:focus .box-article__meta {
opacity: 0;
}
.box-article__time {
display: inline-block;
font-size: 0.875em;
font-weight: 700;
margin-bottom: 0.357142857142857em;
}
.box-article__h3 {
font-size: 1em;
font-weight: 700;
}
.box-article._meta-bottom .box-article__h3 {
font-size: 1.125em;
}
.box-article__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: rgba(239,125,11,0.8);
padding: 0.625em 1.25em;
color: #fff;
text-align: center;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.75s ease, visibility 0.75s ease;
transition: opacity 0.75s ease, visibility 0.75s ease;
}
.box-article:hover .box-article__overlay, .box-article:focus .box-article__overlay {
visibility: visible;
opacity: 1;
}
.box-article__share {
float: right;
cursor: pointer;
}
.box-article__share:after {
content: '';
display: inline-block;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: -159px 0px;
width: 20px;
height: 19px;
margin-left: 0.625em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-article__share:after {
background-image: url("../img/sprite@2x.png");
background-position: -159px 0px;
width: 20px;
height: 19px;
background-size: 202px 185px;
}
}
.box-article__desc {
font-size: 0.875em;
font-weight: 500;
line-height: 1.5;
}
.box-article._size350x290 .box-article__desc {
margin-top: 65px;
margin-bottom: 30px;
}
.box-article._size350x225 .box-article__desc {
margin-top: 35px;
margin-bottom: 15px;
}
.box-article__btn {
width: 12.857142857142858em;
height: 3.928571428571428em;
border: 2px solid #fff;
font-size: 0.875em;
font-weight: 700;
padding: 1.357142857142857em 0;
-webkit-transition: background-color 0.3s ease, color 0.3s ease;
transition: background-color 0.3s ease, color 0.3s ease;
}
.box-article__btn:after {
content: '';
display: inline-block;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: -52px -52px;
width: 31px;
height: 12px;
margin-left: 1.071428571428571em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-article__btn:after {
background-image: url("../img/sprite@2x.png");
background-position: -52px -52px;
width: 31px;
height: 12px;
background-size: 202px 185px;
}
}
.box-article__btn:hover, .box-article__btn:focus {
background-color: rgba(255,255,255,0.3);
}
.box-eye {
position: relative;
background-color: #fff;
}
.box-eye-arrows {
position: absolute;
top: 0;
right: 0;
padding: 0.375em 0.625em;
z-index: 2;
}
.box-eye-arrows__left,
.box-eye-arrows__right {
position: relative;
display: inline-block;
width: 1.375em;
height: 1.375em;
background-color: #303030;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
cursor: pointer;
}
.box-eye-arrows__left:before,
.box-eye-arrows__right:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.box-eye-arrows__left:hover,
.box-eye-arrows__right:hover,
.box-eye-arrows__left:focus,
.box-eye-arrows__right:focus {
background-color: #2b2b2b;
}
.box-eye-arrows__left:before {
background-image: url("../img/sprite.png");
background-position: -100px -118px;
width: 6px;
height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-eye-arrows__left:before {
background-image: url("../img/sprite@2x.png");
background-position: -100px -118px;
width: 6px;
height: 10px;
background-size: 202px 185px;
}
}
.box-eye-arrows__right:before {
background-image: url("../img/sprite.png");
background-position: -116px -118px;
width: 6px;
height: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-eye-arrows__right:before {
background-image: url("../img/sprite@2x.png");
background-position: -116px -118px;
width: 6px;
height: 10px;
background-size: 202px 185px;
}
}
.box-eye-view {
position: relative;
}
.box-eye-view img {
display: block;
width: 100%;
height: 20.9375em;
font-family: "object-fit:cover";
object-fit: cover;
}
.box-eye-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: rgba(71,61,59,0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
transition: opacity 0.5s ease, visibility 0.5s ease;
}
.box-eye-view:hover .box-eye-overlay, .box-eye-view:focus .box-eye-overlay {
visibility: visible;
opacity: 1;
}
.box-eye-overlay__a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.box-eye-overlay__title {
font-size: 0.875em;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin-bottom: 1.428571428571429em;
}
.box-eye-overlay__icon {
position: relative;
width: 5em;
height: 5em;
background-color: #ef7d0b;
border-radius: 50%;
margin: 1.25em 0;
}
.box-eye-overlay__icon:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-image: url("../img/sprite.png");
background-position: -48px 0px;
width: 41px;
height: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-eye-overlay__icon:before {
background-image: url("../img/sprite@2x.png");
background-position: -48px 0px;
width: 41px;
height: 23px;
background-size: 202px 185px;
}
}
.box-eye-overlay__desc {
font-size: 0.875em;
font-weight: 500;
color: #fff;
margin-top: 1.428571428571429em;
}
.box-eye-overlay__desc:before {
content: '';
display: inline-block;
margin-right: 1.428571428571429em;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: 0px -52px;
width: 42px;
height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-eye-overlay__desc:before {
background-image: url("../img/sprite@2x.png");
background-position: 0px -52px;
width: 42px;
height: 16px;
background-size: 202px 185px;
}
}
.box-eye-photo {
position: relative;
z-index: 2;
float: right;
width: 3.875em;
height: 3.875em;
padding: 0.3125em;
-webkit-transform: translate(-15px, -50%);
-ms-transform: translate(-15px, -50%);
transform: translate(-15px, -50%);
background-color: #fff;
box-shadow: 0 0 9px rgba(0,0,0,0.12);
border-radius: 50%;
}
.box-eye-photo img {
display: block;
}
.box-eye-project {
padding: 0.9375em 1.5625em;
border-bottom: 1px solid #ebebeb;
}
.box-eye-project__name {
max-width: 18.333333333333332em;
font-size: 0.75em;
line-height: 1.5;
font-weight: 700;
margin-bottom: 3px;
}
.box-eye-project__where {
font-size: 0.75em;
font-style: italic;
}
.box-eye-meta {
padding: 1.25em 2.083333333333333em 0.416666666666667em;
font-size: 0.75em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.box-eye-meta__person {
width: 100%;
font-weight: 700;
margin-bottom: 3px;
}
.box-eye-meta__position {
width: 100%;
font-style: italic;
margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
.box-eye-meta__position {
width: 45%;
margin-bottom: 0;
}
}
.box-eye-meta__address {
width: 100%;
}
@media only screen and (min-width: 768px) {
.box-eye-meta__address {
width: 55%;
}
}
.box-eye-meta__address:before {
content: '';
display: inline-block;
vertical-align: bottom;
background-image: url("../img/sprite.png");
background-position: -189px -26px;
width: 11px;
height: 18px;
margin-right: 0.416666666666667em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.box-eye-meta__address:before {
background-image: url("../img/sprite@2x.png");
background-position: -189px -26px;
width: 11px;
height: 18px;
background-size: 202px 185px;
}
}
.btn-default._viking {
color: #fff;
background-color: #6edad5;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.btn-default._viking:hover,
.btn-default._viking:focus,
.btn-default._viking:focus {
background-color: #22d3c1;
}
.btn-default._christine {
color: #fff;
background-color: #ef7d0b;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.btn-default._christine:hover,
.btn-default._christine:focus,
.btn-default._christine:focus {
background-color: #cb6a09;
}
.btn-default._size240x60._fs14fw700 {
font-size: 0.875em;
font-weight: 700;
width: 17.142857142857142em;
min-height: 4.285714285714286em;
padding: 1.571428571428571em 0.714285714285714em;
}
.btn-default._size215x40._fs12fw700 {
font-size: 0.75em;
font-weight: 700;
width: 17.916666666666668em;
min-height: 3.333333333333333em;
padding: 1.083333333333333em 0.833333333333333em;
}
.btn-default._size180x50._fs12fw500 {
font-size: 0.75em;
font-weight: 500;
width: 15em;
min-height: 4.166666666666667em;
padding: 1.5em 0;
}
.btn-default._size135x50._fs12fw500 {
font-size: 0.75em;
font-weight: 500;
width: 11.25em;
min-height: 4.166666666666667em;
padding: 1.5em 0;
}
.btn-default._size100x65._fs18fw700 {
font-size: 1.125em;
font-weight: bold;
width: 100%;
min-height: 3.333333333333333em;
padding: 1.444444444444444em 0;
}
.btn-default._size255x55._fs14fw700 {
font-size: 0.875em;
font-weight: bold;
width: 18.214285714285715em;
min-height: 3.928571428571428em;
padding: 1.428571428571429em 0;
}
.btn-default._size65x65 {
font-size: 0.75em;
width: 5.416666666666667em;
min-height: 5.416666666666667em;
padding: 1.666666666666667em 0;
}
.btn-default._size30x30._fs14fw700 {
font-size: 0.875em;
font-weight: bold;
width: 2.142857142857143em;
min-height: 2.142857142857143em;
padding: 0.357142857142857em 0;
}
.btn-default._size335x65._fs18fw700 {
font-size: 1.125em;
font-weight: 700;
min-width: 11.11111111111111em;
min-height: 3.611111111111111em;
padding-top: 1.222222222222222em;
padding-bottom: 1.222222222222222em;
}
@media only screen and (min-width: 768px) {
.btn-default._size335x65._fs18fw700 {
width: 18.61111111111111em;
}
}
.btn-default._size165x35._fs13fw500 {
font-size: 0.8125em;
font-weight: 500;
width: 12.692307692307692em;
min-height: 2.692307692307693em;
padding: 0.769230769230769em 0.769230769230769em;
}
.btn-menu-mobile {
position: absolute;
top: 1.0625em;
right: 0.9375em;
width: 30px;
height: 30px;
cursor: pointer;
}
@media only screen and (min-width: 1280px) {
.btn-menu-mobile {
display: none;
}
}
.btn-menu-mobile.open {
z-index: 10;
}
.btn-menu-mobile.open span {
background-color: transparent;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.btn-menu-mobile.open span:before {
margin-top: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition-delay: 0s, 0.2s;
transition-delay: 0s, 0.2s;
}
.btn-menu-mobile.open span:after {
margin-top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition-delay: 0s, 0.2s;
transition-delay: 0s, 0.2s;
}
.btn-menu-mobile span {
margin: 0 auto;
position: relative;
top: 12px;
-webkit-transition-duration: 0s;
transition-duration: 0s;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.btn-menu-mobile span:before,
.btn-menu-mobile span:after {
position: absolute;
content: '';
}
.btn-menu-mobile span,
.btn-menu-mobile span:before,
.btn-menu-mobile span:after {
width: 30px;
height: 3px;
background-color: #e4e1de;
display: block;
}
.btn-menu-mobile span:before {
margin-top: -12px;
-webkit-transition-property: margin, -webkit-transform;
transition-property: margin, -webkit-transform;
transition-property: margin, transform;
transition-property: margin, transform, -webkit-transform;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s;
transition-delay: 0.2s, 0s;
}
.btn-menu-mobile span:after {
margin-top: 12px;
-webkit-transition-property: margin, -webkit-transform;
transition-property: margin, -webkit-transform;
transition-property: margin, transform;
transition-property: margin, transform, -webkit-transform;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s;
transition-delay: 0.2s, 0s;
}
.checkbox-icon {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border: 1px solid #a8a8a8;
border-radius: 1px;
}
.checkbox-icon:before {
content: '';
position: absolute;
left: 0;
bottom: 1px;
background-image: url("../img/sprite.png");
background-position: -81px -118px;
width: 9px;
height: 10px;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.checkbox-icon:before {
background-image: url("../img/sprite@2x.png");
background-position: -81px -118px;
width: 9px;
height: 10px;
background-size: 202px 185px;
}
}
input:checked + label .checkbox-icon:before {
opacity: 1;
}
.crumbs__li {
display: inline-block;
margin: 0.625em auto;
}
.crumbs__li:not(:last-child):after {
content: '';
display: inline-block;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: -25px -146px;
width: 6px;
height: 6px;
margin: auto 0.625em;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.crumbs__li:not(:last-child):after {
background-image: url("../img/sprite@2x.png");
background-position: -25px -146px;
width: 6px;
height: 6px;
background-size: 202px 185px;
}
}
.crumbs__a {
font-size: 0.75em;
color: #676767;
}
.crumbs__a.active {
text-decoration: none;
}
.filter-head {
background-color: #473d3b;
padding: 1.375em 1.375em 1.375em 2.1875em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.filter-head__span {
font-size: 1em;
font-weight: 500;
color: #fff;
}
.filter-head__reset {
font-size: 0.75em;
font-weight: 400;
color: #fff;
text-decoration: underline;
}
.filter-section {
background-color: #f5f9f5;
border: solid #d0d0d0;
border-width: 0 1px 1px;
}
.filter-section__toggle-btn {
display: block;
width: 100%;
padding: 1.923076923076923em 1.923076923076923em 0.923076923076923em 2.692307692307693em;
font-size: 0.8125em;
font-weight: 400;
text-align: left;
}
.filter-section__toggle-btn:before {
content: '';
position: absolute;
top: 2.076923076923077em;
right: 0.769230769230769em;
background-image: url("../img/sprite.png");
background-position: -128px -101px;
width: 11px;
height: 7px;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.filter-section__toggle-btn:before {
background-image: url("../img/sprite@2x.png");
background-position: -128px -101px;
width: 11px;
height: 7px;
background-size: 202px 185px;
}
}
.filter-section__toggle-btn._active:before {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.filter-section__ul {
padding-left: 2.1875em;
padding-right: 0.625em;
margin-bottom: 1.875em;
}
.filter-section__li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.filter-section__input {
display: none;
}
.filter-section__label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
}
.filter-section__span {
font-size: 0.75em;
color: #8c8c8c;
margin-left: 0.833333333333333em;
}
.filter-section__checkbox {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.filter-aside {
padding: 2.1875em 0.9375em;
background-color: #e6ebe9;
}
.filter-aside__h3 {
font-size: 1.125em;
font-weight: 700;
text-align: center;
margin-bottom: 1.944444444444444em;
}
.filter-aside__li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 2.1875em;
}
.filter-aside__icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 3.125em;
flex: 0 0 3.125em;
margin-right: 1.25em;
}
.filter-aside__icon img {
display: block;
max-width: 100%;
}
.filter-aside__span {
font-size: 0.875em;
line-height: 1.285714285714286;
}
.footer {
overflow: hidden;
width: 100%;
background: #e4e1de;
}
.footer-container {
padding: 2.1875em 1em;
}
@media only screen and (min-width: 768px) {
.footer-container {
padding: 3.125em 2em 2.1875em 2em;
}
}
@media only screen and (min-width: 1280px) {
.footer-container {
padding: 3.125em 3% 2.1875em 3%;
}
}
@media only screen and (min-width: 1440px) {
.footer-container {
padding: 3.125em 5.5% 2.1875em 5.5%;
}
}
.footer-container-title {
margin-bottom: 1.25rem;
font-family: 'Roboto';
font-size: 0.875em;
font-weight: 500;
text-transform: uppercase;
color: #3e3e3e;
}
@media only screen and (min-width: 768px) {
.footer-container-title {
font-size: 1.0125em;
}
}
.footer-container-title-bottom {
margin-bottom: 0.9375rem;
}
.footer-container-item {
margin-bottom: 0.625rem;
}
.footer-container-item-link {
font-size: 0.899375em;
color: #5c5b59;
}
.footer-container-text {
margin-bottom: 1.875rem;
font-size: 0.899375em;
line-height: 1.5;
color: #5c5b59;
}
.footer-container-form {
position: relative;
margin-bottom: 1.25rem;
}
@media only screen and (max-width: 320px) {
.footer-container-form {
width: 17.8125rem;
}
}
.footer-container-form label {
padding-right: 0.9375rem;
text-transform: uppercase;
font-weight: 500;
color: #3e3e3e;
border-right: 2px solid #fff;
}
.footer-container-form-item {
position: relative;
width: 20.375rem;
padding-left: 0.9375rem;
font-family: 'Roboto';
font-size: 0.786875em;
background: #c7c5c4;
}
.footer-container-form-item:first-child {
margin-bottom: 0.625rem;
}
.footer-container-form-item:after {
content: '';
display: block;
position: absolute;
top: 50%;
right: 0.625rem;
margin-top: -0.28125rem;
background-image: url("../img/sprite.png");
background-position: -48px -33px;
width: 22px;
height: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-container-form-item:after {
background-image: url("../img/sprite@2x.png");
background-position: -48px -33px;
width: 22px;
height: 9px;
background-size: 202px 185px;
}
}
.footer-container-form-input {
width: 60%;
padding: 0.9375rem 0 0.9375rem 0.9375rem;
text-transform: uppercase;
color: #fff;
outline: none;
}
.footer-container-form-input::-webkit-input-placeholder {
font-family: 'Roboto';
color: #fff;
}
.footer-container-form-input:-moz-placeholder {
font-family: 'Roboto';
color: #fff;
}
.footer-container-form-input::-moz-placeholder {
font-family: 'Roboto';
color: #fff;
}
.footer-container-form-input:-ms-input-placeholder {
font-family: 'Roboto';
color: #fff;
}
.footer-container-form-input:focus::-webkit-input-placeholder {
color: transparent;
}
.footer-container-form-input:focus::-moz-placeholder {
color: transparent;
}
.footer-container-form-input:focus:-moz-placeholder {
color: transparent;
}
.footer-container-form-input:focus:-ms-input-placeholder {
color: transparent;
}
.footer-container-site {
position: relative;
width: 20.375rem;
padding: 0.625rem 0 0.625rem 7.1875rem;
font-family: 'Roboto';
font-size: 0.875em;
text-align: left;
color: #fff;
background: #ef7d0b;
}
@media only screen and (max-width: 320px) {
.footer-container-site {
width: 17.8125rem;
padding: 0.625rem 0 0.625rem 6.5625rem;
}
}
.footer-container-site-image {
position: absolute;
top: -0.0625rem;
left: 1.25rem;
}
.footer-container-site-image img {
max-width: 100%;
}
.footer-container-site-title {
margin-bottom: 0.1875rem;
font-weight: 300;
}
.footer-container-site-link {
font-weight: bold;
text-transform: uppercase;
}
.footer-row {
float: left;
margin-bottom: 1.875rem;
}
.footer-row:not(:nth-child(3)) {
padding-right: 1.25rem;
}
@media only screen and (min-width: 1280px) {
.footer-row {
margin-bottom: 0;
}
.footer-row:not(:nth-child(3)) {
padding-right: 0;
}
.footer-row:not(:last-child) {
margin-right: 1.25rem;
}
}
@media only screen and (min-width: 1440px) {
.footer-row:not(:last-child) {
margin-right: 1.875rem;
}
}
@media only screen and (min-width: 768px) {
.footer-row:first-child {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 1280px) {
.footer-row:first-child {
width: 15.5%;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-row:first-child {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 768px) {
.footer-row:nth-child(2) {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 1280px) {
.footer-row:nth-child(2) {
width: 14.5%;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-row:nth-child(2) {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 768px) {
.footer-row:nth-child(3) {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 1280px) {
.footer-row:nth-child(3) {
width: 16%;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-row:nth-child(3) {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 768px) {
.footer-row:nth-child(4) {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 1280px) {
.footer-row:nth-child(4) {
width: 18%;
}
}
.footer-row:nth-child(4) .footer-container-items {
margin-bottom: 1.875rem;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-row:nth-child(4) {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 768px) {
.footer-row:last-child {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (min-width: 1280px) {
.footer-row:last-child {
width: 26%;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-row:last-child {
width: calc(99.9999% * 2 / 3);
}
}
.footer-info {
padding: 1.875em 2em 1.875em 2em;
font-family: 'Roboto';
font-size: 0.786875em;
color: #5c5b59;
background: #c7c5c4;
}
@media only screen and (min-width: 1280px) {
.footer-info {
padding: 1.875em 3% 1.875em 10%;
}
}
@media only screen and (min-width: 1440px) {
.footer-info {
padding: 1.875em 8.5% 1.875em 16.5%;
}
}
.footer-info-row {
float: left;
}
.footer-info-row:not(:last-child) {
margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 768px) {
.footer-info-row:not(:last-child) {
margin-bottom: 0;
}
}
@media only screen and (min-width: 768px) {
.footer-info-copyright,
.footer-info-legacy {
padding-top: 0.5rem;
}
}
@media only screen and (min-width: 768px) {
.footer-info-copyright {
width: 35%;
}
}
@media only screen and (min-width: 1024px) {
.footer-info-copyright {
width: 39%;
}
}
@media only screen and (min-width: 1440px) {
.footer-info-copyright {
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-info-copyright {
width: calc(99.9999% * 2 / 3);
}
}
@media only screen and (min-width: 768px) {
.footer-info-legacy {
width: 20%;
}
}
@media only screen and (min-width: 1024px) {
.footer-info-legacy {
width: 26%;
}
}
@media only screen and (min-width: 1440px) {
.footer-info-legacy {
padding-left: 1.875rem;
width: calc(99.9999% * 1 / 3);
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-info-legacy {
width: calc(99.9999% * 1 / 3);
}
}
.footer-info-social {
text-align: center;
}
@media only screen and (min-width: 768px) {
.footer-info-social {
width: 43%;
}
}
@media only screen and (min-width: 1024px) {
.footer-info-social {
width: 30%;
}
}
@media only screen and (min-width: 1440px) {
.footer-info-social {
width: 26%;
}
}
.footer-info-social-item {
display: inline-block;
width: 2.125rem;
height: 2.125rem;
text-align: center;
border: 1px solid #fff;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.footer-info-social-item:hover, .footer-info-social-item:focus {
background: #ef7d0b;
}
.footer-info-social-item-icon {
display: block;
margin: 0.5rem auto 0 auto;
}
.footer-info-social-item:not(:last-child) {
margin-right: 0.625rem;
}
.footer-info-social-item-facebook {
background-image: url("../img/sprite.png");
background-position: 0px -170px;
width: 8px;
height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-info-social-item-facebook {
background-image: url("../img/sprite@2x.png");
background-position: 0px -170px;
width: 8px;
height: 15px;
background-size: 202px 185px;
}
}
.footer-info-social-item-twitter {
background-image: url("../img/sprite.png");
background-position: -189px -79px;
width: 13px;
height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-info-social-item-twitter {
background-image: url("../img/sprite@2x.png");
background-position: -189px -79px;
width: 13px;
height: 15px;
background-size: 202px 185px;
}
}
.footer-info-social-item-google {
background-image: url("../img/sprite.png");
background-position: -99px -40px;
width: 16px;
height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-info-social-item-google {
background-image: url("../img/sprite@2x.png");
background-position: -99px -40px;
width: 16px;
height: 15px;
background-size: 202px 185px;
}
}
.footer-info-social-item-youtube {
background-image: url("../img/sprite.png");
background-position: -189px 0px;
width: 13px;
height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-info-social-item-youtube {
background-image: url("../img/sprite@2x.png");
background-position: -189px 0px;
width: 13px;
height: 16px;
background-size: 202px 185px;
}
}
.footer-info-social-item-link {
background-image: url("../img/sprite.png");
background-position: -102px -78px;
width: 13px;
height: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-info-social-item-link {
background-image: url("../img/sprite@2x.png");
background-position: -102px -78px;
width: 13px;
height: 17px;
background-size: 202px 185px;
}
}
.footer-info-social-item-linkedin {
background-image: url("../img/sprite.png");
background-position: -189px -104px;
width: 12px;
height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.footer-info-social-item-linkedin {
background-image: url("../img/sprite@2x.png");
background-position: -189px -104px;
width: 12px;
height: 15px;
background-size: 202px 185px;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.footer-info-social {
width: 100%;
}
}
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 4.0625em;
z-index: 10;
background: #fff;
}
@media only screen and (min-width: 1280px) {
.header_fixed {
position: fixed;
z-index: 6;
width: 100%;
}
}
.header_border {
border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 1280px) {
.header-container {
position: relative;
top: 4.0625em;
visibility: hidden;
z-index: -1;
padding: 4.6875em 1.875em 1.875em 1.875em;
background: #fff;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: z-index 0s 1s ease, visibility 0s 1s ease, -webkit-transform 1s ease;
transition: z-index 0s 1s ease, visibility 0s 1s ease, -webkit-transform 1s ease;
transition: transform 1s ease, z-index 0s 1s ease, visibility 0s 1s ease;
transition: transform 1s ease, z-index 0s 1s ease, visibility 0s 1s ease, -webkit-transform 1s ease;
}
}
@media only screen and (min-width: 1280px) {
.header-container {
height: 99.5%;
position: static;
visibility: visible;
z-index: 1;
padding: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0s ease 0s;
transition: all 0s ease 0s;
}
}
.header-container.open {
z-index: 10;
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: z-index 0s 0s ease, visibility 0s 0s ease, -webkit-transform 1s ease;
transition: z-index 0s 0s ease, visibility 0s 0s ease, -webkit-transform 1s ease;
transition: transform 1s ease, z-index 0s 0s ease, visibility 0s 0s ease;
transition: transform 1s ease, z-index 0s 0s ease, visibility 0s 0s ease, -webkit-transform 1s ease;
}
.header_rowA {
float: left;
}
@media only screen and (min-width: 1280px) {
.header_rowB {
float: left;
width: 55%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
margin-left: 18%;
background-color: #fff;
}
}
@media only screen and (min-width: 1440px) {
.header_rowB {
width: calc(99.9% * 7/12);
margin-left: calc(99.9999% * 1 / 6);
}
.header_rowB:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.header_rowB:last-child {
margin-right: 0;
}
.header_rowB:nth-child(12n) {
margin-right: 0;
float: right;
}
.header_rowB:nth-child(12n + 1) {
clear: both;
}
}
.header_rowC {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (max-width: 1280px) {
.header_rowC {
position: absolute;
top: 0;
right: 0;
}
}
@media only screen and (min-width: 1280px) {
.header_rowC {
position: static;
float: right;
width: 26%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 100%;
background-color: #fff;
}
}
@media only screen and (min-width: 1440px) {
.header_rowC {
width: calc(99.9% * 1/4);
}
.header_rowC:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.header_rowC:last-child {
margin-right: 0;
}
.header_rowC:nth-child(4n) {
margin-right: 0;
float: right;
}
.header_rowC:nth-child(4n + 1) {
clear: both;
}
}
.logo-block {
position: absolute;
left: 1.25em;
width: 30%;
z-index: 100;
}
@media only screen and (min-width: 768px) {
.logo-block {
width: 20%;
}
}
@media only screen and (min-width: 1280px) {
.logo-block {
width: 13.3125em;
}
}
.logo-block img {
width: 100%;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.logo-block {
width: 20%;
}
}
@media only screen and (min-width: 1280px) {
.nav-header_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.nav-header_item {
position: relative;
padding: 0.9375rem 0;
}
@media only screen and (min-width: 1280px) {
.nav-header_item {
padding: 26px 0;
}
.nav-header_item:not(:last-child) {
margin-right: 0.9375rem;
}
}
.nav-header_item-sub {
display: none;
margin-top: 0.625em;
}
@media only screen and (min-width: 1280px) {
.nav-header_item-sub {
position: absolute;
display: block;
width: 14.6875em;
margin-top: 1.53125em;
padding: 1.875rem 0 1.875rem 1.875rem;
background: #473d3b;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
}
}
.nav-header_item-sub-item:not(:last-child) {
margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1280px) {
.nav-header_item-sub-item:not(:last-child) {
margin-bottom: 0.9375rem;
}
}
.nav-header_item-sub-item:hover .nav-header_link-sub, .nav-header_item-sub-item:focus .nav-header_link-sub {
border-bottom: 1px solid #fff;
}
.nav-header_item:hover .nav-header_item-sub, .nav-header_item:focus .nav-header_item-sub {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
@media only screen and (min-width: 1280px) {
.nav-header_item:hover .nav-header_link:not(:last-child):before, .nav-header_item:focus .nav-header_link:not(:last-child):before {
content: '';
display: block;
position: absolute;
top: -27px;
left: 0;
width: 100%;
height: 0.3125em;
background: #473d3b;
}
}
.nav-header_link {
position: relative;
font-size: 1.125em;
font-family: 'Roboto';
font-weight: 500;
text-transform: uppercase;
color: #676767;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.nav-header_link:hover, .nav-header_link:focus {
color: #585858;
}
@media only screen and (min-width: 1280px) {
.nav-header_link {
font-size: 0.625em;
}
}
@media only screen and (min-width: 1440px) {
.nav-header_link {
font-size: 0.75em;
}
}
.nav-header_link:hover, .nav-header_link:focus {
color: #585858;
}
.nav-header_link-arrow {
display: inline-block;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: -189px -155px;
width: 7px;
height: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.nav-header_link-arrow {
background-image: url("../img/sprite@2x.png");
background-position: -189px -155px;
width: 7px;
height: 5px;
background-size: 202px 185px;
}
}
.nav-header_link-text {
margin-right: 0.625rem;
}
.nav-header_link-sub {
font-size: 1.125em;
}
@media only screen and (min-width: 1280px) {
.nav-header_link-sub {
font-size: 0.875em;
color: #fff;
}
}
.btn-insc,
.btn-contact,
.btn-phone {
font-family: 'Roboto';
text-align: center;
text-transform: uppercase;
}
.btn-contact {
color: #676767;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.btn-contact:hover, .btn-contact:focus {
color: #585858;
}
.btn-phone-icon {
display: block;
margin: 0 auto;
background-image: url("../img/sprite.png");
background-position: -128px 0px;
width: 21px;
height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.btn-phone-icon {
background-image: url("../img/sprite@2x.png");
background-position: -128px 0px;
width: 21px;
height: 20px;
background-size: 202px 185px;
}
}
.paginator {
font-size: 0.85em;
}
@media only screen and (min-width: 768px) {
.paginator {
font-size: 1em;
}
}
.paginator__li {
display: inline-block;
margin-top: 0.125em;
margin-bottom: 0.125em;
}
.paginator__li:not(:last-child) {
margin-right: 1.5625em;
}
.paginator__li:nth-child(5),
.paginator__li:nth-child(6) {
display: none;
}
@media only screen and (min-width: 768px) {
.paginator__li:nth-child(5),
.paginator__li:nth-child(6) {
display: inline-block;
}
}
.paginator__a {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.paginator__a:hover, .paginator__a:focus {
color: #000;
}
.paginator__a._prev:before {
content: '';
display: inline-block;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: -25px -146px;
width: 6px;
height: 6px;
margin-right: 5px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.paginator__a._prev:before {
background-image: url("../img/sprite@2x.png");
background-position: -25px -146px;
width: 6px;
height: 6px;
background-size: 202px 185px;
}
}
.paginator__a._next:after {
content: '';
display: inline-block;
vertical-align: middle;
background-image: url("../img/sprite.png");
background-position: -25px -146px;
width: 6px;
height: 6px;
margin-left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.paginator__a._next:after {
background-image: url("../img/sprite@2x.png");
background-position: -25px -146px;
width: 6px;
height: 6px;
background-size: 202px 185px;
}
}
.radio-icon {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border: 1px solid #a8a8a8;
border-radius: 50%;
vertical-align: middle;
}
.radio-icon:before {
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
background-image: url("../img/sprite.png");
background-position: -132px -118px;
width: 6px;
height: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.radio-icon:before {
background-image: url("../img/sprite@2x.png");
background-position: -132px -118px;
width: 6px;
height: 6px;
background-size: 202px 185px;
}
}
input:checked + label .radio-icon:before {
opacity: 1;
}
.actualite-container {
margin: 0 auto;
padding: 1.875em 2em 3.75em 2em;
}
@media only screen and (min-width: 1024px) {
.actualite-container {
width: calc(99.9999% * 5 / 6);
padding: 1.875em 0 3.75em 0;
}
}
@media only screen and (min-width: 1280px) {
.actualite-container {
width: calc(99.9999% * 1 / 2);
padding: 1.875em 0 3.75em 0;
}
}
.actualite__publish {
margin-bottom: 1.25rem;
font-family: 'Roboto';
font-size: 0.8125em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
color: #a8a8a8;
}
.actualite__title {
margin-bottom: 1.25rem;
font-size: 1.625em;
font-family: 'Georgia';
color: #ef7d0b;
}
@media only screen and (min-width: 768px) {
.actualite__title {
font-size: 1.875em;
}
}
@media only screen and (min-width: 1440px) {
.actualite__title {
font-size: 2.125em;
}
}
.actualite__title-block {
font-size: 1.25em;
}
.actualite__text {
margin-bottom: 1.875rem;
font-family: 'Roboto';
font-size: 0.8125em;
line-height: 1.5;
color: #676767;
}
.actualite__image {
width: 100%;
margin-bottom: 2.1875em;
}
.actualite__image img {
width: 100%;
}
.actualite__image-block {
width: calc(99.9% * 1/3 - (1.25em - 1.25em * 1/3));
}
.actualite__image-block:nth-child(1n) {
float: left;
margin-right: 1.25em;
clear: none;
}
.actualite__image-block:last-child {
margin-right: 0;
}
.actualite__image-block:nth-child(3n) {
margin-right: 0;
float: right;
}
.actualite__image-block:nth-child(3n + 1) {
clear: both;
}
.actualite__social {
text-align: center;
}
.actualite__social-item {
display: inline-block;
width: 2.0625em;
height: 2.0625em;
}
.actualite__social-item:not(:last-child) {
margin-right: 1.25em;
}
.actualite__social-item-facebook {
background: url("../img/actualite/n-facebook.png") no-repeat 0 0;
}
.actualite__social-item-twitter {
background: url("../img/actualite/n-twitter.png") no-repeat 0 0;
}
.contactez-crumbs {
position: absolute;
top: 4.6875rem;
padding: 0 0.9375em;
margin: 0.625em 0 0 0;
}
@media only screen and (min-width: 400px) {
.contactez-crumbs {
left: 33%;
}
}
@media only screen and (min-width: 768px) {
.contactez-crumbs {
left: 11.25em;
}
}
@media only screen and (min-width: 1024px) {
.contactez-crumbs {
left: 13.4375em;
}
}
@media only screen and (min-width: 1440px) {
.contactez-crumbs {
left: 14.0625em;
}
}
.contactez-crumbs .crumbs__a {
color: #fff;
}
.contactez-container {
font-family: 'Roboto';
color: #fff;
background: #473d3b;
}
@media only screen and (min-width: 1024px) {
.contactez-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.contactez__left-block {
width: calc(99.9% * 1);
}
.contactez__left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.contactez__left-block:last-child {
margin-right: 0;
}
.contactez__left-block:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.contactez__left-block:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 1024px) {
.contactez__left-block {
width: calc(99.9% * 1/3);
}
.contactez__left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.contactez__left-block:last-child {
margin-right: 0;
}
.contactez__left-block:nth-child(3n) {
margin-right: 0;
float: right;
}
.contactez__left-block:nth-child(3n + 1) {
clear: both;
}
}
.contactez__right-block {
width: calc(99.9% * 1);
}
.contactez__right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.contactez__right-block:last-child {
margin-right: 0;
}
.contactez__right-block:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.contactez__right-block:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 1024px) {
.contactez__right-block {
width: calc(99.9% * 2/3);
padding-top: 0;
}
.contactez__right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.contactez__right-block:last-child {
margin-right: 0;
}
.contactez__right-block:nth-child(3n) {
margin-right: 0;
float: right;
}
.contactez__right-block:nth-child(3n + 1) {
clear: both;
}
}
.contactez__image {
width: 100%;
height: 100%;
}
.contactez__image img {
width: 100%;
height: 100%;
}
.contactez__title {
margin-bottom: 1.25rem;
font-size: 1.25em;
font-weight: 300;
line-height: 1.2;
}
.contactez__title-bold {
font-weight: bold;
}
@media only screen and (min-width: 768px) {
.contactez__title {
font-size: 1.5em;
}
}
@media only screen and (min-width: 1024px) {
.contactez__title {
margin-top: 2.1875rem;
}
}
@media only screen and (min-width: 1280px) {
.contactez__title {
margin-top: 0;
}
}
.contactez__content {
width: 90%;
margin: 0 auto;
padding: 5.9375em 0 4.6875em 0;
}
@media only screen and (min-width: 768px) {
.contactez__content {
width: 95%;
}
}
@media only screen and (min-width: 1280px) {
.contactez__content {
width: calc(99.9999% * 3 / 4);
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.contactez__content {
width: 80%;
}
}
.contactez__form {
font-size: 0.8125em;
}
.contactez__form-left-block {
width: 100%;
margin-bottom: 1.875em;
}
@media only screen and (min-width: 768px) {
.contactez__form-left-block {
float: left;
width: 48.5%;
margin-bottom: 0;
}
}
.contactez__form-right-block {
width: 100%;
}
@media only screen and (min-width: 768px) {
.contactez__form-right-block {
float: right;
width: 48.5%;
padding-top: 2.1875rem;
}
}
.contactez__form-block {
width: 100%;
padding: 0.9375rem 1.875rem;
font-family: 'Roboto';
font-size: 0.8125rem;
font-style: italic;
color: #676767;
border: none;
outline: none;
}
.contactez__form-block-textarea {
height: 12.5rem;
}
.contactez__form-block::-webkit-input-placeholder {
font-family: 'Roboto';
color: #676767;
}
.contactez__form-block:-moz-placeholder {
font-family: 'Roboto';
color: #676767;
}
.contactez__form-block::-moz-placeholder {
font-family: 'Roboto';
color: #676767;
}
.contactez__form-block:-ms-input-placeholder {
font-family: 'Roboto';
color: #676767;
}
.contactez__form-block:focus::-webkit-input-placeholder {
color: transparent;
}
.contactez__form-block:focus::-moz-placeholder {
color: transparent;
}
.contactez__form-block:focus:-moz-placeholder {
color: transparent;
}
.contactez__form-block:focus:-ms-input-placeholder {
color: transparent;
}
.contactez__form-btn {
font-size: 1.125em;
font-weight: bold;
text-align: center;
}
.contactez__form-row {
margin-bottom: 0.5rem;
}
.contactez__form-row-gender,
.contactez__form-row-location {
margin-bottom: 1.25rem;
}
.contactez__form-row-gender-item,
.contactez__form-row-location-item {
display: inline-block;
}
.contactez__form-row-gender-item:first-child,
.contactez__form-row-location-item:first-child {
margin-right: 1.875rem;
}
.contactez__form-row-gender label,
.contactez__form-row-location label {
margin-left: 0.625rem;
}
.contactez__form-row-btn {
position: relative;
}
.contactez__form-row-btn:before {
content: '';
display: block;
position: absolute;
top: 0.8125rem;
left: 1.4375rem;
z-index: 1;
background-image: url("../img/sprite.png");
background-position: 0px 0px;
width: 38px;
height: 42px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.contactez__form-row-btn:before {
background-image: url("../img/sprite@2x.png");
background-position: 0px 0px;
width: 38px;
height: 42px;
background-size: 202px 185px;
}
}
.contactez__form-row-textarea {
margin-bottom: 1.25rem;
}
.contactez__form-row-choice {
margin-bottom: 1.34375rem;
}
.contactez__form-row-choice-item {
float: left;
width: 100%;
}
.contactez__form-row-choice-item:not(:last-child) {
width: calc(99.9999% * 1 / 3);
margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 320px) {
.contactez__form-row-choice-item:not(:last-child) {
width: 100%;
}
}
.contactez__form-row-choice-item label {
margin-left: 0.625rem;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.contactez__form-row-choice-item:not(:last-child) {
width: calc(99.9999% * 1 / 4);
}
}
.faq-container {
width: 95%;
margin: 1.875em auto 0 auto;
padding: 1.25em 0 3.75em 0;
}
@media only screen and (min-width: 768px) {
.faq-container {
width: 90%;
padding: 3.75em 0 7.5em 0;
}
}
@media only screen and (min-width: 1024px) {
.faq-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
}
}
@media only screen and (min-width: 1280px) {
.faq-container {
width: calc(99.9999% * 5 / 6);
}
}
@media only screen and (min-width: 1920px) {
.faq-container {
width: calc(99.9999% * 2 / 3);
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.faq-container {
width: 90%;
padding: 1.875em 0 3.75em 0;
}
}
.faq__left-block {
margin-bottom: 1.875em;
}
@media only screen and (min-width: 1024px) {
.faq__left-block {
width: calc(99.9% * 1/2);
margin-bottom: 0;
}
.faq__left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.faq__left-block:last-child {
margin-right: 0;
}
.faq__left-block:nth-child(2n) {
margin-right: 0;
float: right;
}
.faq__left-block:nth-child(2n + 1) {
clear: both;
}
}
.faq__right-block {
padding: 0.625rem 0 0 0;
}
@media only screen and (min-width: 1024px) {
.faq__right-block {
width: calc(99.9% * 1/2);
}
.faq__right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.faq__right-block:last-child {
margin-right: 0;
}
.faq__right-block:nth-child(2n) {
margin-right: 0;
float: right;
}
.faq__right-block:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.faq__right-block {
padding-left: 10%;
}
}
.faq__title {
margin-bottom: 1.25rem;
font-size: 1.5em;
font-weight: 300;
}
.faq__accordion {
width: calc(99.9% * 1);
}
.faq__accordion:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.faq__accordion:last-child {
margin-right: 0;
}
.faq__accordion:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.faq__accordion:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 768px) {
.faq__accordion {
width: calc(99.9% * 4/5);
}
.faq__accordion:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.faq__accordion:last-child {
margin-right: 0;
}
.faq__accordion:nth-child(5n) {
margin-right: 0;
float: right;
}
.faq__accordion:nth-child(5n + 1) {
clear: both;
}
}
.faq__accordion-item {
margin-bottom: 0.3125rem;
padding: 0.625rem 1.25rem 0.625rem 1.875rem;
border: 1px solid #cdcdcd;
border-radius: 2px;
}
.faq__accordion-item-title {
position: relative;
font-size: 0.8125em;
font-weight: bold;
cursor: pointer;
}
.faq__accordion-item-title:after {
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
background-image: url("../img/sprite.png");
background-position: -189px -129px;
width: 11px;
height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.faq__accordion-item-title:after {
background-image: url("../img/sprite@2x.png");
background-position: -189px -129px;
width: 11px;
height: 16px;
background-size: 202px 185px;
}
}
.faq__accordion-item-content {
display: none;
}
.faq__accordion-item-content-text {
padding-right: 2.1875rem;
line-height: 1.6;
font-size: 0.75em;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.faq__accordion {
width: calc(99.9% * 4/5);
}
.faq__accordion:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.faq__accordion:last-child {
margin-right: 0;
}
.faq__accordion:nth-child(5n) {
margin-right: 0;
float: right;
}
.faq__accordion:nth-child(5n + 1) {
clear: both;
}
}
.faq__person-title {
margin-bottom: 0.625rem;
font-size: 1.875em;
font-weight: bold;
color: #473d3b;
}
.faq__person-text {
margin-bottom: 2.1875rem;
font-size: 0.8125em;
font-weight: 500;
color: #473d3b;
}
.faq__person-video iframe {
width: 100%;
height: 265px;
}
@media only screen and (min-width: 768px) {
.faq__person-video iframe {
width: 450px;
height: 315px;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.faq__person-video iframe {
width: 450px;
height: 315px;
}
}
.open:after {
background-image: url("../img/sprite.png");
background-position: 0px -146px;
width: 15px;
height: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.open:after {
background-image: url("../img/sprite@2x.png");
background-position: 0px -146px;
width: 15px;
height: 14px;
background-size: 202px 185px;
}
}
.open-background {
background: #f9f9f9;
}
.home-dmns__h2,
.home-archt__h2,
.home-dmds__h2,
.home-engmts__h2,
.home-rlst__h2,
.home-actls__h2,
.home-tnds__h2,
.home-prts__h2 {
font-size: 1.25em;
font-weight: 300;
}
@media only screen and (min-width: 768px) {
.home-dmns__h2,
.home-archt__h2,
.home-dmds__h2,
.home-engmts__h2,
.home-rlst__h2,
.home-actls__h2,
.home-tnds__h2,
.home-prts__h2 {
font-size: 1.5625em;
}
}
@media only screen and (min-width: 1280px) {
.home-dmns__h2,
.home-archt__h2,
.home-dmds__h2,
.home-engmts__h2,
.home-rlst__h2,
.home-actls__h2,
.home-tnds__h2,
.home-prts__h2 {
font-size: 1.875em;
}
}
.home-slick-intro {
z-index: 0;
}
.home-slick-intro .slick-arrow {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.home-slick-intro .slick-prev {
background-image: url("../img/sprite.png");
background-position: -128px -66px;
width: 15px;
height: 25px;
position: absolute;
top: 50%;
left: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.home-slick-intro .slick-prev {
background-image: url("../img/sprite@2x.png");
background-position: -128px -66px;
width: 15px;
height: 25px;
background-size: 202px 185px;
}
}
@media only screen and (min-width: 768px) {
.home-slick-intro .slick-prev {
position: absolute;
top: 50%;
left: 25px;
}
}
.home-slick-intro .slick-next {
background-image: url("../img/sprite.png");
background-position: -128px -30px;
width: 15px;
height: 26px;
position: absolute;
top: 50%;
right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.home-slick-intro .slick-next {
background-image: url("../img/sprite@2x.png");
background-position: -128px -30px;
width: 15px;
height: 26px;
background-size: 202px 185px;
}
}
@media only screen and (min-width: 768px) {
.home-slick-intro .slick-next {
position: absolute;
top: 50%;
right: 25px;
}
}
.home-slick-intro .slick-dots {
position: absolute;
left: 50%;
bottom: 20px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.home-slick-intro .slick-dots li {
display: inline-block;
width: 8px;
height: 8px;
margin-right: 5px;
background-color: #fff;
border-radius: 50%;
-webkit-transition: -webkit-transform 0.3s ease;
transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
cursor: pointer;
}
.home-slick-intro .slick-dots li.slick-active {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.home-slick-intro .slick-dots li button {
display: none;
}
.home-slick-intro__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
padding: 1.25em 3.125em 3.125em;
background: #fff 0 center no-repeat;
background-size: cover;
color: #fff;
font-size: 0.6em;
height: 300px;
}
@media only screen and (min-width: 1024px) {
.home-slick-intro__item {
font-size: 0.8em;
height: 360px;
}
}
@media only screen and (min-width: 1280px) {
.home-slick-intro__item {
font-size: 1em;
height: 560px;
}
}
.home-slick-intro__img {
display: block;
}
.home-slick-intro__h4 {
font-size: 0.75em;
font-weight: 700;
margin-bottom: 0.416666666666667em;
}
.home-slick-intro__h3 {
font-size: 2.9375em;
font-weight: 300;
margin-bottom: 1.063829787234043em;
}
.home-dmns {
max-width: 47.5em;
padding-left: 0.9375em;
padding-right: 0.9375em;
margin-top: 1.875em;
margin-bottom: 1.875em;
}
@media only screen and (min-width: 1280px) {
.home-dmns {
margin-top: 3.75em;
margin-bottom: 3.4375em;
}
}
.home-dmns__h2 {
text-align: center;
margin-bottom: 1em;
}
.home-dmns__p {
font-size: 0.8125em;
line-height: 1.692307692307692;
text-align: justify;
}
.home-dmns-bgimg {
display: none;
}
@media only screen and (min-width: 1280px) {
.home-dmns-bgimg {
display: block;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
width: 100%;
overflow: hidden;
}
}
.home-dmns-bgimg img {
display: block;
}
.home-dmns-figures {
position: relative;
}
.home-dmns-figures__container {
max-width: 1440px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (min-width: 768px) {
.home-dmns-figures__container {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media only screen and (min-width: 1024px) {
.home-dmns-figures__container {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.home-dmns-fig {
margin: 0;
position: relative;
width: 16.875em;
height: 16.25em;
overflow: hidden;
box-shadow: 0 0 100px 10px #aaa;
margin-bottom: 1.25em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media only screen and (min-width: 768px) {
.home-dmns-fig {
font-size: 0.8em;
margin: 0 0.78125em 1.5625em;
}
}
@media only screen and (min-width: 1024px) {
.home-dmns-fig {
font-size: 0.7em;
margin: 0;
}
}
@media only screen and (min-width: 1280px) {
.home-dmns-fig {
font-size: 0.9em;
}
}
@media only screen and (min-width: 1440px) {
.home-dmns-fig {
font-size: 1em;
}
}
.home-dmns-fig__img {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
display: block;
font-family: "object-fit:cover";
object-fit: cover;
}
.home-dmns-fig__cap {
position: relative;
z-index: 1;
font-size: 1.875em;
font-weight: 900;
color: #fff;
text-transform: uppercase;
opacity: 1;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.home-dmns-fig:hover .home-dmns-fig__cap, .home-dmns-fig:focus .home-dmns-fig__cap {
opacity: 0;
}
.home-dmns-fig__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-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;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.3125em;
text-align: center;
background-color: rgba(0,0,0,0.3);
opacity: 0;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.home-dmns-fig:hover .home-dmns-fig__overlay, .home-dmns-fig:focus .home-dmns-fig__overlay {
z-index: 2;
opacity: 1;
}
.home-dmns-fig__icon {
display: block;
margin-bottom: 0.9375em;
-webkit-transform: translateY(200px);
-ms-transform: translateY(200px);
transform: translateY(200px);
-webkit-transition: -webkit-transform 0.3s 0.1s ease;
transition: -webkit-transform 0.3s 0.1s ease;
transition: transform 0.3s 0.1s ease;
transition: transform 0.3s 0.1s ease, -webkit-transform 0.3s 0.1s ease;
}
.home-dmns-fig:hover .home-dmns-fig__icon, .home-dmns-fig:focus .home-dmns-fig__icon {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home-dmns-fig__txt {
font-size: 1.125em;
font-weight: 700;
color: #fff;
line-height: 1.3;
-webkit-transform: translateY(200px);
-ms-transform: translateY(200px);
transform: translateY(200px);
-webkit-transition: -webkit-transform 0.3s 0.2s ease;
transition: -webkit-transform 0.3s 0.2s ease;
transition: transform 0.3s 0.2s ease;
transition: transform 0.3s 0.2s ease, -webkit-transform 0.3s 0.2s ease;
}
.home-dmns-fig:hover .home-dmns-fig__txt, .home-dmns-fig:focus .home-dmns-fig__txt {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.home-archt {
background-color: #f5f5f5;
background-image: -webkit-linear-gradient(301deg, #f2f2f2 0%, #fafafa 100%);
background-image: linear-gradient(149deg, #f2f2f2 0%, #fafafa 100%);
}
.home-archt__h2 {
max-width: 16.666666666666668em;
padding: 0 15px;
margin-bottom: 2em;
}
.home-archt__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2.8125em;
}
@media only screen and (min-width: 1024px) {
.home-archt__container {
font-size: 0.8em;
}
}
@media only screen and (min-width: 1280px) {
.home-archt__container {
font-size: 1em;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
margin-bottom: 5.625em;
}
}
.home-archt-trouvez {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
max-width: 89.375em;
padding: 0 0.9375em;
margin-top: 2.5em;
margin-bottom: 1.875em;
}
@media only screen and (min-width: 1280px) {
.home-archt-trouvez {
position: relative;
top: 2.0625em;
margin-top: 5em;
margin-bottom: 0;
}
}
.home-archt-trouvez__txt {
display: inline-block;
font-size: 0.875em;
margin-right: 1.25em;
}
.home-archt-trouvez__form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 30px;
}
.home-archt-trouvez__input {
font-size: 0.75em;
background-color: #fff;
padding-right: 0.833333333333333em;
padding-left: 0.833333333333333em;
border: solid #6edad5;
border-width: 1px 0 1px 1px;
outline: none;
}
.home-archt-trouvez__btn {
width: 2.142857142857143em;
font-size: 0.875em;
font-weight: 700;
background-color: #6edad5;
color: #fff;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.home-archt-trouvez__btn:hover,
.home-archt-trouvez__btn:focus,
.home-archt-trouvez__btn:focus {
background-color: #54d3cd;
}
.home-archt-box {
position: relative;
width: 23.125em;
height: 18.75em;
background-color: #fff;
overflow: hidden;
margin: 0 0.625em 1.875em;
}
.home-archt-box:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 30px;
background-color: #fff;
box-shadow: 0 0 100px 80px #fff;
}
.home-archt-box__img {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
}
.home-archt-box__photo {
position: absolute;
left: 15px;
bottom: 15px;
z-index: 2;
padding: 0.375em;
background-color: #fff;
box-shadow: 0 0 9px rgba(0,0,0,0.12);
border-radius: 50%;
}
.home-archt-box__photo img {
display: block;
width: 3.625em;
height: 3.625em;
font-family: "object-fit:cover";
object-fit: cover;
}
.home-archt-box__person {
position: absolute;
left: 100px;
bottom: 40px;
z-index: 1;
font-size: 0.875em;
}
.home-archt-box__where {
position: absolute;
right: 10px;
bottom: 10px;
z-index: 2;
font-size: 0.75em;
text-align: right;
}
.home-archt-box__km {
position: relative;
top: 3px;
}
.home-archt-box__address:before {
content: '';
display: inline-block;
vertical-align: bottom;
background-image: url("../img/sprite.png");
background-position: -189px -26px;
width: 11px;
height: 18px;
margin-right: 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.home-archt-box__address:before {
background-image: url("../img/sprite@2x.png");
background-position: -189px -26px;
width: 11px;
height: 18px;
background-size: 202px 185px;
}
}
.home-sectionA {
max-width: 76.875em;
padding-left: 0.9375em;
padding-right: 0.9375em;
margin-top: 2.5em;
margin-bottom: 2.5em;
}
@media only screen and (min-width: 1280px) {
.home-sectionA {
margin-top: 4.6875em;
margin-bottom: 4.375em;
}
}
.home-dmds,
.home-engmts {
position: relative;
}
@media only screen and (min-width: 1024px) {
.home-dmds,
.home-engmts {
width: calc(99.9% * 1/2 - (50px - 50px * 1/2));
}
.home-dmds:nth-child(1n),
.home-engmts:nth-child(1n) {
float: left;
margin-right: 50px;
clear: none;
}
.home-dmds:last-child,
.home-engmts:last-child {
margin-right: 0;
}
.home-dmds:nth-child(2n),
.home-engmts:nth-child(2n) {
margin-right: 0;
float: right;
}
.home-dmds:nth-child(2n + 1),
.home-engmts:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.home-dmds,
.home-engmts {
width: calc(99.9% * 1/2 - (135px - 135px * 1/2));
}
.home-dmds:nth-child(1n),
.home-engmts:nth-child(1n) {
float: left;
margin-right: 135px;
clear: none;
}
.home-dmds:last-child,
.home-engmts:last-child {
margin-right: 0;
}
.home-dmds:nth-child(2n),
.home-engmts:nth-child(2n) {
margin-right: 0;
float: right;
}
.home-dmds:nth-child(2n + 1),
.home-engmts:nth-child(2n + 1) {
clear: both;
}
}
.home-dmds__h2,
.home-engmts__h2 {
text-align: center;
margin-bottom: 1em;
}
.home-dmds__p,
.home-engmts__p {
font-size: 0.8125em;
line-height: 1.769230769230769;
text-align: justify;
margin-bottom: 2.307692307692307em;
}
@media only screen and (min-width: 1280px) {
.home-dmds:before {
content: '';
border: 1px solid #fe9826;
border-radius: 2px;
position: absolute;
left: -20px;
right: -20px;
top: -30px;
bottom: -30px;
z-index: -1;
}
}
@media only screen and (min-width: 1440px) {
.home-dmds:before {
position: absolute;
left: -70px;
right: -70px;
top: -50px;
bottom: -50px;
}
}
.home-dmds-article {
border: solid #e6e6e6;
border-width: 0 1px 1px;
padding: 0 1.25em;
}
.home-dmds-article:first-of-type {
border-width: 1px;
}
.home-dmds-article__h3 {
font-size: 0.875em;
font-weight: 700;
color: #ef7d0b;
margin-top: 1.785714285714286em;
margin-bottom: 1.428571428571429em;
}
.home-dmds-article__p {
font-size: 0.8125em;
line-height: 1.923076923076923;
text-align: justify;
}
.home-dmds-article__author {
font-size: 0.75em;
text-align: right;
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.home-engmts {
margin-top: 2.5em;
}
@media only screen and (min-width: 1024px) {
.home-engmts {
margin-top: 0;
}
}
.home-engmts__li {
position: relative;
min-height: 5.714285714285714em;
margin: 2.142857142857143em 0;
font-size: 14px;
font-weight: 400;
line-height: 1.285714285714286;
padding-left: 8.571428571428571em;
}
.home-engmts__li span {
display: inline-block;
margin: 1.785714285714286em 0;
}
.home-engmts__icon {
position: absolute;
top: 50%;
left: 3.571428571428572em;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.home-sectionB {
position: relative;
}
@media only screen and (min-width: 1024px) {
.home-video {
float: right;
width: 50%;
}
}
@media only screen and (min-width: 1280px) {
.home-video {
width: auto;
}
}
.home-video img {
display: block;
max-width: 100%;
}
.home-brchr {
max-width: 76.875em;
padding-left: 0.9375em;
padding-right: 0.9375em;
}
@media only screen and (min-width: 1024px) {
.home-brchr {
display: block;
}
}
.home-brchr__h3 {
font-size: 22px;
font-weight: 300;
text-align: center;
margin-top: 1.590909090909091em;
margin-bottom: 1.818181818181818em;
}
@media only screen and (min-width: 1024px) {
.home-brchr__h3 {
text-align: left;
}
}
.home-brchr__container {
max-width: 28.125em;
}
@media only screen and (min-width: 1024px) {
.home-brchr__container {
margin-left: 0;
}
}
.home-brchr-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 1.25em;
background-color: #fff;
box-shadow: 0 0 29px rgba(0,0,0,0.09);
}
.home-brchr-box__colL,
.home-brchr-box__colR {
height: 20.625em;
}
.home-brchr-box__colL {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-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;
width: 235px;
padding-left: 0.9375em;
padding-right: 0.9375em;
}
@media only screen and (min-width: 768px) {
.home-brchr-box__colL {
padding-left: 2.1875em;
padding-right: 1.875em;
}
}
.home-brchr-box__colR {
display: inline-block;
width: 215px;
}
.home-brchr-box__img {
display: block;
width: 100%;
height: 100%;
font-family: "object-fit:cover";
object-fit: cover;
}
.home-brchr-box__title {
font-size: 12px;
font-weight: 900;
color: #473d3b;
margin-bottom: 1.25em;
}
.home-brchr-box__title:before {
content: '';
display: block;
width: 17px;
height: 2px;
background-color: #ef7d0b;
margin-bottom: 10px;
}
.home-brchr-box__txt {
font-size: 14px;
line-height: 1.428571428571429;
}
.home-brchr-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
.home-brchr-form {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.home-brchr-form__input {
width: 15.357142857142858em;
height: 2.857142857142857em;
border: 1px solid #a7a7a7;
font-size: 0.875em;
padding-left: 1.428571428571429em;
padding-right: 1.428571428571429em;
margin-bottom: 1.428571428571429em;
}
.home-brchr-form__btn {
position: relative;
}
@media only screen and (min-width: 768px) {
.home-brchr-form__btn {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.home-rlst__h2,
.home-rlst__grid,
.home-actls__h2,
.home-tnds__h2,
.home-prts__h2 {
max-width: 1075px;
padding: 0 15px;
text-align: center;
}
.home-rlst {
background: #f5f9f5 url("../img/home/calque-27.jpg") center center no-repeat;
background-size: cover;
}
.home-rlst__h2 {
margin-top: 2.5em;
margin-bottom: 2.333333333333333em;
}
.home-rlst__grid {
text-align: left;
margin-bottom: 4.6875em;
}
.home-rlst__col {
max-width: 20.9375em;
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.home-rlst__col {
width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
max-width: none;
}
.home-rlst__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.home-rlst__col:last-child {
margin-right: 0;
}
.home-rlst__col:nth-child(2n) {
margin-right: 0;
float: right;
}
.home-rlst__col:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1024px) {
.home-rlst__col {
width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
font-size: 0.9em;
}
.home-rlst__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.home-rlst__col:last-child {
margin-right: 0;
}
.home-rlst__col:nth-child(3n) {
margin-right: 0;
float: right;
}
.home-rlst__col:nth-child(3n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.home-rlst__col {
font-size: 1em;
}
}
.home-actls__h2 {
margin-top: 2.333333333333333em;
margin-bottom: 1.666666666666667em;
}
.home-actls__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
@media only screen and (min-width: 1280px) {
.home-actls__container {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.home-actls__item {
margin: 0.625em 0.9375em;
}
@media only screen and (min-width: 1280px) {
.home-actls__item {
font-size: 0.85em;
margin: 0;
}
}
@media only screen and (min-width: 1440px) {
.home-actls__item {
font-size: 1em;
}
}
.home-tnds__h2 {
margin-top: 2.166666666666667em;
margin-bottom: 2.166666666666667em;
}
.home-tnds__container {
max-width: 81.25em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: distribute;
justify-content: space-around;
}
@media only screen and (min-width: 1280px) {
.home-tnds__container {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.home-tnds-box {
width: 15.125em;
margin: 0.625em;
}
@media only screen and (min-width: 1280px) {
.home-tnds-box {
margin: 0;
}
}
.home-tnds-box__img {
display: block;
width: 100%;
height: 12.5em;
font-family: "object-fit:cover";
object-fit: cover;
}
.home-tnds-box__meta {
min-height: 8.125em;
border: solid #a7a7a7;
border-width: 0 1px 1px;
padding: 1.5625em 0.9375em 0.9375em;
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
.home-tnds-box:hover .home-tnds-box__meta, .home-tnds-box:focus .home-tnds-box__meta {
border-color: #303030;
}
.home-tnds-box__h3 {
min-height: 2.142857142857143em;
font-size: 0.875em;
font-weight: 700;
margin-bottom: 0.714285714285714em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.home-tnds-box:hover .home-tnds-box__h3, .home-tnds-box:focus .home-tnds-box__h3 {
color: #473d3b;
}
.home-tnds-box__p {
min-height: 3.75em;
font-size: 0.75em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.home-tnds-box:hover .home-tnds-box__p, .home-tnds-box:focus .home-tnds-box__p {
color: #473d3b;
}
.home-prts__h2 {
margin-top: 2.166666666666667em;
margin-bottom: 2.166666666666667em;
}
.home-prts__container {
max-width: 13.75em;
}
@media only screen and (min-width: 768px) {
.home-prts__container {
max-width: 37.5em;
}
}
@media only screen and (min-width: 1024px) {
.home-prts__container {
max-width: 56.875em;
}
}
@media only screen and (min-width: 1280px) {
.home-prts__container {
max-width: 71.25em;
}
}
@media only screen and (min-width: 1440px) {
.home-prts__container {
max-width: 81.25em;
}
}
.home-prts-slick {
margin-bottom: 5.3125em;
padding: 0 2.5em;
}
@media only screen and (min-width: 1440px) {
.home-prts-slick {
padding: 0 3.75em;
}
}
.home-prts-slick .slick-arrow {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.home-prts-slick .slick-prev {
position: absolute;
top: 50%;
left: 0;
background-image: url("../img/sprite.png");
background-position: -99px 0px;
width: 19px;
height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.home-prts-slick .slick-prev {
background-image: url("../img/sprite@2x.png");
background-position: -99px 0px;
width: 19px;
height: 30px;
background-size: 202px 185px;
}
}
.home-prts-slick .slick-next {
position: absolute;
top: 50%;
right: 0;
background-image: url("../img/sprite.png");
background-position: 0px -78px;
width: 19px;
height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.home-prts-slick .slick-next {
background-image: url("../img/sprite@2x.png");
background-position: 0px -78px;
width: 19px;
height: 30px;
background-size: 202px 185px;
}
}
.home-prts-box {
width: 8.625em;
height: 8.625em;
border: 1px solid #e8e8e8;
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
.home-prts-box:hover, .home-prts-box:focus {
border-color: #ef7d0b;
}
.home-prts-box__a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
.home-prts-box__img {
display: block;
max-width: 100%;
}
.hubact-crumbs {
padding: 0 0.9375em;
margin-top: 0.625em;
margin-bottom: 2.1875em;
}
@media only screen and (min-width: 400px) {
.hubact-crumbs {
margin-left: 33%;
}
}
@media only screen and (min-width: 768px) {
.hubact-crumbs {
margin-left: 23%;
}
}
@media only screen and (min-width: 1280px) {
.hubact-crumbs {
margin-left: 13.4375em;
}
}
@media only screen and (min-width: 1440px) {
.hubact-crumbs {
margin-left: 14.0625em;
}
}
.hubact-container {
max-width: 69.375em;
padding: 0 0.9375em;
margin-bottom: 3.125em;
}
.hubact-h1 {
font-size: 2.25em;
font-weight: 300;
text-align: center;
margin-bottom: 0.138888888888889em;
}
.hubact-h2 {
font-size: 0.875em;
font-weight: 700;
text-transform: uppercase;
text-align: center;
color: #cdcdcd;
margin-bottom: 2.5em;
}
.hubact-p {
font-size: 0.8125em;
line-height: 1.769230769230769;
text-align: center;
margin-bottom: 3.076923076923077em;
}
.hubact-grid__col {
margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
.hubact-grid__col {
width: calc(99.9% * 1/2 - (10px - 10px * 1/2));
}
.hubact-grid__col:nth-child(1n) {
float: left;
margin-right: 10px;
clear: none;
}
.hubact-grid__col:last-child {
margin-right: 0;
}
.hubact-grid__col:nth-child(2n) {
margin-right: 0;
float: right;
}
.hubact-grid__col:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1024px) {
.hubact-grid__col {
width: calc(99.9% * 1/3 - (10px - 10px * 1/3));
}
.hubact-grid__col:nth-child(1n) {
float: left;
margin-right: 10px;
clear: none;
}
.hubact-grid__col:last-child {
margin-right: 0;
}
.hubact-grid__col:nth-child(3n) {
margin-right: 0;
float: right;
}
.hubact-grid__col:nth-child(3n + 1) {
clear: both;
}
}
.hubprtn-container {
max-width: 74.375em;
padding: 0 0.9375em;
margin-bottom: 3.125em;
}
.hubprtn-grid__col {
margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
.hubprtn-grid__col {
width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
}
.hubprtn-grid__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.hubprtn-grid__col:last-child {
margin-right: 0;
}
.hubprtn-grid__col:nth-child(2n) {
margin-right: 0;
float: right;
}
.hubprtn-grid__col:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1024px) {
.hubprtn-grid__col {
width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
}
.hubprtn-grid__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.hubprtn-grid__col:last-child {
margin-right: 0;
}
.hubprtn-grid__col:nth-child(3n) {
margin-right: 0;
float: right;
}
.hubprtn-grid__col:nth-child(3n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.hubprtn-grid__col {
width: calc(99.9% * 1/5 - (20px - 20px * 1/5));
}
.hubprtn-grid__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.hubprtn-grid__col:last-child {
margin-right: 0;
}
.hubprtn-grid__col:nth-child(5n) {
margin-right: 0;
float: right;
}
.hubprtn-grid__col:nth-child(5n + 1) {
clear: both;
}
}
.hubprtn-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hubprtn-box__txttop {
font-size: 0.875em;
font-weight: 700;
text-transform: uppercase;
color: #ef7d0b;
margin-bottom: 1em;
}
.hubprtn-box__txtbottom {
font-size: 0.875em;
margin-top: 1em;
}
.hubprtn-box-figure {
position: relative;
margin: 0;
width: 13.4375em;
height: 13.4375em;
border: 1px solid currentColor;
background-color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hubprtn-box-figure__a {
display: block;
}
.hubprtn-box-figure__img {
display: block;
max-width: 100%;
}
.hubprtn-box-figure__overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(239,125,11,0.8);
padding: 0.625em 1.25em;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.75s ease, visibility 0.75s ease;
transition: opacity 0.75s ease, visibility 0.75s ease;
}
.hubprtn-box-figure:hover .hubprtn-box-figure__overlay, .hubprtn-box-figure:focus .hubprtn-box-figure__overlay {
visibility: visible;
opacity: 1;
}
.hubprtn-box-figure__desc {
font-size: 0.75em;
font-weight: 700;
color: #fff;
text-align: justify;
}
.hubprod-contianer-title {
padding: 0 0.9375rem;
margin-bottom: 4.0625rem;
}
.hubprod-container {
max-width: 90rem;
margin-bottom: 6.25em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
}
@media only screen and (min-width: 768px) {
.hubprod-container {
-ms-flex-flow: row;
flex-flow: row;
}
}
.hubprod-container__colL {
margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
.hubprod-container__colL {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 14.8125rem;
margin-bottom: 0;
}
}
.hubprod-container__colR {
max-width: 64.375rem;
margin-left: 0.9375rem;
margin-right: 0.9375rem;
}
@media only screen and (min-width: 768px) {
.hubprod-container__colR {
margin-left: 1.5625rem;
margin-right: 1.5625rem;
}
}
@media only screen and (min-width: 1280px) {
.hubprod-container__colR {
margin-left: 1.875rem;
margin-right: 0.9375rem;
}
}
@media only screen and (min-width: 1440px) {
.hubprod-container__colR {
margin-left: 5.625rem;
margin-right: 0;
}
}
@media only screen and (min-width: 768px) {
.hubprod-grid__col {
width: calc(99.9% * 1/2 - (20px - 20px * 1/2));
}
.hubprod-grid__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.hubprod-grid__col:last-child {
margin-right: 0;
}
.hubprod-grid__col:nth-child(2n) {
margin-right: 0;
float: right;
}
.hubprod-grid__col:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.hubprod-grid__col {
width: calc(99.9% * 1/4 - (20px - 20px * 1/4));
}
.hubprod-grid__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.hubprod-grid__col:last-child {
margin-right: 0;
}
.hubprod-grid__col:nth-child(4n) {
margin-right: 0;
float: right;
}
.hubprod-grid__col:nth-child(4n + 1) {
clear: both;
}
}
.hubprod-desc {
font-size: 0.8125em;
line-height: 1.692307692307692;
text-align: center;
margin-bottom: 2.692307692307693em;
}
.hubprod-box {
max-width: 15.125rem;
padding: 0.4375em 0.625em;
margin-top: 0;
margin-bottom: 0.625em;
background-color: #f9f9f9;
border: 1px solid #f9f9f9;
-webkit-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
.hubprod-box:hover, .hubprod-box:focus {
border-color: #6edad5;
}
.hubprod-box__img {
display: block;
width: 100%;
height: 11.75em;
font-family: "object-fit:cover";
object-fit: cover;
}
.hubprod-box__h3 {
font-size: 0.875em;
font-weight: 700;
margin-top: 2.142857142857143em;
margin-bottom: 0.714285714285714em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.hubprod-box:hover .hubprod-box__h3, .hubprod-box:focus .hubprod-box__h3 {
color: #6edad5;
}
.hubprod-box__p {
font-size: 0.75em;
}
.hubreal-contianer-title {
padding: 0 0.9375rem;
margin-bottom: 4.0625em;
}
.hubreal-container {
max-width: 90rem;
margin-bottom: 1.25em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
}
@media only screen and (min-width: 768px) {
.hubreal-container {
-ms-flex-flow: row;
flex-flow: row;
}
}
.hubreal-container__colL {
margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
.hubreal-container__colL {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 237px;
margin-bottom: 0;
}
}
@media only screen and (min-width: 768px) {
.hubreal-container__colR {
width: calc(100% - 237px);
}
}
.hubreal-grid__col {
width: 290px;
margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
.hubreal-grid__col {
width: 350px;
}
}
@media only screen and (min-width: 1024px) {
.hubreal-grid__col {
width: calc(99.9% * 1/2 - (75px - 75px * 1/2));
}
.hubreal-grid__col:nth-child(1n) {
float: left;
margin-right: 75px;
clear: none;
}
.hubreal-grid__col:last-child {
margin-right: 0;
}
.hubreal-grid__col:nth-child(2n) {
margin-right: 0;
float: right;
}
.hubreal-grid__col:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.hubreal-grid__col {
width: calc(99.9% * 1/3 - (20px - 20px * 1/3));
}
.hubreal-grid__col:nth-child(1n) {
float: left;
margin-right: 20px;
clear: none;
}
.hubreal-grid__col:last-child {
margin-right: 0;
}
.hubreal-grid__col:nth-child(3n) {
margin-right: 0;
float: right;
}
.hubreal-grid__col:nth-child(3n + 1) {
clear: both;
}
}
.hubreal-offset {
margin-left: 15px;
margin-right: 15px;
}
@media only screen and (min-width: 1024px) {
.hubreal-offset {
margin-left: 25px;
margin-right: 25px;
}
}
@media only screen and (min-width: 1440px) {
.hubreal-offset {
margin-left: 50px;
margin-right: 50px;
}
}
.hubreal-h2 {
font-size: 1.375em;
font-weight: 700;
color: #a8a8a8;
border: 1px solid #d0d0d0;
margin-top: 0;
margin-bottom: 2.045454545454545em;
padding: 17.5px 15px;
}
@media only screen and (min-width: 1024px) {
.hubreal-h2 {
padding: 17.5px 25px;
}
}
@media only screen and (min-width: 1440px) {
.hubreal-h2 {
padding: 17.5px 50px;
}
}
.hubreal-txttop {
font-size: 0.6875em;
margin-top: 0;
margin-bottom: 2.272727272727273em;
}
.hubreal-txtbottom {
font-size: 0.6875em;
margin-top: 2.272727272727273em;
margin-bottom: 0;
}
.hubreal-paginator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 0.9375em;
margin-bottom: 4.375em;
}
.hubuniv-container-title {
padding: 0 0.9375rem;
margin-bottom: 4.0625em;
}
.hubuniv-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
margin-bottom: 3.125em;
}
@media only screen and (min-width: 768px) {
.hubuniv-container {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.hubuniv-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 0.9375rem;
margin-right: 0.9375rem;
margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
.hubuniv-box {
font-size: 0.65em;
margin-left: 0.625rem;
margin-right: 0.625rem;
}
}
@media only screen and (min-width: 1024px) {
.hubuniv-box {
font-size: 0.9em;
}
}
@media only screen and (min-width: 1280px) {
.hubuniv-box {
font-size: 1em;
}
}
.hubuniv-box__colL,
.hubuniv-box__colR {
width: 15.9375em;
}
.hubuniv-box__wr {
min-height: 18.125em;
padding: 0.9375em 1.5625em 2.5em;
background-color: #f4f4f4;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.hubuniv-box__h2 {
color: #473d3b;
font-size: 1.5em;
font-weight: 900;
margin-bottom: 0.833333333333333em;
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.hubuniv-box._active .hubuniv-box__h2 {
color: #ef7d0b;
}
.hubuniv-box__p {
font-size: 0.75em;
line-height: 2;
}
.hubuniv-box__a {
position: relative;
display: block;
min-height: 3.75em;
background-color: #473d3b;
padding: 22px 45px 22px 15px;
padding: 1.375em 2.8125em 1.375em 0.9375em;
text-align: center;
color: #fff;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.hubuniv-box__a:before {
content: '';
position: absolute;
top: 50%;
right: 1.5625em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url("../img/sprite.png");
background-position: -60px -118px;
width: 11px;
height: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.hubuniv-box__a:before {
background-image: url("../img/sprite@2x.png");
background-position: -60px -118px;
width: 11px;
height: 11px;
background-size: 202px 185px;
}
}
.hubuniv-box._active .hubuniv-box__a:before {
position: absolute;
top: 50%;
right: 0.9375em;
background-position: -52px -52px;
width: 31px;
height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.hubuniv-box._active .hubuniv-box__a:before {
background-image: url("../img/sprite@2x.png");
background-position: -52px -52px;
width: 31px;
height: 12px;
background-size: 202px 185px;
}
}
.hubuniv-box._active .hubuniv-box__a {
background-color: #ef7d0b;
}
.hubuniv-box__img {
display: block;
width: 100%;
height: 100%;
font-family: "object-fit:cover";
object-fit: cover;
}
.insc-container-title {
padding: 0 0.9375rem;
}
.insc-container {
max-width: 90em;
}
.insc-container__colL {
display: none;
}
@media only screen and (min-width: 1280px) {
.insc-container__colL {
width: calc(99.9% * 0.3);
display: block;
}
.insc-container__colL:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.insc-container__colL:last-child {
margin-right: 0;
}
.insc-container__colL:nth-child(2n) {
margin-right: 0;
float: right;
}
.insc-container__colL:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1440px) {
.insc-container__colL {
width: calc(99.9% * 0.43);
}
.insc-container__colL:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.insc-container__colL:last-child {
margin-right: 0;
}
.insc-container__colL:nth-child(2n) {
margin-right: 0;
float: right;
}
.insc-container__colL:nth-child(2n + 1) {
clear: both;
}
}
.insc-container__colR {
margin: 0 20px;
}
@media only screen and (min-width: 1280px) {
.insc-container__colR {
width: calc(99.9% * 0.7);
margin: 0;
}
.insc-container__colR:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.insc-container__colR:last-child {
margin-right: 0;
}
.insc-container__colR:nth-child(2n) {
margin-right: 0;
float: right;
}
.insc-container__colR:nth-child(2n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1440px) {
.insc-container__colR {
width: calc(99.9% * 0.57);
}
.insc-container__colR:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.insc-container__colR:last-child {
margin-right: 0;
}
.insc-container__colR:nth-child(2n) {
margin-right: 0;
float: right;
}
.insc-container__colR:nth-child(2n + 1) {
clear: both;
}
}
.insc-aside-fig {
position: relative;
margin: 0 1.25em 1.25em;
}
.insc-aside-fig__h2 {
position: absolute;
left: 0;
bottom: 1.25em;
width: calc(100% - 30px);
color: #fff;
font-size: 1.25em;
font-weight: 900;
text-align: center;
margin: 15px;
}
@media only screen and (min-width: 1440px) {
.insc-aside-fig__h2 {
position: absolute;
left: 0;
bottom: 2.25em;
}
}
.insc-aside-fig__img {
display: block;
max-width: 100%;
}
.insc-form {
margin-top: 2.5em;
}
.insc-form__btn {
position: relative;
display: block;
padding-left: 90px;
padding-right: 10px;
margin-top: 20px;
text-align: left;
}
.insc-form__btn:before {
content: '';
position: absolute;
top: 15px;
left: 25px;
background-image: url("../img/sprite.png");
background-position: 0px 0px;
width: 38px;
height: 42px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form__btn:before {
background-image: url("../img/sprite@2x.png");
background-position: 0px 0px;
width: 38px;
height: 42px;
background-size: 202px 185px;
}
}
.insc-form-section-h3 {
font-size: 1.375em;
font-weight: 300;
padding-bottom: 0.454545454545455em;
border-bottom: 1px solid #ef7d0b;
margin-bottom: 1.818181818181818em;
}
.insc-form-person {
margin-bottom: 4.375em;
}
.insc-form-person__row {
margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
.insc-form-person__row {
margin-bottom: 3.125em;
}
}
.insc-form-person__txt {
display: inline-block;
font-size: 13px;
color: #cdcdcd;
font-style: italic;
margin: 0.384615384615385em 3.461538461538462em 0.384615384615385em 0;
}
.insc-form-person__radioinput {
display: none;
}
.insc-form-person__radiolabel {
display: block;
margin: 0.3125em 1.875em 0.3125em 0.625em;
cursor: pointer;
}
@media only screen and (min-width: 768px) {
.insc-form-person__radiolabel {
display: inline-block;
}
}
.insc-form-person__radiolabel span {
display: inline-block;
font-size: 0.8125em;
font-weight: 700;
margin-left: 0.769230769230769em;
}
.insc-form-person-input {
position: relative;
display: inline-block;
width: 13.4375em;
height: 1.875em;
border: solid currentColor;
border-width: 0 1px 1px;
color: #cdcdcd;
padding-left: 2.5em;
padding-right: 0.625em;
}
.insc-form-person-input input {
width: 100%;
height: 100%;
font-size: 0.8125em;
color: #cdcdcd;
outline: none;
}
.insc-form-person-input input::-webkit-input-placeholder {
font-style: italic;
}
.insc-form-person-input input:-moz-placeholder {
font-style: italic;
}
.insc-form-person-input input::-moz-placeholder {
font-style: italic;
}
.insc-form-person-input input:-ms-input-placeholder {
font-style: italic;
}
.insc-form-person-input:before {
content: '';
position: absolute;
left: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.insc-form-person-input._person:before {
background-image: url("../img/sprite.png");
background-position: -159px -112px;
width: 15px;
height: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form-person-input._person:before {
background-image: url("../img/sprite@2x.png");
background-position: -159px -112px;
width: 15px;
height: 19px;
background-size: 202px 185px;
}
}
.insc-form-person-input._case:before {
background-image: url("../img/sprite.png");
background-position: 0px -118px;
width: 22px;
height: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form-person-input._case:before {
background-image: url("../img/sprite@2x.png");
background-position: 0px -118px;
width: 22px;
height: 18px;
background-size: 202px 185px;
}
}
.insc-form-person-input._tel:before {
background-image: url("../img/sprite.png");
background-position: -159px -59px;
width: 17px;
height: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form-person-input._tel:before {
background-image: url("../img/sprite@2x.png");
background-position: -159px -59px;
width: 17px;
height: 17px;
background-size: 202px 185px;
}
}
.insc-form-person-input._email:before {
background-image: url("../img/sprite.png");
background-position: -189px -54px;
width: 13px;
height: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form-person-input._email:before {
background-image: url("../img/sprite@2x.png");
background-position: -189px -54px;
width: 13px;
height: 15px;
background-size: 202px 185px;
}
}
.insc-form-person-input._home:before {
background-image: url("../img/sprite.png");
background-position: -159px -86px;
width: 18px;
height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form-person-input._home:before {
background-image: url("../img/sprite@2x.png");
background-position: -159px -86px;
width: 18px;
height: 16px;
background-size: 202px 185px;
}
}
.insc-form-person-input._geo:before {
background-image: url("../img/sprite.png");
background-position: -159px -29px;
width: 16px;
height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-form-person-input._geo:before {
background-image: url("../img/sprite@2x.png");
background-position: -159px -29px;
width: 16px;
height: 20px;
background-size: 202px 185px;
}
}
.insc-form-person-input._row {
margin-right: 1.25em;
margin-bottom: 1.25em;
}
.insc-form-person-input._select {
padding-right: 1.25em;
cursor: pointer;
}
.insc-form-person-input._select input {
text-align: left;
cursor: pointer;
font-style: italic;
}
.insc-form-person-input._select:after {
content: '';
position: absolute;
top: 12px;
right: 10px;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 3px 0;
border-color: #676767 transparent;
}
.insc-form-profil {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-bottom: 3.4375em;
}
.insc-upload {
margin-left: 1.25em;
margin-right: 3.125em;
}
.insc-upload__path {
font-size: 0.75em;
text-align: center;
margin-bottom: 1.666666666666667em;
}
.insc-upload__view {
position: relative;
width: 8.25em;
height: 8.25em;
border: 1px dashed #c1c1c1;
background-color: #f4f3f3;
border-radius: 50%;
overflow: hidden;
margin-bottom: 1.5625em;
}
.insc-upload__img {
display: block;
width: 100%;
height: 100%;
font-family: "object-fit:cover";
object-fit: cover;
}
.insc-upload__img._hidden {
display: none;
}
.insc-upload__plug {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
font-size: 0.75em;
font-weight: 500;
text-align: center;
}
.insc-upload__plug:before {
content: '';
display: block;
margin-bottom: 0.833333333333333em;
background-image: url("../img/sprite.png");
background-position: -29px -78px;
width: 28px;
height: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-upload__plug:before {
background-image: url("../img/sprite@2x.png");
background-position: -29px -78px;
width: 28px;
height: 20px;
background-size: 202px 185px;
}
}
.insc-upload__plug._hidden {
display: none;
}
.insc-upload__input {
display: none;
}
.insc-textarea {
width: 28.125em;
border: solid #cdcdcd;
border-width: 0 1px 1px;
padding: 0.3125em 0.9375em 0.9375em;
margin-top: 2.5em;
}
.insc-textarea__txt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 0.8125em;
color: #cdcdcd;
font-style: italic;
margin-bottom: 1.153846153846154em;
}
.insc-textarea__txt:before {
content: '';
-ms-flex-negative: 0;
flex-shrink: 0;
display: inline-block;
margin-right: 1.153846153846154em;
background-image: url("../img/sprite.png");
background-position: -67px -78px;
width: 25px;
height: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.insc-textarea__txt:before {
background-image: url("../img/sprite@2x.png");
background-position: -67px -78px;
width: 25px;
height: 19px;
background-size: 202px 185px;
}
}
.insc-textarea__txtarea {
display: block;
width: 100%;
height: 8.333333333333334em;
font-size: 0.75em;
color: #676767;
margin-bottom: 0.833333333333333em;
resize: none;
outline: none;
}
.insc-textarea__txtarea::-webkit-input-placeholder {
color: #676767;
font-size: 1em;
font-weight: 400;
}
.insc-textarea__txtarea:-moz-placeholder {
color: #676767;
font-size: 1em;
font-weight: 400;
}
.insc-textarea__txtarea::-moz-placeholder {
color: #676767;
font-size: 1em;
font-weight: 400;
}
.insc-textarea__txtarea:-ms-input-placeholder {
color: #676767;
font-size: 1em;
font-weight: 400;
}
.insc-textarea__length {
font-size: 0.75em;
text-align: right;
}
.insc-form-activite {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-bottom: 1.875em;
}
.insc-form-activite__colL {
margin-right: 25px;
}
@media only screen and (min-width: 768px) {
.insc-form-activite__colL {
margin-right: 115px;
}
}
.insc-form-dmns {
padding: 2.1875em 1.5625em 0.9375em;
background-color: #f6f6f6;
margin-bottom: 1.875em;
}
@media only screen and (min-width: 768px) {
.insc-form-dmns {
margin-bottom: 0;
}
}
.insc-form-dmns__title {
font-size: 0.75em;
font-weight: 500;
margin-bottom: 1.666666666666667em;
}
.insc-form-dmns__input {
display: none;
}
.insc-form-dmns__label {
display: block;
margin-bottom: 1.0625em;
cursor: pointer;
}
.insc-form-dmns__span {
font-size: 0.8125em;
color: #8c8c8c;
margin-left: 0.769230769230769em;
}
.insc-form-zns__title {
font-size: 0.75em;
font-weight: 500;
margin-bottom: 2.083333333333333em;
}
.insc-form-zns__col {
display: inline-block;
margin-right: 1.5625em;
}
.insc-form-zns__input {
display: none;
}
.insc-form-zns__label {
display: block;
margin-bottom: 1.0625em;
cursor: pointer;
}
.insc-form-zns__span {
font-size: 0.8125em;
color: #8c8c8c;
margin-left: 0.769230769230769em;
}
.insc-form-zns-select {
position: relative;
display: inline-block;
margin-bottom: 1.5625em;
}
.insc-form-zns-select__ul {
position: absolute;
top: 100%;
left: 0;
z-index: 1;
width: 100%;
background-color: #fff;
border: 1px solid #cdcdcd;
-webkit-transform: translateY(-0.625em);
-ms-transform: translateY(-0.625em);
transform: translateY(-0.625em);
-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;
visibility: hidden;
opacity: 0;
}
.insc-form-zns-select.open .insc-form-zns-select__ul {
-webkit-transform: translateY(0.3125em);
-ms-transform: translateY(0.3125em);
transform: translateY(0.3125em);
visibility: visible;
opacity: 1;
}
.insc-form-zns-select__item {
font-size: 0.8125em;
padding: 0.615384615384615em 0.769230769230769em;
color: #cdcdcd;
font-style: italic;
cursor: pointer;
-webkit-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.insc-form-zns-select__item:hover, .insc-form-zns-select__item:focus {
background-color: #f2f2f2;
}
.mesdemarches__intro {
position: relative;
text-align: center;
}
.mesdemarches__intro-title {
margin-bottom: 1.25rem;
font-size: 2.25em;
font-weight: 300;
}
.mesdemarches__intro-text {
width: 90%;
margin: 0 auto 2.1875rem auto;
font-size: 0.75em;
text-align: center;
}
@media only screen and (min-width: 768px) {
.mesdemarches__intro-text {
width: 60%;
}
}
@media only screen and (min-width: 1280px) {
.mesdemarches__intro-text {
width: 45%;
}
}
.mesdemarches__intro-form {
height: 1.875rem;
margin: 0 0 1.875em 10%;
}
@media only screen and (min-width: 768px) {
.mesdemarches__intro-form {
margin: 0 0 1.875em 30%;
}
}
@media only screen and (min-width: 1024px) {
.mesdemarches__intro-form {
margin: 0 0 1.875em 35%;
}
}
@media only screen and (min-width: 1280px) {
.mesdemarches__intro-form {
margin: 0;
position: absolute;
top: 3.375em;
right: 1.25em;
}
}
.mesdemarches__intro-form-btn {
float: left;
font-family: 'Roboto';
text-align: center;
}
.mesdemarches__intro-form-label {
float: left;
margin-right: 1.25rem;
padding-top: 0.375rem;
font-size: 0.875em;
}
.mesdemarches__intro-form-input {
float: left;
width: 6.875rem;
height: 1.875rem;
padding: 0.5rem 0.625rem;
font-size: 0.75em;
border: 1px solid #6edad5;
outline: none;
}
.mesdemarches__intro-form-input::-webkit-input-placeholder {
font-family: 'Roboto';
color: #676767;
opacity: 0.5;
}
.mesdemarches__intro-form-input:-moz-placeholder {
font-family: 'Roboto';
color: #676767;
opacity: 0.5;
}
.mesdemarches__intro-form-input::-moz-placeholder {
font-family: 'Roboto';
color: #676767;
opacity: 0.5;
}
.mesdemarches__intro-form-input:-ms-input-placeholder {
font-family: 'Roboto';
color: #676767;
opacity: 0.5;
}
.mesdemarches__intro-form-input:focus::-webkit-input-placeholder {
color: transparent;
}
.mesdemarches__intro-form-input:focus::-moz-placeholder {
color: transparent;
}
.mesdemarches__intro-form-input:focus:-moz-placeholder {
color: transparent;
}
.mesdemarches__intro-form-input:focus:-ms-input-placeholder {
color: transparent;
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.mesdemarches__intro-form {
margin: 0 0 1.875em 30%;
}
}
.mesdemarches__content {
text-align: center;
}
.mesdemarches__content-container {
padding-top: 4.0625rem;
display: none;
text-align: left;
border-top: 3px solid #ef7d0b;
}
.mesdemarches__content-left-block {
width: calc(99.9% * 1);
padding: 0 3em;
margin-bottom: 1.875em;
}
.mesdemarches__content-left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.mesdemarches__content-left-block:last-child {
margin-right: 0;
}
.mesdemarches__content-left-block:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.mesdemarches__content-left-block:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 1024px) {
.mesdemarches__content-left-block {
width: calc(99.9% * 5/12);
padding: 0 0 0 calc(99.9999% * 1 / 12);
}
.mesdemarches__content-left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.mesdemarches__content-left-block:last-child {
margin-right: 0;
}
.mesdemarches__content-left-block:nth-child(12n) {
margin-right: 0;
float: right;
}
.mesdemarches__content-left-block:nth-child(12n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.mesdemarches__content-left-block {
width: calc(99.9% * 1/2);
}
.mesdemarches__content-left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.mesdemarches__content-left-block:last-child {
margin-right: 0;
}
.mesdemarches__content-left-block:nth-child(2n) {
margin-right: 0;
float: right;
}
.mesdemarches__content-left-block:nth-child(2n + 1) {
clear: both;
}
}
.mesdemarches__content-right-block {
width: calc(99.9% * 1);
padding: 0 1em;
margin-bottom: 1.875em;
}
.mesdemarches__content-right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.mesdemarches__content-right-block:last-child {
margin-right: 0;
}
.mesdemarches__content-right-block:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.mesdemarches__content-right-block:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 768px) {
.mesdemarches__content-right-block {
padding: 0 3em;
}
}
@media only screen and (min-width: 1024px) {
.mesdemarches__content-right-block {
width: calc(99.9% * 7/12);
padding: 0 1.25em 0 calc(99.9999% * 1 / 12);
margin-bottom: 0;
}
.mesdemarches__content-right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.mesdemarches__content-right-block:last-child {
margin-right: 0;
}
.mesdemarches__content-right-block:nth-child(12n) {
margin-right: 0;
float: right;
}
.mesdemarches__content-right-block:nth-child(12n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.mesdemarches__content-right-block {
width: calc(99.9% * 1/2);
}
.mesdemarches__content-right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.mesdemarches__content-right-block:last-child {
margin-right: 0;
}
.mesdemarches__content-right-block:nth-child(2n) {
margin-right: 0;
float: right;
}
.mesdemarches__content-right-block:nth-child(2n + 1) {
clear: both;
}
}
.mesdemarches__content-item {
position: relative;
margin-bottom: 1.875em;
}
.mesdemarches__content-item-number {
position: absolute;
top: 0;
left: -2.1875rem;
font-size: 1.125em;
font-weight: bold;
color: #ef7d0b;
}
.mesdemarches__content-item-title {
margin-bottom: 0.625rem;
font-size: 1.125em;
font-weight: bold;
}
.mesdemarches__content-item-text {
font-size: 0.8125em;
line-height: 1.5;
}
.mesdemarches__tabs {
text-align: center;
}
.mesdemarches__tabs-input + label {
width: 30%;
text-align: center;
color: #ef7d0b;
background: #fff;
}
@media only screen and (min-width: 1024px) {
.mesdemarches__tabs-input + label {
width: 16.875rem;
}
}
.mesdemarches__tabs-input {
display: none;
position: absolute;
}
.mesdemarches__tabs-input:checked + label {
color: #fff;
background: #ef7d0b;
}
.mesdemarches__tabs-label {
display: inline-block;
padding: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
.mesdemarches__tabs-label {
padding: 1.78125rem 0;
}
}
.mesdemarches__tabs-title {
font-size: 0.75em;
font-weight: bold;
text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
.mesdemarches__tabs-title {
font-size: 0.875em;
}
}
.mesdemarches__person {
width: 100%;
}
@media only screen and (min-width: 768px) {
.mesdemarches__person {
width: 82%;
}
}
.mesdemarches__person-title {
margin-bottom: 0.625rem;
font-size: 1.875em;
font-weight: bold;
color: #473d3b;
}
.mesdemarches__person-text {
margin-bottom: 1.875rem;
font-size: 0.8125em;
font-weight: 500;
color: #473d3b;
}
.mesdemarches__person-video iframe {
width: 100%;
height: 265px;
}
@media only screen and (min-width: 768px) {
.mesdemarches__person-video iframe {
width: 450px;
height: 315px;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.mesdemarches__person-video iframe {
width: 450px;
height: 315px;
}
}
.mesdemarches__image {
width: 100%;
height: 18.75em;
margin-bottom: 2.1875em;
background: url("../img/mesdemarches/n-image.jpg") no-repeat 0 0;
background-size: cover;
}
@media only screen and (min-width: 768px) {
.mesdemarches__image {
height: 30em;
}
}
.mesdemarches__contact {
padding: 3.75em 3em;
text-align: center;
background: #473d3b;
}
@media only screen and (min-width: 1024px) {
.mesdemarches__contact {
padding: 3.75em 0;
}
}
.mesdemarches__contact-btn {
text-transform: uppercase;
}
.mesdemarches__contact-text {
margin-bottom: 1.875rem;
font-size: 1em;
color: #fff;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
display: block;
}
.prtn-containerA,
.prtn-containerB {
max-width: 975px;
padding: 0 15px;
}
.prtn-containerA {
margin-top: 62.5px;
margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
.prtn-containerA {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 125px;
margin-bottom: 80px;
}
}
.prtn-containerA__colL {
margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.prtn-containerA__colL {
width: 305px;
margin-right: 20px;
margin-bottom: 0;
}
}
@media only screen and (min-width: 768px) {
.prtn-containerA__colR {
width: 600px;
margin-right: 20px;
}
}
.prtn-containerB {
margin-bottom: 50px;
}
.prtn-image {
display: block;
max-width: 100%;
}
.prtn-h1 {
font-size: 1.125em;
font-weight: 700;
margin-bottom: 1.111111111111111em;
}
.prtn-p {
font-size: 0.75em;
margin: 1.666666666666667em 0;
}
.prtn-p._christine {
color: #ef7d0b;
font-weight: 700;
}
.prtn-p._viking {
color: #6edad5;
font-weight: 700;
}
.prtn-a {
position: relative;
display: block;
width: 13.214285714285714em;
height: 3.571428571428572em;
padding: 1.214285714285714em 1.071428571428571em 1.214285714285714em 4.285714285714286em;
font-size: 0.875em;
font-weight: 700;
color: #fff;
text-align: left;
margin-top: 2.142857142857143em;
}
.prtn-a:before {
content: '';
position: absolute;
top: 50%;
left: 1.785714285714286em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-image: url("../img/sprite.png");
background-position: -32px -118px;
width: 18px;
height: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.prtn-a:before {
background-image: url("../img/sprite@2x.png");
background-position: -32px -118px;
width: 18px;
height: 12px;
background-size: 202px 185px;
}
}
.prtn-h2 {
font-size: 1.125em;
margin-bottom: 1.944444444444444em;
}
.prtn-grid__col {
float: left;
overflow: hidden;
margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
.prtn-grid__col {
margin-right: 20px;
}
}
.prtn-grid__col._w215h180 {
width: 215px;
height: 180px;
}
.prtn-grid__col._w330h180 {
width: 100%;
}
@media only screen and (min-width: 480px) {
.prtn-grid__col._w330h180 {
width: 330px;
height: 180px;
}
}
.prtn-grid__col img {
display: block;
width: 100%;
height: 100%;
font-family: "object-fit:cover";
object-fit: cover;
}
.professionnel-container {
text-align: center;
}
.professionnel__title {
margin-bottom: 4.0625rem;
font-size: 1.875em;
font-weight: 300;
}
@media only screen and (min-width: 1024px) {
.qui-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.qui__left-block {
width: calc(99.9% * 1);
}
.qui__left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__left-block:last-child {
margin-right: 0;
}
.qui__left-block:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.qui__left-block:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 1024px) {
.qui__left-block {
width: calc(99.9% * 7/12);
padding-right: 3em;
}
.qui__left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__left-block:last-child {
margin-right: 0;
}
.qui__left-block:nth-child(12n) {
margin-right: 0;
float: right;
}
.qui__left-block:nth-child(12n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.qui__left-block {
width: calc(99.9% * 2/3);
padding-right: 0;
}
.qui__left-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__left-block:last-child {
margin-right: 0;
}
.qui__left-block:nth-child(3n) {
margin-right: 0;
float: right;
}
.qui__left-block:nth-child(3n + 1) {
clear: both;
}
}
.qui__right-block {
width: calc(99.9% * 1);
}
.qui__right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__right-block:last-child {
margin-right: 0;
}
.qui__right-block:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.qui__right-block:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 1024px) {
.qui__right-block {
width: calc(99.9% * 5/12);
}
.qui__right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__right-block:last-child {
margin-right: 0;
}
.qui__right-block:nth-child(12n) {
margin-right: 0;
float: right;
}
.qui__right-block:nth-child(12n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.qui__right-block {
width: calc(99.9% * 1/3);
}
.qui__right-block:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__right-block:last-child {
margin-right: 0;
}
.qui__right-block:nth-child(3n) {
margin-right: 0;
float: right;
}
.qui__right-block:nth-child(3n + 1) {
clear: both;
}
}
.qui__title {
margin-bottom: 1.875rem;
font-size: 2.25em;
font-weight: 300;
}
.qui__title-bold {
font-weight: bold;
color: #473d3b;
}
.qui__text {
width: calc(99.9% * 1);
margin-bottom: 1.25rem;
font-size: 0.8125em;
}
.qui__text:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__text:last-child {
margin-right: 0;
}
.qui__text:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.qui__text:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 768px) {
.qui__text {
width: calc(99.9% * 3/4);
}
.qui__text:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__text:last-child {
margin-right: 0;
}
.qui__text:nth-child(4n) {
margin-right: 0;
float: right;
}
.qui__text:nth-child(4n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1024px) {
.qui__text {
width: calc(99.9% * 1);
}
.qui__text:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__text:last-child {
margin-right: 0;
}
.qui__text:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.qui__text:nth-child(undefinedn + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.qui__text {
width: calc(99.9% * 5/8);
}
.qui__text:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__text:last-child {
margin-right: 0;
}
.qui__text:nth-child(8n) {
margin-right: 0;
float: right;
}
.qui__text:nth-child(8n + 1) {
clear: both;
}
}
.qui__content {
width: calc(99.9% * 1);
}
.qui__content:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__content:last-child {
margin-right: 0;
}
.qui__content:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.qui__content:nth-child(undefinedn + 1) {
clear: both;
}
@media only screen and (min-width: 768px) {
.qui__content {
width: calc(99.9% * 3/4);
}
.qui__content:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__content:last-child {
margin-right: 0;
}
.qui__content:nth-child(4n) {
margin-right: 0;
float: right;
}
.qui__content:nth-child(4n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1024px) {
.qui__content {
width: calc(99.9% * 1);
}
.qui__content:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__content:last-child {
margin-right: 0;
}
.qui__content:nth-child(undefinedn) {
margin-right: 0;
float: right;
}
.qui__content:nth-child(undefinedn + 1) {
clear: both;
}
}
@media only screen and (min-width: 1280px) {
.qui__content {
width: calc(99.9% * 3/4);
}
.qui__content:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__content:last-child {
margin-right: 0;
}
.qui__content:nth-child(4n) {
margin-right: 0;
float: right;
}
.qui__content:nth-child(4n + 1) {
clear: both;
}
}
@media only screen and (min-width: 1440px) {
.qui__content {
width: calc(99.9% * 5/8);
}
.qui__content:nth-child(1n) {
float: left;
margin-right: 0;
clear: none;
}
.qui__content:last-child {
margin-right: 0;
}
.qui__content:nth-child(8n) {
margin-right: 0;
float: right;
}
.qui__content:nth-child(8n + 1) {
clear: both;
}
}
.qui__content-container {
padding: 0 1em;
}
@media only screen and (min-width: 768px) {
.qui__content-container {
padding: 2.8125rem 0 2.1875rem calc(99.9999% * 1 / 12);
}
}
@media only screen and (min-width: 1024px) {
.qui__content-container {
padding: 5.625rem 0 2.1875rem calc(99.9999% * 1 / 12);
}
}
.qui__content-title {
margin-bottom: 1.25rem;
font-size: 0.875em;
font-weight: bold;
text-transform: uppercase;
color: #ef7d0b;
}
.qui__content-title:first-child {
margin-bottom: 2.8125rem;
}
.qui__content-text {
margin-bottom: 0.9375rem;
font-size: 0.8125em;
}
.qui__content-features-block {
position: relative;
margin-bottom: 3.75rem;
padding-left: 5.9375rem;
font-size: 0.875em;
}
.qui__content-features-block:before {
content: '';
display: block;
position: absolute;
top: -15px;
left: 0;
width: 4.0625em;
height: 3.75em;
}
.qui__content-features-block:first-child:before {
left: 30px;
background: url("../img/qui/n-item1.png") no-repeat 0 0;
}
.qui__content-features-block:nth-child(2):before {
left: -5px;
width: 5em;
background: url("../img/qui/n-item2.png") no-repeat 0 0;
}
.qui__content-features-block:nth-child(3):before {
top: -10px;
left: 10px;
background: url("../img/qui/n-item3.png") no-repeat 0 0;
}
.qui__content-features-block:last-child:before {
top: -5px;
left: 10px;
width: 5em;
background: url("../img/qui/n-item4.png") no-repeat 0 0;
}
.qui__content-items {
margin-bottom: 1.875rem;
padding: 1.25em;
}
@media only screen and (min-width: 1440px) {
.qui__content-items {
width: 95%;
}
}
.qui__content-item {
display: inline-block;
text-align: center;
}
.qui__content-item:not(:last-child) {
margin-right: 1.25em;
}
@media only screen and (min-width: 768px) {
.qui__content-item:not(:last-child) {
margin-right: 1.25em;
}
}
@media only screen and (min-width: 1024px) {
.qui__content-item:not(:last-child) {
margin-right: 0.9375em;
}
}
@media only screen and (min-width: 1280px) {
.qui__content-item:not(:last-child) {
margin-right: 1.25em;
}
}
.qui__content-item-image {
width: 6.125em;
height: 6.125em;
margin-bottom: 1.25rem;
box-shadow: 0 0 90px #f2f2f2;
}
.qui__content-item:first-child .qui__content-item-image {
background: #fff url("../img/qui/n-item5.png") no-repeat center center;
}
.qui__content-item:nth-child(2) .qui__content-item-image {
background: #fff url("../img/qui/n-item6.png") no-repeat center center;
}
.qui__content-item:nth-child(3) .qui__content-item-image {
background: #fff url("../img/qui/n-item7.png") no-repeat center center;
}
.qui__content-item:last-child .qui__content-item-image {
background: #fff url("../img/qui/n-item8.png") no-repeat center center;
}
.qui__content-item-title {
font-size: 0.8125em;
}
.qui__image {
width: 100%;
height: 40.625em;
margin-bottom: 3.125em;
background: url("../img/qui/n-image.jpg") no-repeat 0 0;
background-size: cover;
}
.qui__person {
color: #473d3b;
padding: 0 1em;
margin-bottom: 1.875em;
}
@media only screen and (min-width: 768px) {
.qui__person {
padding: 0 0 0 calc(99.9999% * 1 / 12);
}
}
@media only screen and (min-width: 1024px) {
.qui__person {
margin-bottom: 0;
padding-left: 0;
}
}
.qui__person-title {
margin-bottom: 0.625rem;
font-size: 1.875em;
font-weight: bold;
}
.qui__person-text {
margin-bottom: 1.875rem;
font-size: 0.8125em;
font-weight: 500;
}
.qui__person-video iframe {
width: 100%;
height: 265px;
}
@media only screen and (min-width: 768px) {
.qui__person-video iframe {
width: 450px;
height: 290px;
}
}
@media only screen and (min-width: 1024px) {
.qui__person-video iframe {
width: 390px;
height: 230px;
}
}
@media only screen and (min-width: 1440px) {
.qui__person-video iframe {
width: 450px;
height: 290px;
}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
.qui__person-video iframe {
width: 450px;
height: 315px;
}
}
|
documentacion/function-_contenido_add.html | magiaphp/magophp | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Function _contenido_add | magophp</title>
<link rel="stylesheet" href="resources/style.css?c2f33731c1948fbed7c333554678bfa68d4817da">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li>
<a href="package-.html">
<span></span>
</a>
<ul>
<li>
<a href="package-.menu.html">
\menu </a>
</li>
<li>
<a href="package-.opciones.html">
\opciones </a>
</li>
</ul></li>
<li>
<a href="package-admin.html">
admin<span></span>
</a>
<ul>
<li>
<a href="package-admin.captcha.html">
captcha </a>
</li>
<li>
<a href="package-admin.contenido.html">
contenido </a>
</li>
<li>
<a href="package-admin.errores.html">
errores </a>
</li>
<li>
<a href="package-admin.formularios.html">
formularios<span></span>
</a>
<ul>
<li>
<a href="package-admin.formularios.sql.html">
sql </a>
</li>
</ul></li>
<li>
<a href="package-admin.funciones.html">
funciones </a>
</li>
<li>
<a href="package-admin.getbootstrap.html">
getbootstrap </a>
</li>
<li>
<a href="package-admin.mensajes.html">
mensajes </a>
</li>
<li>
<a href="package-admin.menu.html">
menu </a>
</li>
<li>
<a href="package-admin.mvc.html">
mvc </a>
</li>
<li>
<a href="package-admin.paginacion.html">
paginacion </a>
</li>
<li>
<a href="package-admin.permisos.html">
permisos </a>
</li>
<li>
<a href="package-admin.traductor.html">
traductor </a>
</li>
</ul></li>
<li>
<a href="package-gestion.html">
gestion<span></span>
</a>
<ul>
<li>
<a href="package-gestion..html">
<span></span>
</a>
<ul>
<li>
<a href="package-gestion..actualizaciones.html">
actualizaciones </a>
</li>
<li>
<a href="package-gestion..contenido.html">
contenido </a>
</li>
<li>
<a href="package-gestion..grupos.html">
grupos </a>
</li>
<li>
<a href="package-gestion..idiomas.html">
idiomas </a>
</li>
</ul></li></ul></li>
<li>
<a href="package-logs.html">
logs </a>
</li>
<li>
<a href="package-menu.html">
menu </a>
</li>
<li>
<a href="package-None.html">
None </a>
</li>
<li>
<a href="package-opciones.html">
opciones </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Functions</h3>
<ul>
<li class="active"><a href="function-_contenido_add.html">_contenido_add</a></li>
<li><a href="function-_contenido_campo.html">_contenido_campo</a></li>
<li><a href="function-_contenido_campo_add.html">_contenido_campo_add</a></li>
<li><a href="function-_contenido_numero_actual.html">_contenido_numero_actual</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<span>Package</span> </li>
<li class="active">
<span>Function</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="function">
<h1>Function _contenido_add</h1>
<div class="info">
<b>Package:</b> <a href="package-gestion.html">gestion</a>\<a href="package-gestion..html"></a>\<a href="package-gestion..contenido.html">contenido</a><br>
<b>Located at</b>
<a href="source-function-_contenido_add.html#54-89" title="Go to source code">
gestion/_contenido/funciones.php
</a><br>
</div>
<table class="summary" id="parameters">
<caption>Parameters summary</caption>
<tr id="$selecionado">
<td class="name"><code>type</code></td>
<td class="value"><code><var>$selecionado</var> = <span class="php-quote">""</span></code></td>
<td>valor a ser seleccionado</td>
</tr>
<tr id="$excluir">
<td class="name"><code>type</code></td>
<td class="value"><code><var>$excluir</var> = <span class="php-quote">""</span></code></td>
<td>Valor a excluir de la lista</td>
</tr>
</table>
<table class="summary" id="returns">
<caption>Return value summary</caption>
<tr>
<td class="name"><code>
type
</code></td>
<td>
html <option>
</td>
</tr>
</table>
</div>
<div id="footer">
magophp API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?33dd9a52bdd256a505b28b57e2097f9d080cf5fb"></script>
<script src="elementlist.js?01ad8ab34ddb4f5f17f459de25d5ceb0b1fe9e9c"></script>
</body>
</html>
|
simple-social-auth-adjusted-for-chiron/mysite/core/templates/core/settings.html | coetzeevs/chiron | {% extends 'base.html' %}
{% block content %}
<h2>Settings</h2>
<h3>GitHub</h3>
{% if github_login %}
<p>Connected as <a href="https://github.com/{{ github_login.extra_data.login }}/" target="_blank">{{ github_login.extra_data.login }}</a></p>
{% if can_disconnect %}
<form method="post" action="{% url 'social:disconnect' 'github' %}">
{% csrf_token %}
<button type="submit">Disconnect from GitHub</button>
</form>
{% else %}
<button type="button" disabled>Disconnect from GitHub</button>
<p style="color: red">You must <a href="{% url 'password' %}">define a password</a> for your account before disconnecting from Github.</p>
{% endif %}
{% else %}
<a href="{% url 'social:begin' 'github' %}">Connect to GitHub</a>
{% endif %}
<h3>Twitter</h3>
{% if twitter_login %}
<p>Connected as <a href="https://twitter.com/{{ twitter_login.extra_data.access_token.screen_name }}/" target="_blank">@{{ twitter_login.extra_data.access_token.screen_name }}</a></p>
{% if can_disconnect %}
<form method="post" action="{% url 'social:disconnect' 'twitter' %}">
{% csrf_token %}
<button type="submit">Disconnect from Twitter</button>
</form>
{% else %}
<button type="button" disabled>Disconnect from Twitter</button>
<p style="color: red">You must <a href="{% url 'password' %}">define a password</a> for your account before disconnecting from Twitter.</p>
{% endif %}
{% else %}
<a href="{% url 'social:begin' 'twitter' %}">Connect to Twitter</a>
{% endif %}
<h3>Facebook</h3>
{% if facebook_login %}
<p>Connected as <a href="https://facebook.com/{{ facebook_login.extra_data.id }}/" target="_blank">{{ facebook_login.extra_data.id }}</a></p>
{% if can_disconnect %}
<form method="post" action="{% url 'social:disconnect' 'facebook' %}">
{% csrf_token %}
<button type="submit">Disconnect from Facebook</button>
</form>
{% else %}
<button type="button" disabled>Disconnect from Facebook</button>
<p style="color: red">You must <a href="{% url 'password' %}">define a password</a> for your account before disconnecting from Facebook.</p>
{% endif %}
{% else %}
<a href="{% url 'social:begin' 'facebook' %}">Connect to Facebook</a>
{% endif %}
{% endblock %} |
index.html | vmelnik-ukraine/jquery-required-fields-style | <html>
<head>
<meta charset="utf-8">
<title>jQuery "Required Fields Style" plugin demo</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h3>Play with fields values</h3>
<dl>
<dt>
Optional fields
</dt>
<dd>
Required fields
</dd>
<dt>
<input type="text">
</dt>
<dd>
<input type="text" required="required">
</dd>
<dt>
<input type="email">
</dt>
<dd>
<input type="email" required="required">
</dd>
<dt>
<input type="password">
</dt>
<dd>
<input type="password" required="required">
</dd>
<dt>
<textarea></textarea>
</dt>
<dd>
<textarea required="required"></textarea>
</dd>
</dl>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="js/jquery.requiredFieldsStyle.1.0.js"></script>
<script src="js/main.js"></script>
</body>
</html> |
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/dev/fssec-model/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fssec-model: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / fssec-model - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
fssec-model
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-23 14:46:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 14:46:44 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/fssec-model"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FSSecModel"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: security" "keyword: filesystem" "keyword: UNIX" "keyword: MLS" "keyword: access control" "category: Computer Science/Operating Systems" "date: 2002-04-24" ]
authors: [ "Maximiliano Cristiá" ]
bug-reports: "https://github.com/coq-contribs/fssec-model/issues"
dev-repo: "git+https://github.com/coq-contribs/fssec-model.git"
synopsis: "Formal verification of an extension of a UNIX compatible, secure filesystem"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/fssec-model/archive/v8.7.0.tar.gz"
checksum: "md5=baadf706262226d952cf31b8d1ce225e"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-fssec-model.8.7.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-fssec-model -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-fssec-model.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
index.html | dkundel/foss4g-e | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Prototyping a touch client for Planetary Data analysis: PlanetServer Touch</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="bower_components/reveal.js/css/reveal.min.css">
<link rel="stylesheet" href="bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="css/theme.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="bower_components/reveal.js/lib/css/zenburn.css" id="highlight-theme">
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'bower_components/reveal.js/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-markdown="slides/index.md"></section>
<section>
<section data-background="#6D848C" data-markdown="slides/current-state.md"></section>
<section data-background="#6D848C" data-markdown="slides/neoclient.md"></section>
<section data-background="#6D848C" data-markdown="slides/requirements.md"></section>
<section data-background="#6D848C" data-markdown="slides/architecture.md"></section>
</section>
<section>
<section data-background="#405F73" data-markdown="slides/possible-solutions.md"></section>
<section data-background="#405F73" data-markdown="slides/available-solutions.md"></section>
<section data-background="#405F73" data-markdown="slides/available-libraries.md"></section>
</section>
<section>
<section data-markdown="slides/implementation.md"></section>
<section data-markdown="slides/features.md"></section>
<section data-markdown="slides/demo.md"></section>
</section>
<section data-background="#6D848C" data-markdown="slides/more-information.md"></section>
<section>
<section data-background="/images/demo/1.png" ></section>
<section data-background="/images/demo/2.png" ></section>
<section data-background="/images/demo/3.png" ></section>
<section data-background="/images/demo/4.png" ></section>
<section data-background="/images/demo/5.png" ></section>
<section data-background="/images/demo/6.png" ></section>
<section data-background="/images/demo/7.png" ></section>
<section data-background="/images/demo/8.png" ></section>
<section data-background="/images/demo/9.png" ></section>
<section data-background="/images/demo/10.png" ></section>
</section>
</div>
</div>
<script src="bower_components/reveal.js/lib/js/head.min.js"></script>
<script src="bower_components/reveal.js/js/reveal.min.js"></script>
<script>
// Configure Reveal
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/fade/none
backgroundTransition: 'slide',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'bower_components/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'bower_components/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'bower_components/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'bower_components/reveal.js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'bower_components/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'bower_components/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
// { src: 'bower_components/reveal.js/plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
//{ src: 'bower_components/reveal.js/plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
{ src: 'js/loadhtmlslides.js', condition: function() { return !!document.querySelector( '[data-html]' ); } }
]
});
</script>
</body>
</html>
|
_posts/2009-04-04-30-days-in-april-day-4.html | jwithington/jwithington.github.io | ---
layout: post
title: '30 Days in April: Day 4'
date: 2009-04-04 20:34:10.000000000 -07:00
type: post
published: true
status: publish
categories:
- 30 Days in April
tags:
- 30 days
- dog park
- erin
- photo
meta:
_publicize_pending: '1'
_edit_last: '6192'
aktt_tweeted: '1'
original_post_id: '100'
_wp_old_slug: '100'
author:
login: falsefridays
email: jimw@teamtreehouse.com
display_name: Jim Withington
first_name: ''
last_name: ''
excerpt: Portland was so gorgeous today.
---
<p><a href="http://farm4.static.flickr.com/3363/3412839503_5888889a70.jpg"><img src="{{ site.baseurl }}/assets/3412839503_5888889a70.jpg" alt="" /></a></p>
<p>I really like trying to take good photos with camera phones. I feel like it's just another way of dealing with the shortcomings of the tech you have at hand, like taking <a href="http://img.photobucket.com/albums/v232/jwithington/sidewalkshadow.jpg">Holga photos</a> or using children's instruments.</p>
<p>Portland was so gorgeous today.</p>
|
thermostat_html5/testing_ws.html | hti2017g08/hti2017g08.github.io | <!doctype html>
<html lang="en">
<head>
<title>My Website</title>
<script src='js/jquery-2.1.0.min.js'></script>
<script src='js/api.js'></script>
<style type='text/css'>
h2 {background-color:orange;}
</style>
</head>
<body>
<div style="padding:5px">
<div style='float:right'>
<script type="text/javascript">
<!--
var currentTime = new Date()
var hours = currentTime.getHours()
var minutes = currentTime.getMinutes()
document.write(hours+":"+minutes);
//-->
</script>
<script>
function getAll() {
document.getElementById('day').innerHTML=get("day", "current_day");
document.getElementById('time').innerHTML=get("time", "time");
document.getElementById('currentTemperature').innerHTML=get("currentTemperature", "current_temperature");
document.getElementById('targetTemperature').innerHTML=get("targetTemperature", "target_temperature");
document.getElementById('dayTemperature').innerHTML=get("dayTemperature", "day_temperature");
document.getElementById('nightTemperature').innerHTML=get("nightTemperature", "night_temperature");
document.getElementById('weekProgramState').innerHTML=get("weekProgramState", "week_program_state");
}
function updateAll() {
put("day", "current_day", "Monday");
document.getElementById('day').innerHTML=get("day", "current_day");
put("time", "time", "07:00");
document.getElementById('time').innerHTML=get("time", "time");
document.getElementById('currentTemperature').innerHTML=get("currentTemperature", "current_temperature");
put("targetTemperature", "target_temperature", "16.0");
document.getElementById('targetTemperature').innerHTML=get("targetTemperature", "target_temperature");
put("dayTemperature", "day_temperature", "22.0");
document.getElementById('dayTemperature').innerHTML=get("dayTemperature", "day_temperature");
put("nightTemperature", "night_temperature", "19.0");
document.getElementById('nightTemperature').innerHTML=get("nightTemperature", "night_temperature");
put("weekProgramState", "week_program_state", "off");
document.getElementById('weekProgramState').innerHTML=get("weekProgramState", "week_program_state");
}
</script>
</div>
<h2>Testing Web Service</h2>
<input id="getdata" type='button' value="GET Data" onclick="getAll();" />
<input id="putdata" type='button' value="PUT Data" onclick="updateAll();" />
<p>Day: <span id="day"></span></p>
<p>Time: <span id="time"></span></p>
<p>Current Temperature: <span id="currentTemperature"></span></p>
<p>Target Temperature: <span id="targetTemperature"></span></p>
<p>Day Temperature: <span id="dayTemperature"></span></p>
<p>Night Temperature: <span id="nightTemperature"></span></p>
<p>Week Program State: <span id="weekProgramState"></span></p>
<input id="addPeriod" type='button' value="Set Period" onclick="addPeriod('Monday', '12:00', '13:00');addPeriod('Monday', '13:00', '14:00');addPeriod('Monday', '07:00', '08:00');" />
<input id="removePeriod" type='button' value="Remove Period" onclick="removePeriod('Monday', 0)" />
<input type="button" value="Reset" onclick='setDefault();'>
</body>
</html>
|
app/templates/proj/picture.html | carverdo/dcleaner | {% extends "base.html" %}
{% block content %}
<br><br><br><br>
<div class="container">
<img src="static/image/scribbles_2.jpg" alt="scriblles"
style="max-width: 100%">
</div>
{% endblock %}
|
1996/index.html | RamZallan/web-trends | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>1996 | Trends In Web Design</title>
<meta name="description" content="A site showcasing trends in web design due to various technologies.">
<meta name="author" content="Ram Zallan">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="../images/favicon.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="numbers">
<img src="images/1.png" type="image/png">
<img src="images/9.png" type="image/png">
<img src="images/9-2.png" type="image/png">
<img src="images/6.png" type="image/png">
</div>
<h2> JavaScript is Born</h2>
<div class="navigation">
<ul>
<li><a href="../" title="Back Home">Back Home</a></li>
<li><a href="../1991/" title="1991">1991</a></li>
<li><a href="../1994/" title="1994">1994</a></li>
<li><a href="../2000/" title="2000">2000</a></li>
<li><a href="../2016/" title="2016">2016</a></li>
<li><a href="../mobile/" title="Mobile">Mobile</a></li>
<li><a href="../future/" title="Future">Future</a></li>
</ul>
</div>
<div class="content">
<h5>History</h5>
<p>In 1995, over the course of 10 days, Netscape employee Brendan Eich created one of the most influential programming languages to date. In those 10 days, he created the first version of JavaScript. It's been known by many different names since its conception, including LiveScript & ECMAScript, but JavaScript changed web development for years to come.</p>
<h5>Libraries</h5>
<p>After surging in popularity, developers began expanding what one could do with JavaScript. Creating open-source libraries for nearly every purpose, they broadened the possiblities of web development. Nearly every project utilizing JavaScript now uses some sort of library, be it for making applications, graphs, animations, or nearly any other purpose. Below are a few of the more popular JavaScript libraries being used my developers around the world:</p>
<ul>
<li>DOM (Document Object Model) Manipulation</li>
<ul>
<li>jQuery, React.js</li>
</ul>
<li>Graphical/Visualization</li>
<ul>
<li>D3.js, Plotly, Three.js</li>
</ul>
<li>Web Applications (MVC/MVVM)</li>
<ul>
<li>AngularJS, Backbone.js, Ember.js, Meteor</li>
</ul>
...and hundreds more
</ul>
<h5>Effects</h5>
<p>JavaScript extended the abilities of web developers exponentialy, openning up a new world of what could be used in websites. Animations became more wide-spread, and as the years, and Javascript, progressed, websites became more intricate, with the introduction of web applications, allowing websites to become more functional than just informational.</p>
</div>
<div class="footer">
<a href="http://ramzallan.me">© Ram Zallan</a>
<br>
<a href="#"><img src="images/netscape.gif"></a>
<a href="#"><img src="images/notepad.gif"></a>
<a href="#"><img src="images/ie.gif"></a>
<br>
<p>Site views since 03/12/1996:</p><img src="images/counter.gif">
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html> |
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/internal/jaxb/mapping/orm/class-use/JaxbInheritance.html | HerrB92/obp | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_34) on Wed Oct 23 13:33:58 EDT 2013 -->
<TITLE>
Uses of Class org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2013-10-23">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance (Hibernate JavaDocs)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/hibernate/internal/jaxb/mapping/orm//class-useJaxbInheritance.html" target="_top"><B>FRAMES</B></A>
<A HREF="JaxbInheritance.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.hibernate.internal.jaxb.mapping.orm"><B>org.hibernate.internal.jaxb.mapping.orm</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.hibernate.internal.jaxb.mapping.orm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A> in <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/package-summary.html">org.hibernate.internal.jaxb.mapping.orm</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/package-summary.html">org.hibernate.internal.jaxb.mapping.orm</A> declared as <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></CODE></FONT></TD>
<TD><CODE><B>JaxbEntity.</B><B><A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntity.html#inheritance">inheritance</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/package-summary.html">org.hibernate.internal.jaxb.mapping.orm</A> that return <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></CODE></FONT></TD>
<TD><CODE><B>ObjectFactory.</B><B><A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/ObjectFactory.html#createJaxbInheritance()">createJaxbInheritance</A></B>()</CODE>
<BR>
Create an instance of <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm"><CODE>JaxbInheritance</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></CODE></FONT></TD>
<TD><CODE><B>JaxbEntity.</B><B><A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntity.html#getInheritance()">getInheritance</A></B>()</CODE>
<BR>
Gets the value of the inheritance property.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/package-summary.html">org.hibernate.internal.jaxb.mapping.orm</A> with parameters of type <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>JaxbEntity.</B><B><A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbEntity.html#setInheritance(org.hibernate.internal.jaxb.mapping.orm.JaxbInheritance)">setInheritance</A></B>(<A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm">JaxbInheritance</A> value)</CODE>
<BR>
Sets the value of the inheritance property.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/hibernate/internal/jaxb/mapping/orm/JaxbInheritance.html" title="class in org.hibernate.internal.jaxb.mapping.orm"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/hibernate/internal/jaxb/mapping/orm//class-useJaxbInheritance.html" target="_top"><B>FRAMES</B></A>
<A HREF="JaxbInheritance.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
|
app/assets/stylesheets/reset.css | jclif/ChessApplication | /* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
-moz-osx-font-smoothing: grayscale;
webkit-font-smoothing: antialiased;
line-height: 1;
background: url(/assets/ticks.png) repeat 0 0;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Custom Reset */
input {
font: inherit;
}
|
ApplyCall/index.html | kevin-bai/demo-all | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<script>
function sum() {
var sum = 0;
for (var i =0;i<arguments.length;i++){
sum += arguments[i];
}
return sum
}
function getAll() {
return [1,2,3,4]
}
var myNumber = getAll();
console.log(sum.apply(null,myNumber));
</script>
</body>
</html> |
dist/components/button.css | toddler4372/Angular-Blogtastic | /*!
* # Semantic UI 1.12.2 - Button
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Button
*******************************/
@import url(http://fonts.googleapis.com/css?family=Roboto);
.ui.button {
cursor: pointer;
display: inline-block;
min-height: 1em;
outline: none;
border: none;
vertical-align: baseline;
background-color: #ffffff;
color: rgba(0, 0, 0, 0.8);
font-family: 'Roboto', Arial, sans-serif;
margin: 0em 0.25em 0em 0em;
padding: 0.8em 0.8em 0.8em;
text-transform: none;
text-shadow: none;
font-weight: normal;
line-height: 1;
font-style: normal;
text-align: center;
text-decoration: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.02));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.02));
border-radius: 0.15384615em;
box-shadow: 0px 0px 0px 1px #dddddd, 0px 0px 0px 0px transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
will-change: '';
-webkit-tap-highlight-color: transparent;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.button:hover {
background-color: #ffffff;
background-image: none;
box-shadow: 0px 0px 0px 1px #dddddd, 0px 2px 3px 0px rgba(0, 0, 0, 0.2) !important;
color: rgba(0, 0, 0, 0.8);
}
.ui.button:hover .icon {
opacity: 0.85;
}
/*--------------
Focus
---------------*/
.ui.button:focus {
background-color: '';
color: rgba(0, 0, 0, 0.8);
background-image: '' !important;
box-shadow: 0px 0px 0px 1px #dddddd, 0px 0px 1px rgba(81, 167, 232, 0.8) inset, 0px 0px 3px 2px rgba(81, 167, 232, 0.8) !important;
}
.ui.button:focus .icon {
opacity: 0.85;
}
/*--------------
Down
---------------*/
.ui.button:active,
.ui.active.button:active {
background-color: #ffffff;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
color: rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 0px 1px #dddddd;
}
/*--------------
Active
---------------*/
.ui.active.button {
background-color: #f0f0f0;
background-image: none;
box-shadow: 0px 0px 0px 1px #dddddd;
color: rgba(0, 0, 0, 0.8);
}
.ui.active.button:hover {
background-color: #f0f0f0;
background-image: none;
color: rgba(0, 0, 0, 0.8);
}
.ui.active.button:active {
background-color: #f0f0f0;
background-image: none;
}
/*--------------
Loading
---------------*/
/* Specificity hack */
.ui.loading.loading.loading.loading.loading.loading.button {
position: relative;
cursor: default;
text-shadow: none !important;
color: transparent !important;
opacity: 1;
pointer-events: none;
-webkit-transition: all 0s linear, opacity 0.2s ease;
transition: all 0s linear, opacity 0.2s ease;
}
.ui.loading.button:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285em 0em 0em -0.64285em;
width: 1.2857em;
height: 1.2857em;
border-radius: 500rem;
border: 0.2em solid rgba(255, 255, 255, 0.15);
}
.ui.loading.button:after {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285em 0em 0em -0.64285em;
width: 1.2857em;
height: 1.2857em;
-webkit-animation: button-spin 0.6s linear;
animation: button-spin 0.6s linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #ffffff transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0px 0px 0px 1px transparent;
}
.ui.labeled.icon.loading.button .icon {
background-color: transparent;
box-shadow: none;
}
@-webkit-keyframes button-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes button-spin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ui.basic.loading.button:not(.inverted):before {
border-color: rgba(0, 0, 0, 0.1);
}
.ui.basic.loading.button:not(.inverted):after {
border-top-color: #aaaaaa;
}
/*-------------------
Disabled
--------------------*/
.ui.buttons .disabled.button,
.ui.disabled.button,
.ui.button:disabled,
.ui.disabled.button:hover,
.ui.disabled.active.button {
cursor: default;
background-color: #dcddde !important;
color: rgba(0, 0, 0, 0.4) !important;
opacity: 0.3 !important;
background-image: none !important;
box-shadow: none !important;
pointer-events: none;
}
/* Basic Group With Disabled */
.ui.basic.buttons .ui.disabled.button {
border-color: rgba(39, 41, 43, 0.5);
}
/*******************************
Types
*******************************/
/*-------------------
Animated
--------------------*/
.ui.animated.button {
position: relative;
overflow: hidden;
vertical-align: middle;
padding-right: 0em !important;
}
.ui.animated.button .content {
will-change: transform, opacity;
}
.ui.animated.button .visible.content {
position: relative;
margin-right: 0.8em;
}
.ui.animated.button .hidden.content {
position: absolute;
width: 100%;
}
/* Horizontal */
.ui.animated.button .visible.content,
.ui.animated.button .hidden.content {
-webkit-transition: right 0.3s ease 0s;
transition: right 0.3s ease 0s;
}
.ui.animated.button .visible.content {
left: auto;
right: 0%;
}
.ui.animated.button .hidden.content {
top: 50%;
left: auto;
right: -100%;
margin-top: -0.5em;
}
.ui.animated.button:hover .visible.content {
left: auto;
right: 200%;
}
.ui.animated.button:hover .hidden.content {
left: auto;
right: 0%;
}
/* Vertical */
.ui.vertical.animated.button .visible.content,
.ui.vertical.animated.button .hidden.content {
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
transition: top 0.3s ease, transform 0.3s ease;
}
.ui.vertical.animated.button .visible.content {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
right: auto;
}
.ui.vertical.animated.button .hidden.content {
top: -50%;
left: 0%;
right: auto;
}
.ui.vertical.animated.button:hover .visible.content {
-webkit-transform: translateY(200%);
-ms-transform: translateY(200%);
transform: translateY(200%);
right: auto;
}
.ui.vertical.animated.button:hover .hidden.content {
top: 50%;
right: auto;
}
/* Fade */
.ui.fade.animated.button .visible.content,
.ui.fade.animated.button .hidden.content {
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.ui.fade.animated.button .visible.content {
left: auto;
right: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.ui.fade.animated.button .hidden.content {
opacity: 0;
left: 0%;
right: auto;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.ui.fade.animated.button:hover .visible.content {
left: auto;
right: auto;
opacity: 0;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.ui.fade.animated.button:hover .hidden.content {
left: 0%;
right: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*-------------------
Inverted
--------------------*/
.ui.inverted.button {
box-shadow: 0px 0px 0px 1px #ffffff inset !important;
background: transparent none;
color: #ffffff;
text-shadow: none !important;
}
.ui.inverted.buttons .button {
margin: 0px 0px 0px -1px;
}
.ui.inverted.buttons .button:first-child {
margin-left: 0em;
}
.ui.inverted.vertical.buttons .button {
margin: 0px 0px -1px 0px;
}
.ui.inverted.vertical.buttons .button:first-child {
margin-top: 0em;
}
.ui.inverted.buttons .button:hover {
position: relative;
}
.ui.inverted.button:hover {
background: #ffffff;
box-shadow: 0px 0px 0px 1px #ffffff inset !important;
color: rgba(0, 0, 0, 0.8);
}
/*-------------------
Social
--------------------*/
/* Facebook */
.ui.facebook.button {
background-color: #3b579d;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.facebook.button:hover {
background-color: #3f5da8;
color: #ffffff;
text-shadow: none;
}
.ui.facebook.button:active {
background-color: #314983;
color: #ffffff;
text-shadow: none;
}
/* Twitter */
.ui.twitter.button {
background-color: #4092cc;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.twitter.button:hover {
background-color: #4c99cf;
color: #ffffff;
text-shadow: none;
}
.ui.twitter.button:active {
background-color: #3180b7;
color: #ffffff;
text-shadow: none;
}
/* Google Plus */
.ui.google.plus.button {
background-color: #d34836;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.google.plus.button:hover {
background-color: #d65343;
color: #ffffff;
text-shadow: none;
}
.ui.google.plus.button:active {
background-color: #bc3a29;
color: #ffffff;
text-shadow: none;
}
/* Linked In */
.ui.linkedin.button {
background-color: #1f88be;
color: #ffffff;
text-shadow: none;
}
.ui.linkedin.button:hover {
background-color: #2191cb;
color: #ffffff;
text-shadow: none;
}
.ui.linkedin.button:active {
background-color: #1a729f;
color: #ffffff;
text-shadow: none;
}
/* YouTube */
.ui.youtube.button {
background-color: #cc181e;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.youtube.button:hover {
background-color: #da1a20;
color: #ffffff;
text-shadow: none;
}
.ui.youtube.button:active {
background-color: #ac1419;
color: #ffffff;
text-shadow: none;
}
/* Instagram */
.ui.instagram.button {
background-color: #49769c;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.instagram.button:hover {
background-color: #4e7ea6;
color: #ffffff;
text-shadow: none;
}
.ui.instagram.button:active {
background-color: #3e6484;
color: #ffffff;
text-shadow: none;
}
/* Pinterest */
.ui.pinterest.button {
background-color: #00aced;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.pinterest.button:hover {
background-color: #00b7fc;
color: #ffffff;
text-shadow: none;
}
.ui.pinterest.button:active {
background-color: #0092c9;
color: #ffffff;
text-shadow: none;
}
/* VK */
.ui.vk.button {
background-color: #4D7198;
color: #ffffff;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.vk.button:hover {
background-color: #5279a2;
color: #ffffff;
}
.ui.vk.button:active {
background-color: #415f80;
color: #ffffff;
}
/*--------------
Icon
---------------*/
.ui.button > .icon {
opacity: 0.8;
margin: 0em 0.4em 0em -0.2em;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
vertical-align: baseline;
color: '';
}
.ui.button > .right.icon {
margin: 0em -0.2em 0em 0.4em;
}
/*******************************
Variations
*******************************/
/*-------------------
Floated
--------------------*/
.ui[class*="left floated"].buttons,
.ui[class*="left floated"].button {
float: left;
margin-left: 0em;
margin-right: 0.25em;
}
.ui[class*="right floated"].buttons,
.ui[class*="right floated"].button {
float: right;
margin-right: 0em;
margin-left: 0.25em;
}
/*-------------------
Compact
--------------------*/
.ui.compact.buttons .button,
.ui.compact.button {
padding: 0.6em 0.6em 0.6em;
}
.ui.compact.icon.buttons .button,
.ui.compact.icon.button {
padding: 0.6em 0.6em 0.6em;
}
.ui.compact.labeled.icon.buttons .button,
.ui.compact.labeled.icon.button {
padding: 0.6em 2.6em 0.6em;
}
/*-------------------
Sizes
--------------------*/
.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.mini.button {
font-size: 0.71428571rem;
}
.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.tiny.button {
font-size: 0.85714286rem;
}
.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.small.button {
font-size: 0.92857143rem;
}
.ui.buttons .button,
.ui.buttons .or,
.ui.button {
font-size: 13px;
}
.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.large.button {
font-size: 1.14285714rem;
}
.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.big.button {
font-size: 1.28571429rem;
}
.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.huge.button {
font-size: 1.42857143rem;
}
.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.massive.button {
font-size: 1.71428571rem;
}
/*--------------
Icon Only
---------------*/
.ui.icon.buttons .button,
.ui.icon.button {
padding: 0.8em 0.8em 0.8em;
}
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
opacity: 0.9;
margin: 0em;
vertical-align: top;
}
/*-------------------
Basic
--------------------*/
.ui.basic.buttons .button,
.ui.basic.button {
background: transparent !important;
background-image: none;
color: rgba(0, 0, 0, 0.8) !important;
font-weight: normal;
border-radius: 4px;
text-transform: none;
text-shadow: none !important;
box-shadow: 0px 0px 0px 0px rgba(39, 41, 43, 0.15) inset;
}
.ui.basic.buttons {
box-shadow: 0px 0px 0px 0px rgba(39, 41, 43, 0.15);
border-radius: 0.15384615em;
}
.ui.basic.buttons .button {
border-radius: 0em;
}
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
background: #ffffff !important;
color: rgba(0, 0, 0, 0.8) !important;
box-shadow: 0px 0px 0px 1px #dddddd, 0px 2px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
.ui.basic.buttons .button:active,
.ui.basic.button:active {
background: #ffffff !important;
color: rgba(0, 0, 0, 0.8) !important;
box-shadow: 0px 0px 0px 1px #dddddd;
}
.ui.basic.buttons .active.button,
.ui.basic.active.button {
background: #ffffff !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) !important;
color: rgba(0, 0, 0, 0.8);
box-shadow: rgba(39, 41, 43, 0.3);
}
.ui.basic.buttons .active.button:hover,
.ui.basic.active.button:hover {
background-color: rgba(0, 0, 0, 0.05);
}
/* Vertical */
.ui.basic.buttons .button:hover {
box-shadow: 0px 0px 0px 1px #dddddd, 0px 2px 3px 0px rgba(0, 0, 0, 0.2) inset !important;
}
.ui.basic.buttons .button:active {
box-shadow: 0px 0px 0px 1px #dddddd inset;
}
.ui.basic.buttons .active.button {
box-shadow: rgba(39, 41, 43, 0.3) inset;
}
/* Standard Basic Inverted */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
background-color: transparent !important;
color: #fafafa !important;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
}
.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
color: #ffffff !important;
box-shadow: 0px 0px 0px 1px #ffffff inset !important;
}
.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
background-color: rgba(255, 255, 255, 0.05) !important;
color: #ffffff !important;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.9) inset !important;
}
.ui.basic.inverted.buttons .active.button,
.ui.basic.inverted.active.button {
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
text-shadow: none;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7) inset;
}
.ui.basic.inverted.buttons .active.button:hover,
.ui.basic.inverted.active.button:hover {
background-color: rgba(255, 255, 255, 0.07);
box-shadow: 0px 0px 0px 1px #ffffff inset !important;
}
/* Basic Group */
.ui.basic.buttons .button {
border-left: 0px solid rgba(39, 41, 43, 0.15);
box-shadow: none;
}
.ui.basic.vertical.buttons .button {
border-left: none;
}
.ui.basic.vertical.buttons .button {
border-left-width: 0px;
border-top: 0px solid rgba(39, 41, 43, 0.15);
}
.ui.basic.vertical.buttons .button:first-child {
border-top-width: 0px;
}
/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
position: relative;
padding-left: 2.8em !important;
padding-right: 0.8em !important;
}
/* Left Labeled */
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
position: absolute;
width: 2em;
height: 100%;
background-color: transparent;
text-align: center;
color: '';
border-radius: 0.15384615em 0px 0px 0.15384615em;
line-height: 1;
box-shadow: -1px 0px 0px 0px transparent inset;
}
/* Left Labeled */
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
top: 0em;
left: 0em;
}
/* Right Labeled */
.ui[class*="right labeled"].icon.button {
padding-right: 2.8em !important;
padding-left: 0.8em !important;
}
.ui[class*="right labeled"].icon.button > .icon {
left: auto;
right: 0em;
border-radius: 0em 0.15384615em 0.15384615em 0em;
box-shadow: 1px 0px 0px 0px transparent inset;
}
.ui.labeled.icon.buttons > .button > .icon:before,
.ui.labeled.icon.button > .icon:before,
.ui.labeled.icon.buttons > .button > .icon:after,
.ui.labeled.icon.button > .icon:after {
display: block;
position: absolute;
width: 100%;
top: 50%;
text-align: center;
margin-top: -0.5em;
}
.ui.labeled.icon.buttons .button > .icon {
border-radius: 0em;
}
.ui.labeled.icon.buttons .button:first-child > .icon {
border-top-left-radius: 0.15384615em;
border-bottom-left-radius: 0.15384615em;
}
.ui.labeled.icon.buttons .button:last-child > .icon {
border-top-right-radius: 0.15384615em;
border-bottom-right-radius: 0.15384615em;
}
.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
border-radius: 0em;
border-top-left-radius: 0.15384615em;
}
.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
border-radius: 0em;
border-bottom-left-radius: 0.15384615em;
}
/* Fluid Labeled */
.ui.fluid[class*="left labeled"].icon.button,
.ui.fluid[class*="right labeled"].icon.button {
padding-left: 0.8em !important;
padding-right: 0.8em !important;
}
/*--------------
Toggle
---------------*/
/* Toggle (Modifies active state to give affordances) */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
background-color: #3d9400 !important;
box-shadow: none !important;
text-shadow: none;
color: #ffffff !important;
}
.ui.button.toggle.active:hover {
background-color: #43a300 !important;
text-shadow: none;
color: #ffffff !important;
}
/*--------------
Circular
---------------*/
.ui.circular.button {
border-radius: 10em;
}
.ui.circular.button > .icon {
width: 1em;
vertical-align: baseline;
}
/*--------------
Attached
---------------*/
.ui.attached.button {
display: block;
margin: 0em;
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) !important;
border-radius: 0em;
}
.ui.attached.top.button {
border-radius: 0.15384615em 0.15384615em 0em 0em;
}
.ui.attached.bottom.button {
border-radius: 0em 0em 0.15384615em 0.15384615em;
}
.ui.attached.left.button {
display: inline-block;
border-left: none;
padding-right: 0.75em;
text-align: right;
border-radius: 0.15384615em 0em 0em 0.15384615em;
}
.ui.attached.right.button {
display: inline-block;
padding-left: 0.75em;
text-align: left;
border-radius: 0em 0.15384615em 0.15384615em 0em;
}
/*-------------------
Or Buttons
--------------------*/
.ui.buttons .or {
position: relative;
float: left;
width: 0.3em;
height: 2.6em;
z-index: 3;
}
.ui.buttons .or:before {
position: absolute;
text-align: center;
border-radius: 500rem;
content: 'or';
top: 50%;
left: 50%;
background-color: #ffffff;
text-shadow: none;
margin-top: -0.9em;
margin-left: -0.9em;
width: 1.8em;
height: 1.8em;
line-height: 1.8em;
color: rgba(0, 0, 0, 0.4);
font-style: normal;
font-weight: bold;
box-shadow: 0px 0px 0px 1px #dddddd;
}
.ui.buttons .or[data-text]:before {
content: attr(data-text);
}
/* Fluid Or */
.ui.fluid.buttons .or {
width: 0em !important;
}
.ui.fluid.buttons .or:after {
display: none;
}
/*-------------------
Attached
--------------------*/
/* Plural Attached */
.attached.ui.buttons {
margin: 0px;
border-radius: 0em 0em 0em 0em;
}
.attached.ui.buttons .button {
margin: 0em;
}
.attached.ui.buttons .button:first-child {
border-radius: 0em 0em 0em 0em;
}
.attached.ui.buttons .button:last-child {
border-radius: 0em 0em 0em 0em;
}
/* Top Side */
[class*="top attached"].ui.buttons {
margin-bottom: -1px;
border-radius: 0.15384615em 0.15384615em 0em 0em;
}
[class*="top attached"].ui.buttons .button:first-child {
border-radius: 0.15384615em 0em 0em 0em;
}
[class*="top attached"].ui.buttons .button:last-child {
border-radius: 0em 0.15384615em 0em 0em;
}
/* Bottom Side */
[class*="bottom attached"].ui.buttons {
margin-top: -1px;
border-radius: 0em 0em 0.15384615em 0.15384615em;
}
[class*="bottom attached"].ui.buttons .button:first-child {
border-radius: 0em 0em 0em 0.15384615em;
}
[class*="bottom attached"].ui.buttons .button:last-child {
border-radius: 0em 0em 0.15384615em 0em;
}
/* Left Side */
[class*="left attached"].ui.buttons {
margin-left: -1px;
border-radius: 0em 0.15384615em 0.15384615em 0em;
}
[class*="left attached"].ui.buttons .button:first-child {
margin-left: -1px;
border-radius: 0em 0.15384615em 0em 0em;
}
[class*="left attached"].ui.buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0.15384615em 0em;
}
/* Right Side */
[class*="right attached"].ui.buttons,
[class*="right attached"].ui.buttons .button {
margin-right: -1px;
border-radius: 0.15384615em 0em 0em 0.15384615em;
}
[class*="right attached"].ui.buttons .button:first-child {
margin-left: -1px;
border-radius: 0.15384615em 0em 0em 0em;
}
[class*="right attached"].ui.buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0em 0.15384615em;
}
/* Fluid */
.ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
display: block;
width: 100%;
}
.ui.\32.buttons,
.ui.two.buttons {
width: 100%;
}
.ui.\32.buttons > .button,
.ui.two.buttons > .button {
width: 50%;
}
.ui.\33.buttons,
.ui.three.buttons {
width: 100%;
}
.ui.\33.buttons > .button,
.ui.three.buttons > .button {
width: 33.333%;
}
.ui.\34.buttons,
.ui.four.buttons {
width: 100%;
}
.ui.\34.buttons > .button,
.ui.four.buttons > .button {
width: 25%;
}
.ui.\35.buttons,
.ui.five.buttons {
width: 100%;
}
.ui.\35.buttons > .button,
.ui.five.buttons > .button {
width: 20%;
}
.ui.\36.buttons,
.ui.six.buttons {
width: 100%;
}
.ui.\36.buttons > .button,
.ui.six.buttons > .button {
width: 16.666%;
}
.ui.\37.buttons,
.ui.seven.buttons {
width: 100%;
}
.ui.\37.buttons > .button,
.ui.seven.buttons > .button {
width: 14.285%;
}
.ui.\38.buttons,
.ui.eight.buttons {
width: 100%;
}
.ui.\38.buttons > .button,
.ui.eight.buttons > .button {
width: 12.500%;
}
.ui.\39.buttons,
.ui.nine.buttons {
width: 100%;
}
.ui.\39.buttons > .button,
.ui.nine.buttons > .button {
width: 11.11%;
}
.ui.\31\30.buttons,
.ui.ten.buttons {
width: 100%;
}
.ui.\31\30.buttons > .button,
.ui.ten.buttons > .button {
width: 10%;
}
.ui.\31\31.buttons,
.ui.eleven.buttons {
width: 100%;
}
.ui.\31\31.buttons > .button,
.ui.eleven.buttons > .button {
width: 9.09%;
}
.ui.\31\32.buttons,
.ui.twelve.buttons {
width: 100%;
}
.ui.\31\32.buttons > .button,
.ui.twelve.buttons > .button {
width: 8.3333%;
}
/* Fluid Vertical Buttons */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: block;
width: auto;
}
.ui.\32.vertical.buttons > .button,
.ui.two.vertical.buttons > .button {
height: 50%;
}
.ui.\33.vertical.buttons > .button,
.ui.three.vertical.buttons > .button {
height: 33.333%;
}
.ui.\34.vertical.buttons > .button,
.ui.four.vertical.buttons > .button {
height: 25%;
}
.ui.\35.vertical.buttons > .button,
.ui.five.vertical.buttons > .button {
height: 20%;
}
.ui.\36.vertical.buttons > .button,
.ui.six.vertical.buttons > .button {
height: 16.666%;
}
.ui.\37.vertical.buttons > .button,
.ui.seven.vertical.buttons > .button {
height: 14.285%;
}
.ui.\38.vertical.buttons > .button,
.ui.eight.vertical.buttons > .button {
height: 12.500%;
}
.ui.\39.vertical.buttons > .button,
.ui.nine.vertical.buttons > .button {
height: 11.11%;
}
.ui.\31\30.vertical.buttons > .button,
.ui.ten.vertical.buttons > .button {
height: 10%;
}
.ui.\31\31.vertical.buttons > .button,
.ui.eleven.vertical.buttons > .button {
height: 9.09%;
}
.ui.\31\32.vertical.buttons > .button,
.ui.twelve.vertical.buttons > .button {
height: 8.3333%;
}
/*-------------------
Colors
--------------------*/
/*--- Black ---*/
.ui.black.buttons .button,
.ui.black.button {
background-color: #1b1c1d;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.black.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.black.buttons .button:hover,
.ui.black.button:hover {
background-color: #1b1c1d;
color: #ffffff;
text-shadow: none;
}
.ui.black.buttons .button:active,
.ui.black.button:active {
background-color: #0a0a0b;
color: #ffffff;
text-shadow: none;
}
.ui.black.buttons .active.button,
.ui.black.buttons .active.button:active,
.ui.black.active.button,
.ui.black.button .active.button:active {
background-color: #0f0f10;
color: #ffffff;
text-shadow: none;
}
/* Basic */
.ui.basic.black.buttons .button,
.ui.basic.black.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #1b1c1d inset !important;
color: #1b1c1d !important;
}
.ui.basic.black.buttons .button:active,
.ui.basic.black.button:active {
box-shadow: 0px 0px 0px 1px #0a0a0b inset !important;
color: #0a0a0b !important;
}
.ui.basic.black.buttons .active.button,
.ui.basic.black.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #0a0a0b inset !important;
color: #0a0a0b !important;
}
.ui.buttons > .basic.black.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.black.buttons .button,
.ui.inverted.black.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #dddddd inset !important;
color: #ffffff;
}
.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover {
box-shadow: 0px 0px 0px 1px #333333 inset !important;
background-color: #333333;
color: #ffffff;
}
.ui.inverted.black.buttons .active.button,
.ui.inverted.black.active.button {
box-shadow: 0px 0px 0px 1px #333333 inset !important;
background-color: #333333;
color: #ffffff;
}
.ui.inverted.black.buttons .button:active,
.ui.inverted.black.button:active {
box-shadow: 0px 0px 0px 1px #212121 inset !important;
background-color: #212121;
color: #ffffff;
}
/* Inverted Basic */
.ui.inverted.black.basic.buttons .button,
.ui.inverted.black.buttons .basic.button,
.ui.inverted.black.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.black.basic.buttons .button:hover,
.ui.inverted.black.buttons .basic.button:hover,
.ui.inverted.black.basic.button:hover {
box-shadow: 0px 0px 0px 1px #333333 inset !important;
color: #ffffff !important;
}
.ui.inverted.black.basic.buttons .active.button,
.ui.inverted.black.buttons .basic.active.button,
.ui.inverted.black.basic.active.button {
box-shadow: 0px 0px 0px 1px #333333 inset !important;
color: #ffffff !important;
}
.ui.inverted.black.basic.buttons .button:active,
.ui.inverted.black.buttons .basic.button:active,
.ui.inverted.black.basic.button:active {
box-shadow: 0px 0px 0px 1px #212121 inset !important;
color: #ffffff !important;
}
/*--- Blue ---*/
.ui.blue.buttons .button,
.ui.blue.button {
background-color: #3b83c0;
color: #3b83c0;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.blue.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
background-color: #458ac6;
color: #ffffff;
text-shadow: none;
}
.ui.blue.buttons .button:active,
.ui.blue.button:active {
background-color: #3370a5;
color: #3b83c0;
text-shadow: none;
}
.ui.blue.buttons .active.button,
.ui.blue.buttons .active.button:active,
.ui.blue.active.button,
.ui.blue.button .active.button:active {
background-color: #3576ac;
color: #3b83c0;
text-shadow: none;
}
/* Basic */
.ui.basic.blue.buttons .button,
.ui.basic.blue.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.blue.buttons .button:hover,
.ui.basic.blue.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #458ac6 inset !important;
color: #458ac6 !important;
}
.ui.basic.blue.buttons .button:active,
.ui.basic.blue.button:active {
box-shadow: 0px 0px 0px 1px #3370a5 inset !important;
color: #3370a5 !important;
}
.ui.basic.blue.buttons .active.button,
.ui.basic.blue.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #3370a5 inset !important;
color: #3370a5 !important;
}
.ui.buttons > .basic.blue.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.blue.buttons .button,
.ui.inverted.blue.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #54c8ff inset !important;
color: #54c8ff;
}
.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover {
box-shadow: 0px 0px 0px 1px #54c8ff inset !important;
background-color: #54c8ff;
color: #ffffff;
}
.ui.inverted.blue.buttons .active.button,
.ui.inverted.blue.active.button {
box-shadow: 0px 0px 0px 1px #54c8ff inset !important;
background-color: #54c8ff;
color: #ffffff;
}
.ui.inverted.blue.buttons .button:active,
.ui.inverted.blue.button:active {
box-shadow: 0px 0px 0px 1px #30bdff inset !important;
background-color: #30bdff;
color: #ffffff;
}
/* Inverted Basic */
.ui.inverted.blue.basic.buttons .button,
.ui.inverted.blue.buttons .basic.button,
.ui.inverted.blue.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.blue.basic.buttons .button:hover,
.ui.inverted.blue.buttons .basic.button:hover,
.ui.inverted.blue.basic.button:hover {
box-shadow: 0px 0px 0px 1px #54c8ff inset !important;
color: #54c8ff !important;
}
.ui.inverted.blue.basic.buttons .active.button,
.ui.inverted.blue.buttons .basic.active.button,
.ui.inverted.blue.basic.active.button {
box-shadow: 0px 0px 0px 1px #54c8ff inset !important;
color: #54c8ff !important;
}
.ui.inverted.blue.basic.buttons .button:active,
.ui.inverted.blue.buttons .basic.button:active,
.ui.inverted.blue.basic.button:active {
box-shadow: 0px 0px 0px 1px #30bdff inset !important;
color: #54c8ff !important;
}
/*--- Green ---*/
.ui.green.buttons .button,
.ui.green.button {
background-color: #5bbd72;
color: #1ebc30;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.green.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.green.buttons .button:hover,
.ui.green.button:hover {
background-color: #66c17b;
color: #ffffff;
text-shadow: none;
}
.ui.green.buttons .button:active,
.ui.green.button:active {
background-color: #46ae5f;
color: #1ebc30;
text-shadow: none;
}
.ui.green.buttons .active.button,
.ui.green.buttons .active.button:active,
.ui.green.active.button,
.ui.green.button .active.button:active {
background-color: #49b562;
color: #1ebc30;
text-shadow: none;
}
/* Basic */
.ui.basic.green.buttons .button,
.ui.basic.green.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.green.buttons .button:hover,
.ui.basic.green.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #66c17b inset !important;
color: #66c17b !important;
}
.ui.basic.green.buttons .button:active,
.ui.basic.green.button:active {
box-shadow: 0px 0px 0px 1px #46ae5f inset !important;
color: #46ae5f !important;
}
.ui.basic.green.buttons .active.button,
.ui.basic.green.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #46ae5f inset !important;
color: #46ae5f !important;
}
.ui.buttons > .basic.green.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.green.buttons .button,
.ui.inverted.green.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #2ecc40 inset !important;
color: #2ecc40;
}
.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover {
box-shadow: 0px 0px 0px 1px #2ecc40 inset !important;
background-color: #2ecc40;
color: #ffffff;
}
.ui.inverted.green.buttons .active.button,
.ui.inverted.green.active.button {
box-shadow: 0px 0px 0px 1px #2ecc40 inset !important;
background-color: #2ecc40;
color: #ffffff;
}
.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
box-shadow: 0px 0px 0px 1px #27af37 inset !important;
background-color: #27af37;
color: #ffffff;
}
/* Inverted Basic */
.ui.inverted.green.basic.buttons .button,
.ui.inverted.green.buttons .basic.button,
.ui.inverted.green.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.green.basic.buttons .button:hover,
.ui.inverted.green.buttons .basic.button:hover,
.ui.inverted.green.basic.button:hover {
box-shadow: 0px 0px 0px 1px #2ecc40 inset !important;
color: #2ecc40 !important;
}
.ui.inverted.green.basic.buttons .active.button,
.ui.inverted.green.buttons .basic.active.button,
.ui.inverted.green.basic.active.button {
box-shadow: 0px 0px 0px 1px #2ecc40 inset !important;
color: #2ecc40 !important;
}
.ui.inverted.green.basic.buttons .button:active,
.ui.inverted.green.buttons .basic.button:active,
.ui.inverted.green.basic.button:active {
box-shadow: 0px 0px 0px 1px #27af37 inset !important;
color: #2ecc40 !important;
}
/*--- Orange ---*/
.ui.orange.buttons .button,
.ui.orange.button {
background-color: #e07b53;
color: #e07b53;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.orange.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.orange.buttons .button:hover,
.ui.orange.button:hover {
background-color: #e28560;
color: #ffffff;
text-shadow: none;
}
.ui.orange.buttons .button:active,
.ui.orange.button:active {
background-color: #db6435;
color: #e07b53;
text-shadow: none;
}
.ui.orange.buttons .active.button,
.ui.orange.buttons .active.button:active,
.ui.orange.active.button,
.ui.orange.button .active.button:active {
background-color: #dc6a3d;
color: #e07b53;
text-shadow: none;
}
/* Basic */
.ui.basic.orange.buttons .button,
.ui.basic.orange.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.orange.buttons .button:hover,
.ui.basic.orange.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #e28560 inset !important;
color: #e28560 !important;
}
.ui.basic.orange.buttons .button:active,
.ui.basic.orange.button:active {
box-shadow: 0px 0px 0px 1px #db6435 inset !important;
color: #db6435 !important;
}
.ui.basic.orange.buttons .active.button,
.ui.basic.orange.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #db6435 inset !important;
color: #db6435 !important;
}
.ui.buttons > .basic.orange.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.orange.buttons .button,
.ui.inverted.orange.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #ff851b inset !important;
color: #ff851b;
}
.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover {
box-shadow: 0px 0px 0px 1px #ff851b inset !important;
background-color: #ff851b;
color: #ffffff;
}
.ui.inverted.orange.buttons .active.button,
.ui.inverted.orange.active.button {
box-shadow: 0px 0px 0px 1px #ff851b inset !important;
background-color: #ff851b;
color: #ffffff;
}
.ui.inverted.orange.buttons .button:active,
.ui.inverted.orange.button:active {
box-shadow: 0px 0px 0px 1px #f67300 inset !important;
background-color: #f67300;
color: #ffffff;
}
/* Inverted Basic */
.ui.inverted.orange.basic.buttons .button,
.ui.inverted.orange.buttons .basic.button,
.ui.inverted.orange.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.orange.basic.buttons .button:hover,
.ui.inverted.orange.buttons .basic.button:hover,
.ui.inverted.orange.basic.button:hover {
box-shadow: 0px 0px 0px 1px #ff851b inset !important;
color: #ff851b !important;
}
.ui.inverted.orange.basic.buttons .active.button,
.ui.inverted.orange.buttons .basic.active.button,
.ui.inverted.orange.basic.active.button {
box-shadow: 0px 0px 0px 1px #ff851b inset !important;
color: #ff851b !important;
}
.ui.inverted.orange.basic.buttons .button:active,
.ui.inverted.orange.buttons .basic.button:active,
.ui.inverted.orange.basic.button:active {
box-shadow: 0px 0px 0px 1px #f67300 inset !important;
color: #ff851b !important;
}
/*--- Pink ---*/
.ui.pink.buttons .button,
.ui.pink.button {
background-color: #d9499a;
color: #d9499a;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.pink.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.pink.buttons .button:hover,
.ui.pink.button:hover {
background-color: #dc56a1;
color: #ffffff;
text-shadow: none;
}
.ui.pink.buttons .button:active,
.ui.pink.button:active {
background-color: #d22c8a;
color: #d9499a;
text-shadow: none;
}
.ui.pink.buttons .active.button,
.ui.pink.buttons .active.button:active,
.ui.pink.active.button,
.ui.pink.button .active.button:active {
background-color: #d5348e;
color: #d9499a;
text-shadow: none;
}
/* Basic */
.ui.basic.pink.buttons .button,
.ui.basic.pink.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.pink.buttons .button:hover,
.ui.basic.pink.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #dc56a1 inset !important;
color: #dc56a1 !important;
}
.ui.basic.pink.buttons .button:active,
.ui.basic.pink.button:active {
box-shadow: 0px 0px 0px 1px #d22c8a inset !important;
color: #d22c8a !important;
}
.ui.basic.pink.buttons .active.button,
.ui.basic.pink.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #d22c8a inset !important;
color: #d22c8a !important;
}
.ui.buttons > .basic.pink.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.pink.buttons .button,
.ui.inverted.pink.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #ff8edf inset !important;
color: #ff8edf;
}
.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover {
box-shadow: 0px 0px 0px 1px #ff8edf inset !important;
background-color: #ff8edf;
color: #ffffff;
}
.ui.inverted.pink.buttons .active.button,
.ui.inverted.pink.active.button {
box-shadow: 0px 0px 0px 1px #ff8edf inset !important;
background-color: #ff8edf;
color: #ffffff;
}
.ui.inverted.pink.buttons .button:active,
.ui.inverted.pink.button:active {
box-shadow: 0px 0px 0px 1px #ff6ad5 inset !important;
background-color: #ff6ad5;
color: #ffffff;
}
/* Inverted Basic */
.ui.inverted.pink.basic.buttons .button,
.ui.inverted.pink.buttons .basic.button,
.ui.inverted.pink.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.pink.basic.buttons .button:hover,
.ui.inverted.pink.buttons .basic.button:hover,
.ui.inverted.pink.basic.button:hover {
box-shadow: 0px 0px 0px 1px #ff8edf inset !important;
color: #ff8edf !important;
}
.ui.inverted.pink.basic.buttons .active.button,
.ui.inverted.pink.buttons .basic.active.button,
.ui.inverted.pink.basic.active.button {
box-shadow: 0px 0px 0px 1px #ff8edf inset !important;
color: #ff8edf !important;
}
.ui.inverted.pink.basic.buttons .button:active,
.ui.inverted.pink.buttons .basic.button:active,
.ui.inverted.pink.basic.button:active {
box-shadow: 0px 0px 0px 1px #ff6ad5 inset !important;
color: #ff8edf !important;
}
/*--- Purple ---*/
.ui.purple.buttons .button,
.ui.purple.button {
background-color: #564f8a;
color: #564f8a;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.purple.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.purple.buttons .button:hover,
.ui.purple.button:hover {
background-color: #5c5594;
color: #ffffff;
text-shadow: none;
}
.ui.purple.buttons .button:active,
.ui.purple.button:active {
background-color: #484273;
color: #564f8a;
text-shadow: none;
}
.ui.purple.buttons .active.button,
.ui.purple.buttons .active.button:active,
.ui.purple.active.button,
.ui.purple.button .active.button:active {
background-color: #4c467a;
color: #564f8a;
text-shadow: none;
}
/* Basic */
.ui.basic.purple.buttons .button,
.ui.basic.purple.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.purple.buttons .button:hover,
.ui.basic.purple.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #5c5594 inset !important;
color: #5c5594 !important;
}
.ui.basic.purple.buttons .button:active,
.ui.basic.purple.button:active {
box-shadow: 0px 0px 0px 1px #484273 inset !important;
color: #484273 !important;
}
.ui.basic.purple.buttons .active.button,
.ui.basic.purple.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #484273 inset !important;
color: #484273 !important;
}
.ui.buttons > .basic.purple.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.purple.buttons .button,
.ui.inverted.purple.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #cdc6ff inset !important;
color: #cdc6ff;
}
.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover {
box-shadow: 0px 0px 0px 1px #cdc6ff inset !important;
background-color: #cdc6ff;
color: #1b1c1d;
}
.ui.inverted.purple.buttons .active.button,
.ui.inverted.purple.active.button {
box-shadow: 0px 0px 0px 1px #cdc6ff inset !important;
background-color: #cdc6ff;
color: #1b1c1d;
}
.ui.inverted.purple.buttons .button:active,
.ui.inverted.purple.button:active {
box-shadow: 0px 0px 0px 1px #aea2ff inset !important;
background-color: #aea2ff;
color: #1b1c1d;
}
/* Inverted Basic */
.ui.inverted.purple.basic.buttons .button,
.ui.inverted.purple.buttons .basic.button,
.ui.inverted.purple.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.purple.basic.buttons .button:hover,
.ui.inverted.purple.buttons .basic.button:hover,
.ui.inverted.purple.basic.button:hover {
box-shadow: 0px 0px 0px 1px #cdc6ff inset !important;
color: #cdc6ff !important;
}
.ui.inverted.purple.basic.buttons .active.button,
.ui.inverted.purple.buttons .basic.active.button,
.ui.inverted.purple.basic.active.button {
box-shadow: 0px 0px 0px 1px #cdc6ff inset !important;
color: #cdc6ff !important;
}
.ui.inverted.purple.basic.buttons .button:active,
.ui.inverted.purple.buttons .basic.button:active,
.ui.inverted.purple.basic.button:active {
box-shadow: 0px 0px 0px 1px #aea2ff inset !important;
color: #cdc6ff !important;
}
/*--- Red ---*/
.ui.red.buttons .button,
.ui.red.button {
background-color: #d95c5c;
color: #d95c5c;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.red.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.red.buttons .button:hover,
.ui.red.button:hover {
background-color: #dc6868;
color: #ffffff;
text-shadow: none;
}
.ui.red.buttons .button:active,
.ui.red.button:active {
background-color: #d23f3f;
color: #d95c5c;
text-shadow: none;
}
.ui.red.buttons .active.button,
.ui.red.buttons .active.button:active,
.ui.red.active.button,
.ui.red.button .active.button:active {
background-color: #d44747;
color: #d95c5c;
text-shadow: none;
}
/* Basic */
.ui.basic.red.buttons .button,
.ui.basic.red.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.red.buttons .button:hover,
.ui.basic.red.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #dc6868 inset !important;
color: #dc6868 !important;
}
.ui.basic.red.buttons .button:active,
.ui.basic.red.button:active {
box-shadow: 0px 0px 0px 1px #d23f3f inset !important;
color: #d23f3f !important;
}
.ui.basic.red.buttons .active.button,
.ui.basic.red.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #d23f3f inset !important;
color: #d23f3f !important;
}
.ui.buttons > .basic.red.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.red.buttons .button,
.ui.inverted.red.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #ff695e inset !important;
color: #ff695e;
}
.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover {
box-shadow: 0px 0px 0px 1px #ff695e inset !important;
background-color: #ff695e;
color: #ffffff;
}
.ui.inverted.red.buttons .active.button,
.ui.inverted.red.active.button {
box-shadow: 0px 0px 0px 1px #ff695e inset !important;
background-color: #ff695e;
color: #ffffff;
}
.ui.inverted.red.buttons .button:active,
.ui.inverted.red.button:active {
box-shadow: 0px 0px 0px 1px #ff483a inset !important;
background-color: #ff483a;
color: #ffffff;
}
/* Inverted Basic */
.ui.inverted.red.basic.buttons .button,
.ui.inverted.red.buttons .basic.button,
.ui.inverted.red.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.red.basic.buttons .button:hover,
.ui.inverted.red.buttons .basic.button:hover,
.ui.inverted.red.basic.button:hover {
box-shadow: 0px 0px 0px 1px #ff695e inset !important;
color: #ff695e !important;
}
.ui.inverted.red.basic.buttons .active.button,
.ui.inverted.red.buttons .basic.active.button,
.ui.inverted.red.basic.active.button {
box-shadow: 0px 0px 0px 1px #ff695e inset !important;
color: #ff695e !important;
}
.ui.inverted.red.basic.buttons .button:active,
.ui.inverted.red.buttons .basic.button:active,
.ui.inverted.red.basic.button:active {
box-shadow: 0px 0px 0px 1px #ff483a inset !important;
color: #ff695e !important;
}
/*--- Teal ---*/
.ui.teal.buttons .button,
.ui.teal.button {
background-color: #00b5ad;
color: #10a3a3;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.teal.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
background-color: #00c4bc;
color: #ffffff;
text-shadow: none;
}
.ui.teal.buttons .button:active,
.ui.teal.button:active {
background-color: #00918b;
color: #10a3a3;
text-shadow: none;
}
.ui.teal.buttons .active.button,
.ui.teal.buttons .active.button:active,
.ui.teal.active.button,
.ui.teal.button .active.button:active {
background-color: #009c95;
color: #10a3a3;
text-shadow: none;
}
/* Basic */
.ui.basic.teal.buttons .button,
.ui.basic.teal.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.teal.buttons .button:hover,
.ui.basic.teal.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #00c4bc inset !important;
color: #00c4bc !important;
}
.ui.basic.teal.buttons .button:active,
.ui.basic.teal.button:active {
box-shadow: 0px 0px 0px 1px #00918b inset !important;
color: #00918b !important;
}
.ui.basic.teal.buttons .active.button,
.ui.basic.teal.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #00918b inset !important;
color: #00918b !important;
}
.ui.buttons > .basic.teal.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.teal.buttons .button,
.ui.inverted.teal.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #6dffff inset !important;
color: #6dffff;
}
.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover {
box-shadow: 0px 0px 0px 1px #6dffff inset !important;
background-color: #6dffff;
color: #1b1c1d;
}
.ui.inverted.teal.buttons .active.button,
.ui.inverted.teal.active.button {
box-shadow: 0px 0px 0px 1px #6dffff inset !important;
background-color: #6dffff;
color: #1b1c1d;
}
.ui.inverted.teal.buttons .button:active,
.ui.inverted.teal.button:active {
box-shadow: 0px 0px 0px 1px #49ffff inset !important;
background-color: #49ffff;
color: #1b1c1d;
}
/* Inverted Basic */
.ui.inverted.teal.basic.buttons .button,
.ui.inverted.teal.buttons .basic.button,
.ui.inverted.teal.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.teal.basic.buttons .button:hover,
.ui.inverted.teal.buttons .basic.button:hover,
.ui.inverted.teal.basic.button:hover {
box-shadow: 0px 0px 0px 1px #6dffff inset !important;
color: #6dffff !important;
}
.ui.inverted.teal.basic.buttons .active.button,
.ui.inverted.teal.buttons .basic.active.button,
.ui.inverted.teal.basic.active.button {
box-shadow: 0px 0px 0px 1px #6dffff inset !important;
color: #6dffff !important;
}
.ui.inverted.teal.basic.buttons .button:active,
.ui.inverted.teal.buttons .basic.button:active,
.ui.inverted.teal.basic.button:active {
box-shadow: 0px 0px 0px 1px #49ffff inset !important;
color: #6dffff !important;
}
/*--- Yellow ---*/
.ui.yellow.buttons .button,
.ui.yellow.button {
background-color: #f2c61f;
color: #b58105;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.yellow.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.yellow.buttons .button:hover,
.ui.yellow.button:hover {
background-color: #f3ca2d;
color: #ffffff;
text-shadow: none;
}
.ui.yellow.buttons .button:active,
.ui.yellow.button:active {
background-color: #e0b40d;
color: #b58105;
text-shadow: none;
}
.ui.yellow.buttons .active.button,
.ui.yellow.buttons .active.button:active,
.ui.yellow.active.button,
.ui.yellow.button .active.button:active {
background-color: #eabc0e;
color: #b58105;
text-shadow: none;
}
/* Basic */
.ui.basic.yellow.buttons .button,
.ui.basic.yellow.button {
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15) inset !important;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.basic.yellow.buttons .button:hover,
.ui.basic.yellow.button:hover {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #f3ca2d inset !important;
color: #f3ca2d !important;
}
.ui.basic.yellow.buttons .button:active,
.ui.basic.yellow.button:active {
box-shadow: 0px 0px 0px 1px #e0b40d inset !important;
color: #e0b40d !important;
}
.ui.basic.yellow.buttons .active.button,
.ui.basic.yellow.active.button {
background: transparent !important;
box-shadow: 0px 0px 0px 1px #e0b40d inset !important;
color: #e0b40d !important;
}
.ui.buttons > .basic.yellow.button:not(:first-child) {
margin-left: -1px;
}
/* Inverted */
.ui.inverted.yellow.buttons .button,
.ui.inverted.yellow.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px #ffe21f inset !important;
color: #ffe21f;
}
.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover {
box-shadow: 0px 0px 0px 1px #ffe21f inset !important;
background-color: #ffe21f;
color: #1b1c1d;
}
.ui.inverted.yellow.buttons .active.button,
.ui.inverted.yellow.active.button {
box-shadow: 0px 0px 0px 1px #ffe21f inset !important;
background-color: #ffe21f;
color: #1b1c1d;
}
.ui.inverted.yellow.buttons .button:active,
.ui.inverted.yellow.button:active {
box-shadow: 0px 0px 0px 1px #fada00 inset !important;
background-color: #fada00;
color: #1b1c1d;
}
/* Inverted Basic */
.ui.inverted.yellow.basic.buttons .button,
.ui.inverted.yellow.buttons .basic.button,
.ui.inverted.yellow.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset !important;
color: #ffffff !important;
}
.ui.inverted.yellow.basic.buttons .button:hover,
.ui.inverted.yellow.buttons .basic.button:hover,
.ui.inverted.yellow.basic.button:hover {
box-shadow: 0px 0px 0px 1px #ffe21f inset !important;
color: #ffe21f !important;
}
.ui.inverted.yellow.basic.buttons .active.button,
.ui.inverted.yellow.buttons .basic.active.button,
.ui.inverted.yellow.basic.active.button {
box-shadow: 0px 0px 0px 1px #ffe21f inset !important;
color: #ffe21f !important;
}
.ui.inverted.yellow.basic.buttons .button:active,
.ui.inverted.yellow.buttons .basic.button:active,
.ui.inverted.yellow.basic.button:active {
box-shadow: 0px 0px 0px 1px #fada00 inset !important;
color: #ffe21f !important;
}
/*-------------------
Primary
--------------------*/
.ui.primary.buttons .button,
.ui.primary.button {
background-color: #4184f3;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.primary.button {
box-shadow: 0px 0px 0px 1px #0157e4 inset;
}
.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
background-color: #4f8df4;
color: #ffffff;
text-shadow: none;
}
.ui.primary.buttons .button:active,
.ui.primary.button:active {
background-color: #1f6ef1;
color: #ffffff;
text-shadow: none;
}
.ui.primary.buttons .active.button,
.ui.primary.active.button {
background-color: #2974f1;
color: #ffffff;
text-shadow: none;
}
/*-------------------
Secondary
--------------------*/
.ui.secondary.buttons .button,
.ui.secondary.button {
background-color: #eeeeee;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.02));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.02));
}
.ui.secondary.button {
box-shadow: 0px 0px 0px 1px #dddddd;
}
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
background-color: #f6f6f6;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
}
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
background-color: #dcdcdc;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
}
.ui.secondary.buttons .active.button,
.ui.secondary.active.button {
background-color: #e1e1e1;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
}
/*---------------
Positive
----------------*/
.ui.positive.buttons .button,
.ui.positive.button {
background-color: #3d9400 !important;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.positive.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.positive.buttons .button:hover,
.ui.positive.button:hover,
.ui.positive.buttons .active.button,
.ui.positive.active.button {
background-color: #43a300 !important;
color: #ffffff;
text-shadow: none;
}
.ui.positive.buttons .button:active,
.ui.positive.button:active {
background-color: #2e7000 !important;
color: #ffffff;
text-shadow: none;
}
.ui.positive.buttons .active.button,
.ui.positive.buttons .active.button:active,
.ui.positive.active.button,
.ui.positive.button .active.button:active {
background-color: #327b00;
color: #ffffff;
text-shadow: none;
}
/*---------------
Negative
----------------*/
.ui.negative.buttons .button,
.ui.negative.button {
background-color: #d34836 !important;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.ui.negative.button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.negative.buttons .button:hover,
.ui.negative.button:hover,
.ui.negative.buttons .active.button,
.ui.negative.active.button {
background-color: #d65343 !important;
color: #ffffff;
text-shadow: none;
}
.ui.negative.buttons .button:active,
.ui.negative.button:active {
background-color: #bc3a29 !important;
color: #ffffff;
text-shadow: none;
}
.ui.negative.buttons .active.button,
.ui.negative.buttons .active.button:active,
.ui.negative.active.button,
.ui.negative.button .active.button:active {
background-color: #c43d2b;
color: #ffffff;
text-shadow: none;
}
/*******************************
Groups
*******************************/
.ui.buttons {
display: inline-block;
vertical-align: middle;
margin: 0em 0.25em 0em 0em;
}
.ui.buttons > .button:hover,
.ui.buttons > .active.button {
position: relative;
}
.ui.buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui.buttons .button:first-child {
border-left: none;
}
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: none;
}
.ui.buttons > .ui.button:not(.basic):not(.inverted),
.ui.buttons:not(.basic):not(.inverted) > .button {
box-shadow: 0px 0px 0px 1px #dddddd, 0px 0px 0px 0px transparent;
}
.ui.buttons .button {
margin: 0em;
float: left;
border-radius: 0em;
margin: 0px 0px 0px 0px;
}
.ui.buttons .button:first-child {
margin-left: 0em;
border-top-left-radius: 0.15384615em;
border-bottom-left-radius: 0.15384615em;
}
.ui.buttons .button:last-child {
border-top-right-radius: 0.15384615em;
border-bottom-right-radius: 0.15384615em;
}
/* Vertical Style */
.ui.vertical.buttons {
display: inline-block;
}
.ui.vertical.buttons .button {
display: block;
float: none;
width: 100%;
margin: 0px 0px 0px 0px;
box-shadow: none;
}
.ui.vertical.buttons .button:first-child,
.ui.vertical.buttons .mini.button:first-child,
.ui.vertical.buttons .tiny.button:first-child,
.ui.vertical.buttons .small.button:first-child,
.ui.vertical.buttons .massive.button:first-child,
.ui.vertical.buttons .huge.button:first-child {
border-radius: 0.15384615em 0.15384615em 0px 0px;
}
.ui.vertical.buttons .button:last-child,
.ui.vertical.buttons .mini.button:last-child,
.ui.vertical.buttons .tiny.button:last-child,
.ui.vertical.buttons .small.button:last-child,
.ui.vertical.buttons .massive.button:last-child,
.ui.vertical.buttons .huge.button:last-child,
.ui.vertical.buttons .gigantic.button:last-child {
margin-bottom: 0px;
border-radius: 0px 0px 0.15384615em 0.15384615em;
}
.ui.button {
min-width: 72px;
}
.ui.buttons .button {
min-width: 0px;
}
.ui.primary.button:hover {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3) inset, 0px 2px 3px 0px rgba(0, 0, 0, 0.35) !important;
}
.ui.secondary.button:hover {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset, 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important;
}
/*******************************
Site Overrides
*******************************/
|
_layouts/home.html | griffithlab/gen-viz-workshop | ---
layout: default
---
{% include site-header.html %}
<main class="main container">
<article class="article article--page content content--full typeset">
<h1>{{ page.title }}</h1>
{{ content }}
</article>
</main>
{% include returntotop_button.html %}
{% include site-footer.html %}
|
src/preview/index.html | RobinRadic/wow-raid-icons | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>test</title>
<link href="demo.css" type="text/css" rel="stylesheet">
<link href="wow-raid-icons.css" type="text/css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">WoW Raid Icons</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
</div>
<!--/.navbar-collapse -->
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>World of Warcraft Raid Icons</h1>
<p>(S)CSS3 Raid Icons.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Default</h2>
<div id="default"></div>
</div>
<div class="col-md-4">
<h2>With hover</h2>
<div id="hover"></div>
</div>
<div class="col-md-4">
<h2>Heroic</h2>
<div id="heroic"></div>
</div>
</div>
<div class="row">
</div>
<hr>
<footer>
<p>© Company 2014</p>
</footer>
</div>
<!-- /container -->
<script src="jquery.min.js"></script>
<script src="demo.js"></script>
</body>
</html>
|
doc/MatrixExpansion/MatrizDispersa.html | alu0100611519/prct11 | <!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>class MatrixExpansion::MatrizDispersa - RDoc Documentation</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
<body id="top" class="class">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="../index.html">Home</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</h3>
</nav>
<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</h3>
</form>
<ul id="search-results" class="initially-hidden"></ul>
</nav>
<div id="file-metadata">
<nav id="file-list-section" class="section">
<h3 class="section-header">Defined In</h3>
<ul>
<li>lib/matrix_expansion/matrix_dispersa.rb
</ul>
</nav>
</div>
<div id="class-metadata">
<nav id="parent-class-section" class="section">
<h3 class="section-header">Parent</h3>
<p class="link"><a href="Matriz.html">MatrixExpansion::Matriz</a>
</nav>
<!-- Method Quickref -->
<nav id="method-list-section" class="section">
<h3 class="section-header">Methods</h3>
<ul class="link-list">
<li class="calls-super" ><a href="#method-c-new">::new</a>
<li ><a href="#method-i-2A">#*</a>
<li ><a href="#method-i-2B">#+</a>
<li ><a href="#method-i-2D">#-</a>
<li ><a href="#method-i-5B-5D">#[]</a>
<li ><a href="#method-i-5B-5D-3D">#[]=</a>
<li ><a href="#method-i-cv">#cv</a>
<li ><a href="#method-i-get">#get</a>
<li ><a href="#method-i-max">#max</a>
<li ><a href="#method-i-min">#min</a>
<li ><a href="#method-i-to_s">#to_s</a>
</ul>
</nav>
</div>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="../Gemfile.html">Gemfile</a>
<li class="file"><a href="../Gemfile_lock.html">Gemfile.lock</a>
<li class="file"><a href="../Guardfile.html">Guardfile</a>
<li class="file"><a href="../Guardfile~.html">Guardfile~</a>
<li class="file"><a href="../LICENSE.html">LICENSE</a>
<li class="file"><a href="../LICENSE_txt.html">LICENSE</a>
<li class="file"><a href="../README_md.html">README</a>
<li class="file"><a href="../Rakefile.html">Rakefile</a>
<li class="file"><a href="../Rakefile~.html">Rakefile~</a>
<li class="file"><a href="../doc/created_rid.html">created.rid</a>
<li class="file"><a href="../lib/matrix_expansion_rb~.html">matrix_expansion.rb~</a>
<li class="file"><a href="../lib/matrix_expansion/fraccion_rb_save.html">fraccion.rb.save</a>
<li class="file"><a href="../lib/matrix_expansion/fraccion_rb~.html">fraccion.rb~</a>
<li class="file"><a href="../lib/matrix_expansion/matrix_rb~.html">matrix.rb~</a>
<li class="file"><a href="../lib/matrix_expansion/matrix_densa_rb~.html">matrix_densa.rb~</a>
<li class="file"><a href="../lib/matrix_expansion/matrix_dispersa_rb~.html">matrix_dispersa.rb~</a>
<li class="file"><a href="../matrix_expansion_gemspec.html">matrix_expansion.gemspec</a>
<li class="file"><a href="../spec/matrix_spec_rb~.html">matrix_spec.rb~</a>
</ul>
</nav>
<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>
<ul class="link-list">
<li><a href="../Fraccion.html">Fraccion</a>
<li><a href="../MatrixExpansion.html">MatrixExpansion</a>
<li><a href="../MatrixExpansion/Matriz.html">MatrixExpansion::Matriz</a>
<li><a href="../MatrixExpansion/MatrizDensa.html">MatrixExpansion::MatrizDensa</a>
<li><a href="../MatrixExpansion/MatrizDispersa.html">MatrixExpansion::MatrizDispersa</a>
<li><a href="../Object.html">Object</a>
</ul>
</nav>
</div>
</nav>
<div id="documentation">
<h1 class="class">class MatrixExpansion::MatrizDispersa</h1>
<div id="description" class="description">
</div><!-- description -->
<section id="5Buntitled-5D" class="documentation-section">
<!-- Attributes -->
<section id="attribute-method-details" class="method-section section">
<h3 class="section-header">Attributes</h3>
<div id="attribute-i-dcol" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">dcol</span><span
class="attribute-access-type">[RW]</span>
</div>
<div class="method-description">
</div>
</div>
<div id="attribute-i-dfil" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">dfil</span><span
class="attribute-access-type">[RW]</span>
</div>
<div class="method-description">
</div>
</div>
<div id="attribute-i-dvalor" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">dvalor</span><span
class="attribute-access-type">[RW]</span>
</div>
<div class="method-description">
</div>
</div>
<div id="attribute-i-elementos" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">elementos</span><span
class="attribute-access-type">[RW]</span>
</div>
<div class="method-description">
</div>
</div>
</section><!-- attribute-method-details -->
<!-- Methods -->
<section id="public-class-5Buntitled-5D-method-details" class="method-section section">
<h3 class="section-header">Public Class Methods</h3>
<div id="method-c-new" class="method-detail ">
<div class="method-heading">
<span class="method-name">new</span><span
class="method-args">(n,m)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-calls-super">
Calls superclass method
<a href="Matriz.html#method-c-new">MatrixExpansion::Matriz.new</a>
</div>
<div class="method-source-code" id="new-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 7</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">n</span>,<span class="ruby-identifier">m</span>)
<span class="ruby-keyword">super</span>
<span class="ruby-ivar">@dcol</span>=<span class="ruby-constant">Array</span>.<span class="ruby-identifier">new</span>()
<span class="ruby-ivar">@dfil</span>=<span class="ruby-constant">Array</span>.<span class="ruby-identifier">new</span>()
<span class="ruby-ivar">@dvalor</span>=<span class="ruby-constant">Array</span>.<span class="ruby-identifier">new</span>()
<span class="ruby-ivar">@elementos</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- new-source -->
</div>
</div><!-- new-method -->
</section><!-- public-class-method-details -->
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
<h3 class="section-header">Public Instance Methods</h3>
<div id="method-i-2A" class="method-detail ">
<div class="method-heading">
<span class="method-name">*</span><span
class="method-args">(other)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO MULTIPLICAR ###############################</p>
<div class="method-source-code" id="2A-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 129</span>
<span class="ruby-keyword">def</span> <span class="ruby-operator">*</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-identifier">x</span>=<span class="ruby-constant">Matriz</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@col</span>,<span class="ruby-ivar">@fil</span>)
<span class="ruby-identifier">i</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">i</span> <span class="ruby-operator"><</span> <span class="ruby-ivar">@fil</span>
<span class="ruby-identifier">j</span> = <span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">j</span> <span class="ruby-operator"><</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">col</span>
<span class="ruby-identifier">k</span> = <span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">k</span> <span class="ruby-operator"><</span> <span class="ruby-ivar">@col</span>
<span class="ruby-identifier">x</span>.<span class="ruby-identifier">valor</span>[<span class="ruby-identifier">i</span>][<span class="ruby-identifier">j</span>] = <span class="ruby-identifier">x</span>.<span class="ruby-identifier">valor</span>[<span class="ruby-identifier">i</span>][<span class="ruby-identifier">j</span>]<span class="ruby-operator">+</span> (<span class="ruby-keyword">self</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">i</span>,<span class="ruby-identifier">k</span>)<span class="ruby-operator">*</span><span class="ruby-identifier">other</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">k</span>,<span class="ruby-identifier">j</span>))
<span class="ruby-identifier">k</span>=<span class="ruby-identifier">k</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">j</span>=<span class="ruby-identifier">j</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">i</span>=<span class="ruby-identifier">i</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">x</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- 2A-source -->
</div>
</div><!-- 2A-method -->
<div id="method-i-2B" class="method-detail ">
<div class="method-heading">
<span class="method-name">+</span><span
class="method-args">(other)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO SUMA DISPERSA #############################</p>
<div class="method-source-code" id="2B-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 96</span>
<span class="ruby-keyword">def</span> <span class="ruby-operator">+</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-identifier">x</span>=<span class="ruby-constant">Matriz</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@fil</span>,<span class="ruby-ivar">@col</span>)
<span class="ruby-identifier">i</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">fil</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">j</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">col</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">j</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">x</span>.<span class="ruby-identifier">valor</span>[<span class="ruby-identifier">i</span>][<span class="ruby-identifier">j</span>]=<span class="ruby-keyword">self</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">i</span>,<span class="ruby-identifier">j</span>)<span class="ruby-operator">+</span><span class="ruby-identifier">other</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">i</span>,<span class="ruby-identifier">j</span>)
<span class="ruby-identifier">j</span>=<span class="ruby-identifier">j</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">i</span>=<span class="ruby-identifier">i</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">x</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- 2B-source -->
</div>
</div><!-- 2B-method -->
<div id="method-i-2D" class="method-detail ">
<div class="method-heading">
<span class="method-name">-</span><span
class="method-args">(other)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO RESTA DISPERSA ############################</p>
<div class="method-source-code" id="2D-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 112</span>
<span class="ruby-keyword">def</span> <span class="ruby-operator">-</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-identifier">x</span>=<span class="ruby-constant">Matriz</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@fil</span>,<span class="ruby-ivar">@col</span>)
<span class="ruby-identifier">i</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">fil</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">j</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">col</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">j</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">x</span>.<span class="ruby-identifier">valor</span>[<span class="ruby-identifier">i</span>][<span class="ruby-identifier">j</span>]=<span class="ruby-keyword">self</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">i</span>,<span class="ruby-identifier">j</span>)<span class="ruby-operator">-</span><span class="ruby-identifier">other</span>.<span class="ruby-identifier">get</span>(<span class="ruby-identifier">i</span>,<span class="ruby-identifier">j</span>)
<span class="ruby-identifier">j</span>=<span class="ruby-identifier">j</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">i</span>=<span class="ruby-identifier">i</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">x</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- 2D-source -->
</div>
</div><!-- 2D-method -->
<div id="method-i-5B-5D" class="method-detail ">
<div class="method-heading">
<span class="method-name">[]</span><span
class="method-args">(i)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO [] ########################################</p>
<div class="method-source-code" id="5B-5D-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 175</span>
<span class="ruby-keyword">def</span> <span class="ruby-operator">[]</span>(<span class="ruby-identifier">i</span>)
<span class="ruby-ivar">@valor</span>[<span class="ruby-identifier">i</span>]
<span class="ruby-keyword">end</span></pre>
</div><!-- 5B-5D-source -->
</div>
</div><!-- 5B-5D-method -->
<div id="method-i-5B-5D-3D" class="method-detail ">
<div class="method-heading">
<span class="method-name">[]=</span><span
class="method-args">(i,other)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO []= ###########################################</p>
<div class="method-source-code" id="5B-5D-3D-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 181</span>
<span class="ruby-keyword">def</span> <span class="ruby-operator">[]=</span>(<span class="ruby-identifier">i</span>,<span class="ruby-identifier">other</span>)
<span class="ruby-ivar">@valor</span>[<span class="ruby-identifier">i</span>]= <span class="ruby-identifier">other</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- 5B-5D-3D-source -->
</div>
</div><!-- 5B-5D-3D-method -->
<div id="method-i-cv" class="method-detail ">
<div class="method-heading">
<span class="method-name">cv</span><span
class="method-args">()</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>CONVERSION A DISPERSA #################################</p>
<div class="method-source-code" id="cv-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 16</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">cv</span>
<span class="ruby-identifier">r</span>=<span class="ruby-value">0</span>
<span class="ruby-identifier">h</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">h</span><span class="ruby-operator"><</span><span class="ruby-ivar">@fil</span>
<span class="ruby-identifier">g</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">g</span><span class="ruby-operator"><</span><span class="ruby-ivar">@col</span>
<span class="ruby-keyword">if</span> (<span class="ruby-ivar">@valor</span>[<span class="ruby-identifier">h</span>][<span class="ruby-identifier">g</span>]<span class="ruby-operator">!=</span><span class="ruby-value">0</span>)
<span class="ruby-ivar">@elementos</span>=<span class="ruby-ivar">@elementos</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-ivar">@dcol</span>[<span class="ruby-identifier">r</span>]=<span class="ruby-identifier">g</span>
<span class="ruby-ivar">@dfil</span>[<span class="ruby-identifier">r</span>]=<span class="ruby-identifier">h</span>
<span class="ruby-ivar">@dvalor</span>[<span class="ruby-identifier">r</span>]=<span class="ruby-ivar">@valor</span>[<span class="ruby-identifier">h</span>][<span class="ruby-identifier">g</span>]
<span class="ruby-identifier">r</span>=<span class="ruby-identifier">r</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">g</span>=<span class="ruby-identifier">g</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">h</span>=<span class="ruby-identifier">h</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">if</span> ((<span class="ruby-ivar">@fil</span><span class="ruby-operator">*</span><span class="ruby-ivar">@col</span><span class="ruby-operator">*</span><span class="ruby-value">0.6</span>) <span class="ruby-operator"><</span> <span class="ruby-ivar">@elementos</span>)
<span class="ruby-identifier">puts</span> <span class="ruby-string">"ERROR tiene que ser matriz dispersa"</span>
<span class="ruby-ivar">@dcol</span>=<span class="ruby-keyword">nil</span>
<span class="ruby-ivar">@dfil</span>=<span class="ruby-keyword">nil</span>
<span class="ruby-ivar">@dvalor</span>=<span class="ruby-keyword">nil</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- cv-source -->
</div>
</div><!-- cv-method -->
<div id="method-i-get" class="method-detail ">
<div class="method-heading">
<span class="method-name">get</span><span
class="method-args">(z,x)</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO GET #######################################</p>
<div class="method-source-code" id="get-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 73</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">get</span>(<span class="ruby-identifier">z</span>,<span class="ruby-identifier">x</span>)
<span class="ruby-identifier">k</span>=<span class="ruby-value">0</span>
<span class="ruby-identifier">aux</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">k</span><span class="ruby-operator"><</span><span class="ruby-ivar">@fil</span>
<span class="ruby-identifier">j</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">j</span><span class="ruby-operator"><</span><span class="ruby-ivar">@col</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">aux</span><span class="ruby-operator"><</span><span class="ruby-ivar">@elementos</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">x</span><span class="ruby-operator">==</span><span class="ruby-ivar">@dcol</span>[<span class="ruby-identifier">aux</span>] <span class="ruby-operator">&&</span> <span class="ruby-identifier">z</span><span class="ruby-operator">==</span><span class="ruby-ivar">@dfil</span>[<span class="ruby-identifier">aux</span>]
<span class="ruby-keyword">return</span> <span class="ruby-ivar">@dvalor</span>[<span class="ruby-identifier">aux</span>]
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">else</span>
<span class="ruby-keyword">return</span> <span class="ruby-value">0</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">aux</span>=<span class="ruby-identifier">aux</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-identifier">j</span>=<span class="ruby-identifier">j</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">k</span>=<span class="ruby-identifier">k</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- get-source -->
</div>
</div><!-- get-method -->
<div id="method-i-max" class="method-detail ">
<div class="method-heading">
<span class="method-name">max</span><span
class="method-args">()</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO MAXIMO ####################################</p>
<div class="method-source-code" id="max-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 148</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">max</span>
<span class="ruby-identifier">i</span>=<span class="ruby-value">0</span>
<span class="ruby-identifier">aux</span>= <span class="ruby-ivar">@dvalor</span>[<span class="ruby-value">0</span>]
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">elementos</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">aux</span> <span class="ruby-operator"><</span> <span class="ruby-ivar">@dvalor</span>[<span class="ruby-identifier">i</span>]
<span class="ruby-identifier">aux</span> = <span class="ruby-ivar">@dvalor</span>[<span class="ruby-identifier">i</span>]
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">i</span>= <span class="ruby-identifier">i</span> <span class="ruby-value">+1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">aux</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- max-source -->
</div>
</div><!-- max-method -->
<div id="method-i-min" class="method-detail ">
<div class="method-heading">
<span class="method-name">min</span><span
class="method-args">()</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO MINIMO ####################################</p>
<div class="method-source-code" id="min-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 161</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">min</span>
<span class="ruby-identifier">i</span>=<span class="ruby-value">0</span>
<span class="ruby-identifier">aux</span>= <span class="ruby-ivar">@dvalor</span>[<span class="ruby-value">0</span>]
<span class="ruby-keyword">self</span>.<span class="ruby-identifier">elementos</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">aux</span> <span class="ruby-operator">></span> <span class="ruby-ivar">@dvalor</span>[<span class="ruby-identifier">i</span>]
<span class="ruby-identifier">aux</span> = <span class="ruby-ivar">@dvalor</span>[<span class="ruby-identifier">i</span>]
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">i</span>= <span class="ruby-identifier">i</span> <span class="ruby-value">+1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">aux</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- min-source -->
</div>
</div><!-- min-method -->
<div id="method-i-to_s" class="method-detail ">
<div class="method-heading">
<span class="method-name">to_s</span><span
class="method-args">()</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<p>METODO TO_S ##############################</p>
<div class="method-source-code" id="to_s-source">
<pre><span class="ruby-comment"># File lib/matrix_expansion/matrix_dispersa.rb, line 46</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">to_s</span>
<span class="ruby-identifier">k</span>=<span class="ruby-value">0</span>
<span class="ruby-identifier">aux</span>=<span class="ruby-value">0</span>
<span class="ruby-identifier">cadena</span>= <span class="ruby-string">""</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">k</span><span class="ruby-operator"><</span><span class="ruby-ivar">@fil</span>
<span class="ruby-identifier">j</span>=<span class="ruby-value">0</span>
<span class="ruby-keyword">while</span> <span class="ruby-identifier">j</span><span class="ruby-operator"><</span><span class="ruby-ivar">@col</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">j</span><span class="ruby-operator">==</span><span class="ruby-ivar">@dcol</span>[<span class="ruby-identifier">aux</span>] <span class="ruby-operator">&&</span> <span class="ruby-identifier">k</span><span class="ruby-operator">==</span><span class="ruby-ivar">@dfil</span>[<span class="ruby-identifier">aux</span>]
<span class="ruby-identifier">cadena</span><span class="ruby-operator">+=</span><span class="ruby-node">"#{@dvalor[aux]} "</span>
<span class="ruby-keyword">if</span> ((<span class="ruby-identifier">aux</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>)<span class="ruby-operator"><</span><span class="ruby-ivar">@elementos</span>)
<span class="ruby-identifier">aux</span>=<span class="ruby-identifier">aux</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">else</span>
<span class="ruby-identifier">cadena</span><span class="ruby-operator">+=</span><span class="ruby-string">"0 "</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">j</span>=<span class="ruby-identifier">j</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">cadena</span><span class="ruby-operator">+=</span><span class="ruby-string">"\n"</span>
<span class="ruby-identifier">k</span>=<span class="ruby-identifier">k</span><span class="ruby-operator">+</span><span class="ruby-value">1</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">puts</span> <span class="ruby-identifier">cadena</span>
<span class="ruby-keyword">end</span></pre>
</div><!-- to_s-source -->
</div>
</div><!-- to_s-method -->
</section><!-- public-instance-method-details -->
</section><!-- 5Buntitled-5D -->
</div><!-- documentation -->
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>
|
index.html | benjamine/color-sampler | <!DOCTYPE html>
<html>
<head>
<title>Color Sampler</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="main.css" rel="stylesheet">
</head>
<body>
<a href='https://github.com/benjamine/color-sampler' id='fork_me'>
<img alt='Fork me on GitHub' src='http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png'>
</a>
<h1>Color Sampler Demo</h1>
<section id="main">
<div class="selected-image">
<img>
</div>
<div class="color-selector">
<div class="color-name"></div>
<div class="color-sampler">
<ul>
<li class="selected">
chalk black beige
</li>
<li>
rhubarb chalk red
</li>
<li>
gypsy pink
</li>
<li>
eggshell white
</li>
<li>
danube blue
</li>
<li>
denim blue
</li>
</ul>
</div>
<div class="comments">
<ul>
<li class="mouse">
click to expand, hover for preview, click to select
</li>
<li class="mouse">
or mouse down and drag to preview, mouse up to select
</li>
<li class="touch">
tap to expand, top to select
</li>
<li class="touch">
or touch and swipe to preview, lift to select
</li>
</ul>
</div>
</div>
</section>
<script src="color-sampler.js"></script>
</body>
</html>
|
glossary/index.html | julienroland/thebookofshaders | <!-- Copyright 2015 Patricio Gonzalez Vivo (http://patriciogonzalezvivo.com) -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Glossary</title>
<meta name="keywords" content="glsl,shader,github,repository" />
<meta name="description" content="This is a gentle step-by-step guide through the abstract and complex universe of Fragment Shaders."/>
<!-- CodeMirror -->
<link type='text/css' rel='stylesheet' href="../src/codemirror/css/codemirror.css">
<link type='text/css' rel="stylesheet" href="../src/codemirror/addon/fold/foldgutter.css">
<link type='text/css' rel="stylesheet" href="../src/codemirror/addon/dialog/dialog.css">
<link type='text/css' rel="stylesheet" href="../src/codemirror/addon/hint/show-hint.css">
<link type='text/css' rel="stylesheet" href="../src/codemirror/theme/neo.css">
<script type="text/javascript" src="../src/codemirror.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/search/searchcursor.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/search/search.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/dialog/dialog.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/edit/matchbrackets.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/edit/closebrackets.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/comment/comment.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/wrap/hardwrap.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/fold/foldcode.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/fold/brace-fold.js"></script>
<script type="text/javascript" src="../src/codemirror/keymap/sublime.js"></script>
<script type="text/javascript" src="../src/codemirror/addon/hint/show-hint.js"></script>
<script type="text/javascript" src="../src/codemirror/mode/clike.js"></script>
<!-- Highlight -->
<link type='text/css' rel='stylesheet' href="../css/github.css">
<script type="text/javascript" src="../src/highlight.min.js"></script>
<!-- Marked -->
<script type="text/javascript" src="../src/marked.js"></script>
<!-- My stuff -->
<link type='text/css' rel='stylesheet' href="../css/style.css">
<script type="text/javascript" src="../src/glslCanvas.js"></script>
</head>
<body>
<div class="header"><p><a href="http://patriciogonzalezvivo.com/2015/thebookofshaders/">The Book of Shaders</a> by <a href="http://patriciogonzalezvivo.com">Patricio Gonzalez Vivo</a></p></div>
<hr>
<div id="content"> </div>
<hr>
<ul class="navigationBar" >
<li class="navigationBar" onclick="homePage()"> Home </li>
</ul>
<footer>
<p> Copyright 2015 <a href="http://www.patriciogonzalezvivo.com" target="_blank">Patricio Gonzalez Vivo</a> </p>
</footer>
<script type="text/javascript" src="../src/main.js" defer></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18824436-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html> |
doc/files/.._src_components_cameraDirector.js.html | jagenjo/litescene.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>../src/components/cameraDirector.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="icon" href="../assets/favicon.ico">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="" width="117" height="52"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: </em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/LS.Animation.html">LS.Animation</a></li>
<li><a href="../classes/LS.Animation.Take.html">LS.Animation.Take</a></li>
<li><a href="../classes/LS.Animation.Track.html">LS.Animation.Track</a></li>
<li><a href="../classes/LS.BaseComponent.html">LS.BaseComponent</a></li>
<li><a href="../classes/LS.Collision.html">LS.Collision</a></li>
<li><a href="../classes/LS.ComponentContainer.html">LS.ComponentContainer</a></li>
<li><a href="../classes/LS.Components.Camera.html">LS.Components.Camera</a></li>
<li><a href="../classes/LS.Components.CameraController.html">LS.Components.CameraController</a></li>
<li><a href="../classes/LS.Components.CameraDirector.html">LS.Components.CameraDirector</a></li>
<li><a href="../classes/LS.Components.CameraFX.html">LS.Components.CameraFX</a></li>
<li><a href="../classes/LS.Components.Canvas3D.html">LS.Components.Canvas3D</a></li>
<li><a href="../classes/LS.Components.CustomData.html">LS.Components.CustomData</a></li>
<li><a href="../classes/LS.Components.FollowNode.html">LS.Components.FollowNode</a></li>
<li><a href="../classes/LS.Components.FrameFX.html">LS.Components.FrameFX</a></li>
<li><a href="../classes/LS.Components.FXGraphComponent.html">LS.Components.FXGraphComponent</a></li>
<li><a href="../classes/LS.Components.FXStack.html">LS.Components.FXStack</a></li>
<li><a href="../classes/LS.Components.GeometricPrimitive.html">LS.Components.GeometricPrimitive</a></li>
<li><a href="../classes/LS.Components.GraphComponent.html">LS.Components.GraphComponent</a></li>
<li><a href="../classes/LS.Components.Light.html">LS.Components.Light</a></li>
<li><a href="../classes/LS.Components.LightFX.html">LS.Components.LightFX</a></li>
<li><a href="../classes/LS.Components.LinesRenderer.html">LS.Components.LinesRenderer</a></li>
<li><a href="../classes/LS.Components.MeshRenderer.html">LS.Components.MeshRenderer</a></li>
<li><a href="../classes/LS.Components.MorphDeformer.html">LS.Components.MorphDeformer</a></li>
<li><a href="../classes/LS.Components.NodeManipulator.html">LS.Components.NodeManipulator</a></li>
<li><a href="../classes/LS.Components.ParticlesEmissor.html">LS.Components.ParticlesEmissor</a></li>
<li><a href="../classes/LS.Components.PlayAnimation.html">LS.Components.PlayAnimation</a></li>
<li><a href="../classes/LS.Components.Poser.html">LS.Components.Poser</a></li>
<li><a href="../classes/LS.Components.RealtimeReflector.html">LS.Components.RealtimeReflector</a></li>
<li><a href="../classes/LS.Components.Rotator.html">LS.Components.Rotator</a></li>
<li><a href="../classes/LS.Components.SceneInclude.html">LS.Components.SceneInclude</a></li>
<li><a href="../classes/LS.Components.Script.html">LS.Components.Script</a></li>
<li><a href="../classes/LS.Components.SkinDeformer.html">LS.Components.SkinDeformer</a></li>
<li><a href="../classes/LS.Components.Skybox.html">LS.Components.Skybox</a></li>
<li><a href="../classes/LS.Components.Spline.html">LS.Components.Spline</a></li>
<li><a href="../classes/LS.Components.SVGRenderer.html">LS.Components.SVGRenderer</a></li>
<li><a href="../classes/LS.Components.Target.html">LS.Components.Target</a></li>
<li><a href="../classes/LS.Components.Transform.html">LS.Components.Transform</a></li>
<li><a href="../classes/LS.Components.VRCameraController.html">LS.Components.VRCameraController</a></li>
<li><a href="../classes/LS.CompositePattern.html">LS.CompositePattern</a></li>
<li><a href="../classes/LS.DebugRender.html">LS.DebugRender</a></li>
<li><a href="../classes/LS.Draw.html">LS.Draw</a></li>
<li><a href="../classes/LS.Formats.html">LS.Formats</a></li>
<li><a href="../classes/LS.GLSLCode.html">LS.GLSLCode</a></li>
<li><a href="../classes/LS.GraphCode.html">LS.GraphCode</a></li>
<li><a href="../classes/LS.GUI.html">LS.GUI</a></li>
<li><a href="../classes/LS.Input.html">LS.Input</a></li>
<li><a href="../classes/LS.InteractiveController.html">LS.InteractiveController</a></li>
<li><a href="../classes/LS.Knob.html">LS.Knob</a></li>
<li><a href="../classes/LS.LS.html">LS.LS</a></li>
<li><a href="../classes/LS.LScript.html">LS.LScript</a></li>
<li><a href="../classes/LS.Material.html">LS.Material</a></li>
<li><a href="../classes/LS.oldStandardMaterial.html">LS.oldStandardMaterial</a></li>
<li><a href="../classes/LS.Pack.html">LS.Pack</a></li>
<li><a href="../classes/LS.Particle.html">LS.Particle</a></li>
<li><a href="../classes/LS.Physics.html">LS.Physics</a></li>
<li><a href="../classes/LS.PhysicsInstance.html">LS.PhysicsInstance</a></li>
<li><a href="../classes/LS.Picking.html">LS.Picking</a></li>
<li><a href="../classes/LS.Player.html">LS.Player</a></li>
<li><a href="../classes/LS.Prefab.html">LS.Prefab</a></li>
<li><a href="../classes/LS.Project.html">LS.Project</a></li>
<li><a href="../classes/LS.Ray.html">LS.Ray</a></li>
<li><a href="../classes/LS.Renderer.html">LS.Renderer</a></li>
<li><a href="../classes/LS.RenderFrameContext.html">LS.RenderFrameContext</a></li>
<li><a href="../classes/LS.RenderInstance.html">LS.RenderInstance</a></li>
<li><a href="../classes/LS.RenderSettings.html">LS.RenderSettings</a></li>
<li><a href="../classes/LS.RenderState.html">LS.RenderState</a></li>
<li><a href="../classes/LS.Resource.html">LS.Resource</a></li>
<li><a href="../classes/LS.ResourcesManager.html">LS.ResourcesManager</a></li>
<li><a href="../classes/LS.Scene.html">LS.Scene</a></li>
<li><a href="../classes/LS.SceneNode.html">LS.SceneNode</a></li>
<li><a href="../classes/LS.ShaderBlock.html">LS.ShaderBlock</a></li>
<li><a href="../classes/LS.ShaderCode.html">LS.ShaderCode</a></li>
<li><a href="../classes/LS.ShaderMaterial.html">LS.ShaderMaterial</a></li>
<li><a href="../classes/LS.Shaders.html">LS.Shaders</a></li>
<li><a href="../classes/LS.SpatialContainer.html">LS.SpatialContainer</a></li>
<li><a href="../classes/LS.StandardMaterial.html">LS.StandardMaterial</a></li>
<li><a href="../classes/LS.Tween.html">LS.Tween</a></li>
<li><a href="../classes/LS.UnityMaterial.html">LS.UnityMaterial</a></li>
<li><a href="../classes/LS.WBin.html">LS.WBin</a></li>
<li><a href="../classes/LSQ.html">LSQ</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/LS.html">LS</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: ../src/components/cameraDirector.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
///@INFO: UNCOMMON
/**
* CameraDirector allows to switch between scene cameras easily
* @class CameraDirector
* @constructor
* @param {String} object to configure from
*/
function CameraDirector(o)
{
this.enabled = true;
this.current_camera_uid = "";
this.configure(o);
}
CameraDirector.icon = "mini-icon-cameracontroller.png";
CameraDirector.prototype.onAddedToScene = function( scene )
{
LEvent.bind( scene, "update",this.onUpdate,this);
}
CameraDirector.prototype.onRemovedFromScene = function( scene )
{
LEvent.unbindAll( scene, this );
}
CameraDirector.prototype.onUpdate = function(e)
{
if(!this._root || !this.enabled)
return;
}
CameraDirector.prototype.showProperties = function( inspector )
{
}
LS.registerComponent( CameraDirector );
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
nodejs/deps/npm/html/doc/cli/npm-search.html | hoho/dosido | <!doctype html>
<html>
<title>npm-search</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/cli/npm-search.html">
<script async=true src="../../static/toc.js"></script>
<body>
<div id="wrapper">
<h1><a href="../cli/npm-search.html">npm-search</a></h1> <p>Search for packages</p>
<h2 id="synopsis">SYNOPSIS</h2>
<pre><code>npm search [-l|--long] [--json] [--parseable] [--no-description] [search terms ...]
aliases: s, se, find
</code></pre><h2 id="description">DESCRIPTION</h2>
<p>Search the registry for packages matching the search terms. <code>npm search</code>
performs a linear, incremental, lexically-ordered search through package
metadata for all files in the registry. If color is enabled, it will further
highlight the matches in the results.</p>
<p>Additionally, using the <code>--searchopts</code> and <code>--searchexclude</code> options paired with
more search terms will respectively include and exclude further patterns. The
main difference between <code>--searchopts</code> and the standard search terms is that the
former does not highlight results in the output and can be used for more
fine-grained filtering. Additionally, both of these can be added to <code>.npmrc</code> for
default search filtering behavior.</p>
<p>Search also allows targeting of maintainers in search results, by prefixing
their npm username with <code>=</code>.</p>
<p>If a term starts with <code>/</code>, then it's interpreted as a regular expression and
supports standard JavaScript RegExp syntax. A trailing <code>/</code> will be ignored in
this case. (Note that many regular expression characters must be escaped or
quoted in most shells.)</p>
<h3 id="a-note-on-caching">A Note on caching</h3>
<h2 id="configuration">CONFIGURATION</h2>
<h3 id="description">description</h3>
<ul>
<li>Default: true</li>
<li>Type: Boolean</li>
</ul>
<p>Used as <code>--no-description</code>, disables search matching in package descriptions and
suppresses display of that field in results.</p>
<h3 id="json">json</h3>
<ul>
<li>Default: false</li>
<li>Type: Boolean</li>
</ul>
<p>Output search results as a JSON array.</p>
<h3 id="parseable">parseable</h3>
<ul>
<li>Default: false</li>
<li>Type: Boolean</li>
</ul>
<p>Output search results as lines with tab-separated columns.</p>
<h3 id="long">long</h3>
<ul>
<li>Default: false</li>
<li>Type: Boolean</li>
</ul>
<p>Display full package descriptions and other long text across multiple
lines. When disabled (default) search results are truncated to fit
neatly on a single line. Modules with extremely long names will
fall on multiple lines.</p>
<h3 id="searchopts">searchopts</h3>
<ul>
<li>Default: ""</li>
<li>Type: String</li>
</ul>
<p>Space-separated options that are always passed to search.</p>
<h3 id="searchexclude">searchexclude</h3>
<ul>
<li>Default: ""</li>
<li>Type: String</li>
</ul>
<p>Space-separated options that limit the results from search.</p>
<h3 id="searchstaleness">searchstaleness</h3>
<ul>
<li>Default: 900 (15 minutes)</li>
<li>Type: Number</li>
</ul>
<p>The age of the cache, in seconds, before another registry request is made.</p>
<h3 id="registry">registry</h3>
<ul>
<li>Default: <a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a></li>
<li>Type: url</li>
</ul>
<p>Search the specified registry for modules. If you have configured npm to point
to a different default registry, such as your internal private module
repository, <code>npm search</code> will default to that registry when searching. Pass a
different registry url such as the default above in order to override this
setting.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../misc/npm-registry.html">npm-registry(7)</a></li>
<li><a href="../cli/npm-config.html">npm-config(1)</a></li>
<li><a href="../misc/npm-config.html">npm-config(7)</a></li>
<li><a href="../files/npmrc.html">npmrc(5)</a></li>
<li><a href="../cli/npm-view.html">npm-view(1)</a></li>
</ul>
</div>
<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18> </td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td><td style="width:40px;height:10px;background:#fff" colspan=4> </td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)"> </td><td colspan=6 style="width:60px;height:10px;background:#fff"> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4> </td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2> </td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td><td style="width:10px;height:10px;background:#fff" rowspan=3> </td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2> </td></tr>
<tr><td style="width:10px;height:10px;background:#fff"> </td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr>
</table>
<p id="footer">npm-search — npm@5.3.0</p>
|
deploy/doc/apidoc/com/sibirjak/jakute/styles/class-list.html | kakenbok/Jakute-Styling-Engine | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.sibirjak.jakute.styles - Jakute Styling Engine 0.9.2</title>
<base target="classFrame">
<link rel="stylesheet" href="../../../../style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../../../../print.css" type="text/css" media="print">
</head>
<body class="classFrameContent">
<h3>
<a style="color:black" target="classFrame" href="package-detail.html">Package com.sibirjak.jakute.styles</a>
</h3>
<table cellspacing="0" cellpadding="0">
<tr>
<td><a style="color:black" href="package-detail.html#interfaceSummary"><b>Interfaces</b></a></td>
</tr>
<tr>
<td><a href="JCSS_IValueFormatter.html"><i>JCSS_IValueFormatter</i></a></td>
</tr>
<tr>
<td width="10px"> </td>
</tr>
<tr>
<td><a style="color:black" href="package-detail.html#classSummary"><b>Classes</b></a></td>
</tr>
<tr>
<td><a href="JCSS_SkinReference.html">JCSS_SkinReference</a></td>
</tr>
</table>
</body>
</html>
<!-- -->
|
clean/Linux-x86_64-4.09.0-2.0.5/released/8.8.1/bertrand/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.1 / bertrand - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
bertrand
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-11 05:33:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-11 05:33:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.8.1 Formal proof management system.
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-community/bertrand"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bertrand"]
depends: [
"coq" {>= "8.9" & < "8.10~"}
]
tags: [ "keyword: Knuth's algorithm" "keyword: prime numbers" "keyword: Bertrand's postulate" "category: Mathematics/Arithmetic and Number Theory/Number theory" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs based on external tools" "category: Miscellaneous/Extracted Programs/Arithmetic" "date: 2002" ]
authors: [ "Laurent Théry" ]
bug-reports: "https://github.com/coq-community/bertrand/issues"
dev-repo: "git+https://github.com/coq-community/bertrand.git"
synopsis: "Correctness of Knuth's algorithm for prime numbers"
description: """
A proof of correctness of the algorithm as described in
`The Art of Computer Programming: Fundamental Algorithms'
by Knuth, pages 147-149"""
flags: light-uninstall
url {
src: "https://github.com/coq-community/bertrand/archive/v8.9.0.tar.gz"
checksum: "md5=56c2e7c6891c650d649866f6ad152505"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-bertrand.8.9.0 coq.8.8.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.1).
The following dependencies couldn't be met:
- coq-bertrand -> coq >= 8.9
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-bertrand.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.0/schroeder/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>schroeder: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.0 / schroeder - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
schroeder
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-02 09:40:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:40:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/schroeder"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Schroeder"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: Schroeder-Bernstein"
"keyword: set theory"
"category: Mathematics/Logic/Set theory"
]
authors: [ "Hugo herbelin" ]
bug-reports: "https://github.com/coq-contribs/schroeder/issues"
dev-repo: "git+https://github.com/coq-contribs/schroeder.git"
synopsis: "The Theorem of Schroeder-Bernstein"
description: """
Fraenkel's proof of Schroeder-Bernstein theorem on decidable sets
is formalized in a constructive variant of set theory based on
stratified universes (the one defined in the Ensemble library).
The informal proof can be found for instance in "Axiomatic Set Theory"
from P. Suppes."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/schroeder/archive/v8.7.0.tar.gz"
checksum: "md5=e45808e361e73cfd09dfad9ed47a47a6"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-schroeder.8.7.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0).
The following dependencies couldn't be met:
- coq-schroeder -> coq < 8.8~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-schroeder.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.0/stalmarck/8.14.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>stalmarck: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / stalmarck - 8.14.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
stalmarck
<small>
8.14.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-26 20:55:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-26 20:55:43 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/stalmarck"
dev-repo: "git+https://github.com/coq-community/stalmarck.git"
bug-reports: "https://github.com/coq-community/stalmarck/issues"
license: "LGPL-2.1-or-later"
synopsis: "Correctness proof of Stålmarck's algorithm in Coq"
description: """
A two-level approach to prove tautologies using Stålmarck's
algorithm in Coq."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.14" & < "8.15~"}
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"keyword:boolean formula"
"keyword:tautology checker"
"logpath:Stalmarck.Algorithm"
"date:2021-10-30"
]
authors: [
"Pierre Letouzey"
"Laurent Théry"
]
url {
src: "https://github.com/coq-community/stalmarck/archive/v8.14.0.tar.gz"
checksum: "sha512=5080457e36384932e4f94bda7c68d816388a6ce282262c44b92cf00c482c43d06fe3df842121aa62d734f6b82af9687743bbb59a0b77571c4573bd75799ee2b8"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-stalmarck.8.14.0 coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0).
The following dependencies couldn't be met:
- coq-stalmarck -> coq >= 8.14
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-stalmarck.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
app/styles/carIndex.css | li-yinan/whatever | .car-index {
}
.car-query-no-result {
text-align: center;
font-size: 20px;
color: #aaa;
}
.car-index .car-item {
display: block;
padding: 16px;
border-bottom: solid 1px #d1d1d1;
}
.car-index .car-item .car-item-img-container {
float: left;
width: 70px;
height: 70px;
margin-right: 15px;
overflow: hidden;
}
.car-index .car-item img {
width: 100%;
}
.car-index .car-item:active {
background-color: #e8e8e8;
}
.car-index .car-info-row1 {
color: #333333;
font-size: 16px;
height: 2em;
}
.car-index .car-info-row2 {
color: #666666;
font-size: 14px;
height: 1.5em;
}
.car-index .car-info-row3 {
color: #e9005b;
font-size: 16px;
}
|
hack-at-brown-2015/templates/day_of/index.html | hackatbrown/2015.hackatbrown.org | {% extends "base.html" %}
{% block title %}
Hack@Brown 2015
{% endblock %}
{% block headcss %}
{{ super() }}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.11.2/css/selectize.min.css"/>
<!--<link rel="stylesheet" href="/static/jquery-ui-1.11.2.custom/jquery-ui.min.css"/>-->
<link rel='stylesheet' href='/static/semantic-final/semantic.min.css' />
<link rel='stylesheet' href='/static/css/day_of.css' />
{% endblock %}
{% block headjs %}
{{ super() }}
<script type="application/javascript" src="/static/semantic-final/semantic.min.js"></script>
{% endblock %}
{% block content %}
{% if not bigboard %}
<div id='header'>
<div id='header-content'>
<img src='/static/img/logo.png'/>
<h2>Hack@Brown</h2>
<div id='tabs'>
<a href='/info?dayof=1' data-tab='info'>Info</a>
<a href='/help?dayof=1' data-tab='help' class='mobile-button'>Help</a>
<a href='/resources?dayof=1' data-tab='resources'>Resources</a>
<a href='/schedule?dayof=1' data-tab='schedule'>Schedule</a>
<!--<a href='/mentors?dayof=1' data-tab='mentors'>Mentors</a>-->
<a href='/awards?dayof=1' data-tab='awards'>Awards</a>
<a href='/requests?dayof=1' data-tab='requests'>Requests for Help</a>
</div>
</div>
</div>
{% endif %}
<div class='hud' id='mrc'>
Thanks! We'll send you a mentor ASAP.
</div>
<div id='container' data-selected-tab='{{ tab }}'>
<script>
function selectTab(tab) {
$("[data-tab]").removeClass('selected');
$("[data-tab='" + tab + "']").addClass('selected');
}
selectTab($("#container").attr('data-selected-tab'));
/*
// fetch new tabs via ajax:
$("#tabs a").click(function(e) {
var tab = $(e.target).attr('data-tab');
$("#tab-content").empty().load("/__day_of/" + tab + "?ajax=1");
selectTab(tab);
e.preventDefault();
})*/
</script>
<div id='tab-content'>
{{ tab_content | safe }}
</div>
</div>
{% if tab == 'info' and bigboard %}
<script>
// auto-reload script
var autoReloadTime = 20 * 1000 // 30 sec
function autoReload() {
$("#tab-content").load("/info?ajax=1&dayof=1&bigboard=1");
setTimeout(autoReload, autoReloadTime);
}
setTimeout(autoReload, autoReloadTime);
</script>
{% endif %}
{% endblock %}
|
city-core/doc/index-files/index-1.html | jbrionne/city | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_25) on Thu Apr 09 18:54:35 CEST 2015 -->
<title>C-Index</title>
<meta name="date" content="2015-04-09">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="C-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../fr/city/core/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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="contentContainer"><a href="index-1.html">C</a> <a href="index-2.html">D</a> <a href="index-3.html">F</a> <a href="index-4.html">G</a> <a href="index-5.html">R</a> <a href="index-6.html">U</a> <a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="../fr/city/core/City.html#checkIfRoadExists-int-int-int-int-">checkIfRoadExists(int, int, int, int)</a></span> - Method in interface fr.city.core.<a href="../fr/city/core/City.html" title="interface in fr.city.core">City</a></dt>
<dd>
<div class="block">Check if a road exists</div>
</dd>
<dt><span class="memberNameLink"><a href="../fr/city/core/City.html#checkIfSourceExists-int-int-">checkIfSourceExists(int, int)</a></span> - Method in interface fr.city.core.<a href="../fr/city/core/City.html" title="interface in fr.city.core">City</a></dt>
<dd>
<div class="block">Check if a source exists</div>
</dd>
<dt><a href="../fr/city/core/City.html" title="interface in fr.city.core"><span class="typeNameLink">City</span></a> - Interface in <a href="../fr/city/core/package-summary.html">fr.city.core</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../fr/city/core/City.html#createBuilding-int-int-int-java.lang.String-">createBuilding(int, int, int, String)</a></span> - Method in interface fr.city.core.<a href="../fr/city/core/City.html" title="interface in fr.city.core">City</a></dt>
<dd>
<div class="block">Create a building. x, z [0, max - 1]</div>
</dd>
<dt><span class="memberNameLink"><a href="../fr/city/core/City.html#createRoad-int-int-int-int-java.awt.Color-">createRoad(int, int, int, int, Color)</a></span> - Method in interface fr.city.core.<a href="../fr/city/core/City.html" title="interface in fr.city.core">City</a></dt>
<dd>
<div class="block">Create a road x, z, xD, zD [0, max - 1] x == xD or z == zD</div>
</dd>
<dt><span class="memberNameLink"><a href="../fr/city/core/City.html#createSource-int-int-">createSource(int, int)</a></span> - Method in interface fr.city.core.<a href="../fr/city/core/City.html" title="interface in fr.city.core">City</a></dt>
<dd>
<div class="block">Create a source
You can connect a road to a source</div>
</dd>
<dt><span class="memberNameLink"><a href="../fr/city/core/City.html#createTransport-fr.network.transport.api.Coord2D-java.lang.String-">createTransport(Coord2D, String)</a></span> - Method in interface fr.city.core.<a href="../fr/city/core/City.html" title="interface in fr.city.core">City</a></dt>
<dd>
<div class="block">Create a transport</div>
</dd>
</dl>
<a href="index-1.html">C</a> <a href="index-2.html">D</a> <a href="index-3.html">F</a> <a href="index-4.html">G</a> <a href="index-5.html">R</a> <a href="index-6.html">U</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../fr/city/core/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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>
|
clothstream/templates/base.html | julienaubert/clothstream | <!DOCTYPE html>
{% load staticfiles %}
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block title %}{{ project_name }}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="{% templatetag openblock %} static 'css/bootstrap.min.css' {% templatetag closeblock %}" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">{{ project_name }}</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<h1>{% block page_title %}Example Base Template{% endblock %}</h1>
{% block content %}
<p>Use this document as a way to quick start any new project.</p>
{% endblock %}
</div>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/{{ project_name }}.js' %}"></script>
</body>
</html>
|
bcf163d/html/classv8_1_1_number.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.1.30: v8::Number 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.1.30
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</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>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_number.html">Number</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_number-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Number Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::Number:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_number.png" usemap="#v8::Number_map" alt=""/>
<map id="v8::Number_map" name="v8::Number_map">
<area href="classv8_1_1_primitive.html" alt="v8::Primitive" shape="rect" coords="45,112,125,136"/>
<area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="45,56,125,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="45,0,125,24"/>
<area href="classv8_1_1_integer.html" alt="v8::Integer" shape="rect" coords="45,224,125,248"/>
<area href="classv8_1_1_int32.html" alt="v8::Int32" shape="rect" coords="0,280,80,304"/>
<area href="classv8_1_1_uint32.html" alt="v8::Uint32" shape="rect" coords="90,280,170,304"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ae7ca1af5dd34a7a32a69f57a910ab269"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae7ca1af5dd34a7a32a69f57a910ab269"></a>
double </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:ae7ca1af5dd34a7a32a69f57a910ab269"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr>
<tr class="memitem:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr>
<tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr>
<tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a> () const </td></tr>
<tr class="separator:a8f27462322186b295195eecb3e81d6d7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a> () const </td></tr>
<tr class="separator:a68c0296071d01ca899825d7643cf495a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a> () const </td></tr>
<tr class="separator:a05532a34cdd215f273163830ed8b77e7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a> () const </td></tr>
<tr class="separator:aaee0b144087d20eae02314c9393ff80f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a> () const </td></tr>
<tr class="separator:a355b7991c5c978c0341f6f961b63c5a2 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a> () const </td></tr>
<tr class="separator:a0aceb7645e71b096df5cd73d1252b1b0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a> () const </td></tr>
<tr class="separator:a1bd51e3e55f67c65b9a8f587fbffb7c7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a> () const </td></tr>
<tr class="separator:a7ac61a325c18af8dcb6d7d5bf47d2503 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a> () const </td></tr>
<tr class="separator:a01e1db51c65b2feace248b7acbf71a2c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a> () const </td></tr>
<tr class="separator:a8bc11fab0aded4a805722ab6df173cae inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a73d653dc4a4999ce7258b40a4d8a1510"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_boolean.html">Boolean</a> > </td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> () const </td></tr>
<tr class="separator:a73d653dc4a4999ce7258b40a4d8a1510 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2706d2c0cf684a5179e76e8e404b3a5d"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>ToNumber</b> () const </td></tr>
<tr class="separator:a2706d2c0cf684a5179e76e8e404b3a5d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aef5739280886eb7a98ae0e98371dae39"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToString</b> () const </td></tr>
<tr class="separator:aef5739280886eb7a98ae0e98371dae39 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acff61b07d724079dc3a90d3e3fd57cb3"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> () const </td></tr>
<tr class="separator:acff61b07d724079dc3a90d3e3fd57cb3 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af40feaf010e829f2cdb787eb975b941d"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>ToObject</b> () const </td></tr>
<tr class="separator:af40feaf010e829f2cdb787eb975b941d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3941f80b54b0707c6153657cc688ac93"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ToInteger</b> () const </td></tr>
<tr class="separator:a3941f80b54b0707c6153657cc688ac93 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aed71590ec8bd5ef7972d7a0d844b2cd7"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToUint32</b> () const </td></tr>
<tr class="separator:aed71590ec8bd5ef7972d7a0d844b2cd7 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adf5d2c0c0bf58d60f2401d8437df26b0"></a>
<a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_int32.html">Int32</a> > </td><td class="memItemRight" valign="bottom"><b>ToInt32</b> () const </td></tr>
<tr class="separator:adf5d2c0c0bf58d60f2401d8437df26b0 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae810be0ae81a87f677592d0176daac48">ToArrayIndex</a> () const </td></tr>
<tr class="separator:ae810be0ae81a87f677592d0176daac48 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a392d60e0ab58b5b13c0ac1e5b4b9f04b"></a>
bool </td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr>
<tr class="separator:a392d60e0ab58b5b13c0ac1e5b4b9f04b inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4634d525bae654cdc50c398bfaee11aa"></a>
double </td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr>
<tr class="separator:a4634d525bae654cdc50c398bfaee11aa inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac61c74a94dea10f48a64f5906b6dd43d"></a>
int64_t </td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr>
<tr class="separator:ac61c74a94dea10f48a64f5906b6dd43d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af25557359e6bb79436ed60df18703d66"></a>
uint32_t </td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr>
<tr class="separator:af25557359e6bb79436ed60df18703d66 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24daae9d99d02ff2e24b60287dcd4d95"></a>
int32_t </td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr>
<tr class="separator:a24daae9d99d02ff2e24b60287dcd4d95 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adc2a7a92a120675bbd4c992163a20869">Equals</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:adc2a7a92a120675bbd4c992163a20869 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb564818715b818957adc97716a076ba"></a>
bool </td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:abb564818715b818957adc97716a076ba inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:aca00a12725ca6fefb326b7e00f3d252c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aca00a12725ca6fefb326b7e00f3d252c"></a>
static <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (double value)</td></tr>
<tr class="separator:aca00a12725ca6fefb326b7e00f3d252c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a053d48e0003104308963a4a7e3881912"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a053d48e0003104308963a4a7e3881912"></a>
static <a class="el" href="classv8_1_1_number.html">Number</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a053d48e0003104308963a4a7e3881912"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A JavaScript number value (ECMA-262, 4.3.20) </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:44:30 for V8 API Reference Guide for node.js v0.1.30 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
src/templates/stats/explore-stats.html | mttmccb/dark_social | <template>
<require from='./post-stats'></require>
<require from='./top-clients'></require>
<require from='./top-mentions'></require>
<require from='./top-hashtags'></require>
<require from='./top-posters'></require>
<post-stats posts.bind="posts"></post-stats>
<top-clients posts.bind="posts"></top-clients>
<top-posters posts.bind="posts"></top-posters>
<top-mentions posts.bind="posts"></top-mentions>
<top-hashtags posts.bind="posts"></top-hashtags>
</template> |
catalog/view/theme/fastor/css/wide-grid.css | monkdaf/skuter77-opencart | .standard-body .full-width .container {
max-width: none;
width: 1230px;
}
.no-responsive body {
min-width: 1270px;
}
.standard-body .fixed .background {
width: 1140px;
max-width: none;
}
@media (min-width:1098px) and (max-width:1270px) {
.responsive .standard-body .full-width .container {
width: 1058px;
}
.responsive .standard-body .fixed .background {
width: 968px;
}
.responsive .main-fixed,
.responsive .fixed-body-2-2,
.responsive .standard-body .fixed2 .background {
width: 1058px;
}
}
@media (min-width:992px) and (max-width:1098px) {
.responsive .standard-body .full-width .container {
width: 926px;
}
.responsive .standard-body .fixed .background {
width: 836px;
}
.responsive .main-fixed,
.responsive .fixed-body-2-2,
.responsive .standard-body .fixed2 .background {
width: 926px;
}
}
@media (min-width:768px) and (max-width:991px) {
.responsive .standard-body .full-width .container {
width: 728px;
}
.responsive .standard-body .fixed .background {
width: 688px;
}
.responsive .main-fixed,
.responsive .fixed-body-2-2,
.responsive .standard-body .fixed2 .background {
width: 728px;
}
}
@media (max-width:768px) {
.responsive .standard-body .full-width .container {
width: auto;
}
.responsive .standard-body .fixed .background {
width: auto;
}
.responsive .main-fixed,
.responsive .fixed-body-2-2,
.responsive .standard-body .fixed2 .background {
width: auto;
}
} |
page185/index.html | thenewcovenantofgod/thenewcovenantofgod.github.io | <html>
<head>
<link href="//gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>புதிய உடன்படிக்கை · வலைப்பதிவு</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" media="only screen and (min-width: 900px)" href="/assets/css/desktop.css" />
<link rel="stylesheet" type="text/css" media="only screen and (max-width: 899px)" href="/assets/css/mobile.css" />
<link href="/assets/css/syntax.css" type="text/css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Hind+Madurai:300,400,500,600,700" rel="stylesheet">
<link rel="apple-touch-icon" href="https://thenewcovenantofgod.github.io/assets/images/icon.png">
<link rel="shortcut icon" href="https://thenewcovenantofgod.github.io/assets/images/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://thenewcovenantofgod.github.io/atom.xml">
<link href="/assets/css/font-awesome.min.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/assets/js/jquery-2.1.0.min.js"></script>
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Page 185 of 264 for Home | புதிய உடன்படிக்கை</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Home" />
<meta name="author" content="பயனற்ற பணியாள்" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="…“ஆம், நான் விரைவில் வருகிறேன்”… - வெளி. 22:20" />
<meta property="og:description" content="…“ஆம், நான் விரைவில் வருகிறேன்”… - வெளி. 22:20" />
<link rel="canonical" href="https://thenewcovenantofgod.github.io/page185/" />
<meta property="og:url" content="https://thenewcovenantofgod.github.io/page185/" />
<meta property="og:site_name" content="புதிய உடன்படிக்கை" />
<link rel="prev" href="https://thenewcovenantofgod.github.io/page184" />
<link rel="next" href="https://thenewcovenantofgod.github.io/page186" />
<script type="application/ld+json">
{"url":"https://thenewcovenantofgod.github.io/page185/","author":{"@type":"Person","name":"பயனற்ற பணியாள்"},"headline":"Home","dateModified":"2017-04-19T08:36:13+05:30","description":"…“ஆம், நான் விரைவில் வருகிறேன்”… - வெளி. 22:20","@type":"WebPage","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- Theme Color for Chrome on Android Lollipop -->
<meta name="theme-color" content="#7E9576">
</head>
<body>
<header class="clean" style="height: 350px; background-image: url(/assets/images/rising-sun.jpg); background-attachment: scroll;" data-stellar-background-ratio="0.5" data-stellar-horizontal-offset="50">
<label class="menu" for="_1">
<span class="fa fa-bars"></span>
</label>
<input id="_1" type="checkbox">
<div class="menu-content">
<p class="menu-title">புதிய உடன்படிக்கை<p>
<div class="menu" style="background-color: #1a1a1a; z-index: -1;"></div>
<a class="fa fa-home" href="/"> முகப்பு</a>
<a class="fa fa-info" href="/about"> நோக்கம்</a>
<a class="fa fa-tags" href="/tags"> குறிச்சொற்கள்</a>
<!-- <hr>
<a href="https://feedly.com/i/subscription/feed/https://thenewcovenantofgod.github.io/atom.xml" class="social-links-menu" target="_blank" title="பதிவு செய்க"><span class="fa fa-rss"></span></a> -->
</div>
<div class="social-links" data-stellar-ratio="0.1">
<a href="https://feedly.com/i/subscription/feed/https://thenewcovenantofgod.github.io/atom.xml" target="_blank" title="பதிவு செய்க"><span class="fa fa-rss"></span></a>
</div>
<a href="https://thenewcovenantofgod.github.io">
<div id="home-title" class="site-icon-home" style="background-image: url(/assets/images/icon.png);" data-stellar-ratio="0.5"></div>
</a>
</header>
<div id="middle">
<div id="post-list">
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
30
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-300818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-300818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
29
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-290818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-290818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
28
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-280818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-280818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
27
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-270818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-270818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
26
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-260818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-260818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
25
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-250818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-250818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
<div>
<span class="post-date">
<span class="fa fa-calendar"></span>
24
ஆகசுட்
2018 · <span class="fa fa-comments"></span> <a href="https://thenewcovenantofgod.github.io/verse-of-the-day/vod-240818#disqus_thread"></a>
</span>
<h1><a href="/verse-of-the-day/vod-240818">இன்றைய வசனம்</a></h1>
<p class="post-description">நாளும் பொழுதும் இறைவனோடு துவங்கட்டும்</p>
<span class="post-info">
<ul class="tags">
<li><a href="/tags#இன்றைய-வசனம்" class="tag">இன்றைய-வசனம்</a></li>
</ul>
</span>
</div>
<br>
</div>
<nav class="pagination" role="navigation">
<a class="newer-posts" href="/page186">← பழைய பதிவுகள்</a>
<span class="page-number">பக்கம் · 185 / 264</span>
<a class="older-posts" href="/page184">புதிய பதிவுகள் →</a>
</nav>
</div>
<footer class="clean" style="background-image: url(/assets/images/rising-sun.jpg); background-position: bottom; bottom: 0; z-index: 4; position: absolute; height: 60px; background-attachment: scroll;">
<p class="copyright">காப்புரிமம் <span class="fa fa-copyright"></span> 2022 · <a href="https://thenewcovenantofgod.github.io/" target="_blank">புதிய உடன்படிக்கை வலைப்பதிவு</a> · <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">அனைத்து உரிமைகளும் பதிவு செய்யப்பட்டு உள்ளன</a></p>
</footer>
<script>
var width = $(window).width()
if ( width > 899 )
$( function(){
$.stellar({
responsive: true,
verticalScrolling: true,
horizontalOffset: 0,
verticalOffset: 0,
positionProperty: 'transform',
});
});
</script>
<script id="dsq-count-scr" src="//thenewcovenantofgod.disqus.com/count.js" async></script>
</body>
</html>
|
app/css/app.css | ygd182/GapCarsDemo | /* app css stylesheet */
.view-container {
position: relative;
}
.view-frame.ng-enter, .view-frame.ng-leave {
background: white;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.view-frame.ng-enter {
-webkit-animation: 0.5s fade-in;
-moz-animation: 0.5s fade-in;
-o-animation: 0.5s fade-in;
animation: 0.5s fade-in;
z-index: 100;
}
.view-frame.ng-leave {
-webkit-animation: 0.5s fade-out;
-moz-animation: 0.5s fade-out;
-o-animation: 0.5s fade-out;
animation: 0.5s fade-out;
z-index:99;
}
@keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
@-moz-keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fade-in {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fade-out {
from { opacity: 1; }
to { opacity: 0; }
}
@-moz-keyframes fade-out {
from { opacity: 1; }
to { opacity: 0; }
}
@-webkit-keyframes fade-out {
from { opacity: 1; }
to { opacity: 0; }
}
.itemAction {
margin: 10px 0;
}
.carList {
padding-left: 0;
}
.carList li {
list-style: none;
display: block;
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 10px;
}
.carList li dl {
display: inline-block;
}
.carList li .moreDetails {
display: block;
width: 104px;
}
.carList li .thumb{
width: 100px;
float: left;
margin: 10px;
}
.carList li .thumb img {
max-width: 100%;
}
.carList li input[type=checkbox]{
display: block;
margin: 10px;
}
.carDetailsPartial {
margin: 10px;
padding: 10px 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.carDetailsPartial .description-item {
padding: 10px 15px;
border: 1px solid #ddd;
margin-bottom: -1px;
}
.carDetailsPartial dd.description-item {
background-color: #eee;
}
.cross:before {
content: '✘';
display: inline-block;
}
.check:before {
content: '✓';
display: inline-block;
}
@keyframes moveIn {
0% {left:0px; top:100%}
50% {left:0px; top:50%}*/
100% {left:0px; top:0px;}
}
.animateIn {
width: 100px;
height: 100px;
position: relative;
animation-name: moveIn;
animation-duration: 4s;
}
.car-listing.ng-enter,
.car-listing.ng-leave,
.car-listing.ng-move {
-webkit-transition: 0.5s linear all;
-moz-transition: 0.5s linear all;
-o-transition: 0.5s linear all;
transition: 0.5s linear all;
}
.car-listing.ng-enter,
.car-listing.ng-move {
opacity: 0;
height: 0;
overflow: hidden;
}
.car-listing.ng-move.ng-move-active,
.car-listing.ng-enter.ng-enter-active {
opacity: 1;
height: 120px;
}
.car-listing.ng-leave {
opacity: 1;
overflow: hidden;
}
.car-listing.ng-leave.ng-leave-active {
opacity: 0;
height: 0;
padding-top: 0;
padding-bottom: 0;
} |
01-intro/05-iframes.html | kingkris/b16 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Iframes</title>
<style>
.questions{
background-color: rgba(0,0,0,.8);
border-radius: 10px;
position: fixed;
right: 10px;
bottom: 10px;
color: #FFF;
font-family: Verdana, Geneva, sans-serif;
padding: 10px;
}
.bdr{
border: solid 4px red;
}
.list{
border: solid 1px red;
list-style: kannada;
}
.iframe-wrap{
width: 80%;
height: 400px;
border: solid 5px #CCC;
}
.iframe-maps{
width: 95%;
height: 400px;
border: solid 5px #CCC;
}
.iframe-maps iframe{
width: 100%;
height: auto;
}
</style>
</head>
<body>
<h1>Iframes</h1>
<iframe src="https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.htmlden.com%2F&width=450&layout=standard&action=like&size=small&show_faces=true&share=true&height=80&appId=153798451378170" width="450" height="80" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<iframe src="04-anchor-tag.html" frameborder="0" class="iframe-wrap"></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7AXV_fKaQxU" frameborder="0" allowfullscreen></iframe>
<hr>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15552.738121617793!2d77.644737!3d12.960041!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa689e281196e5089!2sHTMLDen+-+School+of+Web+Design+%26+Development!5e0!3m2!1sen!2sin!4v1493100110571" class="iframe-maps" allowfullscreen></iframe>
<iframe src="http://www.htmlden.com" class="iframe-maps"></iframe>
<div class="questions">
<ul>
<li>What kind of element is it?</li>
<li>What kind of content can come inside it</li>
<li>Who can be its parents</li>
<li>What are its default styles</li>
<li>Attributes</li>
</ul>
</div>
</body>
</html> |
_includes/footer.html | NoteBookie/Blog | <div id="up-to-top" class="row">
<div class="small-12 columns" style="text-align: right;">
<a class="iconfont" href="#top-of-page"></a>
</div><!-- /.small-12.columns -->
</div><!-- /.row -->
<footer id="footer-content" class="bg-grau">
<div id="footer">
<div class="row">
<div class="medium-6 large-5 columns">
<h5 class="shadow-black">{{ site.data.language.info_website }}</h5>
<p class="shadow-black">
{{ site.description }}
<a href="{{ site.url }}/info/">{{ site.data.language.more }}</a>
</p>
</div><!-- /.large-6.columns -->
<div class="small-6 medium-3 large-3 large-offset-1 columns">
{% for service_item in site.data.services %}
{% if forloop.first == true %}
<h5 class="shadow-black">{{ service_item.menu_name }}</h5>
{% endif %}
{% endfor %}
<ul class="no-bullet shadow-black">
{% for service_item in site.data.services %}
{% if service_item.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li {% if service_item.class %}class="{{ service_item.class }}" {% endif %}>
<a href="{{ domain }}{{ service_item.url }}" {% if service_item.url contains 'http' %}target="_blank" {% endif %} title="{{ service_item.title }}">{{ service_item.name }}</a>
</li>
{% endfor %}
</ul>
</div><!-- /.large-4.columns -->
<div class="small-6 medium-3 large-3 columns">
{% for network_item in site.data.network %}
{% if forloop.first == true %}
<h5 class="shadow-black">{{ network_item.menu_name }}</h5>
{% endif %}
{% endfor %}
<ul class="no-bullet shadow-black">
{% for network_item in site.data.network %}
{% if network_item.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li {% if network_item.class %}class="{{ network_item.class }}" {% endif %}>
<a href="{{ domain }}{{ network_item.url }}" {% if network_item.url contains 'http' %}target="_blank" {% endif %} title="{{ network_item.title }}">{{ network_item.name }}</a>
</li>
{% endfor %}
</ul>
</div><!-- /.large-3.columns -->
</div><!-- /.row -->
</div><!-- /#footer -->
<div id="subfooter">
<nav class="row">
<section id="subfooter-left" class="b30 small-12 medium-6 columns">
<ul class="inline-list">
<li>本站由<a style="display:inline;" href="http://notebookie.github.io"> Notebookie </a>创作,
使用<a style="display:inline;" href="http://jekyllrb.com/" target="_blank">Jekyll</a>和<a style="display:inline;" href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a>构建、
<a style="display:inline;" href="https://github.com/notebookie">GitHub</a>托管</li>
</ul>
</section>
<section id="subfooter-right" class="small-12 medium-6 columns social-icons">
<ul class="inline-list">
{% for social_item in site.data.socialmedia %}
<li><a href="{{ social_item.url }}" target="_blank" class="{{ social_item.class }}" title="{{ social_item.title }}"></a></li>
{% endfor %}
</ul>
</section>
</nav>
</div><!-- /#subfooter -->
</footer>
|
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:math-classes/dev/2014-11-29_09-29-33.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.dev / contrib:math-classes dev</a></li>
<li class="active"><a href="">2014-11-29 09:29:33</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:math-classes
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-29 09:29:33 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 09:29:33 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:math-classes/coq:contrib:math-classes.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:math-classes.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following dependencies couldn't be met:
- coq:contrib:math-classes -> coq = dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:math-classes.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.dev [required by coq:contrib:math-classes]
- install coq:contrib:math-classes.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.dev:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.dev.
Building coq:contrib:math-classes.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:math-classes.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>Data not available in this bench.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> |
RTCMultiConnection/demos/RecordRTC-and-RTCMultiConnection.html | shobhitmittal/WebRTC-Experiment | <!--
> Muaz Khan - github.com/muaz-khan
> MIT License - www.webrtc-experiment.com/licence
> Documentation - www.RTCMultiConnection.org
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>RecordRTC & RTCMultiConnection ® Muaz Khan</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="author" type="text/html" href="https://plus.google.com/+MuazKhan">
<meta name="author" content="Muaz Khan">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="https://www.webrtc-experiment.com/style.css">
<style>
audio, video {
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
-webkit-transition: all 1s ease;
transition: all 1s ease;
vertical-align: top;
}
input {
border: 1px solid #d9d9d9;
border-radius: 1px;
font-size: 2em;
margin: .2em;
width: 20%;
}
.setup {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
font-size: 102%;
height: 47px;
margin-left: -9px;
margin-top: 8px;
position: absolute;
}
p { padding: 1em; }
li {
border-bottom: 1px solid rgb(189, 189, 189);
border-left: 1px solid rgb(189, 189, 189);
padding: .5em;
}
.video-container {
background: white;
border: 2px solid black;
border-radius: 0.2em;
display: inline-block;
margin: 2em .2em;
padding: .1em;
vertical-align: top;
}
.video-container h2 {
border: 0;
border-top: 1px solid black;
display: block;
margin: 0;
text-align: center;
}
.video-container button {
font-size: .8em;
position: absolute;
z-index: 1;
}
</style>
<script>
document.createElement('article');
document.createElement('footer');
</script>
<!-- scripts used for broadcasting -->
<script src="https://www.webrtc-experiment.com/firebase.js"> </script>
<script src="https://www.webrtc-experiment.com/RTCMultiConnection-v1.8.js"> </script>
<script src="https://www.webrtc-experiment.com/RecordRTC.min.js"> </script>
</head>
<body>
<article>
<header style="text-align: center;">
<h1>
<a href="https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC" target="_blank">RecordRTC</a> &
<a href="http://www.RTCMultiConnection.org/docs/" target="_blank">RTCMultiConnection</a>
® <a href="http://www.muazkhan.com/" target="_blank">Muaz Khan</a>
</h1>
<p>
<span>© 2013</span>
<a href="https://github.com/muaz-khan" target="_blank">Muaz Khan</a><span><</span><a href="http://twitter.com/muazkh" target="_blank">@muazkh</a><span>></span>
»
<a href="http://twitter.com/WebRTCWeb" target="_blank" title="Twitter profile for WebRTC Experiments">@WebRTC Experiments</a>
»
<a href="https://plus.google.com/106306286430656356034/posts" target="_blank" title="Google+ page for WebRTC Experiments">Google+</a>
»
<a href="https://github.com/muaz-khan/WebRTC-Experiment/issues" target="_blank">What's New?</a>
</p>
</header>
<div class="github-stargazers"></div>
<section class="plusone-gplus">
<div class="g-plusone" data-href="https://www.webrtc-experiment.com/"></div>
</section>
<!-- just copy this <section> and next script -->
<section class="experiment">
<section>
<span>
Private ?? <a href="" target="_blank" title="Open this link in new tab. Then your room will be private!"><code><strong id="unique-token">#123456789</strong></code></a>
</span>
<input type="text" id="conference-name">
<button id="setup-new-conference" class="setup">Setup New Conference</button>
<button id="leave-conference" class="setup" style="margin-left: 13em;" disabled>Leave</button>
</section>
<!-- list of all available broadcasting rooms -->
<table style="width: 100%;" id="rooms-list"></table>
<!-- local/remote videos container -->
<div id="videos-container"></div>
</section>
<script>
// Muaz Khan - https://github.com/muaz-khan
// MIT License - https://www.webrtc-experiment.com/licence/
// RecordRTC - https://github.com/muaz-khan/WebRTC-Experiment/tree/master/RecordRTC
// RTCMultiConnection - http://www.RTCMultiConnection.org/docs/
var connection = new RTCMultiConnection();
connection.session = {
audio: true,
video: true
};
connection.onstream = function(e) {
appendVideo(e.mediaElement, e.streamid);
};
function appendVideo(video, streamid) {
video.width = 600;
video = getVideo(video, streamid);
videosContainer.insertBefore(video, videosContainer.firstChild);
rotateVideo(video);
scaleVideos();
document.getElementById('leave-conference').disabled = false;
}
function getVideo(video, streamid) {
var div = document.createElement('div');
div.className = 'video-container';
var button = document.createElement('button');
button.id = streamid;
button.innerHTML = 'Start Recording';
button.onclick = function() {
this.disabled = true;
if (this.innerHTML == 'Start Recording') {
this.innerHTML = 'Stop Recording';
connection.streams[this.id].startRecording({
audio: true,
video: true
});
} else {
this.innerHTML = 'Start Recording';
connection.streams[this.id].stopRecording(function(audioBlob, videoBlob) {
var h2 = document.createElement('h2');
h2.innerHTML = '<a href="' + URL.createObjectURL(audioBlob) + '" target="_blank">Open recorded ' + audioBlob.type + '</a>';
div.appendChild(h2);
h2 = document.createElement('h2');
h2.innerHTML = '<a href="' + URL.createObjectURL(videoBlob) + '" target="_blank">Open recorded ' + videoBlob.type + '</a>';
div.appendChild(h2);
});
}
setTimeout(function() {
button.disabled = false;
}, 3000);
};
div.appendChild(button);
div.appendChild(video);
return div;
}
function rotateVideo(mediaElement) {
mediaElement.style[navigator.mozGetUserMedia ? 'transform' : '-webkit-transform'] = 'rotate(0deg)';
setTimeout(function() {
mediaElement.style[navigator.mozGetUserMedia ? 'transform' : '-webkit-transform'] = 'rotate(360deg)';
}, 1000);
}
connection.onstreamended = function(e) {
var div = e.mediaElement.parentNode;
div.style.opacity = 0;
rotateVideo(div);
setTimeout(function() {
if (div.parentNode) {
div.parentNode.removeChild(div);
}
scaleVideos();
}, 1000);
};
var sessions = { };
connection.onNewSession = function(session) {
if (sessions[session.sessionid]) return;
sessions[session.sessionid] = session;
var tr = document.createElement('tr');
tr.innerHTML = '<td><strong>' + session.extra['session-name'] + '</strong> is running a conference!</td>' +
'<td><button class="join">Join</button></td>';
roomsList.insertBefore(tr, roomsList.firstChild);
var joinRoomButton = tr.querySelector('.join');
joinRoomButton.setAttribute('data-sessionid', session.sessionid);
joinRoomButton.onclick = function() {
this.disabled = true;
var sessionid = this.getAttribute('data-sessionid');
session = sessions[sessionid];
if (!session) throw 'No such session exists.';
connection.join(session);
};
};
var videosContainer = document.getElementById('videos-container') || document.body;
var roomsList = document.getElementById('rooms-list');
document.getElementById('setup-new-conference').onclick = function() {
connection.sessionid = (Math.random() * 999999999999).toString().replace('.', '');
this.disabled = true;
connection.extra = {
'session-name': document.getElementById('conference-name').value || 'Anonymous'
};
connection.open();
};
document.getElementById('leave-conference').onclick = function() {
this.disabled = true;
connection.close();
};
// setup signaling to search existing sessions
connection.connect();
(function() {
var uniqueToken = document.getElementById('unique-token');
if (uniqueToken)
if (location.hash.length > 2) uniqueToken.parentNode.parentNode.parentNode.innerHTML = '<h2 style="text-align:center;"><a href="' + location.href + '" target="_blank">Share this link</a></h2>';
else uniqueToken.innerHTML = uniqueToken.parentNode.parentNode.href = '#' + (Math.random() * new Date().getTime()).toString(36).toUpperCase().replace( /\./g , '-');
})();
function scaleVideos() {
var videos = document.querySelectorAll('video'),
length = videos.length, video;
var minus = 130;
var windowHeight = 700;
var windowWidth = 600;
var windowAspectRatio = windowWidth / windowHeight;
var videoAspectRatio = 4 / 3;
var blockAspectRatio;
var tempVideoWidth = 0;
var maxVideoWidth = 0;
for (var i = length; i > 0; i--) {
blockAspectRatio = i * videoAspectRatio / Math.ceil(length / i);
if (blockAspectRatio <= windowAspectRatio) {
tempVideoWidth = videoAspectRatio * windowHeight / Math.ceil(length / i);
} else {
tempVideoWidth = windowWidth / i;
}
if (tempVideoWidth > maxVideoWidth)
maxVideoWidth = tempVideoWidth;
}
for (var i = 0; i < length; i++) {
video = videos[i];
if (video)
video.width = maxVideoWidth - minus;
}
}
window.onresize = scaleVideos;
</script>
<section class="experiment">
<ol>
<li>You can record video from both local and remote media streams (only on chrome, though!)</li>
<li>You can record audio from local stream both on chrome and firefox</li>
<li>Many streams can be added; renegotiated; and recorded (simultaneously)!</li>
</ol>
</section>
<section class="experiment">
<h2 class="header">You can invoke audio/video recorder like this:</h2>
<pre>
connection.streams['stream-id'].startRecording({
audio: true,
video: true
});
</pre>
</section>
<section class="experiment">
<h2 class="header">You can skip argument:</h2>
<pre>
// to record both audio and video
connection.streams['stream-id'].startRecording();
</pre>
</section>
<section class="experiment">
<h2 class="header">Stop recording and get blob.</h2>
<ol>
<li>
"recordingType" can be either "audio" or "video".
</li>
<li>
A real "Blob" object is returned.
</li>
</ol>
<pre>
connection.streams['stream-id'].stopRecording(function (blob) {
var mediaElement = document.createElement(blob.recordingType);
mediaElement.src = URL.createObjectURL(blob);
document.documentElement.appendChild(h2);
});
</pre>
</section>
<section class="experiment">
<h2 class="header">You can force to stop a specific stream:</h2>
<pre>
connection.streams['stream-id'].stopRecording(onBlob, {
audio: true // stop audio recorder and get audio blob
});
</pre>
</section>
<section class="experiment">
<h2 class="header">A simple working example:</h2>
<pre>
connection.onstream = function (e) {
// e.type == 'remote' || 'local'
connection.streams[e.streamid].startRecording({
audio: true,
video: true
});
// record 10 sec audio/video
var recordingInterval = 10 * 10000;
setTimeout(function () {
connection.streams[e.streamid].stopRecording(function (blob) {
var mediaElement = document.createElement(blob.recordingType);
mediaElement.src = URL.createObjectURL(blob);
document.documentElement.appendChild(h2);
});
}, recordingInterval)
}
</pre>
</section>
<section class="experiment">
<h2 class="header" id="feedback">Feedback</h2>
<div>
<textarea id="message" style="border: 1px solid rgb(189, 189, 189); height: 8em; margin: .2em; outline: none; resize: vertical; width: 98%;" placeholder="Have any message? Suggestions or something went wrong?"></textarea>
</div>
<button id="send-message" style="font-size: 1em;">Send Message</button><small style="margin-left: 1em;">Enter your email too; if you want "direct" reply!</small>
</section>
<section class="experiment own-widgets latest-commits">
<h2 class="header" id="updates" style="color: red; padding-bottom: .1em;"><a href="https://github.com/muaz-khan/WebRTC-Experiment/commits/master" target="_blank">Latest Updates</a></h2>
<div id="github-commits"></div>
</section>
</article>
<footer>
<p>
<a href="https://www.webrtc-experiment.com/">WebRTC Experiments</a>
©
<a href="https://plus.google.com/100325991024054712503" rel="author" target="_blank">Muaz Khan</a>, <span>2013 </span>»
<a href="mailto:muazkh@gmail.com" target="_blank">Email</a>»
<a href="http://twitter.com/muazkh" target="_blank">@muazkh</a>»
<a href="https://github.com/muaz-khan" target="_blank">Github</a>
</p>
</footer>
<!-- commits.js is useless for you! -->
<script src="https://www.webrtc-experiment.com/commits.js" async> </script>
</body>
</html>
|
test/coverage/lcov-report/index.html | jameswyse/gulp-pako | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for All files</title>
<meta charset="utf-8">
<link rel="stylesheet" href="prettify.css">
<style>
body, html {
margin:0; padding: 0;
}
body {
font-family: Helvetica Neue, Helvetica,Arial;
font-size: 10pt;
}
div.header, div.footer {
background: #eee;
padding: 1em;
}
div.header {
z-index: 100;
position: fixed;
top: 0;
border-bottom: 1px solid #666;
width: 100%;
}
div.footer {
border-top: 1px solid #666;
}
div.body {
margin-top: 10em;
}
div.meta {
font-size: 90%;
text-align: center;
}
h1, h2, h3 {
font-weight: normal;
}
h1 {
font-size: 12pt;
}
h2 {
font-size: 10pt;
}
pre {
font-family: Consolas, Menlo, Monaco, monospace;
margin: 0;
padding: 0;
line-height: 14px;
font-size: 14px;
-moz-tab-size: 2;
-o-tab-size: 2;
tab-size: 2;
}
div.path { font-size: 110%; }
div.path a:link, div.path a:visited { color: #000; }
table.coverage { border-collapse: collapse; margin:0; padding: 0 }
table.coverage td {
margin: 0;
padding: 0;
color: #111;
vertical-align: top;
}
table.coverage td.line-count {
width: 50px;
text-align: right;
padding-right: 5px;
}
table.coverage td.line-coverage {
color: #777 !important;
text-align: right;
border-left: 1px solid #666;
border-right: 1px solid #666;
}
table.coverage td.text {
}
table.coverage td span.cline-any {
display: inline-block;
padding: 0 5px;
width: 40px;
}
table.coverage td span.cline-neutral {
background: #eee;
}
table.coverage td span.cline-yes {
background: #b5d592;
color: #999;
}
table.coverage td span.cline-no {
background: #fc8c84;
}
.cstat-yes { color: #111; }
.cstat-no { background: #fc8c84; color: #111; }
.fstat-no { background: #ffc520; color: #111 !important; }
.cbranch-no { background: yellow !important; color: #111; }
.cstat-skip { background: #ddd; color: #111; }
.fstat-skip { background: #ddd; color: #111 !important; }
.cbranch-skip { background: #ddd !important; color: #111; }
.missing-if-branch {
display: inline-block;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: black;
color: yellow;
}
.skip-if-branch {
display: none;
margin-right: 10px;
position: relative;
padding: 0 4px;
background: #ccc;
color: white;
}
.missing-if-branch .typ, .skip-if-branch .typ {
color: inherit !important;
}
.entity, .metric { font-weight: bold; }
.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; }
.metric small { font-size: 80%; font-weight: normal; color: #666; }
div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; }
div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; }
div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; }
div.coverage-summary th.file { border-right: none !important; }
div.coverage-summary th.pic { border-left: none !important; text-align: right; }
div.coverage-summary th.pct { border-right: none !important; }
div.coverage-summary th.abs { border-left: none !important; text-align: right; }
div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; }
div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; }
div.coverage-summary td.file { text-align: right; border-left: 1px solid #666; white-space: nowrap; }
div.coverage-summary td.pic { min-width: 120px !important; }
div.coverage-summary a:link { text-decoration: none; color: #000; }
div.coverage-summary a:visited { text-decoration: none; color: #333; }
div.coverage-summary a:hover { text-decoration: underline; }
div.coverage-summary tfoot td { border-top: 1px solid #666; }
div.coverage-summary .yui3-datatable-sort-indicator, div.coverage-summary .dummy-sort-indicator {
height: 10px;
width: 7px;
display: inline-block;
margin-left: 0.5em;
}
div.coverage-summary .yui3-datatable-sort-indicator {
background: url("https://yui-s.yahooapis.com/3.6.0/build/datatable-sort/assets/skins/sam/sort-arrow-sprite.png") no-repeat scroll 0 0 transparent;
}
div.coverage-summary .yui3-datatable-sorted .yui3-datatable-sort-indicator {
background-position: 0 -20px;
}
div.coverage-summary .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
background-position: 0 -10px;
}
.high { background: #b5d592 !important; }
.medium { background: #ffe87c !important; }
.low { background: #fc8c84 !important; }
span.cover-fill, span.cover-empty {
display:inline-block;
border:1px solid #444;
background: white;
height: 12px;
}
span.cover-fill {
background: #ccc;
border-right: 1px solid #444;
}
span.cover-empty {
background: white;
border-left: none;
}
span.cover-full {
border-right: none !important;
}
pre.prettyprint {
border: none !important;
padding: 0 !important;
margin: 0 !important;
}
.com { color: #999 !important; }
.ignore-none { color: #999; font-weight: normal; }
</style>
</head>
<body>
<div class="header high">
<h1>Code coverage report for <span class="entity">All files</span></h1>
<h2>
Statements: <span class="metric">84.85% <small>(28 / 33)</small></span>
Branches: <span class="metric">64.29% <small>(9 / 14)</small></span>
Functions: <span class="metric">100% <small>(4 / 4)</small></span>
Lines: <span class="metric">84.85% <small>(28 / 33)</small></span>
Ignored: <span class="metric"><span class="ignore-none">none</span></span>
</h2>
<div class="path"></div>
</div>
<div class="body">
<div class="coverage-summary">
<table>
<thead>
<tr>
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
</tr>
</thead>
<tbody><tr>
<td class="file high" data-value="lib/"><a href="lib/index.html">lib/</a></td>
<td data-value="84.85" class="pic high"><span class="cover-fill" style="width: 84px;"></span><span class="cover-empty" style="width:16px;"></span></td>
<td data-value="84.85" class="pct high">84.85%</td>
<td data-value="33" class="abs high">(28 / 33)</td>
<td data-value="64.29" class="pct medium">64.29%</td>
<td data-value="14" class="abs medium">(9 / 14)</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="4" class="abs high">(4 / 4)</td>
<td data-value="84.85" class="pct high">84.85%</td>
<td data-value="33" class="abs high">(28 / 33)</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="footer">
<div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Sat Oct 11 2014 13:46:57 GMT+1000 (AEST)</div>
</div>
<script src="prettify.js"></script>
<script src="https://yui-s.yahooapis.com/3.6.0/build/yui/yui-min.js"></script>
<script>
YUI().use('datatable', function (Y) {
var formatters = {
pct: function (o) {
o.className += o.record.get('classes')[o.column.key];
try {
return o.value.toFixed(2) + '%';
} catch (ex) { return o.value + '%'; }
},
html: function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.record.get(o.column.key + '_html');
}
},
defaultFormatter = function (o) {
o.className += o.record.get('classes')[o.column.key];
return o.value;
};
function getColumns(theadNode) {
var colNodes = theadNode.all('tr th'),
cols = [],
col;
colNodes.each(function (colNode) {
col = {
key: colNode.getAttribute('data-col'),
label: colNode.get('innerHTML') || ' ',
sortable: !colNode.getAttribute('data-nosort'),
className: colNode.getAttribute('class'),
type: colNode.getAttribute('data-type'),
allowHTML: colNode.getAttribute('data-html') === 'true' || colNode.getAttribute('data-fmt') === 'html'
};
col.formatter = formatters[colNode.getAttribute('data-fmt')] || defaultFormatter;
cols.push(col);
});
return cols;
}
function getRowData(trNode, cols) {
var tdNodes = trNode.all('td'),
i,
row = { classes: {} },
node,
name;
for (i = 0; i < cols.length; i += 1) {
name = cols[i].key;
node = tdNodes.item(i);
row[name] = node.getAttribute('data-value') || node.get('innerHTML');
row[name + '_html'] = node.get('innerHTML');
row.classes[name] = node.getAttribute('class');
//Y.log('Name: ' + name + '; Value: ' + row[name]);
if (cols[i].type === 'number') { row[name] = row[name] * 1; }
}
//Y.log(row);
return row;
}
function getData(tbodyNode, cols) {
var data = [];
tbodyNode.all('tr').each(function (trNode) {
data.push(getRowData(trNode, cols));
});
return data;
}
function replaceTable(node) {
if (!node) { return; }
var cols = getColumns(node.one('thead')),
data = getData(node.one('tbody'), cols),
table,
parent = node.get('parentNode');
table = new Y.DataTable({
columns: cols,
data: data,
sortBy: 'file'
});
parent.set('innerHTML', '');
table.render(parent);
}
Y.on('domready', function () {
replaceTable(Y.one('div.coverage-summary table'));
if (typeof prettyPrint === 'function') {
prettyPrint();
}
});
});
</script>
</body>
</html>
|
04. Web Fundamentals - 19.05.2017/2. HTML Structure/5. Zad/innovation-cloud.html | VaskoViktorov/SoftUni-Homework | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The Innovation Cloud Conference</title>
<link rel="stylesheet" type="text/css" href="innovation-cloud.css">
</head>
<body>
<header class="container">
<h1>Innovation Cloud</h1>
<p>"Connect your ideas globally"</p>
<button class="btn">Learn More</button>
</header>
<main>
<img src="innovation-cloud.png"; id="main">
<h2 id="main">The Innovation Cloud Conference</h2>
<p id="main">Connect with the best minds across a wide range of industries
to share ideas and brainstorm new solutions to challenging problems.</p>
<p id="main"> Hear industry leaders talk about what worked (and what didn't)
so that you can save time on your most challenging projects.</p>
<p id="main"> Learn about the latest research and technologies that you can
use immediately to invent the future.</p>
</main>
<footer>
<p id="footer">© Innovation Cloud Conference</p>
</footer>
</body>
</html> |
Reports/si/simplify.io.1.0.4/Simplify.IO-net45.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
664d1280-1b0e-4c1a-802e-908176d81ace
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Simplify.IO">Simplify.IO</a></strong></td>
<td class="text-center">95.65 %</td>
<td class="text-center">88.04 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">88.04 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Simplify.IO"><h3>Simplify.IO</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.IO.FileAccess</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.FileInfo</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Open(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.FileMode</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.FileShare</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.FileStream</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.Stream</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose instead</td>
</tr>
<tr>
<td style="padding-left:2em">Close</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.StreamReader</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use File.OpenText, or use File.Open to get a Stream then pass it to StreamReader constructor</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use File.OpenText, or use File.Open to get a Stream then pass it to StreamReader constructor</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">get_Location</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage</td>
</tr>
<tr>
<td style="padding-left:2em">GetCallingAssembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> |
tag/JavaZone/index.html | alvarosanchez/alvarosanchez.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Learning from life</title>
<meta name="description" content="A blog by Álvaro Sánchez-Mariscal" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="//alvarosanchez.github.io/themes/Casper/favicon.ico">
<link rel="stylesheet" type="text/css" href="//alvarosanchez.github.io/themes/Casper/assets/css/screen.css?v=1.0.0" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="https://alvarosanchez.github.io" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="Learning from life" href="https://alvarosanchez.github.io/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="tag-template tag-JavaZone home-template">
<header class="main-header tag-head " style="background-image: url(https://github.com/alvarosanchez/alvarosanchez.github.io/raw/master/images/cibeles.jpg)">
<nav class="main-nav overlay clearfix">
<a class="back-button icon-arrow-left" href="https://alvarosanchez.github.io">Home</a>
<!-- <a class="subscribe-button icon-feed" href="https://alvarosanchez.github.io/tag/JavaZone/rss/">JavaZone</a> -->
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">JavaZone</h1>
<h2 class="page-description">
A 1-post collection
</h2>
</div>
</div>
</header>
<main class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post tag-Conferences tag-JavaZone">
<header class="post-header">
<h2 class="post-title"><a href="https://alvarosanchez.github.io/2015/09/16/JavaZone-2015-wrap-up.html">JavaZone 2015 wrap-up</a></h2>
</header>
<section class="post-excerpt">
<p>Last week I had the pleasure to represent 4finance IT speaking at JavaZone 2015. Despite of having spoken on 20+ conferences across 7 countries, this one <a class="read-more" href="https://alvarosanchez.github.io/2015/09/16/JavaZone-2015-wrap-up.html">»</a></p>
</section>
<footer class="post-meta">
on <a href="https://alvarosanchez.github.io/tag/Conferences">Conferences</a>, <a href="https://alvarosanchez.github.io/tag/JavaZone"> JavaZone</a>
<time class="post-date" datetime="2015-09-16">16 September 2015</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://alvarosanchez.github.io">Learning from life</a> © 2015</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//alvarosanchez.github.io/themes/Casper/assets/js/jquery.fitvids.js?v=1.0.0"></script>
<script type="text/javascript" src="//alvarosanchez.github.io/themes/Casper/assets/js/index.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62582640-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
Javascript Fundamentals/Exam Preparation 2015/JS 1 April2013Evening/01. Problem/Index.html | mirkatabga/TelerikAcademyHomeworks | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<script src="problem1.js"></script>
</body>
</html>
|
docs/modules/_klf200_api_gw_get_network_setup_cfm_.html | MiSchroe/klf-200-api | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"KLF200-API/GW_GET_NETWORK_SETUP_CFM" | klf-200-api</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">klf-200-api</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_klf200_api_gw_get_network_setup_cfm_.html">"KLF200-API/GW_GET_NETWORK_SETUP_CFM"</a>
</li>
</ul>
<h1>External module "KLF200-API/GW_GET_NETWORK_SETUP_CFM"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/_klf200_api_gw_get_network_setup_cfm_.gw_get_network_setup_cfm.html" class="tsd-kind-icon">GW_<wbr>GET_<wbr>NETWORK_<wbr>SETUP_<wbr>CFM</a></li>
</ul>
</section>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-external-module">
<a href="_klf200_api_gw_get_network_setup_cfm_.html">"KLF200-<wbr>API/GW_<wbr>GET_<wbr>NETWORK_<wbr>SETUP_<wbr>CFM"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="../classes/_klf200_api_gw_get_network_setup_cfm_.gw_get_network_setup_cfm.html" class="tsd-kind-icon">GW_<wbr>GET_<wbr>NETWORK_<wbr>SETUP_<wbr>CFM</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.2/ssreflect/1.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ssreflect: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.2 / ssreflect - 1.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ssreflect
<small>
1.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-01 17:28:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 17:28:23 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
maintainer: "thomas.braibant@gmail.com"
homepage: "http://ssr.msr-inria.inria.fr/"
license: "CeCILL-B"
build: [
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.4pl4" & < "8.5~" & != "8.4.6~camlp4"}
]
conflicts: [
"coq-mathcomp-ssreflect"
]
synopsis: "The Small Scale Reflection extension"
url {
src: "https://github.com/math-comp/math-comp/releases/download/archive/ssreflect-1.5.tar.gz"
checksum: "md5=19155108bd73f5af98add53b9e418f5a"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ssreflect.1.5.0 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2).
The following dependencies couldn't be met:
- coq-ssreflect -> coq < 8.5~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ssreflect.1.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/26378.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Volvent est
un village
géographiquement positionné dans le département de Drôme en Rhône-Alpes. Elle totalisait 41 habitants en 2008.</p>
<p>À proximité de Volvent sont situées les communes de
<a href="{{VLROOT}}/immobilier/chalancon_26067/">Chalancon</a> à 5 km, 61 habitants,
<a href="{{VLROOT}}/immobilier/rochefourchat_26274/">Rochefourchat</a> localisée à 8 km, un habitants,
<a href="{{VLROOT}}/immobilier/gumiane_26147/">Gumiane</a> localisée à 8 km, 28 habitants,
<a href="{{VLROOT}}/immobilier/aucelon_26017/">Aucelon</a> à 7 km, 30 habitants,
<a href="{{VLROOT}}/immobilier/pennes-le-sec_26228/">Pennes-le-Sec</a> située à 8 km, 18 habitants,
<a href="{{VLROOT}}/immobilier/arnayon_26012/">Arnayon</a> localisée à 7 km, 33 habitants,
entre autres. De plus, Volvent est située à seulement 27 km de <a href="{{VLROOT}}/immobilier/nyons_26220/">Nyons</a>.</p>
<p>Si vous pensez venir habiter à Volvent, vous pourrez aisément trouver une maison à vendre. </p>
<p>Le parc de logements, à Volvent, se décomposait en 2011 en zero appartements et 44 maisons soit
un marché plutôt équilibré.</p>
</div>
|
js/codemirror/mode/css/less.html | BIDGroup/UOJ-Edited | <!doctype html>
<title>CodeMirror: LESS mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src="css.js"></script>
<style>.CodeMirror {border: 1px solid #ddd; line-height: 1.2;}</style>
<div id=nav>
<a href="http://codemirror.net"><img id=logo src="../../doc/logo.png"></a>
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
<li><a href="https://github.com/marijnh/codemirror">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
<li><a class=active href="#">LESS</a>
</ul>
</div>
<article>
<h2>LESS mode</h2>
<form><textarea id="code" name="code">@media screen and (device-aspect-ratio: 16/9) { … }
@media screen and (device-aspect-ratio: 1280/720) { … }
@media screen and (device-aspect-ratio: 2560/1440) { … }
html:lang(fr-be)
tr:nth-child(2n+1) /* represents every odd row of an HTML table */
img:nth-of-type(2n+1) { float: right; }
img:nth-of-type(2n) { float: left; }
body > h2:not(:first-of-type):not(:last-of-type)
html|*:not(:link):not(:visited)
*|*:not(:hover)
p::first-line { text-transform: uppercase }
@namespace foo url(http://www.example.com);
foo|h1 { color: blue } /* first rule */
span[hello="Ocean"][goodbye="Land"]
E[foo]{
padding:65px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none; // Inner-padding issues in Chrome OSX, Safari 5
}
button::-moz-focus-inner,
input::-moz-focus-inner { // Inner padding and border oddities in FF3/4
padding: 0;
border: 0;
}
.btn {
// reset here as of 2.0.3 due to Recess property order
border-color: #ccc;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}
fieldset span button, fieldset span input[type="file"] {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.rounded-corners (@radius: 5px) {
border-radius: @radius;
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
}
@import url("something.css");
@light-blue: hsl(190, 50%, 65%);
#menu {
position: absolute;
width: 100%;
z-index: 3;
clear: both;
display: block;
background-color: @blue;
height: 42px;
border-top: 2px solid lighten(@alpha-blue, 20%);
border-bottom: 2px solid darken(@alpha-blue, 25%);
.box-shadow(0, 1px, 8px, 0.6);
-moz-box-shadow: 0 0 0 #000; // Because firefox sucks.
&.docked {
background-color: hsla(210, 60%, 40%, 0.4);
}
&:hover {
background-color: @blue;
}
#dropdown {
margin: 0 0 0 117px;
padding: 0;
padding-top: 5px;
display: none;
width: 190px;
border-top: 2px solid @medium;
color: @highlight;
border: 2px solid darken(@medium, 25%);
border-left-color: darken(@medium, 15%);
border-right-color: darken(@medium, 15%);
border-top-width: 0;
background-color: darken(@medium, 10%);
ul {
padding: 0px;
}
li {
font-size: 14px;
display: block;
text-align: left;
padding: 0;
border: 0;
a {
display: block;
padding: 0px 15px;
text-decoration: none;
color: white;
&:hover {
background-color: darken(@medium, 15%);
text-decoration: none;
}
}
}
.border-radius(5px, bottom);
.box-shadow(0, 6px, 8px, 0.5);
}
}
</textarea></form>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
lineNumbers : true,
matchBrackets : true,
mode: "text/x-less"
});
</script>
<p>The LESS mode is a sub-mode of the <a href="index.html">CSS mode</a> (defined in <code>css.js</code>.</p>
<p><strong>Parsing/Highlighting Tests:</strong> <a href="../../test/index.html#less_*">normal</a>, <a href="../../test/index.html#verbose,less_*">verbose</a>.</p>
</article>
|
src/static/css/reader.css | yhlam/cobble | body {
padding-top: 60px;
}
.navbar-right>li:not(first-child) {
margin-left: 20px;
}
.mode-dropdown {
min-width: 160px;
text-align: left;
}
.mode-dropdown-text {
display: inline-block;
min-width: 126px;
}
.entry-close-star {
cursor: pointer;
}
.entry-close-feed > a {
color: #555555;
}
.entry-read > .entry-close-feed > a,
.entry-read > .entry-close-title > a,
.entry-read > .entry-close-time {
color: #888888;
}
.entry-close {
padding-top: 5px;
padding-bottom: 5px;
border-top: #EEEEEE 1px solid;
}
.entry-close-feed {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.entry-open {
padding-top: 5px;
padding-bottom: 5px;
border: #EEEEEE 1px solid;
cursor: pointer;
}
.entry-open-container {
margin-top: 24px;
cursor: default;
}
.entry-open-title {
border-bottom: #EEEEEE 1px solid;
}
.entry-open-feed > a {
color: #888888;
}
.entry-open-time {
color: #888888;
}
.entry-open-content {
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.entry-open-content img {
display: block;
margin: 5px;
}
.entry-open-footer {
border-top: #EEEEEE 1px solid;
margin-top: 10px;
}
.entry-open-star {
padding-right: 5px;
}
.entry-selected {
background-color: #F7F8E0;
}
.message {
margin-top: 10px;
}
|
src/views/nav.html | PelkaRepo/cafe-ui | <nav ng-controller="options" class="navbar navbar-default">
<div class="container-fluid">
<a class="navbar-brand" href="#/">
<img class="img-responsive" ng-src="./img/logoclear.png">
</a>
<div class="navbar-left">
<address>
<strong>Caffèspresso</strong><br/>
<em>Gaskins Place Shopping Center</em><br/>
1127 Gaskins Road<br/>
Richmond, VA 23238<br/>
<abbr title="Phone">P:</abbr> <a href="tel:+18043504504">(804) 350-4504</a><br/>
<a ng-href="#/"><button type="button" class="btn btn-default" ng-click="locations()">Click for other locations</button></a>
</address>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a ng-href="#/home">Home</a></li>
<li><a ng-href="#/menu">Menu</a></li>
<li><a ng-href="#/catering">Catering</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Offerings<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#/" ng-click="games()">Italian Games / Book Exchange</a></li>
<li><a href="#/" ng-click="classes()">Language Classes</a></li>
<li><a href="#/" ng-click="travel()">Trips to Italy</a></li>
<li><a href="#/" ng-click="music()">Music</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.0/buchberger/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>buchberger: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.0 / buchberger - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
buchberger
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-22 08:53:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-22 08:53:51 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/buchberger"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Buchberger"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: Grobner basis" "keyword: polynomial ideal" "keyword: Buchberger's algorithm" "category: Mathematics/Algebra" "category: Miscellaneous/Extracted Programs/Combinatorics" "date: 1998" ]
authors: [ "Laurent Théry" "Henrik Persson" ]
bug-reports: "https://github.com/coq-contribs/buchberger/issues"
dev-repo: "git+https://github.com/coq-contribs/buchberger.git"
synopsis: "Proof of Buchberger's algorithm"
description: """
A machine-checked implementation of Buchberger's.
It computes the Grobner basis associated to a
polynomial ideal."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/buchberger/archive/v8.7.0.tar.gz"
checksum: "md5=c11f69bfee55389a3f1234ef3b248de6"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-buchberger.8.7.0 coq.8.13.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0).
The following dependencies couldn't be met:
- coq-buchberger -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-buchberger.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
_includes/analytics.html | KevinTCoughlin/wedding-site | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-28569939-14"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-28569939-14');
</script>
|
api/source-class-Swift_Plugins_ImpersonatePlugin.html | Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/ImpersonatePlugin.php | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li class="active"><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-__TwigTemplate_00b8c35e1b811d4109207629d6fdb362766f23f491a4fd5c59a37f1fb8f48dc9.html">__TwigTemplate_00b8c35e1b811d4109207629d6fdb362766f23f491a4fd5c59a37f1fb8f48dc9</a></li>
<li><a href="class-__TwigTemplate_04826f36455cdd836fcf916212479af00bf815b16f2da0b433568b6e74e8a7f8.html">__TwigTemplate_04826f36455cdd836fcf916212479af00bf815b16f2da0b433568b6e74e8a7f8</a></li>
<li><a href="class-__TwigTemplate_06d0ee80ec0b3808c1e3e0f1eaa37e1d289207151d03ac155c0a1dd398095374.html">__TwigTemplate_06d0ee80ec0b3808c1e3e0f1eaa37e1d289207151d03ac155c0a1dd398095374</a></li>
<li><a href="class-__TwigTemplate_0a5cb064c2df4002c40156d805574ef26ba7d2ad34cf6d9014bba65611b067a6.html">__TwigTemplate_0a5cb064c2df4002c40156d805574ef26ba7d2ad34cf6d9014bba65611b067a6</a></li>
<li><a href="class-__TwigTemplate_1a8a008b17c0fc9c4422e86d910812f108bd02d41aa99f65e9ff456478be878b.html">__TwigTemplate_1a8a008b17c0fc9c4422e86d910812f108bd02d41aa99f65e9ff456478be878b</a></li>
<li><a href="class-__TwigTemplate_202729613bb4cece82b86ed5dd3d663ba2a9076fd59b1e4b7fc54001cdab459d.html">__TwigTemplate_202729613bb4cece82b86ed5dd3d663ba2a9076fd59b1e4b7fc54001cdab459d</a></li>
<li><a href="class-__TwigTemplate_29c0a8c596d230ebb62508e15121e200b3b4058486c69bd5b367a3a56121cbf2.html">__TwigTemplate_29c0a8c596d230ebb62508e15121e200b3b4058486c69bd5b367a3a56121cbf2</a></li>
<li><a href="class-__TwigTemplate_2a099ea45a9ad2e6d0eee195f2735febd86cd8affd00a96ba76bd32d8a955d08.html">__TwigTemplate_2a099ea45a9ad2e6d0eee195f2735febd86cd8affd00a96ba76bd32d8a955d08</a></li>
<li><a href="class-__TwigTemplate_2a4c8cde5314b830e4b164890ef03c39c758e99642a9c8201bd1fc3f7d1a3eaa.html">__TwigTemplate_2a4c8cde5314b830e4b164890ef03c39c758e99642a9c8201bd1fc3f7d1a3eaa</a></li>
<li><a href="class-__TwigTemplate_2d5aae8fb78887d6f844cd993be184486cb1b994c388c404df271e16c8cb2367.html">__TwigTemplate_2d5aae8fb78887d6f844cd993be184486cb1b994c388c404df271e16c8cb2367</a></li>
<li><a href="class-__TwigTemplate_31cd92c171baa7d0248a9cd9f9e261c1b6314c904a1dc620f457019568b667ec.html">__TwigTemplate_31cd92c171baa7d0248a9cd9f9e261c1b6314c904a1dc620f457019568b667ec</a></li>
<li><a href="class-__TwigTemplate_3901f068736805ff95817e3dee15700d38edbfea54eafc57e69390d3f1617b07.html">__TwigTemplate_3901f068736805ff95817e3dee15700d38edbfea54eafc57e69390d3f1617b07</a></li>
<li><a href="class-__TwigTemplate_3a96ddc2f3670a7dc8540da0c1fb9142c80d9ad3a0585516781591cbdd1e4653.html">__TwigTemplate_3a96ddc2f3670a7dc8540da0c1fb9142c80d9ad3a0585516781591cbdd1e4653</a></li>
<li><a href="class-__TwigTemplate_3f1f823165090043b92db2a6ca9df83619c7d59c4912c1d96b41cc9454b7bd2d.html">__TwigTemplate_3f1f823165090043b92db2a6ca9df83619c7d59c4912c1d96b41cc9454b7bd2d</a></li>
<li><a href="class-__TwigTemplate_4c167004982bc3df85847d214f75bbc7292e4978f21ea4b1ffc1ad8b6e7e7984.html">__TwigTemplate_4c167004982bc3df85847d214f75bbc7292e4978f21ea4b1ffc1ad8b6e7e7984</a></li>
<li><a href="class-__TwigTemplate_604afce2825734b3056b8de33aa319469eb461e57c7786efaa45f9d5fe31b240.html">__TwigTemplate_604afce2825734b3056b8de33aa319469eb461e57c7786efaa45f9d5fe31b240</a></li>
<li><a href="class-__TwigTemplate_636a60d0cdd51b68216b1320bcecca81c25647b15505a663e580c10cd84b76dc.html">__TwigTemplate_636a60d0cdd51b68216b1320bcecca81c25647b15505a663e580c10cd84b76dc</a></li>
<li><a href="class-__TwigTemplate_8bc76e67c9947536ac6616053c3be481b20559af35aea962141c218a05caaf6e.html">__TwigTemplate_8bc76e67c9947536ac6616053c3be481b20559af35aea962141c218a05caaf6e</a></li>
<li><a href="class-__TwigTemplate_91b414fec9f45029f129daf405120cd8b967f19506a83f384a47a335538bff9e.html">__TwigTemplate_91b414fec9f45029f129daf405120cd8b967f19506a83f384a47a335538bff9e</a></li>
<li><a href="class-__TwigTemplate_95aa645d8d73e1fbcf1c7477cabea0b7bbcd8422672fba89e28d265a741a5b3c.html">__TwigTemplate_95aa645d8d73e1fbcf1c7477cabea0b7bbcd8422672fba89e28d265a741a5b3c</a></li>
<li><a href="class-__TwigTemplate_989bd4a7b4ebb13402f9c0a50fde899d5f007f29b7054e9dd7d2d9c0bf0a136a.html">__TwigTemplate_989bd4a7b4ebb13402f9c0a50fde899d5f007f29b7054e9dd7d2d9c0bf0a136a</a></li>
<li><a href="class-__TwigTemplate_a410038cc2fcd4907573af4d31c3dcc965a4705d5a3208b490b7d2de6b9627f2.html">__TwigTemplate_a410038cc2fcd4907573af4d31c3dcc965a4705d5a3208b490b7d2de6b9627f2</a></li>
<li><a href="class-__TwigTemplate_a74b060d7938d768fb96db7bc562ec6ee9b485f77863e804b953617dbb47bfa2.html">__TwigTemplate_a74b060d7938d768fb96db7bc562ec6ee9b485f77863e804b953617dbb47bfa2</a></li>
<li><a href="class-__TwigTemplate_a916361653e96c17b141cd5c653193ba6d90dc0c5e30e7b5bf6b4935950dcc84.html">__TwigTemplate_a916361653e96c17b141cd5c653193ba6d90dc0c5e30e7b5bf6b4935950dcc84</a></li>
<li><a href="class-__TwigTemplate_b26078a39a793a5fbf1e0ea4e5f2b5c992eeff9084daa4d41fa4a223d8626fd5.html">__TwigTemplate_b26078a39a793a5fbf1e0ea4e5f2b5c992eeff9084daa4d41fa4a223d8626fd5</a></li>
<li><a href="class-__TwigTemplate_c8a82704bc18d1d46f834f4c7f44a5ba1845f03d12493a079aaa71d07639ad1b.html">__TwigTemplate_c8a82704bc18d1d46f834f4c7f44a5ba1845f03d12493a079aaa71d07639ad1b</a></li>
<li><a href="class-__TwigTemplate_d10ad0ccd6acca94798b1e5b6c0b7819d9995ac12903aefe2e6cb31426ee9229.html">__TwigTemplate_d10ad0ccd6acca94798b1e5b6c0b7819d9995ac12903aefe2e6cb31426ee9229</a></li>
<li><a href="class-__TwigTemplate_d1e7209e4c287f430cadbd9b1224ac49d1270bb77de31915b13f21946aa3d20e.html">__TwigTemplate_d1e7209e4c287f430cadbd9b1224ac49d1270bb77de31915b13f21946aa3d20e</a></li>
<li><a href="class-__TwigTemplate_e0ac72a70ebf75407bc2ac50c0a78903d231bd5e13976b1e5ee6b9748aeb6b31.html">__TwigTemplate_e0ac72a70ebf75407bc2ac50c0a78903d231bd5e13976b1e5ee6b9748aeb6b31</a></li>
<li><a href="class-__TwigTemplate_e9ee17bef176138cb417be8ebcc53983dc84340437a5882193e8f517c89d8fe9.html">__TwigTemplate_e9ee17bef176138cb417be8ebcc53983dc84340437a5882193e8f517c89d8fe9</a></li>
<li><a href="class-__TwigTemplate_ea599c5759ceafa0e628d7284df403f1308bdaec0b36dd66a6b3286b85708caa.html">__TwigTemplate_ea599c5759ceafa0e628d7284df403f1308bdaec0b36dd66a6b3286b85708caa</a></li>
<li><a href="class-__TwigTemplate_f766859866dd5347b27aa52008175f094affac8352ae3b3708ff210bce09636c.html">__TwigTemplate_f766859866dd5347b27aa52008175f094affac8352ae3b3708ff210bce09636c</a></li>
<li><a href="class-__TwigTemplate_f969bef44cf57d0abff0d16c791c71eb7ef39c10a148e8c749e7d24b6f23a6ac.html">__TwigTemplate_f969bef44cf57d0abff0d16c791c71eb7ef39c10a148e8c749e7d24b6f23a6ac</a></li>
<li><a href="class-A.html">A</a></li>
<li><a href="class-AnnotationsTestsFixturesNonNamespacedClass.html">AnnotationsTestsFixturesNonNamespacedClass</a></li>
<li><a href="class-Apc_Pearlike_Bar.html">Apc_Pearlike_Bar</a></li>
<li><a href="class-Apc_Pearlike_Baz.html">Apc_Pearlike_Baz</a></li>
<li><a href="class-Apc_Pearlike_Foo.html">Apc_Pearlike_Foo</a></li>
<li><a href="class-Apc_Pearlike_FooBar.html">Apc_Pearlike_FooBar</a></li>
<li><a href="class-ApcPrefixCollision_A_B_Bar.html">ApcPrefixCollision_A_B_Bar</a></li>
<li><a href="class-ApcPrefixCollision_A_B_Foo.html">ApcPrefixCollision_A_B_Foo</a></li>
<li><a href="class-ApcPrefixCollision_A_Bar.html">ApcPrefixCollision_A_Bar</a></li>
<li><a href="class-ApcPrefixCollision_A_Foo.html">ApcPrefixCollision_A_Foo</a></li>
<li><a href="class-Api.html">Api</a></li>
<li><a href="class-AppCache.html">AppCache</a></li>
<li><a href="class-appDevDebugProjectContainer.html">appDevDebugProjectContainer</a></li>
<li><a href="class-appDevUrlGenerator.html">appDevUrlGenerator</a></li>
<li><a href="class-appDevUrlMatcher.html">appDevUrlMatcher</a></li>
<li><a href="class-AppKernel.html">AppKernel</a></li>
<li><a href="class-BarBucCommand.html">BarBucCommand</a></li>
<li><a href="class-BarClass.html" class="invalid">BarClass</a></li>
<li><a href="class-BarClassFactory.html">BarClassFactory</a></li>
<li><a href="class-BarUserClass.html">BarUserClass</a></li>
<li><a href="class-BazClass.html">BazClass</a></li>
<li><a href="class-CExtDisablingNodeVisitor.html">CExtDisablingNodeVisitor</a></li>
<li><a href="class-CFoo.html">CFoo</a></li>
<li><a href="class-ClassLoaderTest_ClassA.html">ClassLoaderTest_ClassA</a></li>
<li><a href="class-ClassLoaderTest_ClassB.html">ClassLoaderTest_ClassB</a></li>
<li><a href="class-ClassLoaderTest_ClassC.html">ClassLoaderTest_ClassC</a></li>
<li><a href="class-Collator.html">Collator</a></li>
<li><a href="class-ComposerAutoloaderInit23420dfe124bdae2daff5e7dca930408.html">ComposerAutoloaderInit23420dfe124bdae2daff5e7dca930408</a></li>
<li><a href="class-CTBar.html">CTBar</a></li>
<li><a href="class-CTFoo.html">CTFoo</a></li>
<li><a href="class-CustomDriver.html">CustomDriver</a></li>
<li><a href="class-CustomDriverTest.html">CustomDriverTest</a></li>
<li><a href="class-D.html">D</a></li>
<li><a href="class-Entity.html">Entity</a></li>
<li><a href="class-EsmtpTransportFixture.html">EsmtpTransportFixture</a></li>
<li><a href="class-Foo.html">Foo</a></li>
<li><a href="class-Foo1Command.html">Foo1Command</a></li>
<li><a href="class-Foo2Command.html">Foo2Command</a></li>
<li><a href="class-Foo3Command.html">Foo3Command</a></li>
<li><a href="class-Foo4Command.html">Foo4Command</a></li>
<li><a href="class-Foo5Command.html">Foo5Command</a></li>
<li><a href="class-FoobarCommand.html">FoobarCommand</a></li>
<li><a href="class-FooClass.html" class="invalid">FooClass</a></li>
<li><a href="class-FooCommand.html">FooCommand</a></li>
<li><a href="class-FooObject.html">FooObject</a></li>
<li><a href="class-ForcedMetadataTest.html">ForcedMetadataTest</a></li>
<li><a href="class-GlobalNamespacesPerFileWithClassAsFirst.html">GlobalNamespacesPerFileWithClassAsFirst</a></li>
<li><a href="class-GlobalNamespacesPerFileWithClassAsLast.html">GlobalNamespacesPerFileWithClassAsLast</a></li>
<li><a href="class-grammarTest.html">grammarTest</a></li>
<li><a href="class-IdenticalBinaryConstraint.html">IdenticalBinaryConstraint</a></li>
<li><a href="class-IntlDateFormatter.html">IntlDateFormatter</a></li>
<li><a href="class-JsonpCallbackValidator.html">JsonpCallbackValidator</a></li>
<li><a href="class-JsonpCallbackValidatorTest.html">JsonpCallbackValidatorTest</a></li>
<li><a href="class-LazyServiceProjectServiceContainer.html">LazyServiceProjectServiceContainer</a></li>
<li><a href="class-Locale.html">Locale</a></li>
<li><a href="class-MimeEntityFixture.html">MimeEntityFixture</a></li>
<li><a href="class-NumberFormatter.html">NumberFormatter</a></li>
<li><a href="class-One.html">One</a></li>
<li><a href="class-Pearlike2_Bar.html">Pearlike2_Bar</a></li>
<li><a href="class-Pearlike2_Baz.html">Pearlike2_Baz</a></li>
<li><a href="class-Pearlike2_Foo.html">Pearlike2_Foo</a></li>
<li><a href="class-Pearlike2_FooBar.html">Pearlike2_FooBar</a></li>
<li><a href="class-Pearlike_Bar.html">Pearlike_Bar</a></li>
<li><a href="class-Pearlike_Baz.html">Pearlike_Baz</a></li>
<li><a href="class-Pearlike_Foo.html">Pearlike_Foo</a></li>
<li><a href="class-Pearlike_FooBar.html">Pearlike_FooBar</a></li>
<li><a href="class-Pearlike_WithComments.html">Pearlike_WithComments</a></li>
<li><a href="class-PhpIniRequirement.html" class="invalid">PhpIniRequirement</a></li>
<li><a href="class-PHPParser_Autoloader.html">PHPParser_Autoloader</a></li>
<li><a href="class-PHPParser_Builder_Class.html">PHPParser_Builder_Class</a></li>
<li><a href="class-PHPParser_Builder_Function.html">PHPParser_Builder_Function</a></li>
<li><a href="class-PHPParser_Builder_Interface.html">PHPParser_Builder_Interface</a></li>
<li><a href="class-PHPParser_Builder_Method.html">PHPParser_Builder_Method</a></li>
<li><a href="class-PHPParser_Builder_Param.html">PHPParser_Builder_Param</a></li>
<li><a href="class-PHPParser_Builder_Property.html">PHPParser_Builder_Property</a></li>
<li><a href="class-PHPParser_BuilderAbstract.html">PHPParser_BuilderAbstract</a></li>
<li><a href="class-PHPParser_BuilderFactory.html">PHPParser_BuilderFactory</a></li>
<li><a href="class-PHPParser_Comment.html">PHPParser_Comment</a></li>
<li><a href="class-PHPParser_Comment_Doc.html">PHPParser_Comment_Doc</a></li>
<li><a href="class-PHPParser_Lexer.html">PHPParser_Lexer</a></li>
<li><a href="class-PHPParser_Lexer_Emulative.html">PHPParser_Lexer_Emulative</a></li>
<li><a href="class-PHPParser_Node_Arg.html">PHPParser_Node_Arg</a></li>
<li><a href="class-PHPParser_Node_Const.html">PHPParser_Node_Const</a></li>
<li><a href="class-PHPParser_Node_Expr.html">PHPParser_Node_Expr</a></li>
<li><a href="class-PHPParser_Node_Expr_Array.html">PHPParser_Node_Expr_Array</a></li>
<li><a href="class-PHPParser_Node_Expr_ArrayDimFetch.html">PHPParser_Node_Expr_ArrayDimFetch</a></li>
<li><a href="class-PHPParser_Node_Expr_ArrayItem.html">PHPParser_Node_Expr_ArrayItem</a></li>
<li><a href="class-PHPParser_Node_Expr_Assign.html">PHPParser_Node_Expr_Assign</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignBitwiseAnd.html">PHPParser_Node_Expr_AssignBitwiseAnd</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignBitwiseOr.html">PHPParser_Node_Expr_AssignBitwiseOr</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignBitwiseXor.html">PHPParser_Node_Expr_AssignBitwiseXor</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignConcat.html">PHPParser_Node_Expr_AssignConcat</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignDiv.html">PHPParser_Node_Expr_AssignDiv</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignMinus.html">PHPParser_Node_Expr_AssignMinus</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignMod.html">PHPParser_Node_Expr_AssignMod</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignMul.html">PHPParser_Node_Expr_AssignMul</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignPlus.html">PHPParser_Node_Expr_AssignPlus</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignRef.html">PHPParser_Node_Expr_AssignRef</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignShiftLeft.html">PHPParser_Node_Expr_AssignShiftLeft</a></li>
<li><a href="class-PHPParser_Node_Expr_AssignShiftRight.html">PHPParser_Node_Expr_AssignShiftRight</a></li>
<li><a href="class-PHPParser_Node_Expr_BitwiseAnd.html">PHPParser_Node_Expr_BitwiseAnd</a></li>
<li><a href="class-PHPParser_Node_Expr_BitwiseNot.html">PHPParser_Node_Expr_BitwiseNot</a></li>
<li><a href="class-PHPParser_Node_Expr_BitwiseOr.html">PHPParser_Node_Expr_BitwiseOr</a></li>
<li><a href="class-PHPParser_Node_Expr_BitwiseXor.html">PHPParser_Node_Expr_BitwiseXor</a></li>
<li><a href="class-PHPParser_Node_Expr_BooleanAnd.html">PHPParser_Node_Expr_BooleanAnd</a></li>
<li><a href="class-PHPParser_Node_Expr_BooleanNot.html">PHPParser_Node_Expr_BooleanNot</a></li>
<li><a href="class-PHPParser_Node_Expr_BooleanOr.html">PHPParser_Node_Expr_BooleanOr</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast.html">PHPParser_Node_Expr_Cast</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_Array.html">PHPParser_Node_Expr_Cast_Array</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_Bool.html">PHPParser_Node_Expr_Cast_Bool</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_Double.html">PHPParser_Node_Expr_Cast_Double</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_Int.html">PHPParser_Node_Expr_Cast_Int</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_Object.html">PHPParser_Node_Expr_Cast_Object</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_String.html">PHPParser_Node_Expr_Cast_String</a></li>
<li><a href="class-PHPParser_Node_Expr_Cast_Unset.html">PHPParser_Node_Expr_Cast_Unset</a></li>
<li><a href="class-PHPParser_Node_Expr_ClassConstFetch.html">PHPParser_Node_Expr_ClassConstFetch</a></li>
<li><a href="class-PHPParser_Node_Expr_Clone.html">PHPParser_Node_Expr_Clone</a></li>
<li><a href="class-PHPParser_Node_Expr_Closure.html">PHPParser_Node_Expr_Closure</a></li>
<li><a href="class-PHPParser_Node_Expr_ClosureUse.html">PHPParser_Node_Expr_ClosureUse</a></li>
<li><a href="class-PHPParser_Node_Expr_Concat.html">PHPParser_Node_Expr_Concat</a></li>
<li><a href="class-PHPParser_Node_Expr_ConstFetch.html">PHPParser_Node_Expr_ConstFetch</a></li>
<li><a href="class-PHPParser_Node_Expr_Div.html">PHPParser_Node_Expr_Div</a></li>
<li><a href="class-PHPParser_Node_Expr_Empty.html">PHPParser_Node_Expr_Empty</a></li>
<li><a href="class-PHPParser_Node_Expr_Equal.html">PHPParser_Node_Expr_Equal</a></li>
<li><a href="class-PHPParser_Node_Expr_ErrorSuppress.html">PHPParser_Node_Expr_ErrorSuppress</a></li>
<li><a href="class-PHPParser_Node_Expr_Eval.html">PHPParser_Node_Expr_Eval</a></li>
<li><a href="class-PHPParser_Node_Expr_Exit.html">PHPParser_Node_Expr_Exit</a></li>
<li><a href="class-PHPParser_Node_Expr_FuncCall.html">PHPParser_Node_Expr_FuncCall</a></li>
<li><a href="class-PHPParser_Node_Expr_Greater.html">PHPParser_Node_Expr_Greater</a></li>
<li><a href="class-PHPParser_Node_Expr_GreaterOrEqual.html">PHPParser_Node_Expr_GreaterOrEqual</a></li>
<li><a href="class-PHPParser_Node_Expr_Identical.html">PHPParser_Node_Expr_Identical</a></li>
<li><a href="class-PHPParser_Node_Expr_Include.html">PHPParser_Node_Expr_Include</a></li>
<li><a href="class-PHPParser_Node_Expr_Instanceof.html">PHPParser_Node_Expr_Instanceof</a></li>
<li><a href="class-PHPParser_Node_Expr_Isset.html">PHPParser_Node_Expr_Isset</a></li>
<li><a href="class-PHPParser_Node_Expr_List.html">PHPParser_Node_Expr_List</a></li>
<li><a href="class-PHPParser_Node_Expr_LogicalAnd.html">PHPParser_Node_Expr_LogicalAnd</a></li>
<li><a href="class-PHPParser_Node_Expr_LogicalOr.html">PHPParser_Node_Expr_LogicalOr</a></li>
<li><a href="class-PHPParser_Node_Expr_LogicalXor.html">PHPParser_Node_Expr_LogicalXor</a></li>
<li><a href="class-PHPParser_Node_Expr_MethodCall.html">PHPParser_Node_Expr_MethodCall</a></li>
<li><a href="class-PHPParser_Node_Expr_Minus.html">PHPParser_Node_Expr_Minus</a></li>
<li><a href="class-PHPParser_Node_Expr_Mod.html">PHPParser_Node_Expr_Mod</a></li>
<li><a href="class-PHPParser_Node_Expr_Mul.html">PHPParser_Node_Expr_Mul</a></li>
<li><a href="class-PHPParser_Node_Expr_New.html">PHPParser_Node_Expr_New</a></li>
<li><a href="class-PHPParser_Node_Expr_NotEqual.html">PHPParser_Node_Expr_NotEqual</a></li>
<li><a href="class-PHPParser_Node_Expr_NotIdentical.html">PHPParser_Node_Expr_NotIdentical</a></li>
<li><a href="class-PHPParser_Node_Expr_Plus.html">PHPParser_Node_Expr_Plus</a></li>
<li><a href="class-PHPParser_Node_Expr_PostDec.html">PHPParser_Node_Expr_PostDec</a></li>
<li><a href="class-PHPParser_Node_Expr_PostInc.html">PHPParser_Node_Expr_PostInc</a></li>
<li><a href="class-PHPParser_Node_Expr_PreDec.html">PHPParser_Node_Expr_PreDec</a></li>
<li><a href="class-PHPParser_Node_Expr_PreInc.html">PHPParser_Node_Expr_PreInc</a></li>
<li><a href="class-PHPParser_Node_Expr_Print.html">PHPParser_Node_Expr_Print</a></li>
<li><a href="class-PHPParser_Node_Expr_PropertyFetch.html">PHPParser_Node_Expr_PropertyFetch</a></li>
<li><a href="class-PHPParser_Node_Expr_ShellExec.html">PHPParser_Node_Expr_ShellExec</a></li>
<li><a href="class-PHPParser_Node_Expr_ShiftLeft.html">PHPParser_Node_Expr_ShiftLeft</a></li>
<li><a href="class-PHPParser_Node_Expr_ShiftRight.html">PHPParser_Node_Expr_ShiftRight</a></li>
<li><a href="class-PHPParser_Node_Expr_Smaller.html">PHPParser_Node_Expr_Smaller</a></li>
<li><a href="class-PHPParser_Node_Expr_SmallerOrEqual.html">PHPParser_Node_Expr_SmallerOrEqual</a></li>
<li><a href="class-PHPParser_Node_Expr_StaticCall.html">PHPParser_Node_Expr_StaticCall</a></li>
<li><a href="class-PHPParser_Node_Expr_StaticPropertyFetch.html">PHPParser_Node_Expr_StaticPropertyFetch</a></li>
<li><a href="class-PHPParser_Node_Expr_Ternary.html">PHPParser_Node_Expr_Ternary</a></li>
<li><a href="class-PHPParser_Node_Expr_UnaryMinus.html">PHPParser_Node_Expr_UnaryMinus</a></li>
<li><a href="class-PHPParser_Node_Expr_UnaryPlus.html">PHPParser_Node_Expr_UnaryPlus</a></li>
<li><a href="class-PHPParser_Node_Expr_Variable.html">PHPParser_Node_Expr_Variable</a></li>
<li><a href="class-PHPParser_Node_Expr_Yield.html">PHPParser_Node_Expr_Yield</a></li>
<li><a href="class-PHPParser_Node_Name.html">PHPParser_Node_Name</a></li>
<li><a href="class-PHPParser_Node_Name_FullyQualified.html">PHPParser_Node_Name_FullyQualified</a></li>
<li><a href="class-PHPParser_Node_Name_Relative.html">PHPParser_Node_Name_Relative</a></li>
<li><a href="class-PHPParser_Node_Param.html">PHPParser_Node_Param</a></li>
<li><a href="class-PHPParser_Node_Scalar.html">PHPParser_Node_Scalar</a></li>
<li><a href="class-PHPParser_Node_Scalar_ClassConst.html">PHPParser_Node_Scalar_ClassConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_DirConst.html">PHPParser_Node_Scalar_DirConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_DNumber.html">PHPParser_Node_Scalar_DNumber</a></li>
<li><a href="class-PHPParser_Node_Scalar_Encapsed.html">PHPParser_Node_Scalar_Encapsed</a></li>
<li><a href="class-PHPParser_Node_Scalar_FileConst.html">PHPParser_Node_Scalar_FileConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_FuncConst.html">PHPParser_Node_Scalar_FuncConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_LineConst.html">PHPParser_Node_Scalar_LineConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_LNumber.html">PHPParser_Node_Scalar_LNumber</a></li>
<li><a href="class-PHPParser_Node_Scalar_MethodConst.html">PHPParser_Node_Scalar_MethodConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_NSConst.html">PHPParser_Node_Scalar_NSConst</a></li>
<li><a href="class-PHPParser_Node_Scalar_String.html">PHPParser_Node_Scalar_String</a></li>
<li><a href="class-PHPParser_Node_Scalar_TraitConst.html">PHPParser_Node_Scalar_TraitConst</a></li>
<li><a href="class-PHPParser_Node_Stmt.html">PHPParser_Node_Stmt</a></li>
<li><a href="class-PHPParser_Node_Stmt_Break.html">PHPParser_Node_Stmt_Break</a></li>
<li><a href="class-PHPParser_Node_Stmt_Case.html">PHPParser_Node_Stmt_Case</a></li>
<li><a href="class-PHPParser_Node_Stmt_Catch.html">PHPParser_Node_Stmt_Catch</a></li>
<li><a href="class-PHPParser_Node_Stmt_Class.html">PHPParser_Node_Stmt_Class</a></li>
<li><a href="class-PHPParser_Node_Stmt_ClassConst.html">PHPParser_Node_Stmt_ClassConst</a></li>
<li><a href="class-PHPParser_Node_Stmt_ClassMethod.html">PHPParser_Node_Stmt_ClassMethod</a></li>
<li><a href="class-PHPParser_Node_Stmt_Const.html">PHPParser_Node_Stmt_Const</a></li>
<li><a href="class-PHPParser_Node_Stmt_Continue.html">PHPParser_Node_Stmt_Continue</a></li>
<li><a href="class-PHPParser_Node_Stmt_Declare.html">PHPParser_Node_Stmt_Declare</a></li>
<li><a href="class-PHPParser_Node_Stmt_DeclareDeclare.html">PHPParser_Node_Stmt_DeclareDeclare</a></li>
<li><a href="class-PHPParser_Node_Stmt_Do.html">PHPParser_Node_Stmt_Do</a></li>
<li><a href="class-PHPParser_Node_Stmt_Echo.html">PHPParser_Node_Stmt_Echo</a></li>
<li><a href="class-PHPParser_Node_Stmt_Else.html">PHPParser_Node_Stmt_Else</a></li>
<li><a href="class-PHPParser_Node_Stmt_ElseIf.html">PHPParser_Node_Stmt_ElseIf</a></li>
<li><a href="class-PHPParser_Node_Stmt_For.html">PHPParser_Node_Stmt_For</a></li>
<li><a href="class-PHPParser_Node_Stmt_Foreach.html">PHPParser_Node_Stmt_Foreach</a></li>
<li><a href="class-PHPParser_Node_Stmt_Function.html">PHPParser_Node_Stmt_Function</a></li>
<li><a href="class-PHPParser_Node_Stmt_Global.html">PHPParser_Node_Stmt_Global</a></li>
<li><a href="class-PHPParser_Node_Stmt_Goto.html">PHPParser_Node_Stmt_Goto</a></li>
<li><a href="class-PHPParser_Node_Stmt_HaltCompiler.html">PHPParser_Node_Stmt_HaltCompiler</a></li>
<li><a href="class-PHPParser_Node_Stmt_If.html">PHPParser_Node_Stmt_If</a></li>
<li><a href="class-PHPParser_Node_Stmt_InlineHTML.html">PHPParser_Node_Stmt_InlineHTML</a></li>
<li><a href="class-PHPParser_Node_Stmt_Interface.html">PHPParser_Node_Stmt_Interface</a></li>
<li><a href="class-PHPParser_Node_Stmt_Label.html">PHPParser_Node_Stmt_Label</a></li>
<li><a href="class-PHPParser_Node_Stmt_Namespace.html">PHPParser_Node_Stmt_Namespace</a></li>
<li><a href="class-PHPParser_Node_Stmt_Property.html">PHPParser_Node_Stmt_Property</a></li>
<li><a href="class-PHPParser_Node_Stmt_PropertyProperty.html">PHPParser_Node_Stmt_PropertyProperty</a></li>
<li><a href="class-PHPParser_Node_Stmt_Return.html">PHPParser_Node_Stmt_Return</a></li>
<li><a href="class-PHPParser_Node_Stmt_Static.html">PHPParser_Node_Stmt_Static</a></li>
<li><a href="class-PHPParser_Node_Stmt_StaticVar.html">PHPParser_Node_Stmt_StaticVar</a></li>
<li><a href="class-PHPParser_Node_Stmt_Switch.html">PHPParser_Node_Stmt_Switch</a></li>
<li><a href="class-PHPParser_Node_Stmt_Throw.html">PHPParser_Node_Stmt_Throw</a></li>
<li><a href="class-PHPParser_Node_Stmt_Trait.html">PHPParser_Node_Stmt_Trait</a></li>
<li><a href="class-PHPParser_Node_Stmt_TraitUse.html">PHPParser_Node_Stmt_TraitUse</a></li>
<li><a href="class-PHPParser_Node_Stmt_TraitUseAdaptation.html">PHPParser_Node_Stmt_TraitUseAdaptation</a></li>
<li><a href="class-PHPParser_Node_Stmt_TraitUseAdaptation_Alias.html">PHPParser_Node_Stmt_TraitUseAdaptation_Alias</a></li>
<li><a href="class-PHPParser_Node_Stmt_TraitUseAdaptation_Precedence.html">PHPParser_Node_Stmt_TraitUseAdaptation_Precedence</a></li>
<li><a href="class-PHPParser_Node_Stmt_TryCatch.html">PHPParser_Node_Stmt_TryCatch</a></li>
<li><a href="class-PHPParser_Node_Stmt_Unset.html">PHPParser_Node_Stmt_Unset</a></li>
<li><a href="class-PHPParser_Node_Stmt_Use.html">PHPParser_Node_Stmt_Use</a></li>
<li><a href="class-PHPParser_Node_Stmt_UseUse.html">PHPParser_Node_Stmt_UseUse</a></li>
<li><a href="class-PHPParser_Node_Stmt_While.html">PHPParser_Node_Stmt_While</a></li>
<li><a href="class-PHPParser_NodeAbstract.html">PHPParser_NodeAbstract</a></li>
<li><a href="class-PHPParser_NodeDumper.html">PHPParser_NodeDumper</a></li>
<li><a href="class-PHPParser_NodeTraverser.html">PHPParser_NodeTraverser</a></li>
<li><a href="class-PHPParser_NodeVisitor_NameResolver.html">PHPParser_NodeVisitor_NameResolver</a></li>
<li><a href="class-PHPParser_NodeVisitorAbstract.html">PHPParser_NodeVisitorAbstract</a></li>
<li><a href="class-PHPParser_Parser.html">PHPParser_Parser</a></li>
<li><a href="class-PHPParser_PrettyPrinter_Default.html">PHPParser_PrettyPrinter_Default</a></li>
<li><a href="class-PHPParser_PrettyPrinterAbstract.html">PHPParser_PrettyPrinterAbstract</a></li>
<li><a href="class-PHPParser_Serializer_XML.html">PHPParser_Serializer_XML</a></li>
<li><a href="class-PHPParser_Template.html">PHPParser_Template</a></li>
<li><a href="class-PHPParser_TemplateLoader.html">PHPParser_TemplateLoader</a></li>
<li><a href="class-PHPParser_Tests_Builder_ClassTest.html">PHPParser_Tests_Builder_ClassTest</a></li>
<li><a href="class-PHPParser_Tests_Builder_FunctionTest.html">PHPParser_Tests_Builder_FunctionTest</a></li>
<li><a href="class-PHPParser_Tests_Builder_InterfaceTest.html">PHPParser_Tests_Builder_InterfaceTest</a></li>
<li><a href="class-PHPParser_Tests_Builder_MethodTest.html">PHPParser_Tests_Builder_MethodTest</a></li>
<li><a href="class-PHPParser_Tests_Builder_ParamTest.html">PHPParser_Tests_Builder_ParamTest</a></li>
<li><a href="class-PHPParser_Tests_Builder_PropertyTest.html">PHPParser_Tests_Builder_PropertyTest</a></li>
<li><a href="class-PHPParser_Tests_BuilderFactoryTest.html">PHPParser_Tests_BuilderFactoryTest</a></li>
<li><a href="class-PHPParser_Tests_CodeTestAbstract.html">PHPParser_Tests_CodeTestAbstract</a></li>
<li><a href="class-PHPParser_Tests_CommentTest.html">PHPParser_Tests_CommentTest</a></li>
<li><a href="class-PHPParser_Tests_ErrorTest.html">PHPParser_Tests_ErrorTest</a></li>
<li><a href="class-PHPParser_Tests_Lexer_EmulativeTest.html">PHPParser_Tests_Lexer_EmulativeTest</a></li>
<li><a href="class-PHPParser_Tests_LexerTest.html">PHPParser_Tests_LexerTest</a></li>
<li><a href="class-PHPParser_Tests_Node_NameTest.html">PHPParser_Tests_Node_NameTest</a></li>
<li><a href="class-PHPParser_Tests_Node_Scalar_StringTest.html">PHPParser_Tests_Node_Scalar_StringTest</a></li>
<li><a href="class-PHPParser_Tests_Node_Stmt_ClassMethodTest.html">PHPParser_Tests_Node_Stmt_ClassMethodTest</a></li>
<li><a href="class-PHPParser_Tests_Node_Stmt_ClassTest.html">PHPParser_Tests_Node_Stmt_ClassTest</a></li>
<li><a href="class-PHPParser_Tests_Node_Stmt_PropertyTest.html">PHPParser_Tests_Node_Stmt_PropertyTest</a></li>
<li><a href="class-PHPParser_Tests_NodeAbstractTest.html">PHPParser_Tests_NodeAbstractTest</a></li>
<li><a href="class-PHPParser_Tests_NodeDumperTest.html">PHPParser_Tests_NodeDumperTest</a></li>
<li><a href="class-PHPParser_Tests_NodeTraverserTest.html">PHPParser_Tests_NodeTraverserTest</a></li>
<li><a href="class-PHPParser_Tests_NodeVisitor_NameResolverTest.html">PHPParser_Tests_NodeVisitor_NameResolverTest</a></li>
<li><a href="class-PHPParser_Tests_ParserTest.html">PHPParser_Tests_ParserTest</a></li>
<li><a href="class-PHPParser_Tests_PrettyPrinterTest.html">PHPParser_Tests_PrettyPrinterTest</a></li>
<li><a href="class-PHPParser_Tests_Serializer_XMLTest.html">PHPParser_Tests_Serializer_XMLTest</a></li>
<li><a href="class-PHPParser_Tests_TemplateLoaderTest.html">PHPParser_Tests_TemplateLoaderTest</a></li>
<li><a href="class-PHPParser_Tests_TemplateTest.html">PHPParser_Tests_TemplateTest</a></li>
<li><a href="class-PHPParser_Tests_Unserializer_XMLTest.html">PHPParser_Tests_Unserializer_XMLTest</a></li>
<li><a href="class-PHPParser_Unserializer_XML.html">PHPParser_Unserializer_XML</a></li>
<li><a href="class-PrefixCollision_A_B_Bar.html">PrefixCollision_A_B_Bar</a></li>
<li><a href="class-PrefixCollision_A_B_Foo.html">PrefixCollision_A_B_Foo</a></li>
<li><a href="class-PrefixCollision_A_Bar.html">PrefixCollision_A_Bar</a></li>
<li><a href="class-PrefixCollision_A_Foo.html">PrefixCollision_A_Foo</a></li>
<li><a href="class-PrefixCollision_C_B_Bar.html">PrefixCollision_C_B_Bar</a></li>
<li><a href="class-PrefixCollision_C_B_Foo.html">PrefixCollision_C_B_Foo</a></li>
<li><a href="class-PrefixCollision_C_Bar.html">PrefixCollision_C_Bar</a></li>
<li><a href="class-PrefixCollision_C_Foo.html">PrefixCollision_C_Foo</a></li>
<li><a href="class-ProjectExtension.html">ProjectExtension</a></li>
<li><a href="class-ProjectServiceContainer.html" class="invalid">ProjectServiceContainer</a></li>
<li><a href="class-ProjectUrlMatcher.html" class="invalid">ProjectUrlMatcher</a></li>
<li><a href="class-ProjectWithXsdExtension.html">ProjectWithXsdExtension</a></li>
<li><a href="class-ProxyManagerBridgeFooClass.html">ProxyManagerBridgeFooClass</a></li>
<li><a href="class-Requirement.html" class="invalid">Requirement</a></li>
<li><a href="class-RequirementCollection.html" class="invalid">RequirementCollection</a></li>
<li><a href="class-SimpleTokenParser.html">SimpleTokenParser</a></li>
<li><a href="class-SingleClassLOC1000.html">SingleClassLOC1000</a></li>
<li><a href="class-SqlFormatter.html">SqlFormatter</a></li>
<li><a href="class-SqlFormatterTest.html">SqlFormatterTest</a></li>
<li><a href="class-stdClass_c1d194250ee2e2b7d2eab8b8212368a8.html">stdClass_c1d194250ee2e2b7d2eab8b8212368a8</a></li>
<li><a href="class-Swift.html">Swift</a></li>
<li><a href="class-Swift_Attachment.html">Swift_Attachment</a></li>
<li><a href="class-Swift_AttachmentAcceptanceTest.html">Swift_AttachmentAcceptanceTest</a></li>
<li><a href="class-Swift_Bug111Test.html">Swift_Bug111Test</a></li>
<li><a href="class-Swift_Bug118Test.html">Swift_Bug118Test</a></li>
<li><a href="class-Swift_Bug206Test.html">Swift_Bug206Test</a></li>
<li><a href="class-Swift_Bug274Test.html">Swift_Bug274Test</a></li>
<li><a href="class-Swift_Bug34Test.html">Swift_Bug34Test</a></li>
<li><a href="class-Swift_Bug35Test.html">Swift_Bug35Test</a></li>
<li><a href="class-Swift_Bug38Test.html">Swift_Bug38Test</a></li>
<li><a href="class-Swift_Bug51Test.html">Swift_Bug51Test</a></li>
<li><a href="class-Swift_Bug71Test.html">Swift_Bug71Test</a></li>
<li><a href="class-Swift_Bug76Test.html">Swift_Bug76Test</a></li>
<li><a href="class-Swift_ByteStream_AbstractFilterableInputStream.html">Swift_ByteStream_AbstractFilterableInputStream</a></li>
<li><a href="class-Swift_ByteStream_ArrayByteStream.html">Swift_ByteStream_ArrayByteStream</a></li>
<li><a href="class-Swift_ByteStream_ArrayByteStreamTest.html">Swift_ByteStream_ArrayByteStreamTest</a></li>
<li><a href="class-Swift_ByteStream_FileByteStream.html">Swift_ByteStream_FileByteStream</a></li>
<li><a href="class-Swift_ByteStream_FileByteStreamAcceptanceTest.html">Swift_ByteStream_FileByteStreamAcceptanceTest</a></li>
<li><a href="class-Swift_ByteStream_TemporaryFileByteStream.html">Swift_ByteStream_TemporaryFileByteStream</a></li>
<li><a href="class-Swift_CharacterReader_GenericFixedWidthReader.html">Swift_CharacterReader_GenericFixedWidthReader</a></li>
<li><a href="class-Swift_CharacterReader_GenericFixedWidthReaderTest.html">Swift_CharacterReader_GenericFixedWidthReaderTest</a></li>
<li><a href="class-Swift_CharacterReader_UsAsciiReader.html">Swift_CharacterReader_UsAsciiReader</a></li>
<li><a href="class-Swift_CharacterReader_UsAsciiReaderTest.html">Swift_CharacterReader_UsAsciiReaderTest</a></li>
<li><a href="class-Swift_CharacterReader_Utf8Reader.html">Swift_CharacterReader_Utf8Reader</a></li>
<li><a href="class-Swift_CharacterReader_Utf8ReaderTest.html">Swift_CharacterReader_Utf8ReaderTest</a></li>
<li><a href="class-Swift_CharacterReaderFactory_SimpleCharacterReaderFactory.html">Swift_CharacterReaderFactory_SimpleCharacterReaderFactory</a></li>
<li><a href="class-Swift_CharacterReaderFactory_SimpleCharacterReaderFactoryAcceptanceTest.html">Swift_CharacterReaderFactory_SimpleCharacterReaderFactoryAcceptanceTest</a></li>
<li><a href="class-Swift_CharacterStream_ArrayCharacterStream.html">Swift_CharacterStream_ArrayCharacterStream</a></li>
<li><a href="class-Swift_CharacterStream_ArrayCharacterStreamTest.html">Swift_CharacterStream_ArrayCharacterStreamTest</a></li>
<li><a href="class-Swift_CharacterStream_NgCharacterStream.html">Swift_CharacterStream_NgCharacterStream</a></li>
<li><a href="class-Swift_ConfigurableSpool.html">Swift_ConfigurableSpool</a></li>
<li><a href="class-Swift_DependencyContainer.html">Swift_DependencyContainer</a></li>
<li><a href="class-Swift_DependencyContainerAcceptanceTest.html">Swift_DependencyContainerAcceptanceTest</a></li>
<li><a href="class-Swift_DependencyContainerTest.html">Swift_DependencyContainerTest</a></li>
<li><a href="class-Swift_EmbeddedFile.html">Swift_EmbeddedFile</a></li>
<li><a href="class-Swift_EmbeddedFileAcceptanceTest.html">Swift_EmbeddedFileAcceptanceTest</a></li>
<li><a href="class-Swift_Encoder_Base64Encoder.html">Swift_Encoder_Base64Encoder</a></li>
<li><a href="class-Swift_Encoder_Base64EncoderAcceptanceTest.html">Swift_Encoder_Base64EncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Encoder_Base64EncoderTest.html">Swift_Encoder_Base64EncoderTest</a></li>
<li><a href="class-Swift_Encoder_QpEncoder.html">Swift_Encoder_QpEncoder</a></li>
<li><a href="class-Swift_Encoder_QpEncoderAcceptanceTest.html">Swift_Encoder_QpEncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Encoder_QpEncoderTest.html">Swift_Encoder_QpEncoderTest</a></li>
<li><a href="class-Swift_Encoder_Rfc2231Encoder.html">Swift_Encoder_Rfc2231Encoder</a></li>
<li><a href="class-Swift_Encoder_Rfc2231EncoderAcceptanceTest.html">Swift_Encoder_Rfc2231EncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Encoder_Rfc2231EncoderTest.html">Swift_Encoder_Rfc2231EncoderTest</a></li>
<li><a href="class-Swift_Encoding.html">Swift_Encoding</a></li>
<li><a href="class-Swift_EncodingAcceptanceTest.html">Swift_EncodingAcceptanceTest</a></li>
<li><a href="class-Swift_Events_CommandEvent.html">Swift_Events_CommandEvent</a></li>
<li><a href="class-Swift_Events_CommandEventTest.html">Swift_Events_CommandEventTest</a></li>
<li><a href="class-Swift_Events_EventObject.html">Swift_Events_EventObject</a></li>
<li><a href="class-Swift_Events_EventObjectTest.html">Swift_Events_EventObjectTest</a></li>
<li><a href="class-Swift_Events_ResponseEvent.html">Swift_Events_ResponseEvent</a></li>
<li><a href="class-Swift_Events_ResponseEventTest.html">Swift_Events_ResponseEventTest</a></li>
<li><a href="class-Swift_Events_SendEvent.html">Swift_Events_SendEvent</a></li>
<li><a href="class-Swift_Events_SendEventTest.html">Swift_Events_SendEventTest</a></li>
<li><a href="class-Swift_Events_SimpleEventDispatcher.html">Swift_Events_SimpleEventDispatcher</a></li>
<li><a href="class-Swift_Events_SimpleEventDispatcherTest.html">Swift_Events_SimpleEventDispatcherTest</a></li>
<li><a href="class-Swift_Events_TransportChangeEvent.html">Swift_Events_TransportChangeEvent</a></li>
<li><a href="class-Swift_Events_TransportChangeEventTest.html">Swift_Events_TransportChangeEventTest</a></li>
<li><a href="class-Swift_Events_TransportExceptionEvent.html">Swift_Events_TransportExceptionEvent</a></li>
<li><a href="class-Swift_Events_TransportExceptionEventTest.html">Swift_Events_TransportExceptionEventTest</a></li>
<li><a href="class-Swift_FailoverTransport.html">Swift_FailoverTransport</a></li>
<li><a href="class-Swift_FileSpool.html">Swift_FileSpool</a></li>
<li><a href="class-Swift_Image.html">Swift_Image</a></li>
<li><a href="class-Swift_KeyCache_ArrayKeyCache.html">Swift_KeyCache_ArrayKeyCache</a></li>
<li><a href="class-Swift_KeyCache_ArrayKeyCacheAcceptanceTest.html">Swift_KeyCache_ArrayKeyCacheAcceptanceTest</a></li>
<li><a href="class-Swift_KeyCache_ArrayKeyCacheTest.html">Swift_KeyCache_ArrayKeyCacheTest</a></li>
<li><a href="class-Swift_KeyCache_DiskKeyCache.html">Swift_KeyCache_DiskKeyCache</a></li>
<li><a href="class-Swift_KeyCache_DiskKeyCacheAcceptanceTest.html">Swift_KeyCache_DiskKeyCacheAcceptanceTest</a></li>
<li><a href="class-Swift_KeyCache_NullKeyCache.html">Swift_KeyCache_NullKeyCache</a></li>
<li><a href="class-Swift_KeyCache_SimpleKeyCacheInputStream.html">Swift_KeyCache_SimpleKeyCacheInputStream</a></li>
<li><a href="class-Swift_KeyCache_SimpleKeyCacheInputStreamTest.html">Swift_KeyCache_SimpleKeyCacheInputStreamTest</a></li>
<li><a href="class-Swift_LoadBalancedTransport.html">Swift_LoadBalancedTransport</a></li>
<li><a href="class-Swift_Mailer.html">Swift_Mailer</a></li>
<li><a href="class-Swift_Mailer_ArrayRecipientIterator.html">Swift_Mailer_ArrayRecipientIterator</a></li>
<li><a href="class-Swift_Mailer_ArrayRecipientIteratorTest.html">Swift_Mailer_ArrayRecipientIteratorTest</a></li>
<li><a href="class-Swift_MailerTest.html">Swift_MailerTest</a></li>
<li><a href="class-Swift_MailTransport.html">Swift_MailTransport</a></li>
<li><a href="class-Swift_MemorySpool.html">Swift_MemorySpool</a></li>
<li><a href="class-Swift_Message.html">Swift_Message</a></li>
<li><a href="class-Swift_MessageAcceptanceTest.html">Swift_MessageAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_AbstractMimeEntityTest.html">Swift_Mime_AbstractMimeEntityTest</a></li>
<li><a href="class-Swift_Mime_Attachment.html">Swift_Mime_Attachment</a></li>
<li><a href="class-Swift_Mime_AttachmentAcceptanceTest.html">Swift_Mime_AttachmentAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_AttachmentTest.html">Swift_Mime_AttachmentTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_Base64ContentEncoder.html">Swift_Mime_ContentEncoder_Base64ContentEncoder</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_Base64ContentEncoderAcceptanceTest.html">Swift_Mime_ContentEncoder_Base64ContentEncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_Base64ContentEncoderTest.html">Swift_Mime_ContentEncoder_Base64ContentEncoderTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_NativeQpContentEncoder.html">Swift_Mime_ContentEncoder_NativeQpContentEncoder</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_NativeQpContentEncoderAcceptanceTest.html">Swift_Mime_ContentEncoder_NativeQpContentEncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_PlainContentEncoder.html">Swift_Mime_ContentEncoder_PlainContentEncoder</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_PlainContentEncoderAcceptanceTest.html">Swift_Mime_ContentEncoder_PlainContentEncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_PlainContentEncoderTest.html">Swift_Mime_ContentEncoder_PlainContentEncoderTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_QpContentEncoder.html">Swift_Mime_ContentEncoder_QpContentEncoder</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_QpContentEncoderAcceptanceTest.html">Swift_Mime_ContentEncoder_QpContentEncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_QpContentEncoderProxy.html">Swift_Mime_ContentEncoder_QpContentEncoderProxy</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_QpContentEncoderTest.html">Swift_Mime_ContentEncoder_QpContentEncoderTest</a></li>
<li><a href="class-Swift_Mime_ContentEncoder_RawContentEncoder.html">Swift_Mime_ContentEncoder_RawContentEncoder</a></li>
<li><a href="class-Swift_Mime_EmbeddedFile.html">Swift_Mime_EmbeddedFile</a></li>
<li><a href="class-Swift_Mime_EmbeddedFileAcceptanceTest.html">Swift_Mime_EmbeddedFileAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_EmbeddedFileTest.html">Swift_Mime_EmbeddedFileTest</a></li>
<li><a href="class-Swift_Mime_Grammar.html">Swift_Mime_Grammar</a></li>
<li><a href="class-Swift_Mime_HeaderEncoder_Base64HeaderEncoder.html">Swift_Mime_HeaderEncoder_Base64HeaderEncoder</a></li>
<li><a href="class-Swift_Mime_HeaderEncoder_Base64HeaderEncoderAcceptanceTest.html">Swift_Mime_HeaderEncoder_Base64HeaderEncoderAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_HeaderEncoder_Base64HeaderEncoderTest.html">Swift_Mime_HeaderEncoder_Base64HeaderEncoderTest</a></li>
<li><a href="class-Swift_Mime_HeaderEncoder_QpHeaderEncoder.html">Swift_Mime_HeaderEncoder_QpHeaderEncoder</a></li>
<li><a href="class-Swift_Mime_HeaderEncoder_QpHeaderEncoderTest.html">Swift_Mime_HeaderEncoder_QpHeaderEncoderTest</a></li>
<li><a href="class-Swift_Mime_Headers_AbstractHeader.html">Swift_Mime_Headers_AbstractHeader</a></li>
<li><a href="class-Swift_Mime_Headers_DateHeader.html">Swift_Mime_Headers_DateHeader</a></li>
<li><a href="class-Swift_Mime_Headers_DateHeaderTest.html">Swift_Mime_Headers_DateHeaderTest</a></li>
<li><a href="class-Swift_Mime_Headers_IdentificationHeader.html">Swift_Mime_Headers_IdentificationHeader</a></li>
<li><a href="class-Swift_Mime_Headers_IdentificationHeaderTest.html">Swift_Mime_Headers_IdentificationHeaderTest</a></li>
<li><a href="class-Swift_Mime_Headers_MailboxHeader.html">Swift_Mime_Headers_MailboxHeader</a></li>
<li><a href="class-Swift_Mime_Headers_MailboxHeaderTest.html">Swift_Mime_Headers_MailboxHeaderTest</a></li>
<li><a href="class-Swift_Mime_Headers_OpenDKIMHeader.html">Swift_Mime_Headers_OpenDKIMHeader</a></li>
<li><a href="class-Swift_Mime_Headers_ParameterizedHeader.html">Swift_Mime_Headers_ParameterizedHeader</a></li>
<li><a href="class-Swift_Mime_Headers_ParameterizedHeaderTest.html">Swift_Mime_Headers_ParameterizedHeaderTest</a></li>
<li><a href="class-Swift_Mime_Headers_PathHeader.html">Swift_Mime_Headers_PathHeader</a></li>
<li><a href="class-Swift_Mime_Headers_PathHeaderTest.html">Swift_Mime_Headers_PathHeaderTest</a></li>
<li><a href="class-Swift_Mime_Headers_UnstructuredHeader.html">Swift_Mime_Headers_UnstructuredHeader</a></li>
<li><a href="class-Swift_Mime_Headers_UnstructuredHeaderTest.html">Swift_Mime_Headers_UnstructuredHeaderTest</a></li>
<li><a href="class-Swift_Mime_MimePart.html">Swift_Mime_MimePart</a></li>
<li><a href="class-Swift_Mime_MimePartAcceptanceTest.html">Swift_Mime_MimePartAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_MimePartTest.html">Swift_Mime_MimePartTest</a></li>
<li><a href="class-Swift_Mime_SimpleHeaderFactory.html">Swift_Mime_SimpleHeaderFactory</a></li>
<li><a href="class-Swift_Mime_SimpleHeaderFactoryTest.html">Swift_Mime_SimpleHeaderFactoryTest</a></li>
<li><a href="class-Swift_Mime_SimpleHeaderSet.html">Swift_Mime_SimpleHeaderSet</a></li>
<li><a href="class-Swift_Mime_SimpleHeaderSetTest.html">Swift_Mime_SimpleHeaderSetTest</a></li>
<li><a href="class-Swift_Mime_SimpleMessage.html">Swift_Mime_SimpleMessage</a></li>
<li><a href="class-Swift_Mime_SimpleMessageAcceptanceTest.html">Swift_Mime_SimpleMessageAcceptanceTest</a></li>
<li><a href="class-Swift_Mime_SimpleMessageTest.html">Swift_Mime_SimpleMessageTest</a></li>
<li><a href="class-Swift_Mime_SimpleMimeEntity.html">Swift_Mime_SimpleMimeEntity</a></li>
<li><a href="class-Swift_Mime_SimpleMimeEntityTest.html">Swift_Mime_SimpleMimeEntityTest</a></li>
<li><a href="class-Swift_MimePart.html">Swift_MimePart</a></li>
<li><a href="class-Swift_MimePartAcceptanceTest.html">Swift_MimePartAcceptanceTest</a></li>
<li><a href="class-Swift_NullTransport.html">Swift_NullTransport</a></li>
<li><a href="class-Swift_Plugins_AntiFloodPlugin.html">Swift_Plugins_AntiFloodPlugin</a></li>
<li><a href="class-Swift_Plugins_AntiFloodPluginTest.html">Swift_Plugins_AntiFloodPluginTest</a></li>
<li><a href="class-Swift_Plugins_BandwidthMonitorPlugin.html">Swift_Plugins_BandwidthMonitorPlugin</a></li>
<li><a href="class-Swift_Plugins_BandwidthMonitorPluginTest.html">Swift_Plugins_BandwidthMonitorPluginTest</a></li>
<li><a href="class-Swift_Plugins_DecoratorPlugin.html">Swift_Plugins_DecoratorPlugin</a></li>
<li><a href="class-Swift_Plugins_DecoratorPluginTest.html">Swift_Plugins_DecoratorPluginTest</a></li>
<li class="active"><a href="class-Swift_Plugins_ImpersonatePlugin.html">Swift_Plugins_ImpersonatePlugin</a></li>
<li><a href="class-Swift_Plugins_LoggerPlugin.html">Swift_Plugins_LoggerPlugin</a></li>
<li><a href="class-Swift_Plugins_LoggerPluginTest.html">Swift_Plugins_LoggerPluginTest</a></li>
<li><a href="class-Swift_Plugins_Loggers_ArrayLogger.html">Swift_Plugins_Loggers_ArrayLogger</a></li>
<li><a href="class-Swift_Plugins_Loggers_ArrayLoggerTest.html">Swift_Plugins_Loggers_ArrayLoggerTest</a></li>
<li><a href="class-Swift_Plugins_Loggers_EchoLogger.html">Swift_Plugins_Loggers_EchoLogger</a></li>
<li><a href="class-Swift_Plugins_Loggers_EchoLoggerTest.html">Swift_Plugins_Loggers_EchoLoggerTest</a></li>
<li><a href="class-Swift_Plugins_MessageLogger.html">Swift_Plugins_MessageLogger</a></li>
<li><a href="class-Swift_Plugins_PopBeforeSmtpPlugin.html">Swift_Plugins_PopBeforeSmtpPlugin</a></li>
<li><a href="class-Swift_Plugins_PopBeforeSmtpPluginTest.html">Swift_Plugins_PopBeforeSmtpPluginTest</a></li>
<li><a href="class-Swift_Plugins_RedirectingPlugin.html">Swift_Plugins_RedirectingPlugin</a></li>
<li><a href="class-Swift_Plugins_RedirectingPluginTest.html">Swift_Plugins_RedirectingPluginTest</a></li>
<li><a href="class-Swift_Plugins_ReporterPlugin.html">Swift_Plugins_ReporterPlugin</a></li>
<li><a href="class-Swift_Plugins_ReporterPluginTest.html">Swift_Plugins_ReporterPluginTest</a></li>
<li><a href="class-Swift_Plugins_Reporters_HitReporter.html">Swift_Plugins_Reporters_HitReporter</a></li>
<li><a href="class-Swift_Plugins_Reporters_HitReporterTest.html">Swift_Plugins_Reporters_HitReporterTest</a></li>
<li><a href="class-Swift_Plugins_Reporters_HtmlReporter.html">Swift_Plugins_Reporters_HtmlReporter</a></li>
<li><a href="class-Swift_Plugins_Reporters_HtmlReporterTest.html">Swift_Plugins_Reporters_HtmlReporterTest</a></li>
<li><a href="class-Swift_Plugins_ThrottlerPlugin.html">Swift_Plugins_ThrottlerPlugin</a></li>
<li><a href="class-Swift_Plugins_ThrottlerPluginTest.html">Swift_Plugins_ThrottlerPluginTest</a></li>
<li><a href="class-Swift_Preferences.html">Swift_Preferences</a></li>
<li><a href="class-Swift_SendmailTransport.html">Swift_SendmailTransport</a></li>
<li><a href="class-Swift_Signers_DKIMSigner.html">Swift_Signers_DKIMSigner</a></li>
<li><a href="class-Swift_Signers_DKIMSignerTest.html">Swift_Signers_DKIMSignerTest</a></li>
<li><a href="class-Swift_Signers_DomainKeySigner.html">Swift_Signers_DomainKeySigner</a></li>
<li><a href="class-Swift_Signers_OpenDKIMSigner.html">Swift_Signers_OpenDKIMSigner</a></li>
<li><a href="class-Swift_Signers_OpenDKIMSignerTest.html">Swift_Signers_OpenDKIMSignerTest</a></li>
<li><a href="class-Swift_Signers_SMimeSigner.html">Swift_Signers_SMimeSigner</a></li>
<li><a href="class-Swift_Signers_SMimeSignerTest.html">Swift_Signers_SMimeSignerTest</a></li>
<li><a href="class-Swift_Smoke_AttachmentSmokeTest.html">Swift_Smoke_AttachmentSmokeTest</a></li>
<li><a href="class-Swift_Smoke_BasicSmokeTest.html">Swift_Smoke_BasicSmokeTest</a></li>
<li><a href="class-Swift_Smoke_HtmlWithAttachmentSmokeTest.html">Swift_Smoke_HtmlWithAttachmentSmokeTest</a></li>
<li><a href="class-Swift_Smoke_InternationalSmokeTest.html">Swift_Smoke_InternationalSmokeTest</a></li>
<li><a href="class-Swift_SmtpTransport.html">Swift_SmtpTransport</a></li>
<li><a href="class-Swift_SpoolTransport.html">Swift_SpoolTransport</a></li>
<li><a href="class-Swift_StreamCollector.html">Swift_StreamCollector</a></li>
<li><a href="class-Swift_StreamFilters_ByteArrayReplacementFilter.html">Swift_StreamFilters_ByteArrayReplacementFilter</a></li>
<li><a href="class-Swift_StreamFilters_ByteArrayReplacementFilterTest.html">Swift_StreamFilters_ByteArrayReplacementFilterTest</a></li>
<li><a href="class-Swift_StreamFilters_StringReplacementFilter.html">Swift_StreamFilters_StringReplacementFilter</a></li>
<li><a href="class-Swift_StreamFilters_StringReplacementFilterFactory.html">Swift_StreamFilters_StringReplacementFilterFactory</a></li>
<li><a href="class-Swift_StreamFilters_StringReplacementFilterFactoryTest.html">Swift_StreamFilters_StringReplacementFilterFactoryTest</a></li>
<li><a href="class-Swift_StreamFilters_StringReplacementFilterTest.html">Swift_StreamFilters_StringReplacementFilterTest</a></li>
<li><a href="class-Swift_Transport_AbstractSmtpEventSupportTest.html">Swift_Transport_AbstractSmtpEventSupportTest</a></li>
<li><a href="class-Swift_Transport_AbstractSmtpTest.html">Swift_Transport_AbstractSmtpTest</a></li>
<li><a href="class-Swift_Transport_AbstractSmtpTransport.html">Swift_Transport_AbstractSmtpTransport</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_CramMd5Authenticator.html">Swift_Transport_Esmtp_Auth_CramMd5Authenticator</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_CramMd5AuthenticatorTest.html">Swift_Transport_Esmtp_Auth_CramMd5AuthenticatorTest</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_LoginAuthenticator.html">Swift_Transport_Esmtp_Auth_LoginAuthenticator</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_LoginAuthenticatorTest.html">Swift_Transport_Esmtp_Auth_LoginAuthenticatorTest</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_NTLMAuthenticator.html">Swift_Transport_Esmtp_Auth_NTLMAuthenticator</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_NTLMAuthenticatorTest.html">Swift_Transport_Esmtp_Auth_NTLMAuthenticatorTest</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_PlainAuthenticator.html">Swift_Transport_Esmtp_Auth_PlainAuthenticator</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_PlainAuthenticatorTest.html">Swift_Transport_Esmtp_Auth_PlainAuthenticatorTest</a></li>
<li><a href="class-Swift_Transport_Esmtp_Auth_XOAuth2Authenticator.html">Swift_Transport_Esmtp_Auth_XOAuth2Authenticator</a></li>
<li><a href="class-Swift_Transport_Esmtp_AuthHandler.html">Swift_Transport_Esmtp_AuthHandler</a></li>
<li><a href="class-Swift_Transport_Esmtp_AuthHandlerTest.html">Swift_Transport_Esmtp_AuthHandlerTest</a></li>
<li><a href="class-Swift_Transport_EsmtpTransport.html">Swift_Transport_EsmtpTransport</a></li>
<li><a href="class-Swift_Transport_EsmtpTransport_ExtensionSupportTest.html">Swift_Transport_EsmtpTransport_ExtensionSupportTest</a></li>
<li><a href="class-Swift_Transport_EsmtpTransportTest.html">Swift_Transport_EsmtpTransportTest</a></li>
<li><a href="class-Swift_Transport_FailoverTransport.html">Swift_Transport_FailoverTransport</a></li>
<li><a href="class-Swift_Transport_FailoverTransportTest.html">Swift_Transport_FailoverTransportTest</a></li>
<li><a href="class-Swift_Transport_LoadBalancedTransport.html">Swift_Transport_LoadBalancedTransport</a></li>
<li><a href="class-Swift_Transport_LoadBalancedTransportTest.html">Swift_Transport_LoadBalancedTransportTest</a></li>
<li><a href="class-Swift_Transport_MailTransport.html">Swift_Transport_MailTransport</a></li>
<li><a href="class-Swift_Transport_MailTransportTest.html">Swift_Transport_MailTransportTest</a></li>
<li><a href="class-Swift_Transport_NullTransport.html">Swift_Transport_NullTransport</a></li>
<li><a href="class-Swift_Transport_SendmailTransport.html">Swift_Transport_SendmailTransport</a></li>
<li><a href="class-Swift_Transport_SendmailTransportTest.html">Swift_Transport_SendmailTransportTest</a></li>
<li><a href="class-Swift_Transport_SimpleMailInvoker.html">Swift_Transport_SimpleMailInvoker</a></li>
<li><a href="class-Swift_Transport_SpoolTransport.html">Swift_Transport_SpoolTransport</a></li>
<li><a href="class-Swift_Transport_StreamBuffer.html">Swift_Transport_StreamBuffer</a></li>
<li><a href="class-Swift_Transport_StreamBuffer_AbstractStreamBufferAcceptanceTest.html">Swift_Transport_StreamBuffer_AbstractStreamBufferAcceptanceTest</a></li>
<li><a href="class-Swift_Transport_StreamBuffer_BasicSocketAcceptanceTest.html">Swift_Transport_StreamBuffer_BasicSocketAcceptanceTest</a></li>
<li><a href="class-Swift_Transport_StreamBuffer_ProcessAcceptanceTest.html">Swift_Transport_StreamBuffer_ProcessAcceptanceTest</a></li>
<li><a href="class-Swift_Transport_StreamBuffer_SocketTimeoutTest.html">Swift_Transport_StreamBuffer_SocketTimeoutTest</a></li>
<li><a href="class-Swift_Transport_StreamBuffer_SslSocketAcceptanceTest.html">Swift_Transport_StreamBuffer_SslSocketAcceptanceTest</a></li>
<li><a href="class-Swift_Transport_StreamBuffer_TlsSocketAcceptanceTest.html">Swift_Transport_StreamBuffer_TlsSocketAcceptanceTest</a></li>
<li><a href="class-Swift_Transport_StreamBufferTest.html">Swift_Transport_StreamBufferTest</a></li>
<li><a href="class-Swift_Validate.html">Swift_Validate</a></li>
<li><a href="class-SwiftMailerSmokeTestCase.html">SwiftMailerSmokeTestCase</a></li>
<li><a href="class-SwiftMailerTestCase.html">SwiftMailerTestCase</a></li>
<li><a href="class-Symfony_Component_Debug_Tests_Fixtures_PEARClass.html">Symfony_Component_Debug_Tests_Fixtures_PEARClass</a></li>
<li><a href="class-SymfonyRequirements.html" class="invalid">SymfonyRequirements</a></li>
<li><a href="class-TestCommand.html">TestCommand</a></li>
<li><a href="class-TestParser.html">TestParser</a></li>
<li><a href="class-TestTokenParser.html">TestTokenParser</a></li>
<li><a href="class-TopLevelAnnotation.html">TopLevelAnnotation</a></li>
<li><a href="class-Twig_Autoloader.html">Twig_Autoloader</a></li>
<li><a href="class-Twig_Compiler.html">Twig_Compiler</a></li>
<li><a href="class-Twig_Environment.html" class="invalid">Twig_Environment</a></li>
<li><a href="class-Twig_ExpressionParser.html">Twig_ExpressionParser</a></li>
<li><a href="class-Twig_Extension.html" class="invalid">Twig_Extension</a></li>
<li><a href="class-Twig_Extension_Core.html" class="invalid">Twig_Extension_Core</a></li>
<li><a href="class-Twig_Extension_Debug.html">Twig_Extension_Debug</a></li>
<li><a href="class-Twig_Extension_Escaper.html" class="invalid">Twig_Extension_Escaper</a></li>
<li><a href="class-Twig_Extension_Optimizer.html" class="invalid">Twig_Extension_Optimizer</a></li>
<li><a href="class-Twig_Extension_Sandbox.html">Twig_Extension_Sandbox</a></li>
<li><a href="class-Twig_Extension_Staging.html">Twig_Extension_Staging</a></li>
<li><a href="class-Twig_Extension_StringLoader.html">Twig_Extension_StringLoader</a></li>
<li><a href="class-Twig_ExtensionInterface.html" class="invalid">Twig_ExtensionInterface</a></li>
<li><a href="class-Twig_Extensions_Autoloader.html">Twig_Extensions_Autoloader</a></li>
<li><a href="class-Twig_Extensions_Extension_Array.html">Twig_Extensions_Extension_Array</a></li>
<li><a href="class-Twig_Extensions_Extension_Debug.html">Twig_Extensions_Extension_Debug</a></li>
<li><a href="class-Twig_Extensions_Extension_I18n.html">Twig_Extensions_Extension_I18n</a></li>
<li><a href="class-Twig_Extensions_Extension_Intl.html">Twig_Extensions_Extension_Intl</a></li>
<li><a href="class-Twig_Extensions_Extension_Text.html">Twig_Extensions_Extension_Text</a></li>
<li><a href="class-Twig_Extensions_Grammar.html">Twig_Extensions_Grammar</a></li>
<li><a href="class-Twig_Extensions_Grammar_Arguments.html">Twig_Extensions_Grammar_Arguments</a></li>
<li><a href="class-Twig_Extensions_Grammar_Array.html">Twig_Extensions_Grammar_Array</a></li>
<li><a href="class-Twig_Extensions_Grammar_Body.html">Twig_Extensions_Grammar_Body</a></li>
<li><a href="class-Twig_Extensions_Grammar_Boolean.html">Twig_Extensions_Grammar_Boolean</a></li>
<li><a href="class-Twig_Extensions_Grammar_Constant.html">Twig_Extensions_Grammar_Constant</a></li>
<li><a href="class-Twig_Extensions_Grammar_Expression.html">Twig_Extensions_Grammar_Expression</a></li>
<li><a href="class-Twig_Extensions_Grammar_Hash.html">Twig_Extensions_Grammar_Hash</a></li>
<li><a href="class-Twig_Extensions_Grammar_Number.html">Twig_Extensions_Grammar_Number</a></li>
<li><a href="class-Twig_Extensions_Grammar_Optional.html">Twig_Extensions_Grammar_Optional</a></li>
<li><a href="class-Twig_Extensions_Grammar_Switch.html">Twig_Extensions_Grammar_Switch</a></li>
<li><a href="class-Twig_Extensions_Grammar_Tag.html">Twig_Extensions_Grammar_Tag</a></li>
<li><a href="class-Twig_Extensions_Node_Debug.html">Twig_Extensions_Node_Debug</a></li>
<li><a href="class-Twig_Extensions_Node_Trans.html">Twig_Extensions_Node_Trans</a></li>
<li><a href="class-Twig_Extensions_SimpleTokenParser.html">Twig_Extensions_SimpleTokenParser</a></li>
<li><a href="class-Twig_Extensions_TokenParser_Debug.html">Twig_Extensions_TokenParser_Debug</a></li>
<li><a href="class-Twig_Extensions_TokenParser_Trans.html">Twig_Extensions_TokenParser_Trans</a></li>
<li><a href="class-Twig_Lexer.html">Twig_Lexer</a></li>
<li><a href="class-Twig_Loader_Array.html">Twig_Loader_Array</a></li>
<li><a href="class-Twig_Loader_Chain.html">Twig_Loader_Chain</a></li>
<li><a href="class-Twig_Loader_Filesystem.html">Twig_Loader_Filesystem</a></li>
<li><a href="class-Twig_Loader_String.html">Twig_Loader_String</a></li>
<li><a href="class-Twig_LoaderInterface.html" class="invalid">Twig_LoaderInterface</a></li>
<li><a href="class-Twig_Markup.html" class="invalid">Twig_Markup</a></li>
<li><a href="class-Twig_Node.html">Twig_Node</a></li>
<li><a href="class-Twig_Node_AutoEscape.html">Twig_Node_AutoEscape</a></li>
<li><a href="class-Twig_Node_Block.html">Twig_Node_Block</a></li>
<li><a href="class-Twig_Node_BlockReference.html">Twig_Node_BlockReference</a></li>
<li><a href="class-Twig_Node_Body.html">Twig_Node_Body</a></li>
<li><a href="class-Twig_Node_Do.html">Twig_Node_Do</a></li>
<li><a href="class-Twig_Node_Embed.html">Twig_Node_Embed</a></li>
<li><a href="class-Twig_Node_Expression.html">Twig_Node_Expression</a></li>
<li><a href="class-Twig_Node_Expression_Array.html">Twig_Node_Expression_Array</a></li>
<li><a href="class-Twig_Node_Expression_AssignName.html">Twig_Node_Expression_AssignName</a></li>
<li><a href="class-Twig_Node_Expression_Binary.html">Twig_Node_Expression_Binary</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Add.html">Twig_Node_Expression_Binary_Add</a></li>
<li><a href="class-Twig_Node_Expression_Binary_And.html">Twig_Node_Expression_Binary_And</a></li>
<li><a href="class-Twig_Node_Expression_Binary_BitwiseAnd.html">Twig_Node_Expression_Binary_BitwiseAnd</a></li>
<li><a href="class-Twig_Node_Expression_Binary_BitwiseOr.html">Twig_Node_Expression_Binary_BitwiseOr</a></li>
<li><a href="class-Twig_Node_Expression_Binary_BitwiseXor.html">Twig_Node_Expression_Binary_BitwiseXor</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Concat.html">Twig_Node_Expression_Binary_Concat</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Div.html">Twig_Node_Expression_Binary_Div</a></li>
<li><a href="class-Twig_Node_Expression_Binary_EndsWith.html">Twig_Node_Expression_Binary_EndsWith</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Equal.html">Twig_Node_Expression_Binary_Equal</a></li>
<li><a href="class-Twig_Node_Expression_Binary_FloorDiv.html">Twig_Node_Expression_Binary_FloorDiv</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Greater.html">Twig_Node_Expression_Binary_Greater</a></li>
<li><a href="class-Twig_Node_Expression_Binary_GreaterEqual.html">Twig_Node_Expression_Binary_GreaterEqual</a></li>
<li><a href="class-Twig_Node_Expression_Binary_In.html">Twig_Node_Expression_Binary_In</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Less.html">Twig_Node_Expression_Binary_Less</a></li>
<li><a href="class-Twig_Node_Expression_Binary_LessEqual.html">Twig_Node_Expression_Binary_LessEqual</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Matches.html">Twig_Node_Expression_Binary_Matches</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Mod.html">Twig_Node_Expression_Binary_Mod</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Mul.html">Twig_Node_Expression_Binary_Mul</a></li>
<li><a href="class-Twig_Node_Expression_Binary_NotEqual.html">Twig_Node_Expression_Binary_NotEqual</a></li>
<li><a href="class-Twig_Node_Expression_Binary_NotIn.html">Twig_Node_Expression_Binary_NotIn</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Or.html">Twig_Node_Expression_Binary_Or</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Power.html">Twig_Node_Expression_Binary_Power</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Range.html">Twig_Node_Expression_Binary_Range</a></li>
<li><a href="class-Twig_Node_Expression_Binary_StartsWith.html">Twig_Node_Expression_Binary_StartsWith</a></li>
<li><a href="class-Twig_Node_Expression_Binary_Sub.html">Twig_Node_Expression_Binary_Sub</a></li>
<li><a href="class-Twig_Node_Expression_BlockReference.html">Twig_Node_Expression_BlockReference</a></li>
<li><a href="class-Twig_Node_Expression_Call.html">Twig_Node_Expression_Call</a></li>
<li><a href="class-Twig_Node_Expression_Conditional.html">Twig_Node_Expression_Conditional</a></li>
<li><a href="class-Twig_Node_Expression_Constant.html">Twig_Node_Expression_Constant</a></li>
<li><a href="class-Twig_Node_Expression_ExtensionReference.html">Twig_Node_Expression_ExtensionReference</a></li>
<li><a href="class-Twig_Node_Expression_Filter.html">Twig_Node_Expression_Filter</a></li>
<li><a href="class-Twig_Node_Expression_Filter_Default.html">Twig_Node_Expression_Filter_Default</a></li>
<li><a href="class-Twig_Node_Expression_Function.html">Twig_Node_Expression_Function</a></li>
<li><a href="class-Twig_Node_Expression_GetAttr.html">Twig_Node_Expression_GetAttr</a></li>
<li><a href="class-Twig_Node_Expression_MethodCall.html">Twig_Node_Expression_MethodCall</a></li>
<li><a href="class-Twig_Node_Expression_Name.html">Twig_Node_Expression_Name</a></li>
<li><a href="class-Twig_Node_Expression_Parent.html">Twig_Node_Expression_Parent</a></li>
<li><a href="class-Twig_Node_Expression_TempName.html">Twig_Node_Expression_TempName</a></li>
<li><a href="class-Twig_Node_Expression_Test.html">Twig_Node_Expression_Test</a></li>
<li><a href="class-Twig_Node_Expression_Test_Constant.html">Twig_Node_Expression_Test_Constant</a></li>
<li><a href="class-Twig_Node_Expression_Test_Defined.html">Twig_Node_Expression_Test_Defined</a></li>
<li><a href="class-Twig_Node_Expression_Test_Divisibleby.html">Twig_Node_Expression_Test_Divisibleby</a></li>
<li><a href="class-Twig_Node_Expression_Test_Even.html">Twig_Node_Expression_Test_Even</a></li>
<li><a href="class-Twig_Node_Expression_Test_Null.html">Twig_Node_Expression_Test_Null</a></li>
<li><a href="class-Twig_Node_Expression_Test_Odd.html">Twig_Node_Expression_Test_Odd</a></li>
<li><a href="class-Twig_Node_Expression_Test_Sameas.html">Twig_Node_Expression_Test_Sameas</a></li>
<li><a href="class-Twig_Node_Expression_Unary.html">Twig_Node_Expression_Unary</a></li>
<li><a href="class-Twig_Node_Expression_Unary_Neg.html">Twig_Node_Expression_Unary_Neg</a></li>
<li><a href="class-Twig_Node_Expression_Unary_Not.html">Twig_Node_Expression_Unary_Not</a></li>
<li><a href="class-Twig_Node_Expression_Unary_Pos.html">Twig_Node_Expression_Unary_Pos</a></li>
<li><a href="class-Twig_Node_Flush.html">Twig_Node_Flush</a></li>
<li><a href="class-Twig_Node_For.html">Twig_Node_For</a></li>
<li><a href="class-Twig_Node_ForLoop.html">Twig_Node_ForLoop</a></li>
<li><a href="class-Twig_Node_If.html">Twig_Node_If</a></li>
<li><a href="class-Twig_Node_Import.html">Twig_Node_Import</a></li>
<li><a href="class-Twig_Node_Include.html">Twig_Node_Include</a></li>
<li><a href="class-Twig_Node_Macro.html">Twig_Node_Macro</a></li>
<li><a href="class-Twig_Node_Module.html">Twig_Node_Module</a></li>
<li><a href="class-Twig_Node_Print.html">Twig_Node_Print</a></li>
<li><a href="class-Twig_Node_Sandbox.html">Twig_Node_Sandbox</a></li>
<li><a href="class-Twig_Node_SandboxedModule.html">Twig_Node_SandboxedModule</a></li>
<li><a href="class-Twig_Node_SandboxedPrint.html">Twig_Node_SandboxedPrint</a></li>
<li><a href="class-Twig_Node_Set.html">Twig_Node_Set</a></li>
<li><a href="class-Twig_Node_SetTemp.html">Twig_Node_SetTemp</a></li>
<li><a href="class-Twig_Node_Spaceless.html">Twig_Node_Spaceless</a></li>
<li><a href="class-Twig_Node_Text.html">Twig_Node_Text</a></li>
<li><a href="class-Twig_NodeTraverser.html">Twig_NodeTraverser</a></li>
<li><a href="class-Twig_NodeVisitor_Escaper.html">Twig_NodeVisitor_Escaper</a></li>
<li><a href="class-Twig_NodeVisitor_Optimizer.html">Twig_NodeVisitor_Optimizer</a></li>
<li><a href="class-Twig_NodeVisitor_SafeAnalysis.html">Twig_NodeVisitor_SafeAnalysis</a></li>
<li><a href="class-Twig_NodeVisitor_Sandbox.html">Twig_NodeVisitor_Sandbox</a></li>
<li><a href="class-Twig_Parser.html">Twig_Parser</a></li>
<li><a href="class-Twig_Sandbox_SecurityPolicy.html">Twig_Sandbox_SecurityPolicy</a></li>
<li><a href="class-Twig_SimpleFilter.html">Twig_SimpleFilter</a></li>
<li><a href="class-Twig_SimpleFunction.html">Twig_SimpleFunction</a></li>
<li><a href="class-Twig_SimpleTest.html">Twig_SimpleTest</a></li>
<li><a href="class-Twig_Template.html" class="invalid">Twig_Template</a></li>
<li><a href="class-Twig_TemplateArrayAccessObject.html">Twig_TemplateArrayAccessObject</a></li>
<li><a href="class-Twig_TemplateInterface.html" class="invalid">Twig_TemplateInterface</a></li>
<li><a href="class-Twig_TemplateMagicMethodExceptionObject.html">Twig_TemplateMagicMethodExceptionObject</a></li>
<li><a href="class-Twig_TemplateMagicMethodObject.html">Twig_TemplateMagicMethodObject</a></li>
<li><a href="class-Twig_TemplateMagicPropertyObject.html">Twig_TemplateMagicPropertyObject</a></li>
<li><a href="class-Twig_TemplateMagicPropertyObjectWithException.html">Twig_TemplateMagicPropertyObjectWithException</a></li>
<li><a href="class-Twig_TemplateMethodAndPropObject.html">Twig_TemplateMethodAndPropObject</a></li>
<li><a href="class-Twig_TemplateMethodObject.html">Twig_TemplateMethodObject</a></li>
<li><a href="class-Twig_TemplatePropertyObject.html">Twig_TemplatePropertyObject</a></li>
<li><a href="class-Twig_TemplatePropertyObjectAndArrayAccess.html">Twig_TemplatePropertyObjectAndArrayAccess</a></li>
<li><a href="class-Twig_TemplatePropertyObjectAndIterator.html">Twig_TemplatePropertyObjectAndIterator</a></li>
<li><a href="class-Twig_TemplatePropertyObjectDefinedWithUndefinedValue.html">Twig_TemplatePropertyObjectDefinedWithUndefinedValue</a></li>
<li><a href="class-Twig_TemplateTest.html">Twig_TemplateTest</a></li>
<li><a href="class-Twig_Test_EscapingTest.html">Twig_Test_EscapingTest</a></li>
<li><a href="class-Twig_Test_IntegrationTestCase.html">Twig_Test_IntegrationTestCase</a></li>
<li><a href="class-Twig_Test_Loader_TemplateReference.html">Twig_Test_Loader_TemplateReference</a></li>
<li><a href="class-Twig_Test_NodeTestCase.html">Twig_Test_NodeTestCase</a></li>
<li><a href="class-Twig_Tests_AutoloaderTest.html">Twig_Tests_AutoloaderTest</a></li>
<li><a href="class-Twig_Tests_CompilerTest.html">Twig_Tests_CompilerTest</a></li>
<li><a href="class-Twig_Tests_EnvironmentTest.html">Twig_Tests_EnvironmentTest</a></li>
<li><a href="class-Twig_Tests_EnvironmentTest_Extension.html">Twig_Tests_EnvironmentTest_Extension</a></li>
<li><a href="class-Twig_Tests_EnvironmentTest_NodeVisitor.html">Twig_Tests_EnvironmentTest_NodeVisitor</a></li>
<li><a href="class-Twig_Tests_EnvironmentTest_TokenParser.html">Twig_Tests_EnvironmentTest_TokenParser</a></li>
<li><a href="class-Twig_Tests_ErrorTest.html">Twig_Tests_ErrorTest</a></li>
<li><a href="class-Twig_Tests_ErrorTest_Foo.html">Twig_Tests_ErrorTest_Foo</a></li>
<li><a href="class-Twig_Tests_ExpressionParserTest.html">Twig_Tests_ExpressionParserTest</a></li>
<li><a href="class-Twig_Tests_Extension_ArrayTest.html">Twig_Tests_Extension_ArrayTest</a></li>
<li><a href="class-Twig_Tests_Extension_CoreTest.html">Twig_Tests_Extension_CoreTest</a></li>
<li><a href="class-Twig_Tests_Extension_SandboxTest.html">Twig_Tests_Extension_SandboxTest</a></li>
<li><a href="class-Twig_Tests_FileCachingTest.html">Twig_Tests_FileCachingTest</a></li>
<li><a href="class-Twig_Tests_Grammar_ArgumentsTest.html">Twig_Tests_Grammar_ArgumentsTest</a></li>
<li><a href="class-Twig_Tests_Grammar_ArrayTest.html">Twig_Tests_Grammar_ArrayTest</a></li>
<li><a href="class-Twig_Tests_Grammar_BodyTest.html">Twig_Tests_Grammar_BodyTest</a></li>
<li><a href="class-Twig_Tests_Grammar_BooleanTest.html">Twig_Tests_Grammar_BooleanTest</a></li>
<li><a href="class-Twig_Tests_Grammar_ConstantTest.html">Twig_Tests_Grammar_ConstantTest</a></li>
<li><a href="class-Twig_Tests_Grammar_ExpressionTest.html">Twig_Tests_Grammar_ExpressionTest</a></li>
<li><a href="class-Twig_Tests_Grammar_NumberTest.html">Twig_Tests_Grammar_NumberTest</a></li>
<li><a href="class-Twig_Tests_Grammar_OptionalTest.html">Twig_Tests_Grammar_OptionalTest</a></li>
<li><a href="class-Twig_Tests_Grammar_TagTest.html">Twig_Tests_Grammar_TagTest</a></li>
<li><a href="class-Twig_Tests_IntegrationTest.html">Twig_Tests_IntegrationTest</a></li>
<li><a href="class-Twig_Tests_LexerTest.html">Twig_Tests_LexerTest</a></li>
<li><a href="class-Twig_Tests_Loader_ArrayTest.html">Twig_Tests_Loader_ArrayTest</a></li>
<li><a href="class-Twig_Tests_Loader_ChainTest.html">Twig_Tests_Loader_ChainTest</a></li>
<li><a href="class-Twig_Tests_Loader_FilesystemTest.html">Twig_Tests_Loader_FilesystemTest</a></li>
<li><a href="class-Twig_Tests_NativeExtensionTest.html">Twig_Tests_NativeExtensionTest</a></li>
<li><a href="class-Twig_Tests_Node_AutoEscapeTest.html">Twig_Tests_Node_AutoEscapeTest</a></li>
<li><a href="class-Twig_Tests_Node_BlockReferenceTest.html">Twig_Tests_Node_BlockReferenceTest</a></li>
<li><a href="class-Twig_Tests_Node_BlockTest.html">Twig_Tests_Node_BlockTest</a></li>
<li><a href="class-Twig_Tests_Node_DebugTest.html">Twig_Tests_Node_DebugTest</a></li>
<li><a href="class-Twig_Tests_Node_DoTest.html">Twig_Tests_Node_DoTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_ArrayTest.html">Twig_Tests_Node_Expression_ArrayTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_AssignNameTest.html">Twig_Tests_Node_Expression_AssignNameTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_AddTest.html">Twig_Tests_Node_Expression_Binary_AddTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_AndTest.html">Twig_Tests_Node_Expression_Binary_AndTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_ConcatTest.html">Twig_Tests_Node_Expression_Binary_ConcatTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_DivTest.html">Twig_Tests_Node_Expression_Binary_DivTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_FloorDivTest.html">Twig_Tests_Node_Expression_Binary_FloorDivTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_ModTest.html">Twig_Tests_Node_Expression_Binary_ModTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_MulTest.html">Twig_Tests_Node_Expression_Binary_MulTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_OrTest.html">Twig_Tests_Node_Expression_Binary_OrTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Binary_SubTest.html">Twig_Tests_Node_Expression_Binary_SubTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Call.html">Twig_Tests_Node_Expression_Call</a></li>
<li><a href="class-Twig_Tests_Node_Expression_CallTest.html">Twig_Tests_Node_Expression_CallTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_ConditionalTest.html">Twig_Tests_Node_Expression_ConditionalTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_ConstantTest.html">Twig_Tests_Node_Expression_ConstantTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_FilterTest.html">Twig_Tests_Node_Expression_FilterTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_FunctionTest.html">Twig_Tests_Node_Expression_FunctionTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_GetAttrTest.html">Twig_Tests_Node_Expression_GetAttrTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_NameTest.html">Twig_Tests_Node_Expression_NameTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_ParentTest.html">Twig_Tests_Node_Expression_ParentTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_TestTest.html">Twig_Tests_Node_Expression_TestTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Unary_NegTest.html">Twig_Tests_Node_Expression_Unary_NegTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Unary_NotTest.html">Twig_Tests_Node_Expression_Unary_NotTest</a></li>
<li><a href="class-Twig_Tests_Node_Expression_Unary_PosTest.html">Twig_Tests_Node_Expression_Unary_PosTest</a></li>
<li><a href="class-Twig_Tests_Node_ForTest.html">Twig_Tests_Node_ForTest</a></li>
<li><a href="class-Twig_Tests_Node_IfTest.html">Twig_Tests_Node_IfTest</a></li>
<li><a href="class-Twig_Tests_Node_ImportTest.html">Twig_Tests_Node_ImportTest</a></li>
<li><a href="class-Twig_Tests_Node_IncludeTest.html">Twig_Tests_Node_IncludeTest</a></li>
<li><a href="class-Twig_Tests_Node_MacroTest.html">Twig_Tests_Node_MacroTest</a></li>
<li><a href="class-Twig_Tests_Node_ModuleTest.html">Twig_Tests_Node_ModuleTest</a></li>
<li><a href="class-Twig_Tests_Node_PrintTest.html">Twig_Tests_Node_PrintTest</a></li>
<li><a href="class-Twig_Tests_Node_SandboxedModuleTest.html">Twig_Tests_Node_SandboxedModuleTest</a></li>
<li><a href="class-Twig_Tests_Node_SandboxedPrintTest.html">Twig_Tests_Node_SandboxedPrintTest</a></li>
<li><a href="class-Twig_Tests_Node_SandboxTest.html">Twig_Tests_Node_SandboxTest</a></li>
<li><a href="class-Twig_Tests_Node_SetTest.html">Twig_Tests_Node_SetTest</a></li>
<li><a href="class-Twig_Tests_Node_SpacelessTest.html">Twig_Tests_Node_SpacelessTest</a></li>
<li><a href="class-Twig_Tests_Node_TextTest.html">Twig_Tests_Node_TextTest</a></li>
<li><a href="class-Twig_Tests_Node_TransTest.html">Twig_Tests_Node_TransTest</a></li>
<li><a href="class-Twig_Tests_NodeVisitor_OptimizerTest.html">Twig_Tests_NodeVisitor_OptimizerTest</a></li>
<li><a href="class-Twig_Tests_ParserTest.html">Twig_Tests_ParserTest</a></li>
<li><a href="class-Twig_Tests_SimpleTokenParserTest.html">Twig_Tests_SimpleTokenParserTest</a></li>
<li><a href="class-Twig_Tests_TemplateTest.html">Twig_Tests_TemplateTest</a></li>
<li><a href="class-Twig_Tests_TokenStreamTest.html">Twig_Tests_TokenStreamTest</a></li>
<li><a href="class-Twig_Token.html">Twig_Token</a></li>
<li><a href="class-Twig_TokenParser.html">Twig_TokenParser</a></li>
<li><a href="class-Twig_TokenParser_AutoEscape.html">Twig_TokenParser_AutoEscape</a></li>
<li><a href="class-Twig_TokenParser_Block.html">Twig_TokenParser_Block</a></li>
<li><a href="class-Twig_TokenParser_Do.html">Twig_TokenParser_Do</a></li>
<li><a href="class-Twig_TokenParser_Embed.html">Twig_TokenParser_Embed</a></li>
<li><a href="class-Twig_TokenParser_Extends.html">Twig_TokenParser_Extends</a></li>
<li><a href="class-Twig_TokenParser_Filter.html">Twig_TokenParser_Filter</a></li>
<li><a href="class-Twig_TokenParser_Flush.html">Twig_TokenParser_Flush</a></li>
<li><a href="class-Twig_TokenParser_For.html">Twig_TokenParser_For</a></li>
<li><a href="class-Twig_TokenParser_From.html">Twig_TokenParser_From</a></li>
<li><a href="class-Twig_TokenParser_If.html">Twig_TokenParser_If</a></li>
<li><a href="class-Twig_TokenParser_Import.html">Twig_TokenParser_Import</a></li>
<li><a href="class-Twig_TokenParser_Include.html">Twig_TokenParser_Include</a></li>
<li><a href="class-Twig_TokenParser_Macro.html">Twig_TokenParser_Macro</a></li>
<li><a href="class-Twig_TokenParser_Sandbox.html">Twig_TokenParser_Sandbox</a></li>
<li><a href="class-Twig_TokenParser_Set.html">Twig_TokenParser_Set</a></li>
<li><a href="class-Twig_TokenParser_Spaceless.html">Twig_TokenParser_Spaceless</a></li>
<li><a href="class-Twig_TokenParser_Use.html">Twig_TokenParser_Use</a></li>
<li><a href="class-Twig_TokenStream.html">Twig_TokenStream</a></li>
<li><a href="class-TwigTestExtension.html">TwigTestExtension</a></li>
<li><a href="class-TwigTestFoo.html">TwigTestFoo</a></li>
<li><a href="class-TwigTestTokenParser_...html">TwigTestTokenParser_§</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-PHPParser_Builder.html">PHPParser_Builder</a></li>
<li><a href="class-PHPParser_Node.html">PHPParser_Node</a></li>
<li><a href="class-PHPParser_NodeTraverserInterface.html">PHPParser_NodeTraverserInterface</a></li>
<li><a href="class-PHPParser_NodeVisitor.html">PHPParser_NodeVisitor</a></li>
<li><a href="class-PHPParser_Serializer.html">PHPParser_Serializer</a></li>
<li><a href="class-PHPParser_Unserializer.html">PHPParser_Unserializer</a></li>
<li><a href="class-SessionHandlerInterface.html">SessionHandlerInterface</a></li>
<li><a href="class-Swift_CharacterReader.html">Swift_CharacterReader</a></li>
<li><a href="class-Swift_CharacterReaderFactory.html">Swift_CharacterReaderFactory</a></li>
<li><a href="class-Swift_CharacterStream.html">Swift_CharacterStream</a></li>
<li><a href="class-Swift_Encoder.html">Swift_Encoder</a></li>
<li><a href="class-Swift_Events_CommandListener.html">Swift_Events_CommandListener</a></li>
<li><a href="class-Swift_Events_Event.html">Swift_Events_Event</a></li>
<li><a href="class-Swift_Events_EventDispatcher.html">Swift_Events_EventDispatcher</a></li>
<li><a href="class-Swift_Events_EventListener.html">Swift_Events_EventListener</a></li>
<li><a href="class-Swift_Events_ResponseListener.html">Swift_Events_ResponseListener</a></li>
<li><a href="class-Swift_Events_SendListener.html">Swift_Events_SendListener</a></li>
<li><a href="class-Swift_Events_TransportChangeListener.html">Swift_Events_TransportChangeListener</a></li>
<li><a href="class-Swift_Events_TransportExceptionListener.html">Swift_Events_TransportExceptionListener</a></li>
<li><a href="class-Swift_FileStream.html">Swift_FileStream</a></li>
<li><a href="class-Swift_Filterable.html">Swift_Filterable</a></li>
<li><a href="class-Swift_InputByteStream.html">Swift_InputByteStream</a></li>
<li><a href="class-Swift_KeyCache.html">Swift_KeyCache</a></li>
<li><a href="class-Swift_KeyCache_KeyCacheInputStream.html">Swift_KeyCache_KeyCacheInputStream</a></li>
<li><a href="class-Swift_Mailer_RecipientIterator.html">Swift_Mailer_RecipientIterator</a></li>
<li><a href="class-Swift_Mime_CharsetObserver.html">Swift_Mime_CharsetObserver</a></li>
<li><a href="class-Swift_Mime_ContentEncoder.html">Swift_Mime_ContentEncoder</a></li>
<li><a href="class-Swift_Mime_EncodingObserver.html">Swift_Mime_EncodingObserver</a></li>
<li><a href="class-Swift_Mime_Header.html">Swift_Mime_Header</a></li>
<li><a href="class-Swift_Mime_HeaderEncoder.html">Swift_Mime_HeaderEncoder</a></li>
<li><a href="class-Swift_Mime_HeaderFactory.html">Swift_Mime_HeaderFactory</a></li>
<li><a href="class-Swift_Mime_HeaderSet.html">Swift_Mime_HeaderSet</a></li>
<li><a href="class-Swift_Mime_Message.html">Swift_Mime_Message</a></li>
<li><a href="class-Swift_Mime_MimeEntity.html">Swift_Mime_MimeEntity</a></li>
<li><a href="class-Swift_Mime_ParameterizedHeader.html">Swift_Mime_ParameterizedHeader</a></li>
<li><a href="class-Swift_OutputByteStream.html">Swift_OutputByteStream</a></li>
<li><a href="class-Swift_Plugins_Decorator_Replacements.html">Swift_Plugins_Decorator_Replacements</a></li>
<li><a href="class-Swift_Plugins_Logger.html">Swift_Plugins_Logger</a></li>
<li><a href="class-Swift_Plugins_Pop_Pop3Connection.html">Swift_Plugins_Pop_Pop3Connection</a></li>
<li><a href="class-Swift_Plugins_Reporter.html">Swift_Plugins_Reporter</a></li>
<li><a href="class-Swift_Plugins_Sleeper.html">Swift_Plugins_Sleeper</a></li>
<li><a href="class-Swift_Plugins_Timer.html">Swift_Plugins_Timer</a></li>
<li><a href="class-Swift_ReplacementFilterFactory.html">Swift_ReplacementFilterFactory</a></li>
<li><a href="class-Swift_Signer.html">Swift_Signer</a></li>
<li><a href="class-Swift_Signers_BodySigner.html">Swift_Signers_BodySigner</a></li>
<li><a href="class-Swift_Signers_HeaderSigner.html">Swift_Signers_HeaderSigner</a></li>
<li><a href="class-Swift_Spool.html">Swift_Spool</a></li>
<li><a href="class-Swift_StreamFilter.html">Swift_StreamFilter</a></li>
<li><a href="class-Swift_Transport.html">Swift_Transport</a></li>
<li><a href="class-Swift_Transport_Esmtp_Authenticator.html">Swift_Transport_Esmtp_Authenticator</a></li>
<li><a href="class-Swift_Transport_EsmtpHandler.html">Swift_Transport_EsmtpHandler</a></li>
<li><a href="class-Swift_Transport_EsmtpHandlerMixin.html">Swift_Transport_EsmtpHandlerMixin</a></li>
<li><a href="class-Swift_Transport_IoBuffer.html">Swift_Transport_IoBuffer</a></li>
<li><a href="class-Swift_Transport_MailInvoker.html">Swift_Transport_MailInvoker</a></li>
<li><a href="class-Swift_Transport_SmtpAgent.html">Swift_Transport_SmtpAgent</a></li>
<li><a href="class-Twig_Extensions_GrammarInterface.html">Twig_Extensions_GrammarInterface</a></li>
<li><a href="class-Twig_NodeOutputInterface.html">Twig_NodeOutputInterface</a></li>
<li><a href="class-Twig_NodeVisitorInterface.html">Twig_NodeVisitorInterface</a></li>
<li><a href="class-Twig_Sandbox_SecurityPolicyInterface.html">Twig_Sandbox_SecurityPolicyInterface</a></li>
<li><a href="class-Twig_TokenParserInterface.html">Twig_TokenParserInterface</a></li>
</ul>
<h3>Traits</h3>
<ul>
<li><a href="class-TA.html">TA</a></li>
<li><a href="class-TB.html">TB</a></li>
<li><a href="class-TC.html">TC</a></li>
<li><a href="class-TD.html">TD</a></li>
<li><a href="class-TFoo.html">TFoo</a></li>
<li><a href="class-TZ.html">TZ</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-PHPParser_Error.html">PHPParser_Error</a></li>
<li><a href="class-Swift_DependencyException.html">Swift_DependencyException</a></li>
<li><a href="class-Swift_IoException.html">Swift_IoException</a></li>
<li><a href="class-Swift_Plugins_Pop_Pop3Exception.html">Swift_Plugins_Pop_Pop3Exception</a></li>
<li><a href="class-Swift_RfcComplianceException.html">Swift_RfcComplianceException</a></li>
<li><a href="class-Swift_SwiftException.html">Swift_SwiftException</a></li>
<li><a href="class-Swift_TransportException.html">Swift_TransportException</a></li>
<li><a href="class-Twig_Error.html">Twig_Error</a></li>
<li><a href="class-Twig_Error_Loader.html">Twig_Error_Loader</a></li>
<li><a href="class-Twig_Error_Runtime.html">Twig_Error_Runtime</a></li>
<li><a href="class-Twig_Error_Syntax.html">Twig_Error_Syntax</a></li>
<li><a href="class-Twig_Sandbox_SecurityError.html">Twig_Sandbox_SecurityError</a></li>
</ul>
<h3>Constants</h3>
<ul>
<li><a href="constant-ARGS.html">ARGS</a></li>
<li><a href="constant-GRAMMAR_FILE.html">GRAMMAR_FILE</a></li>
<li><a href="constant-LIB.html" class="invalid">LIB</a></li>
<li><a href="constant-PARAMS.html">PARAMS</a></li>
<li><a href="constant-RULE_BLOCK.html">RULE_BLOCK</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-_assetic_urls.html">_assetic_urls</a></li>
<li><a href="function-_swiftmailer_init.html" class="invalid">_swiftmailer_init</a></li>
<li><a href="function-_twig_default_filter.html" class="invalid">_twig_default_filter</a></li>
<li><a href="function-_twig_escape_css_callback.html" class="invalid">_twig_escape_css_callback</a></li>
<li><a href="function-_twig_escape_html_attr_callback.html" class="invalid">_twig_escape_html_attr_callback</a></li>
<li><a href="function-_twig_escape_js_callback.html" class="invalid">_twig_escape_js_callback</a></li>
<li><a href="function-_twig_markup2string.html" class="invalid">_twig_markup2string</a></li>
<li><a href="function-assertArgs.html">assertArgs</a></li>
<li><a href="function-assetic_image.html">assetic_image</a></li>
<li><a href="function-assetic_init.html">assetic_init</a></li>
<li><a href="function-assetic_javascripts.html">assetic_javascripts</a></li>
<li><a href="function-assetic_stylesheets.html">assetic_stylesheets</a></li>
<li><a href="function-bailout.html">bailout</a></li>
<li><a href="function-benchmark.html">benchmark</a></li>
<li><a href="function-cd.html">cd</a></li>
<li><a href="function-centered.html">centered</a></li>
<li><a href="function-composerRequire23420dfe124bdae2daff5e7dca930408.html">composerRequire23420dfe124bdae2daff5e7dca930408</a></li>
<li><a href="function-createCollection.html">createCollection</a></li>
<li><a href="function-createObject.html">createObject</a></li>
<li><a href="function-echo_requirement.html" class="invalid">echo_requirement</a></li>
<li><a href="function-echo_title.html" class="invalid">echo_title</a></li>
<li><a href="function-filter_func.html" class="invalid">filter_func</a></li>
<li><a href="function-foo_escaper_for_test.html">foo_escaper_for_test</a></li>
<li><a href="function-generateUpToDateMimeArray.html">generateUpToDateMimeArray</a></li>
<li><a href="function-get_icu_version_from_genrb.html">get_icu_version_from_genrb</a></li>
<li><a href="function-handleSignal.html">handleSignal</a></li>
<li><a href="function-html.html">html</a></li>
<li><a href="function-includeIfExists.html">includeIfExists</a></li>
<li><a href="function-intl_error_name.html">intl_error_name</a></li>
<li><a href="function-intl_get_error_code.html">intl_get_error_code</a></li>
<li><a href="function-intl_get_error_message.html">intl_get_error_message</a></li>
<li><a href="function-intl_is_failure.html">intl_is_failure</a></li>
<li><a href="function-lcfirst.html">lcfirst</a></li>
<li><a href="function-magicSplit.html" class="invalid">magicSplit</a></li>
<li><a href="function-moveFileWithDirCheck.html">moveFileWithDirCheck</a></li>
<li><a href="function-regex.html" class="invalid">regex</a></li>
<li><a href="function-resolveArrays.html">resolveArrays</a></li>
<li><a href="function-resolveConstants.html">resolveConstants</a></li>
<li><a href="function-resolveMacros.html">resolveMacros</a></li>
<li><a href="function-resolveNodes.html">resolveNodes</a></li>
<li><a href="function-run.html">run</a></li>
<li><a href="function-sc_configure.html">sc_configure</a></li>
<li><a href="function-showHelp.html">showHelp</a></li>
<li><a href="function-strip_minor_versions.html">strip_minor_versions</a></li>
<li><a href="function-test_foo.html">test_foo</a></li>
<li><a href="function-twig_array_batch.html" class="invalid">twig_array_batch</a></li>
<li><a href="function-twig_array_merge.html" class="invalid">twig_array_merge</a></li>
<li><a href="function-twig_capitalize_string_filter.html" class="invalid">twig_capitalize_string_filter</a></li>
<li><a href="function-twig_constant.html" class="invalid">twig_constant</a></li>
<li><a href="function-twig_convert_encoding.html" class="invalid">twig_convert_encoding</a></li>
<li><a href="function-twig_cycle.html" class="invalid">twig_cycle</a></li>
<li><a href="function-twig_date_converter.html" class="invalid">twig_date_converter</a></li>
<li><a href="function-twig_date_format_filter.html" class="invalid">twig_date_format_filter</a></li>
<li><a href="function-twig_date_modify_filter.html" class="invalid">twig_date_modify_filter</a></li>
<li><a href="function-twig_ensure_traversable.html" class="invalid">twig_ensure_traversable</a></li>
<li><a href="function-twig_escape_filter.html" class="invalid">twig_escape_filter</a></li>
<li><a href="function-twig_escape_filter_is_safe.html" class="invalid">twig_escape_filter_is_safe</a></li>
<li><a href="function-twig_first.html" class="invalid">twig_first</a></li>
<li><a href="function-twig_get_array_keys_filter.html" class="invalid">twig_get_array_keys_filter</a></li>
<li><a href="function-twig_in_filter.html" class="invalid">twig_in_filter</a></li>
<li><a href="function-twig_include.html" class="invalid">twig_include</a></li>
<li><a href="function-twig_join_filter.html" class="invalid">twig_join_filter</a></li>
<li><a href="function-twig_jsonencode_filter.html" class="invalid">twig_jsonencode_filter</a></li>
<li><a href="function-twig_last.html" class="invalid">twig_last</a></li>
<li><a href="function-twig_length_filter.html" class="invalid">twig_length_filter</a></li>
<li><a href="function-twig_localized_date_filter.html">twig_localized_date_filter</a></li>
<li><a href="function-twig_lower_filter.html" class="invalid">twig_lower_filter</a></li>
<li><a href="function-twig_nl2br_filter.html">twig_nl2br_filter</a></li>
<li><a href="function-twig_number_format_filter.html" class="invalid">twig_number_format_filter</a></li>
<li><a href="function-twig_random.html" class="invalid">twig_random</a></li>
<li><a href="function-twig_raw_filter.html" class="invalid">twig_raw_filter</a></li>
<li><a href="function-twig_reverse_filter.html" class="invalid">twig_reverse_filter</a></li>
<li><a href="function-twig_round.html" class="invalid">twig_round</a></li>
<li><a href="function-twig_shuffle_filter.html">twig_shuffle_filter</a></li>
<li><a href="function-twig_slice.html" class="invalid">twig_slice</a></li>
<li><a href="function-twig_sort_filter.html" class="invalid">twig_sort_filter</a></li>
<li><a href="function-twig_source.html" class="invalid">twig_source</a></li>
<li><a href="function-twig_split_filter.html" class="invalid">twig_split_filter</a></li>
<li><a href="function-twig_template_from_string.html">twig_template_from_string</a></li>
<li><a href="function-twig_test_empty.html" class="invalid">twig_test_empty</a></li>
<li><a href="function-twig_test_iterable.html" class="invalid">twig_test_iterable</a></li>
<li><a href="function-twig_title_string_filter.html" class="invalid">twig_title_string_filter</a></li>
<li><a href="function-twig_truncate_filter.html" class="invalid">twig_truncate_filter</a></li>
<li><a href="function-twig_upper_filter.html" class="invalid">twig_upper_filter</a></li>
<li><a href="function-twig_urlencode_filter.html" class="invalid">twig_urlencode_filter</a></li>
<li><a href="function-twig_var_dump.html">twig_var_dump</a></li>
<li><a href="function-twig_wordwrap_filter.html" class="invalid">twig_wordwrap_filter</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-None.html" title="Summary of None"><span>Namespace</span></a>
</li>
<li>
<a href="class-Swift_Plugins_ImpersonatePlugin.html" title="Summary of Swift_Plugins_ImpersonatePlugin"><span>Class</span></a>
</li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang"><?php</span>
</span><span id="2" class="l"><a class="l" href="#2"> 2: </a><span class="php-comment">/*
</span></span><span id="3" class="l"><a class="l" href="#3"> 3: </a><span class="php-comment"> * This file is part of SwiftMailer.
</span></span><span id="4" class="l"><a class="l" href="#4"> 4: </a><span class="php-comment"> * (c) 2009 Fabien Potencier
</span></span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-comment"> *
</span></span><span id="6" class="l"><a class="l" href="#6"> 6: </a><span class="php-comment"> * For the full copyright and license information, please view the LICENSE
</span></span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-comment"> * file that was distributed with this source code.
</span></span><span id="8" class="l"><a class="l" href="#8"> 8: </a><span class="php-comment"> */</span>
</span><span id="9" class="l"><a class="l" href="#9"> 9: </a>
</span><span id="10" class="l"><a class="l" href="#10">10: </a><span class="php-comment">/**
</span></span><span id="11" class="l"><a class="l" href="#11">11: </a><span class="php-comment"> * Replaces the sender of a message.
</span></span><span id="12" class="l"><a class="l" href="#12">12: </a><span class="php-comment"> *
</span></span><span id="13" class="l"><a class="l" href="#13">13: </a><span class="php-comment"> * @package Swift
</span></span><span id="14" class="l"><a class="l" href="#14">14: </a><span class="php-comment"> * @subpackage Plugins
</span></span><span id="15" class="l"><a class="l" href="#15">15: </a><span class="php-comment"> * @author Arjen Brouwer
</span></span><span id="16" class="l"><a class="l" href="#16">16: </a><span class="php-comment"> */</span>
</span><span id="17" class="l"><a class="l" href="#17">17: </a><span class="php-keyword1">class</span> <a id="Swift_Plugins_ImpersonatePlugin" href="#Swift_Plugins_ImpersonatePlugin">Swift_Plugins_ImpersonatePlugin</a> <span class="php-keyword1">implements</span> Swift_Events_SendListener
</span><span id="18" class="l"><a class="l" href="#18">18: </a>{
</span><span id="19" class="l"><a class="l" href="#19">19: </a> <span class="php-comment">/**
</span></span><span id="20" class="l"><a class="l" href="#20">20: </a><span class="php-comment"> * The sender to impersonate.
</span></span><span id="21" class="l"><a class="l" href="#21">21: </a><span class="php-comment"> *
</span></span><span id="22" class="l"><a class="l" href="#22">22: </a><span class="php-comment"> * @var String
</span></span><span id="23" class="l"><a class="l" href="#23">23: </a><span class="php-comment"> */</span>
</span><span id="24" class="l"><a class="l" href="#24">24: </a> <span class="php-keyword1">private</span> <span class="php-var"><a id="$_sender" href="#$_sender">$_sender</a></span>;
</span><span id="25" class="l"><a class="l" href="#25">25: </a>
</span><span id="26" class="l"><a class="l" href="#26">26: </a> <span class="php-comment">/**
</span></span><span id="27" class="l"><a class="l" href="#27">27: </a><span class="php-comment"> * Create a new ImpersonatePlugin to impersonate $sender.
</span></span><span id="28" class="l"><a class="l" href="#28">28: </a><span class="php-comment"> *
</span></span><span id="29" class="l"><a class="l" href="#29">29: </a><span class="php-comment"> * @param string $sender address
</span></span><span id="30" class="l"><a class="l" href="#30">30: </a><span class="php-comment"> */</span>
</span><span id="31" class="l"><a class="l" href="#31">31: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="___construct" href="#___construct">__construct</a>(<span class="php-var">$sender</span>)
</span><span id="32" class="l"><a class="l" href="#32">32: </a> {
</span><span id="33" class="l"><a class="l" href="#33">33: </a> <span class="php-var">$this</span>->_sender = <span class="php-var">$sender</span>;
</span><span id="34" class="l"><a class="l" href="#34">34: </a> }
</span><span id="35" class="l"><a class="l" href="#35">35: </a>
</span><span id="36" class="l"><a class="l" href="#36">36: </a> <span class="php-comment">/**
</span></span><span id="37" class="l"><a class="l" href="#37">37: </a><span class="php-comment"> * Invoked immediately before the Message is sent.
</span></span><span id="38" class="l"><a class="l" href="#38">38: </a><span class="php-comment"> *
</span></span><span id="39" class="l"><a class="l" href="#39">39: </a><span class="php-comment"> * @param Swift_Events_SendEvent $evt
</span></span><span id="40" class="l"><a class="l" href="#40">40: </a><span class="php-comment"> */</span>
</span><span id="41" class="l"><a class="l" href="#41">41: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_beforeSendPerformed" href="#_beforeSendPerformed">beforeSendPerformed</a>(Swift_Events_SendEvent <span class="php-var">$evt</span>)
</span><span id="42" class="l"><a class="l" href="#42">42: </a> {
</span><span id="43" class="l"><a class="l" href="#43">43: </a> <span class="php-var">$message</span> = <span class="php-var">$evt</span>->getMessage();
</span><span id="44" class="l"><a class="l" href="#44">44: </a> <span class="php-var">$headers</span> = <span class="php-var">$message</span>->getHeaders();
</span><span id="45" class="l"><a class="l" href="#45">45: </a>
</span><span id="46" class="l"><a class="l" href="#46">46: </a> <span class="php-comment">// save current recipients</span>
</span><span id="47" class="l"><a class="l" href="#47">47: </a> <span class="php-var">$headers</span>->addPathHeader(<span class="php-quote">'X-Swift-Return-Path'</span>, <span class="php-var">$message</span>->getReturnPath());
</span><span id="48" class="l"><a class="l" href="#48">48: </a>
</span><span id="49" class="l"><a class="l" href="#49">49: </a> <span class="php-comment">// replace them with the one to send to</span>
</span><span id="50" class="l"><a class="l" href="#50">50: </a> <span class="php-var">$message</span>->setReturnPath(<span class="php-var">$this</span>->_sender);
</span><span id="51" class="l"><a class="l" href="#51">51: </a> }
</span><span id="52" class="l"><a class="l" href="#52">52: </a>
</span><span id="53" class="l"><a class="l" href="#53">53: </a> <span class="php-comment">/**
</span></span><span id="54" class="l"><a class="l" href="#54">54: </a><span class="php-comment"> * Invoked immediately after the Message is sent.
</span></span><span id="55" class="l"><a class="l" href="#55">55: </a><span class="php-comment"> *
</span></span><span id="56" class="l"><a class="l" href="#56">56: </a><span class="php-comment"> * @param Swift_Events_SendEvent $evt
</span></span><span id="57" class="l"><a class="l" href="#57">57: </a><span class="php-comment"> */</span>
</span><span id="58" class="l"><a class="l" href="#58">58: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_sendPerformed" href="#_sendPerformed">sendPerformed</a>(Swift_Events_SendEvent <span class="php-var">$evt</span>)
</span><span id="59" class="l"><a class="l" href="#59">59: </a> {
</span><span id="60" class="l"><a class="l" href="#60">60: </a> <span class="php-var">$message</span> = <span class="php-var">$evt</span>->getMessage();
</span><span id="61" class="l"><a class="l" href="#61">61: </a>
</span><span id="62" class="l"><a class="l" href="#62">62: </a> <span class="php-comment">// restore original headers</span>
</span><span id="63" class="l"><a class="l" href="#63">63: </a> <span class="php-var">$headers</span> = <span class="php-var">$message</span>->getHeaders();
</span><span id="64" class="l"><a class="l" href="#64">64: </a>
</span><span id="65" class="l"><a class="l" href="#65">65: </a> <span class="php-keyword1">if</span> (<span class="php-var">$headers</span>->has(<span class="php-quote">'X-Swift-Return-Path'</span>)) {
</span><span id="66" class="l"><a class="l" href="#66">66: </a> <span class="php-var">$message</span>->setReturnPath(<span class="php-var">$headers</span>->get(<span class="php-quote">'X-Swift-Return-Path'</span>)->getAddress());
</span><span id="67" class="l"><a class="l" href="#67">67: </a> <span class="php-var">$headers</span>->removeAll(<span class="php-quote">'X-Swift-Return-Path'</span>);
</span><span id="68" class="l"><a class="l" href="#68">68: </a> }
</span><span id="69" class="l"><a class="l" href="#69">69: </a> }
</span><span id="70" class="l"><a class="l" href="#70">70: </a>}
</span><span id="71" class="l"><a class="l" href="#71">71: </a></span></code></pre>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
example/templates/buttons_table.html | shymonk/django-datatable | {% extends "table/table.html" %}
{% block extra_css %}
<link href="//cdn.datatables.net/buttons/1.3.1/css/buttons.bootstrap.min.css" rel="stylesheet" media="screen">
{% endblock extra_css %}
{% block extra_js %}
<script src="//cdn.datatables.net/buttons/1.3.1/js/dataTables.buttons.min.js" type="text/javascript"></script>
<script src="//cdn.datatables.net/buttons/1.3.1/js/buttons.bootstrap.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js" type="text/javascript"></script>
<script src="//cdn.rawgit.com/bpampuch/pdfmake/0.1.27/build/pdfmake.min.js" type="text/javascript"></script>
<script src="//cdn.rawgit.com/bpampuch/pdfmake/0.1.27/build/vfs_fonts.js" type="text/javascript"></script>
<script src="//cdn.datatables.net/buttons/1.3.1/js/buttons.html5.min.js" type="text/javascript"></script>
{% endblock extra_js %}
{% block table_dom %}
"dom": "<'row'<'col-sm-9 col-md-9 col-lg-9'B><'col-sm-3 col-md-3 col-lg-3'f>>rt<'row'<'col-sm-3 col-md-3 col-lg-3'i><'col-sm-6 col-md-6 col-lg-6 col-sm-offset-2 col-md-offset-2 col-lg-offset-2'p><'col-sm-1 col-md-1 col-lg-1'l>>",
{% endblock %}
{% block table_extra_options %}
"buttons": ['copy', 'excel', 'pdf'],
{% endblock %}
|
templates/administration_absentees.html | Videl/absentees-blackboard | {% extends 'base.html' %}
{% block title %}{{ super() }} > Administration > Absentees{% endblock %}
{% block below_menubar %}
<div class="container">
<h1 class="col-md-12">Absentees justifications</h1>
</div>
{% endblock %}
{% block body %}
<div class="container">
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- Row for the search form -->
<div class="row" id="search_member">
<form method="post" action="/administration/absentees/" class="form-body">
<div class="form-group">
<label for="date" class="col-md-2 col-xs-12">Date</label>
<input type="date" name="date" id="date" class="col-md-2 col-xs-12"/>
<label for="class_title" class="col-md-2 col-xs-12">Class title</label>
<input type="text" name="class_title" id="class_title" class="col-md-2 col-xs-12" />
<label for="student_name" class="col-md-2 col-xs-12">Student name</label>
<input type="text" name="student_name" id="student_name" class="col-md-2 col-xs-12" />
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary">Search</button>
</div>
</form>
</div>
<div class="row">
</div>
<!-- Row for the accounts table -->
<div class="row">
<div class="table-responsive">
<table id="absentees_table" class="table">
<tr>
<th>Date</th>
<th>Class</th>
<th>Start hour</th>
<th>End hour</th>
<th>Teacher</th>
<th>Student</th>
<th>Student group</th>
<th>Justified</th>
<th></th>
</tr>
{% for abs in absentees %}
<tr class="{{loop.cycle('dark', 'light')}}">
<td>{{abs.class_date}}</td>
<td>{{abs.class_title}}</td>
<td>{{abs.start_hour}}</td>
<td>{{abs.end_hour}}</td>
<td>{{abs.teacher_name}}</td>
<td>{{abs.student_name}}</td>
<td>{{abs.student_group}}</td>
<td>{{abs.justification_bool}}</td>
<td>
<a href="/administration/show_absentee/?id={{abs.key().id()}}">
<button type="button" class="btn btn-default">
Consult
</button>
</a>
</td>
</tr>
{% endfor %}
</table>
</div>
</div>
</div>
</div>
{% endblock %} |
views/_partial/template/courseDate.html | TheCrookedMan/runningcat |
{% for course in data %}
{% set date = course.courseDate|dateFormat('yyyy-MM-dd') %}
{% if course.courseDate|compareDate %}
<a href="javascript:void(0);" class="slider cur {{course.courseDate}}" data-date="{{course.courseDate|dateFormat('yyyy-MM-dd')}}" data-time="{{course.courseDate}}">
<p>{{course.courseDate|toWeek()}}</p>
<p>{{course.courseDate|dateFormat('MM/dd')}}</p>
</a>
{% else %}
<a href="javascript:void(0);" class="slider {{course.courseDate}}" data-date="{{course.courseDate|dateFormat('yyyy-MM-dd')}}" data-time="{{course.courseDate}}">
<p>{{course.courseDate|toWeek()}}</p>
<p>{{course.courseDate|dateFormat('MM/dd')}}</p>
</a>
{% endif %}
{% endfor %} |
templates/page-picker.html | IIssac/iissac.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<!-- <meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport"> -->
<title>Picker UI - Material</title>
<!-- css -->
<link href="../css/base.min.css" rel="stylesheet">
<link href="../css/project.min.css" rel="stylesheet">
<!-- favicon -->
<!-- ... -->
</head>
<body class="ui-picker-page">
<header class="header header-brand header-standard ui-header">
<ul class="nav nav-list pull-left">
<li>
<a data-toggle="menu" href="#ui_menu">
<span class="icon icon-lg">menu</span>
</a>
</li>
</ul>
<a class="header-logo margin-left-no" href="index.html">Material</a>
<ul class="nav nav-list pull-right">
<li>
<a data-toggle="modal" href="#ui_picker_alert">
<span class="icon icon-lg">help_outline</span>
</a>
</li>
</ul>
</header>
<nav aria-hidden="true" class="menu" id="ui_menu" tabindex="-1">
<div class="menu-scroll">
<div class="menu-content">
<a class="menu-logo" href="index.html">Material</a>
<ul class="nav">
<li>
<a class="collapsed waves-attach" data-toggle="collapse" href="#ui_menu_components">Components</a>
<ul class="menu-collapse collapse" id="ui_menu_components">
<li>
<a class="waves-attach" href="ui-button.html">Buttons</a>
</li>
<li>
<a class="waves-attach" href="ui-button-fab.html">Buttons<small class="margin-left-xs">(Floating Action Button)</small></a>
</li>
<li>
<a class="waves-attach" href="ui-card.html">Cards</a>
</li>
<li>
<a class="waves-attach" href="ui-data-table.html">Data Tables</a>
</li>
<li>
<a class="waves-attach" href="ui-dialog.html">Dialogs</a>
</li>
<li>
<a class="waves-attach" href="ui-dropdown-menu.html">Menus</a>
</li>
<li>
<a class="waves-attach" href="ui-nav-drawer.html">Navigation Drawers</a>
</li>
<li>
<a class="waves-attach" href="ui-picker.html">Pickers</a>
</li>
<li>
<a class="waves-attach" href="ui-progress.html">Progress</a>
</li>
<li>
<a class="waves-attach" href="ui-selection-control.html">Selection Controls</a>
</li>
<li>
<a class="waves-attach" href="ui-snackbar.html">Snackbars</a>
</li>
<li>
<a class="waves-attach" href="ui-stepper.html">Steppers</a>
</li>
<li>
<a class="waves-attach" href="ui-tab.html">Tabs</a>
</li>
<li>
<a class="waves-attach" href="ui-text-field.html">Text Fields</a>
</li>
<li>
<a class="waves-attach" href="ui-toolbar.html">Toolbars</a>
</li>
</ul>
</li>
<li>
<a class="collapsed waves-attach" data-toggle="collapse" href="#ui_menu_extras">Extras</a>
<ul class="menu-collapse collapse" id="ui_menu_extras">
<li>
<a class="waves-attach" href="ui-avatar.html">Avatars</a>
</li>
<li>
<a class="waves-attach" href="ui-icon.html">Icons</a>
</li>
<li>
<a class="waves-attach" href="ui-label.html">Labels</a>
</li>
<li>
<a class="waves-attach" href="ui-nav.html">Navs</a>
</li>
<li>
<a class="waves-attach" href="ui-tile.html">Tiles</a>
</li>
</ul>
</li>
<li>
<a class="collapsed waves-attach" data-toggle="collapse" href="#ui_menu_javascript">Javascript</a>
<ul class="menu-collapse collapse" id="ui_menu_javascript">
<li>
<a class="waves-attach" href="ui-affix.html">Affix</a>
</li>
<li>
<a class="waves-attach" href="ui-collapse.html">Collapse</a>
</li>
<li>
<a class="waves-attach" href="ui-dropdown-menu.html">Dropdown</a>
</li>
<li>
<a class="waves-attach" href="ui-modal.html">Modals</a>
</li>
<li>
<a class="waves-attach" href="ui-tab.html">Togglable Tabs</a>
</li>
</ul>
</li>
<li>
<a class="waves-attach" data-toggle="collapse" href="#ui_menu_samples">Sample Pages</a>
<ul class="menu-collapse collapse in" id="ui_menu_samples">
<li>
<a class="waves-attach" href="page-login.html">Login Page</a>
</li>
<li class="active">
<a class="waves-attach" href="pake-picker.html">Picker UI Page</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="ui-picker-wrap">
<div class="ui-picker-nav">
<div class="ui-picker-inner">
<div class="menu-top">
<div class="menu-top-img">
<img alt="John Smith" src="../images/samples/landscape.jpg">
</div>
<div class="menu-top-info">
<span class="menu-top-user">Eastern Suburbs</span>
</div>
<div class="menu-top-info-sub">
<small>Navigation items below are all droppable areas.</small>
</div>
</div>
<div class="menu-content">
<ul class="nav">
<li>
<a class="waves-attach" data-toggle="collapse" href="#ui_picker_category_one">Category One</a>
<ul class="menu-collapse collapse in" id="ui_picker_category_one">
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category One</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Two</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Three</a>
</li>
</ul>
</li>
<li>
<a class="waves-attach" data-toggle="collapse" href="#ui_picker_category_two">Category Two</a>
<ul class="menu-collapse collapse in" id="ui_picker_category_two">
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Four</a>
</li>
</ul>
</li>
<li>
<a class="waves-attach" data-toggle="collapse" href="#ui_picker_category_three">Category Three</a>
<ul class="menu-collapse collapse in" id="ui_picker_category_three">
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Five</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Six</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Seven</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Eight</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Nine</a>
</li>
<li>
<a class="waves-attach waves-effect" href="javascript:void(0)">Sub-Category Ten</a>
</li>
</ul>
</li>
</ul>
<hr>
<div class="menu-content-inner">
<p>About Picker UI</p>
<ul class="padding-left text-black-hint">
<li>Picker UI is not responsive and only works in desktop,</li>
<li>Click items in the middle column to view additional information about that item,</li>
<li>Draw a box with cursor to select multiple items,</li>
<li>Hold down <kbd>Cmd</kbd> or <kbd>Ctrl</kbd> to make multiple non-adjacent selections,</li>
<li>Click on the selected items' gripper icon and drag them anywhere within the viewport,</li>
<li>Click on the selected items' gripper icon and drop them on the navigaation links in the left hand column.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ui-picker-divider"></div>
<div class="ui-picker-main">
<div class="ui-picker-inner">
<div class="tile-wrap margin-bottom-no margin-top-no ui-picker-lib">
<p class="padding-left padding-right text-black-hint"><strong>Inner-City Parts</strong></p>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>C</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2021</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Centennial Park</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Centennial Park is a large public, urban park that occupies 189 hectares in the Eastern Suburbs of Sydney in the state of New South Wales, Australia. Centennial Park is located 4 kilometres south-east of the Sydney central business district, in the City of Randwick. The Park forms part of the larger Centennial Parklands.</p>
<p>Centennial Park is also a small residential suburb, on the western fringe of the parkland, which is part of the local government area of the City of Sydney.</p>
</div>
<span class="ui-picker-map-lat">-33.893940</span>
<span class="ui-picker-map-lng">151.232991</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>D</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2010</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Darlinghurst</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Darlinghurst is an inner-city, eastern suburb of Sydney, New South Wales, Australia. Darlinghurst is located immediately east of the Sydney central business district (CBD) and Hyde Park, within the local government area of the City of Sydney.</p>
<p>Darlinghurst is a densely populated suburb with the majority of residents living in apartments or terraced houses. Once a slum and red-light district, Darlinghurst has undergone urban renewal since the 1980s to become a cosmopolitan area composed of many unique precincts. Places such as Victoria Street (which connects Darlinghurst to Potts Point in the north), Stanley Street (Little Italy) and Crown Street (Vintage and Retro Fashion) are known as culturally rich destinations. These high street areas are connected by a network of lane-ways and street corners replete with small bars, cafes and boutique indie retail.</p>
<p>Demographically, Darlinghurst is home to the highest percentage of generation X and Y (28 – 47 years of age) in Australia. The vast majority of businesses in Darlinghurst are independently owned and operated small businesses with over 50% of all commercial activity in the area being consumer oriented: indie retail, food, drink, dining, leisure and personal services. Darlinghurst is also home to large number of off-street creative industries. This business mix coupled with the area's history of inclusion and acceptance give Darlinghurst an eclectic and vibrant flair.</p>
<p>Darlinghurst's main street is Oxford Street. This major Sydney road runs east from the south-eastern corner of Hyde Park through Darlinghurst and Paddington and terminates at Bondi Junction. Oxford Street is one of Sydney's most famous shopping and dining strips. The Darlinghurst end is well-known around the world as the centre of Sydney's gay community, is the yearly parade route of the Sydney Mardi Gras and the spiritual birthplace of the LGBT rights movement. It is home to a number of prominent gay venues and businesses, while more broadly Darlinghurst is a centre of Sydney's burgeoning small bar scene.</p>
<p>From the 1990s onwards Oxford Street began to garner a reputation for being Sydney's primary "nightclub strip", popular with both gay and straight clubbers, surpassing the notorious red-light district of Kings Cross in popularity. As a result of the influx of revellers, crime rates reportedly increased in the area around 2007, particularly for assaults and robberies. This reported increase should be understood in terms of a very low background crime rate in East Sydney in general.</p>
<p>There are a number of named localities in and around Darlinghurst including Taylor Square, Three Saints Square, Kings Cross and confusingly also East Sydney. Locals have used this name to refer to the area immediately around Stanley Street in the suburb's west, however the title is used more broadly throughout the area from Wooloomooloo up to Taylor Square where the old Darlinghurst Gaol still has the words East Sydney in brass lettering above the main entrance. This is because from 1900 to 1969 the entire area to the east of Sydney's CBD, from the harbour to Redfern, was an electorate known as the Division of East Sydney.</p>
<p>Already in 1820 the entire ridge line running from Potts Point to Surry Hills was known as Eastern Hill.</p>
<p>Darlinghurst shares a postcode (2010) and an extensive soft southern border with neighbouring suburb Surry Hills which, with Paddington to the east and Woolloomooloo, Rushcutters Bay and Potts Point to the north, comprise the metropolitan region of East Sydney. Although only minutes walk away from the Sydney CBD, this region is geographically distinct from it; separated from the more well known commercial centre by several landmarks: Central railway station, Hyde Park, St Mary's Cathedral and the The Domain.</p>
<p>East Sydney hosts numerous restaurants that consistently garner local and international media attention.</p>
<p>Sydney's Eastern Suburbs cover all the land from the east of Darlinghurst up to the Pacific Ocean.</p>
</div>
<span class="ui-picker-map-lat">-33.880664</span>
<span class="ui-picker-map-lng">151.218609</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>K</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2011</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Kings Cross</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Kings Cross is an inner-city locality of Sydney, New South Wales, Australia. It is located approximately 2 kilometres east of the Sydney central business district, in the local government area of the City of Sydney. It is bounded by the suburbs of Potts Point, Elizabeth Bay, Rushcutters Bay and Darlinghurst.</p>
<p>Colloquially known as The Cross, the area is known as Sydney's red-light district, and is reputed to be home to organised crime groups. Once known for its music halls and grand theatres, it was rapidly transformed after World War II by the influx of troops returning and visiting from the nearby Garden Island naval base. Today, it is a mixed locality offering both services (railway, gyms, supermarket, bakeries) to nearby residents and entertainment venues including bars, restaurants, nightclubs, brothels and strip clubs to visitors.</p>
</div>
<span class="ui-picker-map-lat">-33.874138</span>
<span class="ui-picker-map-lng">151.222311</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>M</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2012</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Moore Park</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Moore Park is a large area of parkland in the south-eastern suburbs of Sydney, in the state of New South Wales, Australia. It is part of Centennial Parklands, a collective of three parks being Moore Park, Centennial Park and Queens Park. Centennial Parklands is administered by the Centennial Park & Moore Park Trust, a NSW government agency. The only exception is the land on which the Sydney Cricket Ground and Sydney Football Stadium are sited; these stadiums are managed by the Sydney Cricket Ground Trust.</p>
<p>Moore Park is also a small suburb in its own right, as is Centennial Park. Moore Park is located 3 kilometres southeast of the Sydney central business district and is part of local government area of the City of Sydney.</p>
</div>
<span class="ui-picker-map-lat">-33.900942</span>
<span class="ui-picker-map-lng">151.215354</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>P</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2021</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Paddington</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Paddington is an inner-city, eastern suburb of Sydney, in the state of New South Wales, Australia. Located 3 kilometres east of the Sydney central business district, Paddington lies across two local government areas. The portion south of Oxford Street lies within the City of Sydney, while the portion north of Oxford Street lies within the Municipality of Woollahra. It is often colloquially referred to as "Paddo".</p>
<p>Paddington is bordered to the west by Darlinghurst, to the east by Centennial Park and Woollahra, to the north by Edgecliff and Rushcutters Bay and to the south by Moore Park.</p>
</div>
<span class="ui-picker-map-lat">-33.884583</span>
<span class="ui-picker-map-lng">151.226639</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>S</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2010</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Surry Hills</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Surry Hills is an affluent, inner city, eastern suburb of Sydney, in the state of New South Wales, Australia. Surry Hills is immediately south-east of the Sydney central business district in the local government area of the City of Sydney. Surry Hills is surrounded by the suburbs of Darlinghurst to the north, Chippendale and Haymarket to the west, Moore Park and Paddington to the east and Redfern to the south.</p>
<p>It is bordered by Elizabeth Street and Chalmers Street to the west, Cleveland Street to the south, South Dowling Street to the east, and Oxford Street to the north. Central is a locality in the north-west of the suburb around Central Station. Prince Alfred Park is located nearby. Strawberry Hills is a locality around Cleveland and Elizabeth Streets and Brickfield Hill to the east of that.</p>
</div>
<span class="ui-picker-map-lat">-33.890662</span>
<span class="ui-picker-map-lng">151.212981</span>
</div>
</div>
</div>
<p class="padding-left padding-right text-black-hint"><strong>Northern Parts</strong></p>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>B</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2023</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Bellevue Hill</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Bellevue Hill is an eastern suburb of Sydney, in the state of New South Wales, Australia. Bellevue Hill is an affluent suburb, located 5 kilometres east of the Sydney central business district, in the local government area of the Municipality of Woollahra.</p>
</div>
<span class="ui-picker-map-lat">-33.886074</span>
<span class="ui-picker-map-lng">151.257658</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>D</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2027</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Darling Point</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Darling Point is a harbourside eastern suburb of Sydney, Australia. It is 4 kilometres east of the Sydney central business district and is part of the local government area of Woollahra Council.</p>
<p>Darling Point is bounded by Sydney Harbour to the north, Double Bay to the east, Edgecliff to the south and Rushcutters Bay to the west. Darling Point, renowned for its desirable and expensive real estate, is mostly residential and regarded as one of the most exclusive and prestigious suburbs in Australia.</p>
</div>
<span class="ui-picker-map-lat">-33.870795</span>
<span class="ui-picker-map-lng">151.238144</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>D</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2028</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Double Bay</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Double Bay is a harbourside eastern suburb of Sydney, in the state of New South Wales, Australia 4 kilometres east of the Sydney central business district. It is the administrative centre of the local government area of the Municipality of Woollahra.</p>
<p>Double Bay has the most expensive real-estate in Australia and takes its name from the bay of Sydney Harbour. It refers to the two geographical formations between Point Piper and Darling Point, which are interrupted by a miniature point in between. The eastern part is also known as Blackburn Cove. Colloquially it is often referred to as "Double Pay", a term coined in the 1980s, due to the high income of people living there, and the nature of the shopping area which features high-end fashion labels.</p>
</div>
<span class="ui-picker-map-lat">-33.877665</span>
<span class="ui-picker-map-lng">151.242996</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>D</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2030</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Dover Heights</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Dover Heights is a coastal, eastern suburb of Sydney, in the state of New South Wales, Australia. Dover Heights is 9 kilometres east of the Sydney central business district, in the local government area of Waverley Council. Its postcode is 2030.</p>
</div>
<span class="ui-picker-map-lat">-33.872219</span>
<span class="ui-picker-map-lng">151.280550</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>E</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2011</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Elizabeth Bay</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Elizabeth Bay is a harbourside suburb in eastern Sydney, in the state of New South Wales, Australia. Elizabeth Bay is located 3 kilometres east of the Sydney central business district and is part of the local government area of the City of Sydney.</p>
<p>The suburb of Elizabeth Bay takes its name from the bay on Sydney Harbour. Macleay Point separates Elizabeth Bay from Rushcutters Bay. The suburb of Elizabeth Bay is surrounded by the suburbs of Rushcutters Bay and Potts Point. Kings Cross is a locality on the south-western border and Garden Island is a locality, to the north.</p>
</div>
<span class="ui-picker-map-lat">-33.872084</span>
<span class="ui-picker-map-lng">151.228541</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>P</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2027</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Point Piper</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Point Piper is a small, affluent harbourside eastern suburb of Sydney, in the state of New South Wales, Australia 6 kilometres (4 mi) east of the Sydney central business district, in the local government area known as the Municipality of Woollahra.</p>
<p>Point Piper is regarded as Australia's most expensive suburb. It's also the second richest suburb (taxable income) behind Melbourne's Toorak. Wolseley Road, Point Piper, is reportedly ranked as the 9th most expensive street in the world, at $38,900 per square metre.</p>
</div>
<span class="ui-picker-map-lat">-33.864805</span>
<span class="ui-picker-map-lng">151.250389</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>P</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2011</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Potts Point</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Potts Point is a small, densely populated suburb of inner-city Sydney, Australia. Potts Point is located 3 kilometres east of the Sydney central business district and is part of the local government area of the City of Sydney.</p>
<p>Potts Point sits on a ridge immediately east of Woolloomooloo, west of Elizabeth Bay and Rushcutters Bay and north of Darlinghurst. The suburb has a roughly trapezoidal shape, and at its greatest extent is no more than 1 kilometre long by 200 metres wide. Potts Point's eastern boundary is Macleay Street. The suburb's other boundaries include Darlinghurst Road to the southeast, William Street to the south, Brougham Street and part of Cowper Road to the west.</p>
</div>
<span class="ui-picker-map-lat">-33.871734</span>
<span class="ui-picker-map-lng">151.222909</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>R</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2029</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Rose Bay</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Rose Bay is an affluent harbourside, eastern suburb of Sydney, in the state of New South Wales, Australia. Rose Bay is located 7 kilometres east of the Sydney central business district, in the local government areas of Waverley Municipal Council (east of Old South Head Road) and Woollahra Council (on its western side towards the bay).</p>
<p>Rose Bay has views of both the Sydney Opera House and the Sydney Harbour Bridge together. Lyne Park abuts Sydney Harbour on its west. Shark Island is located in Port Jackson (Sydney Harbour), just north of Rose Bay.</p>
</div>
<span class="ui-picker-map-lat">-33.870422</span>
<span class="ui-picker-map-lng">151.268340</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>R</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2011</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Rushcutters Bay</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Rushcutters Bay is a harbourside eastern suburb of Sydney, in the state of New South Wales, Australia 3 kilometres east of the Sydney central business district, in the local government area of the City of Sydney.</p>
<p>The suburb of Rushcutters Bay sits beside the bay it takes its name from, on Sydney Harbour. It is surrounded by the suburbs of Elizabeth Bay, Darlinghurst, Paddington, and Darling Point. Kings Cross is a locality on the western border.</p>
</div>
<span class="ui-picker-map-lat">-33.876204</span>
<span class="ui-picker-map-lng">151.227812</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>V</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2030</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Vaucluse</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Vaucluse is an eastern suburb of Sydney, in the state of New South Wales, Australia. Vaucluse is located 8 kilometres (5 mi) north-east of the Sydney central business district, in the local government areas of Waverley Council and the Municipality of Woollahra.</p>
<p>Vaucluse is located on the South Head peninsula, just south of The Gap with Sydney Harbour on the west and the Tasman Sea to the east. The Sydney Harbour side of the suburb commands views across the harbour to the Sydney Harbour Bridge. The adjacent suburbs are Watsons Bay, to the north and Rose Bay and Dover Heights to the south.</p>
<p>Vaucluse is a mainly residential suburb. For many years, it was the most affluent suburb in Sydney and in terms of houses and properties is still in the top five most expensive suburbs. Tahiti, a Hawaiian-style residence in tropical gardens above Hermit Bay, set Australian residential record when it sold to a trio of South Africans (the Krok brothers) for more than $29 million in September 2007.</p>
</div>
<span class="ui-picker-map-lat">-33.858936</span>
<span class="ui-picker-map-lng">151.278411</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>W</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2030</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Watsons Bay</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Watsons Bay is a harbourside, eastern suburb of Sydney, in the state of New South Wales, Australia. Watsons Bay is located 11 km north-east of the Sydney central business district, in the local government area of the Municipality of Woollahra.</p>
<p>Watsons Bay sits on the end of the South Head peninsula and takes its name from the sheltered bay and anchorage on its western side, in Port Jackson (Sydney Harbour). It provides views across the harbour to the Sydney Harbour Bridge. The Gap is an ocean cliff on the eastern side with views to Manly at North Head and the Pacific Ocean. Vaucluse is the only adjacent suburb, to the south.</p>
</div>
<span class="ui-picker-map-lat">-33.843435</span>
<span class="ui-picker-map-lng">151.281023</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>W</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2025</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Woollahra</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Woollahra is a suburb in the Eastern Suburbs of Sydney, in the state of New South Wales, Australia. Woollahra is located 5 kilometres east of the Sydney central business district, in the local government area of the Municipality of Woollahra. The Municipality of Woollahra takes its name from the suburb but its administrative centre is located in Double Bay. Woollahra is famous for its quiet, tree-lined residential streets and village-style shopping centre.</p>
</div>
<span class="ui-picker-map-lat">-33.887179</span>
<span class="ui-picker-map-lng">151.243637</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>W</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2011</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Woolloomooloo</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Woolloomooloo is a harbourside, inner-city eastern suburb of Sydney, New South Wales, Australia. Woolloomooloo is 1.5 kilometres east of the Sydney central business district, in the local government area of the City of Sydney. It is in a low-lying, former docklands area at the head of Woolloomooloo Bay, on Sydney Harbour. The Domain sits to the west, the locality of East Sydney is near the south-west corner of the suburb and the locality of Kings Cross is near the south-east corner. Potts Point is immediately to the east.</p>
<p>Long a poorer working-class district of Sydney, it has changed only recently with gentrification of the inner city areas of Sydney. The redevelopment of the waterfront, particularly the construction of the housing development on the Finger Wharf, has caused major change. Areas of public housing (Housing NSW aka "Housing Commission") still exist in the suburb.</p>
</div>
<span class="ui-picker-map-lat">-33.869238</span>
<span class="ui-picker-map-lng">151.220175</span>
</div>
</div>
</div>
<p class="padding-left padding-right text-black-hint"><strong>Southern Parts</strong></p>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>B</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2026</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Bondi</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Bondi is an eastern suburb of Sydney, in the state of New South Wales, Australia 7 kilometres east of the Sydney central business district, in the local government area of Waverley Council.</p>
</div>
<span class="ui-picker-map-lat">-33.892175</span>
<span class="ui-picker-map-lng">151.275718</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>B</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2022</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Bondi Junction</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Bondi Junction is an eastern suburb of Sydney, in the state of New South Wales, Australia. It is 6 kilometres east of the Sydney central business district and is part of the local government area of the Waverley.</p>
<p>Bondi Junction is a largely commercial area which has undergone many changes since the late 20th century. There have been many major commercial and residential developments around the main street and surrounding area, notably a new bus/rail interchange and large shopping mall. Many of the original pubs have been maintained, notably, the Nelson Hotel, so named because of its location on Nelson Street, still exudes Bondi Junction's working class roots.</p>
<p>Bondi Beach is a neighbouring suburb to the east with a world-famous beach. Bondi and North Bondi are also neighbouring suburbs.</p>
<p>Bondi Junction and the neighbouring area is well known for its famous rugby league team, the Sydney Roosters, still officially known as the Eastern Suburbs District Rugby League Football Club. The clubhouse of the team is centrally located in Spring Street, Bondi Junction.</p>
</div>
<span class="ui-picker-map-lat">-33.891626</span>
<span class="ui-picker-map-lng">151.250740</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>B</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2024</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Bronte</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Bronte is a beachside suburb of Sydney, in the state of New South Wales, Australia. Bronte beach is located 8 kilometres east of the Sydney central business district, in the Waverley Council local government area of the Eastern Suburbs.</p>
<p>Bronte Beach sits on Nelson Bay, surrounded by Bronte Park. Bronte offers scenic cliff-top walking paths south to Coogee via the Waverley Cemetery and north to Tamarama and Bondi Beach. The cliff-top path offers views which extend from Ben Buckler in the north to Malabar in the south. Bronte is located about 2.5 km south of Bondi Beach.</p>
<p>The suburb has been declared the best of 641 Sydney suburbs by the Sydney Morning Herald's Good Suburbs Guide.</p>
</div>
<span class="ui-picker-map-lat">-33.906031</span>
<span class="ui-picker-map-lng">151.263646</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>C</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2031</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Clovelly</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>BClovelly is a small beach-side suburb in Sydney's eastern suburbs, in the state of New South Wales, Australia. Clovelly is located 8 kilometres south-east of the Sydney central business district, in the local government area of the City of Randwick, within the Federal Division of Wentworth.</p>
<p>Clovelly is a mainly residential suburb on Clovelly Bay. Clovelly Beach is a small beach that sits on the end of the narrow bay. The bay is popular with swimmers. The bay is home to one of the first surf lifesaving clubs in the world, Clovelly Surf Life Saving Club, which was founded in 1906. Clovelly is surrounded by the suburbs of Bronte in the north, Randwick in the west and Coogee in the south.</p>
</div>
<span class="ui-picker-map-lat">-33.912553</span>
<span class="ui-picker-map-lng">151.262923</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>C</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2034</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Coogee</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Coogee is a beachside suburb of local government area City of Randwick 8 kilometres south-east of the Sydney central business district, in the state of New South Wales, Australia. It is also a part of the Eastern Suburbs region.</p>
<p>The Tasman Sea and Coogee Bay along with Coogee Beach lie towards the eastern side of the suburb. The beach is popular for swimming and famous for its dangerous shorebreaks. The boundaries of Coogee are formed mainly by Clovelly Road, Carrington Road and Rainbow Street, with arbitrary lines drawn to join these thoroughfares to the coast in the north-east and south-east corners.</p>
</div>
<span class="ui-picker-map-lat">-33.920640</span>
<span class="ui-picker-map-lng">151.255251</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>H</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2036</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Hillsdale</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Hillsdale is a suburb in the Eastern Suburbs of Sydney, in the state of New South Wales, Australia. Hillsdale is located 6 kilometres east of the Sydney central business district in the City of Botany Bay. The post code is 2036.</p>
</div>
<span class="ui-picker-map-lat">-33.951473</span>
<span class="ui-picker-map-lng">151.229206</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>K</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2032</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Kingsford</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Kingsford is a suburb in the Eastern Suburbs of Sydney, in the state of New South Wales, Australia. Kingsford is located 7 kilometres south-east of the Sydney central business district, in the local government area of the City of Randwick. Kingsford is part of the Eastern Suburbs region.</p>
</div>
<span class="ui-picker-map-lat">-33.921235</span>
<span class="ui-picker-map-lng">151.227018</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>L</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2036</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">La Perouse</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>La Perouse is a suburb in south-eastern Sydney, in the state of New South Wales, Australia. The suburb of La Perouse is located about 14 kilometres south-east of the Sydney central business district, in the City of Randwick.</p>
<p>The La Perouse peninsula is the northern headland of Botany Bay. It is notable for its old military outpost at Bare Island and the Botany Bay National Park. Congwong Bay Beach, Little Congwong Beach, and the beach at Frenchmans Bay provide protected swimming areas in Botany Bay. La Perouse is one of few Sydney suburbs with a French name, others being Sans Souci, Engadine and Vaucluse. Kurnell is located opposite, on the southern headland of Botany Bay.</p>
</div>
<span class="ui-picker-map-lat">-33.987702</span>
<span class="ui-picker-map-lng">151.231961</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>L</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2036</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Little Bay</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Little Bay is a suburb in south-eastern Sydney, in the state of New South Wales, Australia. Little Bay is located 14 kilometres south-east of the Sydney central business district and is part of the local government area of the City of Randwick.</p>
<p>Little Bay is a coastal suburb, to the north of Botany Bay. The suburb takes its name from the geographical formation called Little Bay, which also features a small beach. The Prince Henry Hospital was a famous landmark once located at Little Bay.</p>
</div>
<span class="ui-picker-map-lat">-33.979327</span>
<span class="ui-picker-map-lng">151.243962</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>M</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2036</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Malabar</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Malabar is a suburb in south-eastern Sydney, in the state of New South Wales, Australia 12 kilometres south-east of the Sydney central business district, in the local government area of the City of Randwick.</p>
</div>
<span class="ui-picker-map-lat">-33.962220</span>
<span class="ui-picker-map-lng">151.246686</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>M</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2035</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Maroubra</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Maroubra is a beachside suburb in the Eastern Suburbs of Sydney, in the state of New South Wales, Australia. It is 10 kilometres south of the Sydney central business district in the local government area of the City of Randwick. Maroubra is the largest suburb in the area governed by Randwick City Council in both area and population. Maroubra Junction is a locality in the centre of the suburb.</p>
</div>
<span class="ui-picker-map-lat">-33.942110</span>
<span class="ui-picker-map-lng">151.238296</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>M</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2036</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Matraville</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Matraville is located in the Eastern Suburbs of Sydney, in the state of New South Wales, Australia. It is approximately 9 km (6 mi) by road south-east of the Sydney central business district, in the local government area of the City of Randwick.</p>
</div>
<span class="ui-picker-map-lat">-33.957456</span>
<span class="ui-picker-map-lng">151.231156</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>Q</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2022</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Queens Park</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Queen's Park is a park in the eastern suburbs of Sydney, in the state of New South Wales, Australia 6 kilometres east of the Sydney central business district, part of the Centennial Parklands alongside Centennial Park and Moore Park. Queens Park (no apostrophe) is also the name of a small residential suburb to the north of the park. It is in the local government area of Waverley Council.</p>
<p>Queen's Park is east of the park and suburb known as Centennial Park, west of Waverley and Charing Cross, south of Bondi Junction and north of Randwick.</p>
</div>
<span class="ui-picker-map-lat">-33.900280</span>
<span class="ui-picker-map-lng">151.252862</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>R</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2031</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Randwick</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Randwick is a suburb in the Eastern Suburbs of Sydney, in the state of New South Wales, Australia. Randwick is located 6 kilometres south-east of the Sydney central business district and is the administrative centre for the local government area of the City of Randwick. Randwick is part of the Eastern Suburbs region. The postcode is 2031.</p>
</div>
<span class="ui-picker-map-lat">-33.914440</span>
<span class="ui-picker-map-lng">151.241643</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>T</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2026</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Tamarama</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Tamarama is a beachside, eastern suburb of Sydney, in the state of New South Wales, Australia. Tamarama is 7 kilometres east of the Sydney central business district, in the local government area of Waverley Council. Tamarama is affectionately nicknamed Glamarama (or Glamourama) by the locals, as it is a beach where wannabe trend setters come to sunbathe and swim or simply try to be seen.</p>
<p>Tamarama has a small ocean beach about 1 kilometre south of Bondi Beach and a couple of hundred metres north of Bronte Beach. The suburb is mostly residential and the beach and adjacent parklands have been popular places for recreation such as swimming, surfing, sunbaking and picnics for more than a century.</p>
</div>
<span class="ui-picker-map-lat">-33.898839</span>
<span class="ui-picker-map-lng">151.271375</span>
</div>
</div>
</div>
<div class="tile ui-picker-item">
<div class="ui-picker-selectable-handler"></div>
<div class="tile-side pull-left">
<div class="avatar avatar-sm ui-picker-draggable-avatar ui-picker-draggable-handler">
<strong>W</strong>
<span class="icon icon-lg">menu</span>
</div>
</div>
<div class="tile-inner">
<div class="media">
<div class="media-object pull-right">
<small>2024</small>
</div>
<div class="media-inner text-overflow">
<span class="ui-picker-info-title">Waverley</span>
</div>
</div>
<div class="access-hide">
<div class="ui-picker-info-desc">
<p>Waverley is an eastern suburb of Sydney, in the state of New South Wales, Australia. Waverley is located 7 kilometres east of the Sydney central business district, in the local government area of Waverley Council.</p>
<p>Waverley Council takes its name from the suburb but its administrative centre is located in the adjacent suburb of Bondi Junction, which is also a major commercial centre. Waverley is the highest point of altitude in Sydney's Eastern Suburbs.</p>
</div>
<span class="ui-picker-map-lat">-33.901128</span>
<span class="ui-picker-map-lng">151.253764</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ui-picker-divider"></div>
<div class="ui-picker-info ui-picker-info-null">
<div class="ui-picker-inner">
<div class="ui-picker-map-wrap" id="ui_picker_map_wrap"></div>
<div class="container">
<div class="media">
<div class="media-object pull-right">
<a class="btn btn-flat margin-bottom-xs margin-top-xs waves-attach ui-picker-info-close"><span class="icon">close</span></a>
</div>
<div class="media-inner">
<p class="h4 margin-bottom-sm margin-top-sm ui-picker-info-title-wrap"></p>
</div>
</div>
</div>
<hr class="margin-bottom-no margin-top-no">
<div class="container">
<div class="ui-picker-info-desc-wrap"></div>
</div>
</div>
</div>
</div>
<div aria-hidden="true" class="modal modal-va-middle fade" id="ui_picker_alert" role="dialog" tabindex="-1">
<div class="modal-dialog modal-xs">
<div class="modal-content">
<div class="modal-heading">
<p class="modal-title">About Picker UI</p>
</div>
<div class="modal-inner">
<ul class="padding-left text-black-hint">
<li>Picker UI is not responsive and only works in desktop,</li>
<li>Click items in the middle column to view additional information about that item,</li>
<li>Draw a box with cursor to select multiple items,</li>
<li>Hold down <kbd>Cmd</kbd> or <kbd>Ctrl</kbd> to make multiple non-adjacent selections,</li>
<li>Click on the selected items' gripper icon and drag them anywhere within the viewport,</li>
<li>Click on the selected items' gripper icon and drop them on the navigaation links in the left hand column.</li>
</ul>
</div>
<div class="modal-footer">
<p class="text-right"><a class="btn btn-flat btn-brand-accent waves-attach" data-dismiss="modal">OK</a></p>
</div>
</div>
</div>
</div>
<!-- js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script src="../js/base.min.js"></script>
<script src="../js/project.min.js"></script>
</body>
</html>
|
src/client/app/konvolut/konvolut-steckbrief/konvolut-steckbrief-stufen.component.html | nie-ine/raeber-website | <span *ngFor="let pub of publications; let i = index">
<a [routerLink]="['/' + konvolutTypeMap[pub['type']] + '/' + pub['alias']]">{{ pub['title'] }}</a><span
*ngIf="i+1 < publications.length">,</span>
</span>
|
index.html | cronodieta/cronodieta.github.com | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/cronodieta.css">
<link href='http://fonts.googleapis.com/css?family=Arbutus+Slab|Archivo+Black' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div class="comingsoon-container">
<div class="comingsoon-image">
</div>
<h1>La Cronodieta</h1>
<hr />
<p>Dieta basata sui principi della cronobiologia,<br> la scienza che studia i ritmi biologici.</p>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41020274-1', 'cronodieta.it');
ga('send', 'pageview');
</script>
</body>
</html>
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1+2/mathcomp-character/1.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 8 m 55 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / mathcomp-character - 1.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-character
<small>
1.8.0
<span class="label label-success">8 m 55 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-06 02:33:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-06 02:33:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-character"
version: "1.8.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/math-comp/issues"
dev-repo: "git+https://github.com/math-comp/math-comp.git"
license: "CeCILL-B"
build: [ make "-C" "mathcomp/character" "-j" "%{jobs}%" ]
install: [ make "-C" "mathcomp/character" "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/character'" ]
depends: [ "coq-mathcomp-field" { = "1.8.0" } ]
tags: [ "keyword:algebra" "keyword:character" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "Mathematical Components Library on character theory"
description:"""
This library contains definitions and theorems about group
representations, characters and class functions.
"""
url {
src: "http://github.com/math-comp/math-comp/archive/mathcomp-1.8.0.tar.gz"
checksum: "sha256=dcb3b29041d61084d21451cd38c0aeb61ef61dd136efaec96055a1ceea3b9162"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-character.1.8.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-character.1.8.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>40 m 43 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-character.1.8.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 m 55 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 15 M</p>
<ul>
<li>3 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/character.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/classfun.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/character.glob</code></li>
<li>857 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/classfun.glob</code></li>
<li>821 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/inertia.vo</code></li>
<li>751 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/inertia.glob</code></li>
<li>536 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo</code></li>
<li>522 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo</code></li>
<li>482 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo</code></li>
<li>386 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob</code></li>
<li>366 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob</code></li>
<li>358 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob</code></li>
<li>240 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v</code></li>
<li>113 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/character.v</code></li>
<li>96 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/classfun.v</code></li>
<li>69 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/inertia.v</code></li>
<li>62 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/all_character.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v</code></li>
<li>38 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v</code></li>
<li>36 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/integral_char.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/all_character.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/mathcomp/character/all_character.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-character.1.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
docs/src/css/_entries/main.css | noeldelgado/pisces | /* @import "sanitize.css"; */
/* @import "normalize.css"; */
@import "basscss";
@import "gemini-scrollbar/gemini-scrollbar.css";
@import "./../vendor/github-corner";
@import "./../vendor/gemini-scrollbar";
@import "./../components/select";
@import "./../components/input";
@import "./../components/button";
:root {
--background: #0c182c;
--foreground: #6B6ED8;
--secondary: rgb(74, 197, 195);
--accent: #CE40AA;
/* --background: #14091a; */
/* --foreground: #6B6ED8; */
/* --secondary: rgb(74, 197, 195); */
/* --accent: #CE40AA; */
--ui-height: 48px;
--ui-radius: 3px;
/* --foreground: #84d8fd; */
/* --secondary: #fe879f; */
/* --background: #14091a; */
/* --foreground: #84d8fd; */
/* --secondary: #fe879f; */
/* --foreground: #39CCCC; */
/* --background: #0f0f0f; */
/* --foreground: #AACCFF; */
/* --background: #222233; */
/* --foreground: #fff; */
/* --background: #000; */
font-size: 16px;
line-height: 1.618;
font-family: system-ui;
}
* {
box-sizing: border-box;
margin: 0;
font-weight: 500;
}
body {
background-color: var(--background);
color: color(var(--foreground) tint(50%));
}
a {color: var(--secondary)}
h1 {font-size: 4.5rem}
h2 {font-size: 2rem}
h3 {font-size: 1.25rem}
.wrapper {
width: 90%;
max-width: 960px;
margin-right: auto;
margin-left: auto;
}
.logo-em {
vertical-align: sub;
line-height: 1;
}
.h {
color: color(var(--foreground) tint(80%));
}
.share-icon {
fill: var(--secondary);
width: 20px;
height: 20px;
}
.demo-scrolling-box {
background-color: color(var(--background) shade(14%));
box-shadow:
0 0 0 1px color(var(--foreground) shade(20%)),
0 20px 40px color(var(--background) shade(30%));
color: color(var(--background) tint(50%));
border-radius: 2px;
overflow: auto;
height: 500px;
& ul {
counter-reset: items;
width: 2000px;
}
& li {
float: left;
width: 200px;
height: 150px;
border: 1px solid color(var(--foreground) shade(60%));
&::before {
counter-increment: items;
content: counter(items);
display: block;
font-size: 2.5rem;
padding-top: 3.5rem;
font-weight: bold;
text-align: center;
}
}
}
|
doc/QtCore/QModelIndex.html | marcosgambeta/Qt5xHb |
<!DOCTYPE html>
<html>
<head>
<title>Classe QModelIndex</title>
</head>
<body>
<p>Classe <b>QModelIndex</b></p><p>Derivada de <a href='.html'></a></p><p>Classes derivadas: <a href='.html'></a></p><p>Módulo <b>QtCore</b></p><p>Versão do Qt: <b>5,0,0</b></p><p>Construtor: QModelIndex():new( )</p><p>Construtor: QModelIndex():new(QModelIndex )</p><p>Método: QModelIndex():child(int, int ) -> QModelIndex</p><p>Método: QModelIndex():column( ) -> int</p><p>Método: QModelIndex():data(int=Qt::DisplayRole ) -> QVariant</p><p>Método: QModelIndex():flags( ) -> Qt::ItemFlags</p><p>Método: QModelIndex():internalId( ) -> quintptr</p><p>Método: QModelIndex():internalPointer( ) -> void *</p><p>Método: QModelIndex():isValid( ) -> bool</p><p>Método: QModelIndex():model( ) -> const QAbstractItemModel *</p><p>Método: QModelIndex():parent( ) -> QModelIndex</p><p>Método: QModelIndex():row( ) -> int</p><p>Método: QModelIndex():sibling(int, int ) -> QModelIndex</p>
</body>
</html>
|
139259-98-6.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=139259-98-6.txt alt=139259-98-6.txt></img><body>
"x"
"1" "BONIN,AM BANKS,TM CAMPBELL,JJ GLOVER,SA HAMMOND,GP PRAKASH,AS ANDROWBOTTOM,CA, MUTAGENICITY OF ELECTROPHILIC N-ACYLOXY-N-ALKOXYAMIDES, MUTAT.RES. 494(1-2):115-134, 2001"
</body></html>
|
docs/files/src_utils_color.js.html | sw4/pocketknife | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/utils/color.js - Pocketknife UI</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="../assets/css/logo.png" title="Pocketknife UI"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 0.0.1</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/pk.html">pk</a></li>
<li><a href="../classes/pk.accordian.html">pk.accordian</a></li>
<li><a href="../classes/pk.carousel.html">pk.carousel</a></li>
<li><a href="../classes/pk.chart.html">pk.chart</a></li>
<li><a href="../classes/pk.checkbox.html">pk.checkbox</a></li>
<li><a href="../classes/pk.color.html">pk.color</a></li>
<li><a href="../classes/pk.colorpicker.html">pk.colorpicker</a></li>
<li><a href="../classes/pk.datepicker.html">pk.datepicker</a></li>
<li><a href="../classes/pk.drag.html">pk.drag</a></li>
<li><a href="../classes/pk.modal.html">pk.modal</a></li>
<li><a href="../classes/pk.notify.html">pk.notify</a></li>
<li><a href="../classes/pk.rating.html">pk.rating</a></li>
<li><a href="../classes/pk.scroll.html">pk.scroll</a></li>
<li><a href="../classes/pk.select.html">pk.select</a></li>
<li><a href="../classes/pk.slider.html">pk.slider</a></li>
<li><a href="../classes/pk.svg.html">pk.svg</a></li>
<li><a href="../classes/pk.switch.html">pk.switch</a></li>
<li><a href="../classes/pk.toggle.html">pk.toggle</a></li>
<li><a href="../classes/pk.tooltip.html">pk.tooltip</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/pocketknife.html">pocketknife</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: src/utils/color.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
var pk = pk || {};
/**
Utility class for converting color types and generating color schemes.
<div class='info-well'>
For color conversion methods, where the expected parameter is an array e.g `[0,0,0]`, the method can also be passed a comma separated value string, e.g. `'0,0,0'`, from which an array will automatically be extrapolated.
</div>
@class pk.color
*/
(function(pk) {
pk.color = {
/**
Convert a HEX color string to an RGB
var color=pk.color.hex2rgb('#FF0000');
// color = [255,0,0]
@method hex2rgb
@param hex {String} HEX color string
@return {Array} Returns array of red, blue and green components
*/
hex2rgb: function(hex) {
var shorthandRegex = /^#?([a-f\d])([a-f\d])([a-f\d])$/i,
result, r, g, b;
hex = hex.replace(shorthandRegex, function(r, g, b) {
return r + r + g + g + b + b;
});
result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
r = parseInt(result[1], 16);
g = parseInt(result[2], 16);
b = parseInt(result[3], 16);
return [r, g, b];
},
/**
Convert an RGB array to a HEX color string
var color=pk.color.rgb2hex([255,0,0]);
// color = '#FF0000'
@method rgb2hex
@param rgb {Array} Array of red, blue and green components
@return {String} Returns HEX color string
*/
rgb2hex: function(rgb) {
rgb=pk.toArr(rgb);
var hex = '',
h, i, c;
for (i = 0; i < rgb.length; i += 1) {
c = rgb[i];
h = c.toString(16);
h = (h.length === 1) ? "0" + h : h;
hex += h;
}
return '#' + hex;
},
/**
Convert an RGB array to a HSV array
var color=pk.color.rgb2hsv([255,0,0]);
// color = [0,100,100]
@method rgb2hsv
@param rgb {Array} Array of red, blue and green components
@return {Array} Returns array of hue, saturation and value components
*/
rgb2hsv: function(rgb) {
rgb=pk.toArr(rgb);
var
r = rgb[0],
g = rgb[1],
b = rgb[2],
min = Math.min(r, g, b),
max = Math.max(r, g, b),
delta = max - min,
h, s, v = max;
v = Math.floor(max / 255 * 100);
if (max !== 0) {
s = Math.floor(delta / max * 100);
} else {
return [0, 0, 0];
}
if (delta === 0) {
h = 0;
} else {
if (r === max) {
h = (g - b) / delta;
} else if (g === max) {
h = 2 + (b - r) / delta;
} else {
h = 4 + (r - g) / delta;
}
}
h = Math.floor(h * 60);
if (h < 0) {
h += 360;
}
return [h, s, v];
},
/**
Convert an HSV array to a RGB array
var color=pk.color.hsv2rgb([0,100,100]);
// color = [255,0,0]
@method hsv2rgb
@param hsv {Array} Array of hue, saturation and value components
@return {Array} Returns array of red, blue and green components
*/
hsv2rgb: function(hsv) {
hsv=pk.toArr(hsv);
var
r, g, b, i, f, p, q, t, h = hsv[0],
s = hsv[1],
v = hsv[2];
h = Math.max(0, Math.min(360, h));
s = Math.max(0, Math.min(100, s));
v = Math.max(0, Math.min(100, v));
s /= 100;
v /= 100;
h = h === 360 ? 0 : h;
if (s === 0) {
r = g = b = v;
return [Math.round(r * 255), Math.round(g * 255), Math.round(b * 255)];
}
h /= 60;
i = Math.floor(h);
f = h - i;
p = v * (1 - s);
q = v * (1 - s * f);
t = v * (1 - s * (1 - f));
switch (i) {
case 0:
r = v;
g = t;
b = p;
break;
case 1:
r = q;
g = v;
b = p;
break;
case 2:
r = p;
g = v;
b = t;
break;
case 3:
r = p;
g = q;
b = v;
break;
case 4:
r = t;
g = p;
b = v;
break;
case 5:
r = v;
g = p;
b = q;
break;
}
r = Math.round(r * 255);
g = Math.round(g * 255);
b = Math.round(b * 255);
return [r, g, b];
},
/**
Convert an RGB array to a HSL array
var color=pk.color.rgb2hsl([255,0,0]);
// color = [0,100,50]
@method rgb2hsl
@param RGB {Array} Array of red, green and blue components
@return {Array} Returns array of hue, saturation and lightness components
*/
rgb2hsl: function(rgb) {
rgb=pk.toArr(rgb);
var r = rgb[0],
g = rgb[1],
b = rgb[2];
r /= 255;
g /= 255;
b /= 255;
var max = Math.max(r, g, b),
min = Math.min(r, g, b);
var h, s, l = (max + min) / 2;
if (max === min) {
h = s = 0; // achromatic
} else {
var d = max - min;
s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
switch (max) {
case r:
h = (g - b) / d + (g < b ? 6 : 0);
break;
case g:
h = (b - r) / d + 2;
break;
case b:
h = (r - g) / d + 4;
break;
}
h /= 6;
}
return [h, s, l];
},
/**
Convert an HSL array to a RGB array
var color=pk.color.hsl2rgb([0,100,50]);
// color = [255,0,0]
@method hsl2rgb
@param HSL {Array} Array of hue, saturation and lightness components
@return {Array} Returns array of red, green and blue components
*/
hsl2rgb: function(hsl) {
hsl=pk.toArr(hsl);
var h = hsl[0],
s = hsl[1],
l = hsl[2],
r, g, b;
function hue2rgb(p, q, t) {
if (t < 0) {
t += 1;
}
if (t > 1) {
t -= 1;
}
if (t < 1 / 6) {
return p + (q - p) * 6 * t;
}
if (t < 1 / 2) {
return q;
}
if (t < 2 / 3) {
return p + (q - p) * (2 / 3 - t) * 6;
}
return p;
}
if (s === 0) {
r = g = b = l; // achromatic
} else {
var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
var p = 2 * l - q;
r = hue2rgb(p, q, h + 1 / 3);
g = hue2rgb(p, q, h);
b = hue2rgb(p, q, h - 1 / 3);
}
return [r * 255, g * 255, b * 255];
},
/**
Convert a HEX color string to a HSL array
var color=pk.color.hex2hsl('#FF0000');
// color = [0,100,50]
@method hex2hsl
@param hex {String} HEX color string
@return {Array} Returns array of hue, saturation and lightness components
*/
hex2hsl: function(hex) {
return this.rgb2hsl(this.hex2rgb(hex));
},
/**
Convert an HSL array to a HEX color string
var color=pk.color.hsl2hex([0,100,50]);
// color = '#FF0000'
@method hsl2hex
@param hsl {Array} Array of hue, saturation and lightness components
@return {String} Returns HEX color string
*/
hsl2hex: function(hsl) {
return this.rgb2hex(this.hsl2rgb(pk.toArr(hsl)));
},
/**
Convert an HSV array to HSL array
var color=pk.color.hsv2hsl([0,100,100]);
// color = [0,100,50]
@method hsv2hsl
@param hsv {Array} Array of hue, saturation and value components
@return {Array} Returns array of hue, saturation and lightness components
*/
hsv2hsl: function(hsv) {
return this.rgb2hsl(this.hsv2rgb(pk.toArr(hsv)));
},
/**
Convert an HSL array to HSV array
var color=pk.color.hsl2hsv([0,100,50]);
// color = [0,100,100]
@method hsl2hsv
@param hsl {Array} Array of hue, saturation and lightness components
@return {Array} Returns array of hue, saturation and value components
*/
hsl2hsv: function(hsl) {
return this.rgb2hsv(this.hsl2rgb(pk.toArr(hsl)));
},
/**
Convert a HEX color string to a HSV array
var color=pk.color.hex2hsv('#FF0000');
// color = [0,100,100]
@method hex2hsv
@param hex {String} HEX color string
@return {Array} Returns array of hue, saturation and value components
*/
hex2hsv: function(hex) {
return this.rgb2hsv(this.hex2rgb(hex));
},
/**
Convert an HSV array to a HEX color string
var color=pk.color.hsv2hex([0,100,100]);
// color = '#FF0000'
@method hsv2hex
@param hsv {Array} Array of hue, saturation and value components
@return {String} Returns HEX color string
*/
hsv2hex: function(hsv) {
return this.rgb2hex(this.hsv2rgb(pk.toArr(hsv)));
},
/**
Generate a series of color biased (high saturation/lightness) randomized HEX color strings
var palette=pk.color.random(5);
// palette = ["#efa6a8", "#91abb", "#ebac2c", "#2b561", "#7b4b51"]
@method random
@param count {Number} Number of random colors to generate
@param [hex1] {String} HEX color string to set band to generate random color(s)
@param [hex2] {String} HEX color string to set band to generate random color(s)
@return {Array} Returns Array of HEX color strings
*/
random: function(count, hex1, hex2) {
var palette = [],
i, h, s, v;
count = typeof count !== 'number' ? 1 : count;
if(hex1 && hex2){
var hsv1=this.hex2hsv(hex1),
hsv2=this.hex2hsv(hex2);
h=pk.getRand(Math.min.apply(Math, [hsv1[0], hsv2[0]]), Math.max.apply(Math, [hsv1[0], hsv2[0]]));
s=pk.getRand(Math.min.apply(Math, [hsv1[1], hsv2[1]]), Math.max.apply(Math, [hsv1[1], hsv2[1]]));
v=pk.getRand(Math.min.apply(Math, [hsv1[2], hsv2[2]]), Math.max.apply(Math, [hsv1[2], hsv2[2]]));
}else{
h=pk.getRand(0,360);
s=100;
v=pk.getRand(75,100);
}
for (i = 0; i < count; i += 1) {
// palette.push('#' + Math.floor(Math.random() * 16777215).toString(16));
palette.push(this.hsv2hex([h,s,v]));
}
return palette;
},
/**
Generate (palette of) complementary color(s) from passed HEX color string
var palette=pk.color.complement('#FF0000', 'split');
// palette = ["#80ff00", "#00ffff", "#8000ff"]
var palette=pk.color.complement('#FF0000', 'double');
// palette = ["#80ff00", "#00ff40", "#00ffff", "#0040ff", "#8000ff"]
@method complement
@param hex {String} HEX color string
@param [type] {String} Type of complementary palette to create, defaults to single complementary color, can be `split` or `double`
@return {Array} Returns array of HEX color strings
*/
complement: function(hex, type) {
var count = 1,
rotation = 180,
scope = 0;
switch (type) {
case "split":
count = 3;
rotation = 180;
scope = 180;
break;
case "double":
count = 5;
rotation = 180;
scope = 180;
break;
}
return this.algorithmic({
hex:hex,
count:count,
scope:scope,
rotation:180
});
},
/**
Generate triadic color palette
var palette=pk.color.triadic('#FF0000');
// palette = ["#ff0000", "#00ff00", "#0000ff"]
@method triadic
@param hex {String} HEX color string
@return {Array} Returns array of HEX color strings
*/
triadic: function(hex) {
return this.algorithmic({hex:hex});
},
/**
Generate tetradic color palette
var palette=pk.color.triadic('#FF0000');
// palette = ["#ff0000", "#80ff00", "#00ffff", "#8000ff"]
@method tetradic
@param hex {String} HEX color string
@return {Array} Returns array of HEX color strings
*/
tetradic: function(hex) {
return this.algorithmic({
hex:hex,
count:4
});
},
/**
Generate pentadic color palette
var palette=pk.color.triadic('#FF0000');
// palette = ["#ff0000", "#ccff00", "#00ff66", "#0066ff", "#cc00ff"]
@method pentadic
@param hex {String} HEX color string
@return {Array} Returns array of HEX color strings
*/
pentadic: function(hex) {
return this.algorithmic({
hex:hex,
count:5
});
},
degrees: function(degrees, offset) {
degrees += offset;
if (degrees > 360) {
degrees -= 360;
} else if (degrees < 0) {
degrees += 360;
}
return degrees;
},
/**
Generate a color from a percentage point between two colors
var color=pk.color.percentage(0.5);
// color = "#f2e600";
@method percentage
@param perc {Number} Percentage between first and second colors to generate color point from expressed as value between zero and one
@param [hex1=#ff0000] {String} Starting color HEX value defaults to `#ff0000` red so 0% is red
@param [hex2=#27ae62] {String} Starting color HEX value defaults to `#1ae500` green so 100% is green
@return {String} Returns resulting HEX color
*/
percentage:function(perc, hex1, hex2){
hex1=hex1 || '#ff0000';
hex2=hex2 || '#27ae62';
var hsv1=pk.color.hex2hsv(hex1),
hsv2=pk.color.hex2hsv(hex2);
return pk.color.hsv2hex([Math.round(hsv1[0]+perc*(hsv2[0]-hsv1[0])),Math.round(hsv1[1]+perc*(hsv2[1]-hsv1[1])),Math.round(hsv1[2]+perc*(hsv2[2]-hsv1[2]))]);
},
/**
Scale either hue, saturation or value of a color by a percentage amount
var scale=pk.scale.percentage(0.5);
// color = "#f2e600";
@method scale
@param hex {String} HEX color string
@param perc {Number} Percentage to adjust color by
@param [type=hue] {String} String, scale to adjust, either `hue`, `saturation` or `value`
@param [abs] {Boolean} Define percentage as absolute value from base to max, defaults to relative value between current and max
@return {String} Returns resulting HEX color
*/
scale:function(hex, perc, type, abs){
type=type||'hue';
var hsv=this.hex2hsv(hex),
adj=type==='hue' ? hsv[0] : type==='saturation' ? hsv[1] : hsv[2];
perc = Math.abs(perc) > 1 ? perc/100 : perc;
perc = abs===true ? perc*100 : adj+((type==='hue' ? 360 : 100)-adj)*perc;
return this.hsv2hex([type==="hue" ? adj : hsv[0], type==="saturation" ? perc : hsv[1], type==="value" ? perc : hsv[2]]);
},
/**
Lighten a color by a percentage amount
var color=pk.color.lighten('#840000', 70);
// color = "#da0000";
@method lighten
@param hex {String} HEX color string
@param perc {Number} Percentage to lighten color by
@param [abs=lightness] {Boolean} Define percentage lightness as absolute value, defaults to relative
@return {String} Returns resulting HEX color
*/
lighten:function(hex, perc, abs){
perc = perc > 0 ? perc : -1*perc;
return this.scale(hex, perc, 'value', abs);
},
/**
Darken a color by a percentage amount
var color=pk.color.darken('#840000', 70);
// color = "#da0000";
@method darken
@param hex {String} HEX color string
@param perc {Number} Percentage to darken color by
@param [abs=lightness] {Boolean} Define percentage lightness as absolute value, defaults to relative
@return {String} Returns resulting HEX color
*/
darken:function(hex, perc, abs){
perc = perc < 0 ? perc : -1*perc;
return this.scale(hex, perc, 'value', abs);
},
/**
Saturate a color by a percentage amount
var color=pk.color.saturate('#840000', 70);
// color = "#820000";
@method saturate
@param hex {String} HEX color string
@param perc {Number} Percentage to saturate color by
@param [abs=lightness] {Boolean} Define percentage saturation as absolute value, defaults to relative
@return {String} Returns resulting HEX color
*/
saturate:function(hex, perc, abs){
perc = perc > 0 ? perc : -1*perc;
return this.scale(hex, perc, 'saturation', abs);
},
/**
Desaturate a color by a percentage amount
var color=pk.color.desaturate('#840000', 70);
// color = "#820000";
@method saturate
@param hex {String} HEX color string
@param perc {Number} Percentage to saturate color by
@param [abs=lightness] {Boolean} Define percentage desaturation as absolute value, defaults to relative
@return {String} Returns resulting HEX color
*/
desaturate:function(hex, perc, abs){
perc = perc > 0 ? perc : -1*perc;
return this.scale(hex, perc, 'saturation', abs);
},
/**
Generate algorithmic color palette
var palette=pk.color.algorithmic ({hex:'#FF0000'});
// palette = ["#ff0000", "#00ff00", "#0000ff"]
var palette=pk.color.algorithmic ({hex:'#FF0000', count: 5});
// palette = ["#ff0000", "#ccff00", "#00ff66", "#0066ff", "#cc00ff"]
var palette=pk.color.algorithmic ({hex:'#FF0000', scope: 100, count:4});
// palette = ["#ff00d4", "#ff0047", "#ff4700", "#ffd500"]
var palette=pk.color.algorithmic ({hex:'#FF0000', type:'saturation', scope:50});
// palette = ["#ffffff", "#ffbfbf", "#ff8080"]
@method algorithmic
@param options {Object} Algorithmic color transformation options
@param options.hex {String} HEX color string
@param [options.count=3] {Number} Number of colors to produce
@param [options.type=hue] {String} Component to calculate on, either `hue`, `saturation` or `value`
@param [options.scope=360] {Number} Number of degrees of rotation to consider
@param [options.rotation=0] {Number} Number of degrees of rotation to calculate from
@return {Array} Returns array of HEX color strings
*/
// pick a point on the wheel, the number of degrees either side to cover and the split
algorithmic: function(opt) {
if(!opt.hex){return;}
var hex=opt.hex,
count = typeof opt.count === 'undefined' ? 3: opt.count,
type = typeof opt.type === 'undefined' ? 'hue' : opt.type,
scope = typeof opt.scope === 'undefined' ? 360 : opt.scope,
rotation = typeof opt.rotation === 'undefined' ? 0 : opt.rotation,
hsv = this.hex2hsv(hex),
h = hsv[0],
s = hsv[1],
v = hsv[2],
origin, steps, palette = [],
offset, i;
// if scope is 360, the start and end point are the same color, so should be avoided, otherwise enlargen the steps
steps = (type === "hue" && (scope === 360 || scope === 0)) ? scope / count : scope / (count - 1);
// if scope is 360, start on the current color
origin = (scope === 360) ? h : this.degrees(this.degrees(h, rotation), -1 * scope / 2);
for (i = 0; i < count; i += 1) {
offset = steps * i;
switch (type) {
case "hue":
palette.push(this.hsv2hex([this.degrees(origin, offset, 360) === 360 ? 0 : this.degrees(origin, offset, 360), s, v]));
break;
case "saturation":
palette.push(this.hsv2hex([h, offset, v]));
break;
case "value":
case "lightness":
case "brightness":
palette.push(this.hsv2hex([h, s, offset]));
break;
}
}
return palette;
}
};
return pk;
})(pk);
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-7/Chapter07P01/doc/index-files/index-1.html | tliang1/Java-Practice | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Jan 16 15:59:35 PST 2017 -->
<title>M-Index</title>
<meta name="date" content="2017-01-16">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="M-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../main/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../main/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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="contentContainer"><a href="index-1.html">M</a> <a href="index-2.html">R</a> <a href="index-3.html">S</a> <a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><a href="../main/package-summary.html">main</a> - package main</dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="../main/SumOfNumbersInAMatrix.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class main.<a href="../main/SumOfNumbersInAMatrix.html" title="class in main">SumOfNumbersInAMatrix</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">M</a> <a href="index-2.html">R</a> <a href="index-3.html">S</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../main/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="../main/package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Letter</li>
<li><a href="index-2.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-1.html" target="_top">Frames</a></li>
<li><a href="index-1.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>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.