path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
v0.10.0/generated/statsmodels.regression.linear_model.OLS.loglike.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.regression.linear_model.OLS.loglike — statsmodels v0.10.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.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="../_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.regression.linear_model.OLS.predict" href="statsmodels.regression.linear_model.OLS.predict.html" />
<link rel="prev" title="statsmodels.regression.linear_model.OLS.initialize" href="statsmodels.regression.linear_model.OLS.initialize.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
<script type="text/javascript">
$.facebox.settings.closeImage = "../_static/closelabel.png"
$.facebox.settings.loadingImage = "../_static/loading.gif"
</script>
<script>
$(document).ready(function() {
$.getJSON("../../versions.json", function(versions) {
var dropdown = document.createElement("div");
dropdown.className = "dropdown";
var button = document.createElement("button");
button.className = "dropbtn";
button.innerHTML = "Other Versions";
var content = document.createElement("div");
content.className = "dropdown-content";
dropdown.appendChild(button);
dropdown.appendChild(content);
$(".header").prepend(dropdown);
for (var i = 0; i < versions.length; i++) {
if (versions[i].substring(0, 1) == "v") {
versions[i] = [versions[i], versions[i].substring(1)];
} else {
versions[i] = [versions[i], versions[i]];
};
};
for (var i = 0; i < versions.length; i++) {
var a = document.createElement("a");
a.innerHTML = versions[i][1];
a.href = "../../" + versions[i][0] + "/index.html";
a.title = versions[i][1];
$(".dropdown-content").append(a);
};
});
});
</script>
</head><body>
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</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"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.regression.linear_model.OLS.predict.html" title="statsmodels.regression.linear_model.OLS.predict"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.regression.linear_model.OLS.initialize.html" title="statsmodels.regression.linear_model.OLS.initialize"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../regression.html" >Linear Regression</a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.regression.linear_model.OLS.html" accesskey="U">statsmodels.regression.linear_model.OLS</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-regression-linear-model-ols-loglike">
<h1>statsmodels.regression.linear_model.OLS.loglike<a class="headerlink" href="#statsmodels-regression-linear-model-ols-loglike" title="Permalink to this headline">¶</a></h1>
<p>method</p>
<dl class="method">
<dt id="statsmodels.regression.linear_model.OLS.loglike">
<code class="sig-prename descclassname">OLS.</code><code class="sig-name descname">loglike</code><span class="sig-paren">(</span><em class="sig-param">params</em>, <em class="sig-param">scale=None</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/regression/linear_model.html#OLS.loglike"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.regression.linear_model.OLS.loglike" title="Permalink to this definition">¶</a></dt>
<dd><p>The likelihood function for the OLS model.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl class="simple">
<dt><strong>params</strong><span class="classifier">array-like</span></dt><dd><p>The coefficients with which to estimate the log-likelihood.</p>
</dd>
<dt><strong>scale</strong><span class="classifier">float or None</span></dt><dd><p>If None, return the profile (concentrated) log likelihood
(profiled over the scale parameter), else return the
log-likelihood using the given scale value.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><strong>The likelihood function evaluated at params.</strong></dt><dd></dd>
</dl>
</dd>
</dl>
</dd></dl>
</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="statsmodels.regression.linear_model.OLS.initialize.html"
title="previous chapter">statsmodels.regression.linear_model.OLS.initialize</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.regression.linear_model.OLS.predict.html"
title="next chapter">statsmodels.regression.linear_model.OLS.predict</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.regression.linear_model.OLS.loglike.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.
</div>
</body>
</html> |
v0.11.0/generated/statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<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="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono:400,500,700&display=fallback">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/material.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.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="../_static/language_data.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.sandbox.distributions.extras.SkewNorm_gen.rvs" href="statsmodels.sandbox.distributions.extras.SkewNorm_gen.rvs.html" />
<link rel="prev" title="statsmodels.sandbox.distributions.extras.SkewNorm_gen.pdf" href="statsmodels.sandbox.distributions.extras.SkewNorm_gen.pdf.html" />
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels 0.11.0</span>
<span class="md-header-nav__topic"> statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="GET" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../distributions.html" class="md-tabs__link">Distributions</a></li>
<li class="md-tabs__item"><a href="statsmodels.sandbox.distributions.extras.SkewNorm_gen.html" class="md-tabs__link">statsmodels.sandbox.distributions.extras.SkewNorm_gen</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels 0.11.0</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../stats.html" class="md-nav__link">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a>
</li>
<li class="md-nav__item">
<a href="../contingency_tables.html" class="md-nav__link">Contingency tables</a>
</li>
<li class="md-nav__item">
<a href="../imputation.html" class="md-nav__link">Multiple Imputation with Chained Equations</a>
</li>
<li class="md-nav__item">
<a href="../emplike.html" class="md-nav__link">Empirical Likelihood <code class="xref py py-mod docutils literal notranslate"><span class="pre">emplike</span></code></a>
</li>
<li class="md-nav__item">
<a href="../distributions.html" class="md-nav__link">Distributions</a>
</li>
<li class="md-nav__item">
<a href="../graphics.html" class="md-nav__link">Graphics</a>
</li>
<li class="md-nav__item">
<a href="../iolib.html" class="md-nav__link">Input-Output <code class="xref py py-mod docutils literal notranslate"><span class="pre">iolib</span></code></a>
</li>
<li class="md-nav__item">
<a href="../tools.html" class="md-nav__link">Tools</a>
</li>
<li class="md-nav__item">
<a href="../large_data.html" class="md-nav__link">Working with Large Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../optimization.html" class="md-nav__link">Optimization</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-sandbox-distributions-extras-skewnorm-gen-ppf--page-root">statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf<a class="headerlink" href="#generated-statsmodels-sandbox-distributions-extras-skewnorm-gen-ppf--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf">
<code class="sig-prename descclassname">SkewNorm_gen.</code><code class="sig-name descname">ppf</code><span class="sig-paren">(</span><em class="sig-param">q</em>, <em class="sig-param">*args</em>, <em class="sig-param">**kwds</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.sandbox.distributions.extras.SkewNorm_gen.ppf" title="Permalink to this definition">¶</a></dt>
<dd><p>Percent point function (inverse of <cite>cdf</cite>) at q of the given RV.</p>
<dl class="field-list">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl>
<dt><strong>q</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a></span></dt><dd><p>lower tail probability</p>
</dd>
<dt><strong>arg1, arg2, arg3,…</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a></span></dt><dd><p>The shape parameter(s) for the distribution (see docstring of the
instance object for more information)</p>
</dd>
<dt><strong>loc</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>location parameter (default=0)</p>
</dd>
<dt><strong>scale</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>scale parameter (default=1)</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl>
<dt><strong>x</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a></span></dt><dd><p>quantile corresponding to the lower tail probability q.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.sandbox.distributions.extras.SkewNorm_gen.pdf.html" title="Material"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.sandbox.distributions.extras.SkewNorm_gen.pdf </span>
</div>
</a>
<a href="statsmodels.sandbox.distributions.extras.SkewNorm_gen.rvs.html" title="Admonition"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.sandbox.distributions.extras.SkewNorm_gen.rvs </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Jan 22, 2020.
<br/>
Created using
<a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> |
SQLAlchemy-0.9.9/doc/orm/mapping_styles.html | Abi1ity/uniclust2.0 | <!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>
Types of Mappings
—
SQLAlchemy 0.9 Documentation
</title>
<!-- begin iterate through SQLA + sphinx environment css_files -->
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/changelog.css" type="text/css" />
<link rel="stylesheet" href="../_static/sphinx_paramlinks.css" type="text/css" />
<link rel="stylesheet" href="../_static/docs.css" type="text/css" />
<!-- end iterate through SQLA + sphinx environment css_files -->
<!-- begin layout.mako headers -->
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="copyright" title="Copyright" href="../copyright.html" />
<link rel="top" title="SQLAlchemy 0.9 Documentation" href="../index.html" />
<link rel="up" title="Mapper Configuration" href="mapper_config.html" />
<link rel="next" title="Mapping Columns and Expressions" href="scalar_mapping.html" />
<link rel="prev" title="Mapper Configuration" href="mapper_config.html" />
<!-- end layout.mako headers -->
</head>
<body>
<div id="docs-container">
<div id="docs-top-navigation-container" class="body-background">
<div id="docs-header">
<div id="docs-version-header">
Release: <span class="version-num">0.9.9</span> | Release Date: March 10, 2015
</div>
<h1>SQLAlchemy 0.9 Documentation</h1>
</div>
</div>
<div id="docs-body-container">
<div id="fixed-sidebar" class="withsidebar">
<div id="docs-sidebar-popout">
<h3><a href="../index.html">SQLAlchemy 0.9 Documentation</a></h3>
<p id="sidebar-topnav">
<a href="../contents.html">Contents</a> |
<a href="../genindex.html">Index</a>
</p>
<div id="sidebar-search">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="12" /> <input type="submit" value="Search" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div id="docs-sidebar">
<h3>
<a href="index.html" title="SQLAlchemy ORM">SQLAlchemy ORM</a>
</h3>
<ul>
<li><span class="link-container first"><a class="reference external" href="tutorial.html">Object Relational Tutorial</a></span></li>
<li><span class="link-container first"><a class="reference external" href="mapper_config.html">Mapper Configuration</a></span><ul>
<li class="selected"><span class="link-container first"><strong>Types of Mappings</strong><a class="paramlink headerlink reference internal" href="#">¶</a></span><ul>
<li><span class="link-container first"><a class="reference external" href="#declarative-mapping">Declarative Mapping</a></span></li>
<li><span class="link-container first"><a class="reference external" href="#classical-mappings">Classical Mappings</a></span></li>
<li><span class="link-container first"><a class="reference external" href="#runtime-intropsection-of-mappings-objects">Runtime Intropsection of Mappings, Objects</a></span></li>
</ul>
</li>
<li><span class="link-container first"><a class="reference external" href="scalar_mapping.html">Mapping Columns and Expressions</a></span></li>
<li><span class="link-container first"><a class="reference external" href="inheritance.html">Mapping Class Inheritance Hierarchies</a></span></li>
<li><span class="link-container first"><a class="reference external" href="nonstandard_mappings.html">Non-Traditional Mappings</a></span></li>
<li><span class="link-container first"><a class="reference external" href="versioning.html">Configuring a Version Counter</a></span></li>
<li><span class="link-container first"><a class="reference external" href="mapping_api.html">Class Mapping API</a></span></li>
</ul>
</li>
<li><span class="link-container first"><a class="reference external" href="relationships.html">Relationship Configuration</a></span></li>
<li><span class="link-container first"><a class="reference external" href="loading_objects.html">Loading Objects</a></span></li>
<li><span class="link-container first"><a class="reference external" href="session.html">Using the Session</a></span></li>
<li><span class="link-container first"><a class="reference external" href="extending.html">Events and Internals</a></span></li>
<li><span class="link-container first"><a class="reference external" href="extensions/index.html">ORM Extensions</a></span></li>
<li><span class="link-container first"><a class="reference external" href="examples.html">ORM Examples</a></span></li>
</ul>
</div>
</div>
<div id="docs-body" class="withsidebar" >
<div class="section" id="types-of-mappings">
<h1>Types of Mappings<a class="headerlink" href="#types-of-mappings" title="Permalink to this headline">¶</a></h1>
<p>Modern SQLAlchemy features two distinct styles of mapper configuration.
The “Classical” style is SQLAlchemy’s original mapping API, whereas
“Declarative” is the richer and more succinct system that builds on top
of “Classical”. Both styles may be used interchangeably, as the end
result of each is exactly the same - a user-defined class mapped by the
<a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper" title="sqlalchemy.orm.mapper"><tt class="xref py py-func docutils literal"><span class="pre">mapper()</span></tt></a> function onto a selectable unit, typically a <a class="reference internal" href="../core/metadata.html#sqlalchemy.schema.Table" title="sqlalchemy.schema.Table"><tt class="xref py py-class docutils literal"><span class="pre">Table</span></tt></a>.</p>
<div class="section" id="declarative-mapping">
<h2>Declarative Mapping<a class="headerlink" href="#declarative-mapping" title="Permalink to this headline">¶</a></h2>
<p>The <em>Declarative Mapping</em> is the typical way that
mappings are constructed in modern SQLAlchemy.
Making use of the <a class="reference internal" href="extensions/declarative/index.html"><em>Declarative</em></a>
system, the components of the user-defined class as well as the
<a class="reference internal" href="../core/metadata.html#sqlalchemy.schema.Table" title="sqlalchemy.schema.Table"><tt class="xref py py-class docutils literal"><span class="pre">Table</span></tt></a> metadata to which the class is mapped are defined
at once:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">sqlalchemy.ext.declarative</span> <span class="kn">import</span> <span class="n">declarative_base</span>
<span class="kn">from</span> <span class="nn">sqlalchemy</span> <span class="kn">import</span> <span class="n">Column</span><span class="p">,</span> <span class="n">Integer</span><span class="p">,</span> <span class="n">String</span><span class="p">,</span> <span class="n">ForeignKey</span>
<span class="n">Base</span> <span class="o">=</span> <span class="n">declarative_base</span><span class="p">()</span>
<span class="k">class</span> <span class="nc">User</span><span class="p">(</span><span class="n">Base</span><span class="p">):</span>
<span class="n">__tablename__</span> <span class="o">=</span> <span class="s">'user'</span>
<span class="nb">id</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">Integer</span><span class="p">,</span> <span class="n">primary_key</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
<span class="n">name</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">fullname</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">password</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span></pre></div>
</div>
<p>Above, a basic single-table mapping with four columns. Additional
attributes, such as relationships to other mapped classes, are also
declared inline within the class definition:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="k">class</span> <span class="nc">User</span><span class="p">(</span><span class="n">Base</span><span class="p">):</span>
<span class="n">__tablename__</span> <span class="o">=</span> <span class="s">'user'</span>
<span class="nb">id</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">Integer</span><span class="p">,</span> <span class="n">primary_key</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
<span class="n">name</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">fullname</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">password</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span>
<span class="n">addresses</span> <span class="o">=</span> <span class="n">relationship</span><span class="p">(</span><span class="s">"Address"</span><span class="p">,</span> <span class="n">backref</span><span class="o">=</span><span class="s">"user"</span><span class="p">,</span> <span class="n">order_by</span><span class="o">=</span><span class="s">"Address.id"</span><span class="p">)</span>
<span class="k">class</span> <span class="nc">Address</span><span class="p">(</span><span class="n">Base</span><span class="p">):</span>
<span class="n">__tablename__</span> <span class="o">=</span> <span class="s">'address'</span>
<span class="nb">id</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">Integer</span><span class="p">,</span> <span class="n">primary_key</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
<span class="n">user_id</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">ForeignKey</span><span class="p">(</span><span class="s">'user.id'</span><span class="p">))</span>
<span class="n">email_address</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">String</span><span class="p">)</span></pre></div>
</div>
<p>The declarative mapping system is introduced in the
<a class="reference internal" href="tutorial.html"><em>Object Relational Tutorial</em></a>. For additional details on how this system
works, see <a class="reference internal" href="extensions/declarative/index.html"><em>Declarative</em></a>.</p>
</div>
<div class="section" id="classical-mappings">
<span id="classical-mapping"></span><h2>Classical Mappings<a class="headerlink" href="#classical-mappings" title="Permalink to this headline">¶</a></h2>
<p>A <em>Classical Mapping</em> refers to the configuration of a mapped class using the
<a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper" title="sqlalchemy.orm.mapper"><tt class="xref py py-func docutils literal"><span class="pre">mapper()</span></tt></a> function, without using the Declarative system. This is
SQLAlchemy’s original class mapping API, and is still the base mapping
system provided by the ORM.</p>
<p>In “classical” form, the table metadata is created separately with the
<a class="reference internal" href="../core/metadata.html#sqlalchemy.schema.Table" title="sqlalchemy.schema.Table"><tt class="xref py py-class docutils literal"><span class="pre">Table</span></tt></a> construct, then associated with the <tt class="docutils literal"><span class="pre">User</span></tt> class via
the <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper" title="sqlalchemy.orm.mapper"><tt class="xref py py-func docutils literal"><span class="pre">mapper()</span></tt></a> function:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">sqlalchemy</span> <span class="kn">import</span> <span class="n">Table</span><span class="p">,</span> <span class="n">MetaData</span><span class="p">,</span> <span class="n">Column</span><span class="p">,</span> <span class="n">Integer</span><span class="p">,</span> <span class="n">String</span><span class="p">,</span> <span class="n">ForeignKey</span>
<span class="kn">from</span> <span class="nn">sqlalchemy.orm</span> <span class="kn">import</span> <span class="n">mapper</span>
<span class="n">metadata</span> <span class="o">=</span> <span class="n">MetaData</span><span class="p">()</span>
<span class="n">user</span> <span class="o">=</span> <span class="n">Table</span><span class="p">(</span><span class="s">'user'</span><span class="p">,</span> <span class="n">metadata</span><span class="p">,</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'id'</span><span class="p">,</span> <span class="n">Integer</span><span class="p">,</span> <span class="n">primary_key</span><span class="o">=</span><span class="bp">True</span><span class="p">),</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'name'</span><span class="p">,</span> <span class="n">String</span><span class="p">(</span><span class="mi">50</span><span class="p">)),</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'fullname'</span><span class="p">,</span> <span class="n">String</span><span class="p">(</span><span class="mi">50</span><span class="p">)),</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'password'</span><span class="p">,</span> <span class="n">String</span><span class="p">(</span><span class="mi">12</span><span class="p">))</span>
<span class="p">)</span>
<span class="k">class</span> <span class="nc">User</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">name</span><span class="p">,</span> <span class="n">fullname</span><span class="p">,</span> <span class="n">password</span><span class="p">):</span>
<span class="bp">self</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="n">name</span>
<span class="bp">self</span><span class="o">.</span><span class="n">fullname</span> <span class="o">=</span> <span class="n">fullname</span>
<span class="bp">self</span><span class="o">.</span><span class="n">password</span> <span class="o">=</span> <span class="n">password</span>
<span class="n">mapper</span><span class="p">(</span><span class="n">User</span><span class="p">,</span> <span class="n">user</span><span class="p">)</span></pre></div>
</div>
<p>Information about mapped attributes, such as relationships to other classes, are provided
via the <tt class="docutils literal"><span class="pre">properties</span></tt> dictionary. The example below illustrates a second <a class="reference internal" href="../core/metadata.html#sqlalchemy.schema.Table" title="sqlalchemy.schema.Table"><tt class="xref py py-class docutils literal"><span class="pre">Table</span></tt></a>
object, mapped to a class called <tt class="docutils literal"><span class="pre">Address</span></tt>, then linked to <tt class="docutils literal"><span class="pre">User</span></tt> via <a class="reference internal" href="relationship_api.html#sqlalchemy.orm.relationship" title="sqlalchemy.orm.relationship"><tt class="xref py py-func docutils literal"><span class="pre">relationship()</span></tt></a>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="n">address</span> <span class="o">=</span> <span class="n">Table</span><span class="p">(</span><span class="s">'address'</span><span class="p">,</span> <span class="n">metadata</span><span class="p">,</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'id'</span><span class="p">,</span> <span class="n">Integer</span><span class="p">,</span> <span class="n">primary_key</span><span class="o">=</span><span class="bp">True</span><span class="p">),</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'user_id'</span><span class="p">,</span> <span class="n">Integer</span><span class="p">,</span> <span class="n">ForeignKey</span><span class="p">(</span><span class="s">'user.id'</span><span class="p">)),</span>
<span class="n">Column</span><span class="p">(</span><span class="s">'email_address'</span><span class="p">,</span> <span class="n">String</span><span class="p">(</span><span class="mi">50</span><span class="p">))</span>
<span class="p">)</span>
<span class="n">mapper</span><span class="p">(</span><span class="n">User</span><span class="p">,</span> <span class="n">user</span><span class="p">,</span> <span class="n">properties</span><span class="o">=</span><span class="p">{</span>
<span class="s">'addresses'</span> <span class="p">:</span> <span class="n">relationship</span><span class="p">(</span><span class="n">Address</span><span class="p">,</span> <span class="n">backref</span><span class="o">=</span><span class="s">'user'</span><span class="p">,</span> <span class="n">order_by</span><span class="o">=</span><span class="n">address</span><span class="o">.</span><span class="n">c</span><span class="o">.</span><span class="n">id</span><span class="p">)</span>
<span class="p">})</span>
<span class="n">mapper</span><span class="p">(</span><span class="n">Address</span><span class="p">,</span> <span class="n">address</span><span class="p">)</span></pre></div>
</div>
<p>When using classical mappings, classes must be provided directly without the benefit
of the “string lookup” system provided by Declarative. SQL expressions are typically
specified in terms of the <a class="reference internal" href="../core/metadata.html#sqlalchemy.schema.Table" title="sqlalchemy.schema.Table"><tt class="xref py py-class docutils literal"><span class="pre">Table</span></tt></a> objects, i.e. <tt class="docutils literal"><span class="pre">address.c.id</span></tt> above
for the <tt class="docutils literal"><span class="pre">Address</span></tt> relationship, and not <tt class="docutils literal"><span class="pre">Address.id</span></tt>, as <tt class="docutils literal"><span class="pre">Address</span></tt> may not
yet be linked to table metadata, nor can we specify a string here.</p>
<p>Some examples in the documentation still use the classical approach, but note that
the classical as well as Declarative approaches are <strong>fully interchangeable</strong>. Both
systems ultimately create the same configuration, consisting of a <a class="reference internal" href="../core/metadata.html#sqlalchemy.schema.Table" title="sqlalchemy.schema.Table"><tt class="xref py py-class docutils literal"><span class="pre">Table</span></tt></a>,
user-defined class, linked together with a <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper" title="sqlalchemy.orm.mapper"><tt class="xref py py-func docutils literal"><span class="pre">mapper()</span></tt></a>. When we talk about
“the behavior of <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper" title="sqlalchemy.orm.mapper"><tt class="xref py py-func docutils literal"><span class="pre">mapper()</span></tt></a>”, this includes when using the Declarative system
as well - it’s still used, just behind the scenes.</p>
</div>
<div class="section" id="runtime-intropsection-of-mappings-objects">
<h2>Runtime Intropsection of Mappings, Objects<a class="headerlink" href="#runtime-intropsection-of-mappings-objects" title="Permalink to this headline">¶</a></h2>
<p>The <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper.Mapper" title="sqlalchemy.orm.mapper.Mapper"><tt class="xref py py-class docutils literal"><span class="pre">Mapper</span></tt></a> object is available from any mapped class, regardless
of method, using the <a class="reference internal" href="../core/inspection.html"><em>Runtime Inspection API</em></a> system. Using the
<a class="reference internal" href="../core/inspection.html#sqlalchemy.inspection.inspect" title="sqlalchemy.inspection.inspect"><tt class="xref py py-func docutils literal"><span class="pre">inspect()</span></tt></a> function, one can acquire the <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper.Mapper" title="sqlalchemy.orm.mapper.Mapper"><tt class="xref py py-class docutils literal"><span class="pre">Mapper</span></tt></a> from a
mapped class:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">sqlalchemy</span> <span class="kn">import</span> <span class="n">inspect</span>
<span class="gp">>>> </span><span class="n">insp</span> <span class="o">=</span> <span class="n">inspect</span><span class="p">(</span><span class="n">User</span><span class="p">)</span></pre></div>
</div>
<p>Detailed information is available including <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper.Mapper.columns" title="sqlalchemy.orm.mapper.Mapper.columns"><tt class="xref py py-attr docutils literal"><span class="pre">Mapper.columns</span></tt></a>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">insp</span><span class="o">.</span><span class="n">columns</span>
<span class="go"><sqlalchemy.util._collections.OrderedProperties object at 0x102f407f8></span></pre></div>
</div>
<p>This is a namespace that can be viewed in a list format or
via individual names:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="nb">list</span><span class="p">(</span><span class="n">insp</span><span class="o">.</span><span class="n">columns</span><span class="p">)</span>
<span class="go">[Column('id', Integer(), table=<user>, primary_key=True, nullable=False), Column('name', String(length=50), table=<user>), Column('fullname', String(length=50), table=<user>), Column('password', String(length=12), table=<user>)]</span>
<span class="gp">>>> </span><span class="n">insp</span><span class="o">.</span><span class="n">columns</span><span class="o">.</span><span class="n">name</span>
<span class="go">Column('name', String(length=50), table=<user>)</span></pre></div>
</div>
<p>Other namespaces include <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper.Mapper.all_orm_descriptors" title="sqlalchemy.orm.mapper.Mapper.all_orm_descriptors"><tt class="xref py py-attr docutils literal"><span class="pre">Mapper.all_orm_descriptors</span></tt></a>, which includes all mapped
attributes as well as hybrids, association proxies:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">insp</span><span class="o">.</span><span class="n">all_orm_descriptors</span>
<span class="go"><sqlalchemy.util._collections.ImmutableProperties object at 0x1040e2c68></span>
<span class="gp">>>> </span><span class="n">insp</span><span class="o">.</span><span class="n">all_orm_descriptors</span><span class="o">.</span><span class="n">keys</span><span class="p">()</span>
<span class="go">['fullname', 'password', 'name', 'id']</span></pre></div>
</div>
<p>As well as <a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper.Mapper.column_attrs" title="sqlalchemy.orm.mapper.Mapper.column_attrs"><tt class="xref py py-attr docutils literal"><span class="pre">Mapper.column_attrs</span></tt></a>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="nb">list</span><span class="p">(</span><span class="n">insp</span><span class="o">.</span><span class="n">column_attrs</span><span class="p">)</span>
<span class="go">[<ColumnProperty at 0x10403fde0; id>, <ColumnProperty at 0x10403fce8; name>, <ColumnProperty at 0x1040e9050; fullname>, <ColumnProperty at 0x1040e9148; password>]</span>
<span class="gp">>>> </span><span class="n">insp</span><span class="o">.</span><span class="n">column_attrs</span><span class="o">.</span><span class="n">name</span>
<span class="go"><ColumnProperty at 0x10403fce8; name></span>
<span class="gp">>>> </span><span class="n">insp</span><span class="o">.</span><span class="n">column_attrs</span><span class="o">.</span><span class="n">name</span><span class="o">.</span><span class="n">expression</span>
<span class="go">Column('name', String(length=50), table=<user>)</span></pre></div>
</div>
<div class="admonition seealso">
<p class="first admonition-title">See also</p>
<p><a class="reference internal" href="../core/inspection.html"><em>Runtime Inspection API</em></a></p>
<p><a class="reference internal" href="mapping_api.html#sqlalchemy.orm.mapper.Mapper" title="sqlalchemy.orm.mapper.Mapper"><tt class="xref py py-class docutils literal"><span class="pre">Mapper</span></tt></a></p>
<p class="last"><a class="reference internal" href="internals.html#sqlalchemy.orm.state.InstanceState" title="sqlalchemy.orm.state.InstanceState"><tt class="xref py py-class docutils literal"><span class="pre">InstanceState</span></tt></a></p>
</div>
</div>
</div>
</div>
</div>
<div id="docs-bottom-navigation" class="docs-navigation-links">
Previous:
<a href="mapper_config.html" title="previous chapter">Mapper Configuration</a>
Next:
<a href="scalar_mapping.html" title="next chapter">Mapping Columns and Expressions</a>
<div id="docs-copyright">
© <a href="../copyright.html">Copyright</a> 2007-2015, the SQLAlchemy authors and contributors.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3.
</div>
</div>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.9.9',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html'
};
</script>
<!-- begin iterate through sphinx environment script_files -->
<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>
<!-- end iterate through sphinx environment script_files -->
<script type="text/javascript" src="../_static/detectmobile.js"></script>
<script type="text/javascript" src="../_static/init.js"></script>
</body>
</html>
|
widgets/loader/assets/loaders.css | dlds/yii2-components | /**
* Copyright (c) 2016 Connor Atherton
*
* All animations must live in their own file
* in the animations directory and be included
* here.
*
*/
/**
* Styles shared by multiple animations
*/
/**
* Dots
*/
@-webkit-keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-pulse > div:nth-child(1) {
-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(2) {
-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(3) {
-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
@-webkit-keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px); }
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
.ball-pulse-sync > div:nth-child(1) {
-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(2) {
-webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(3) {
-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
.ball-pulse-sync > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
@-webkit-keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.ball-scale > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
height: 60px;
width: 60px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite; }
@keyframes ball-scale {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.ball-scale > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
height: 60px;
width: 60px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite; }
.ball-scale-random {
width: 37px;
height: 40px; }
.ball-scale-random > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
display: inline-block;
height: 30px;
width: 30px;
-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
animation: ball-scale 1s 0s ease-in-out infinite; }
.ball-scale-random > div:nth-child(1) {
margin-left: -7px;
-webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
animation: ball-scale 1s 0.2s ease-in-out infinite; }
.ball-scale-random > div:nth-child(3) {
margin-left: -2px;
margin-top: 9px;
-webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
animation: ball-scale 1s 0.5s ease-in-out infinite; }
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.ball-rotate {
position: relative; }
.ball-rotate > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: relative; }
.ball-rotate > div:first-child {
-webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
.ball-rotate > div:before, .ball-rotate > div:after {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
content: "";
position: absolute;
opacity: 0.8; }
.ball-rotate > div:before {
top: 0px;
left: -28px; }
.ball-rotate > div:after {
top: 0px;
left: 25px; }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.ball-clip-rotate > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
border: 2px solid #fff;
border-bottom-color: transparent;
height: 26px;
width: 26px;
background: transparent !important;
display: inline-block;
-webkit-animation: rotate 0.75s 0s linear infinite;
animation: rotate 0.75s 0s linear infinite; }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1); }
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6); }
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1); } }
@keyframes scale {
30% {
-webkit-transform: scale(0.3);
transform: scale(0.3); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-clip-rotate-pulse {
position: relative;
-webkit-transform: translateY(-15px);
transform: translateY(-15px); }
.ball-clip-rotate-pulse > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: 0px;
left: 0px;
border-radius: 100%; }
.ball-clip-rotate-pulse > div:first-child {
background: #fff;
height: 16px;
width: 16px;
top: 7px;
left: -7px;
-webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
.ball-clip-rotate-pulse > div:last-child {
position: absolute;
border: 2px solid #fff;
width: 30px;
height: 30px;
left: -16px;
top: -2px;
background: transparent;
border: 2px solid;
border-color: #fff transparent #fff transparent;
-webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
-webkit-animation-duration: 1s;
animation-duration: 1s; }
@keyframes rotate {
0% {
-webkit-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1); }
50% {
-webkit-transform: rotate(180deg) scale(0.6);
transform: rotate(180deg) scale(0.6); }
100% {
-webkit-transform: rotate(360deg) scale(1);
transform: rotate(360deg) scale(1); } }
.ball-clip-rotate-multiple {
position: relative; }
.ball-clip-rotate-multiple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: -20px;
top: -20px;
border: 2px solid #fff;
border-bottom-color: transparent;
border-top-color: transparent;
border-radius: 100%;
height: 35px;
width: 35px;
-webkit-animation: rotate 1s 0s ease-in-out infinite;
animation: rotate 1s 0s ease-in-out infinite; }
.ball-clip-rotate-multiple > div:last-child {
display: inline-block;
top: -10px;
left: -10px;
width: 15px;
height: 15px;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
border-color: #fff transparent #fff transparent;
-webkit-animation-direction: reverse;
animation-direction: reverse; }
@-webkit-keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
@keyframes ball-scale-ripple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
.ball-scale-ripple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
height: 50px;
width: 50px;
border-radius: 100%;
border: 2px solid #fff;
-webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-scale-ripple-multiple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
@keyframes ball-scale-ripple-multiple {
0% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 1; }
70% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.7; }
100% {
opacity: 0.0; } }
.ball-scale-ripple-multiple {
position: relative;
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
.ball-scale-ripple-multiple > div:nth-child(0) {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
.ball-scale-ripple-multiple > div:nth-child(1) {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s; }
.ball-scale-ripple-multiple > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.ball-scale-ripple-multiple > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.ball-scale-ripple-multiple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: -2px;
left: -26px;
width: 50px;
height: 50px;
border-radius: 100%;
border: 2px solid #fff;
-webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-beat {
50% {
opacity: 0.2;
-webkit-transform: scale(0.75);
transform: scale(0.75); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-beat {
50% {
opacity: 0.2;
-webkit-transform: scale(0.75);
transform: scale(0.75); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-beat > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation: ball-beat 0.7s 0s infinite linear;
animation: ball-beat 0.7s 0s infinite linear; }
.ball-beat > div:nth-child(2n-1) {
-webkit-animation-delay: -0.35s !important;
animation-delay: -0.35s !important; }
@-webkit-keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
5% {
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
@keyframes ball-scale-multiple {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0; }
5% {
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; } }
.ball-scale-multiple {
position: relative;
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
.ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s; }
.ball-scale-multiple > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s; }
.ball-scale-multiple > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
left: -30px;
top: 0px;
opacity: 0;
margin: 0;
width: 60px;
height: 60px;
-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
animation: ball-scale-multiple 1s 0s linear infinite; }
@-webkit-keyframes ball-triangle-path-1 {
33% {
-webkit-transform: translate(25px, -50px);
transform: translate(25px, -50px); }
66% {
-webkit-transform: translate(50px, 0px);
transform: translate(50px, 0px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-1 {
33% {
-webkit-transform: translate(25px, -50px);
transform: translate(25px, -50px); }
66% {
-webkit-transform: translate(50px, 0px);
transform: translate(50px, 0px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-2 {
33% {
-webkit-transform: translate(25px, 50px);
transform: translate(25px, 50px); }
66% {
-webkit-transform: translate(-25px, 50px);
transform: translate(-25px, 50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-2 {
33% {
-webkit-transform: translate(25px, 50px);
transform: translate(25px, 50px); }
66% {
-webkit-transform: translate(-25px, 50px);
transform: translate(-25px, 50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-3 {
33% {
-webkit-transform: translate(-50px, 0px);
transform: translate(-50px, 0px); }
66% {
-webkit-transform: translate(-25px, -50px);
transform: translate(-25px, -50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-3 {
33% {
-webkit-transform: translate(-50px, 0px);
transform: translate(-50px, 0px); }
66% {
-webkit-transform: translate(-25px, -50px);
transform: translate(-25px, -50px); }
100% {
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px); } }
.ball-triangle-path {
position: relative;
-webkit-transform: translate(-29.994px, -37.50938px);
transform: translate(-29.994px, -37.50938px); }
.ball-triangle-path > div:nth-child(1) {
-webkit-animation-name: ball-triangle-path-1;
animation-name: ball-triangle-path-1;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(2) {
-webkit-animation-name: ball-triangle-path-2;
animation-name: ball-triangle-path-2;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(3) {
-webkit-animation-name: ball-triangle-path-3;
animation-name: ball-triangle-path-3;
-webkit-animation-delay: 0;
animation-delay: 0;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.ball-triangle-path > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff; }
.ball-triangle-path > div:nth-of-type(1) {
top: 50px; }
.ball-triangle-path > div:nth-of-type(2) {
left: 25px; }
.ball-triangle-path > div:nth-of-type(3) {
top: 50px;
left: 50px; }
@-webkit-keyframes ball-pulse-rise-even {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
25% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
75% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-pulse-rise-even {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
25% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
75% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(1);
transform: scale(1); } }
@-webkit-keyframes ball-pulse-rise-odd {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
25% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
75% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(0.75);
transform: scale(0.75); } }
@keyframes ball-pulse-rise-odd {
0% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
25% {
-webkit-transform: translateY(30px);
transform: translateY(30px); }
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
75% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale(0.75);
transform: scale(0.75); } }
.ball-pulse-rise > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
.ball-pulse-rise > div:nth-child(2n) {
-webkit-animation-name: ball-pulse-rise-even;
animation-name: ball-pulse-rise-even; }
.ball-pulse-rise > div:nth-child(2n-1) {
-webkit-animation-name: ball-pulse-rise-odd;
animation-name: ball-pulse-rise-odd; }
@-webkit-keyframes ball-grid-beat {
50% {
opacity: 0.7; }
100% {
opacity: 1; } }
@keyframes ball-grid-beat {
50% {
opacity: 0.7; }
100% {
opacity: 1; } }
.ball-grid-beat {
width: 57px; }
.ball-grid-beat > div:nth-child(1) {
-webkit-animation-delay: 0.49s;
animation-delay: 0.49s;
-webkit-animation-duration: 0.93s;
animation-duration: 0.93s; }
.ball-grid-beat > div:nth-child(2) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
-webkit-animation-duration: 1.02s;
animation-duration: 1.02s; }
.ball-grid-beat > div:nth-child(3) {
-webkit-animation-delay: 0.63s;
animation-delay: 0.63s;
-webkit-animation-duration: 1.07s;
animation-duration: 1.07s; }
.ball-grid-beat > div:nth-child(4) {
-webkit-animation-delay: -0.04s;
animation-delay: -0.04s;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s; }
.ball-grid-beat > div:nth-child(5) {
-webkit-animation-delay: 0.21s;
animation-delay: 0.21s;
-webkit-animation-duration: 1.41s;
animation-duration: 1.41s; }
.ball-grid-beat > div:nth-child(6) {
-webkit-animation-delay: -0.08s;
animation-delay: -0.08s;
-webkit-animation-duration: 0.66s;
animation-duration: 0.66s; }
.ball-grid-beat > div:nth-child(7) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-duration: 1.36s;
animation-duration: 1.36s; }
.ball-grid-beat > div:nth-child(8) {
-webkit-animation-delay: 0.78s;
animation-delay: 0.78s;
-webkit-animation-duration: 1.17s;
animation-duration: 1.17s; }
.ball-grid-beat > div:nth-child(9) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
-webkit-animation-duration: 1.49s;
animation-duration: 1.49s; }
.ball-grid-beat > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
float: left;
-webkit-animation-name: ball-grid-beat;
animation-name: ball-grid-beat;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
@-webkit-keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.7; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes ball-grid-pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.7; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
.ball-grid-pulse {
width: 57px; }
.ball-grid-pulse > div:nth-child(1) {
-webkit-animation-delay: 0.19s;
animation-delay: 0.19s;
-webkit-animation-duration: 0.98s;
animation-duration: 0.98s; }
.ball-grid-pulse > div:nth-child(2) {
-webkit-animation-delay: 0.48s;
animation-delay: 0.48s;
-webkit-animation-duration: 1.58s;
animation-duration: 1.58s; }
.ball-grid-pulse > div:nth-child(3) {
-webkit-animation-delay: 0.58s;
animation-delay: 0.58s;
-webkit-animation-duration: 1.13s;
animation-duration: 1.13s; }
.ball-grid-pulse > div:nth-child(4) {
-webkit-animation-delay: 0.63s;
animation-delay: 0.63s;
-webkit-animation-duration: 0.98s;
animation-duration: 0.98s; }
.ball-grid-pulse > div:nth-child(5) {
-webkit-animation-delay: 0.06s;
animation-delay: 0.06s;
-webkit-animation-duration: 0.64s;
animation-duration: 0.64s; }
.ball-grid-pulse > div:nth-child(6) {
-webkit-animation-delay: 0.38s;
animation-delay: 0.38s;
-webkit-animation-duration: 0.85s;
animation-duration: 0.85s; }
.ball-grid-pulse > div:nth-child(7) {
-webkit-animation-delay: -0.06s;
animation-delay: -0.06s;
-webkit-animation-duration: 1.53s;
animation-duration: 1.53s; }
.ball-grid-pulse > div:nth-child(8) {
-webkit-animation-delay: 0.57s;
animation-delay: 0.57s;
-webkit-animation-duration: 0.76s;
animation-duration: 0.76s; }
.ball-grid-pulse > div:nth-child(9) {
-webkit-animation-delay: 0.73s;
animation-delay: 0.73s;
-webkit-animation-duration: 0.98s;
animation-duration: 0.98s; }
.ball-grid-pulse > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
float: left;
-webkit-animation-name: ball-grid-pulse;
animation-name: ball-grid-pulse;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
@-webkit-keyframes ball-spin-fade-loader {
50% {
opacity: 0.3;
-webkit-transform: scale(0.4);
transform: scale(0.4); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes ball-spin-fade-loader {
50% {
opacity: 0.3;
-webkit-transform: scale(0.4);
transform: scale(0.4); }
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); } }
.ball-spin-fade-loader {
position: relative;
top: -10px;
left: -10px; }
.ball-spin-fade-loader > div:nth-child(1) {
top: 25px;
left: 0;
-webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
.ball-spin-fade-loader > div:nth-child(2) {
top: 17.04545px;
left: 17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
.ball-spin-fade-loader > div:nth-child(3) {
top: 0;
left: 25px;
-webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
.ball-spin-fade-loader > div:nth-child(4) {
top: -17.04545px;
left: 17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
.ball-spin-fade-loader > div:nth-child(5) {
top: -25px;
left: 0;
-webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
.ball-spin-fade-loader > div:nth-child(6) {
top: -17.04545px;
left: -17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
.ball-spin-fade-loader > div:nth-child(7) {
top: 0;
left: -25px;
-webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
.ball-spin-fade-loader > div:nth-child(8) {
top: 17.04545px;
left: -17.04545px;
-webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
.ball-spin-fade-loader > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute; }
@-webkit-keyframes ball-spin-loader {
75% {
opacity: 0.2; }
100% {
opacity: 1; } }
@keyframes ball-spin-loader {
75% {
opacity: 0.2; }
100% {
opacity: 1; } }
.ball-spin-loader {
position: relative; }
.ball-spin-loader > span:nth-child(1) {
top: 45px;
left: 0;
-webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
animation: ball-spin-loader 2s 0.9s infinite linear; }
.ball-spin-loader > span:nth-child(2) {
top: 30.68182px;
left: 30.68182px;
-webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
animation: ball-spin-loader 2s 1.8s infinite linear; }
.ball-spin-loader > span:nth-child(3) {
top: 0;
left: 45px;
-webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
animation: ball-spin-loader 2s 2.7s infinite linear; }
.ball-spin-loader > span:nth-child(4) {
top: -30.68182px;
left: 30.68182px;
-webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
animation: ball-spin-loader 2s 3.6s infinite linear; }
.ball-spin-loader > span:nth-child(5) {
top: -45px;
left: 0;
-webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
animation: ball-spin-loader 2s 4.5s infinite linear; }
.ball-spin-loader > span:nth-child(6) {
top: -30.68182px;
left: -30.68182px;
-webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
animation: ball-spin-loader 2s 5.4s infinite linear; }
.ball-spin-loader > span:nth-child(7) {
top: 0;
left: -45px;
-webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
animation: ball-spin-loader 2s 6.3s infinite linear; }
.ball-spin-loader > span:nth-child(8) {
top: 30.68182px;
left: -30.68182px;
-webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
animation: ball-spin-loader 2s 7.2s infinite linear; }
.ball-spin-loader > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 15px;
height: 15px;
border-radius: 100%;
background: green; }
@-webkit-keyframes ball-zig {
33% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
66% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zig {
33% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
66% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes ball-zag {
33% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
66% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zag {
33% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
66% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.ball-zig-zag {
position: relative;
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px); }
.ball-zig-zag > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
margin-left: 15px;
top: 4px;
left: -7px; }
.ball-zig-zag > div:first-child {
-webkit-animation: ball-zig 0.7s 0s infinite linear;
animation: ball-zig 0.7s 0s infinite linear; }
.ball-zig-zag > div:last-child {
-webkit-animation: ball-zag 0.7s 0s infinite linear;
animation: ball-zag 0.7s 0s infinite linear; }
@-webkit-keyframes ball-zig-deflect {
17% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
34% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
84% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zig-deflect {
17% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
34% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(15px, -30px);
transform: translate(15px, -30px); }
84% {
-webkit-transform: translate(-15px, -30px);
transform: translate(-15px, -30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes ball-zag-deflect {
17% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
34% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
84% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes ball-zag-deflect {
17% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
34% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
67% {
-webkit-transform: translate(-15px, 30px);
transform: translate(-15px, 30px); }
84% {
-webkit-transform: translate(15px, 30px);
transform: translate(15px, 30px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.ball-zig-zag-deflect {
position: relative;
-webkit-transform: translate(-15px, -15px);
transform: translate(-15px, -15px); }
.ball-zig-zag-deflect > div {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
margin-left: 15px;
top: 4px;
left: -7px; }
.ball-zig-zag-deflect > div:first-child {
-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
animation: ball-zig-deflect 1.5s 0s infinite linear; }
.ball-zig-zag-deflect > div:last-child {
-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
animation: ball-zag-deflect 1.5s 0s infinite linear; }
/**
* Lines
*/
@-webkit-keyframes line-scale {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
@keyframes line-scale {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
.line-scale > div:nth-child(1) {
-webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(2) {
-webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(3) {
-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(4) {
-webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(5) {
-webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block; }
@-webkit-keyframes line-scale-party {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
@keyframes line-scale-party {
0% {
-webkit-transform: scale(1);
transform: scale(1); }
50% {
-webkit-transform: scale(0.5);
transform: scale(0.5); }
100% {
-webkit-transform: scale(1);
transform: scale(1); } }
.line-scale-party > div:nth-child(1) {
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s;
-webkit-animation-duration: 1.23s;
animation-duration: 1.23s; }
.line-scale-party > div:nth-child(2) {
-webkit-animation-delay: 0.55s;
animation-delay: 0.55s;
-webkit-animation-duration: 0.55s;
animation-duration: 0.55s; }
.line-scale-party > div:nth-child(3) {
-webkit-animation-delay: 0.09s;
animation-delay: 0.09s;
-webkit-animation-duration: 0.39s;
animation-duration: 0.39s; }
.line-scale-party > div:nth-child(4) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
-webkit-animation-duration: 0.59s;
animation-duration: 0.59s; }
.line-scale-party > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation-name: line-scale-party;
animation-name: line-scale-party;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 0;
animation-delay: 0; }
@-webkit-keyframes line-scale-pulse-out {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
@keyframes line-scale-pulse-out {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
50% {
-webkit-transform: scaley(0.4);
transform: scaley(0.4); }
100% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
.line-scale-pulse-out > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
-webkit-animation-delay: -0.4s !important;
animation-delay: -0.4s !important; }
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
-webkit-animation-delay: -0.2s !important;
animation-delay: -0.2s !important; }
@-webkit-keyframes line-scale-pulse-out-rapid {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
80% {
-webkit-transform: scaley(0.3);
transform: scaley(0.3); }
90% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
@keyframes line-scale-pulse-out-rapid {
0% {
-webkit-transform: scaley(1);
transform: scaley(1); }
80% {
-webkit-transform: scaley(0.3);
transform: scaley(0.3); }
90% {
-webkit-transform: scaley(1);
transform: scaley(1); } }
.line-scale-pulse-out-rapid > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
display: inline-block;
vertical-align: middle;
-webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
-webkit-animation-delay: -0.25s !important;
animation-delay: -0.25s !important; }
.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
-webkit-animation-delay: 0s !important;
animation-delay: 0s !important; }
@-webkit-keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
@keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
.line-spin-fade-loader {
position: relative;
top: -10px;
left: -4px; }
.line-spin-fade-loader > div:nth-child(1) {
top: 20px;
left: 0;
-webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(2) {
top: 13.63636px;
left: 13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(3) {
top: 0;
left: 20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(4) {
top: -13.63636px;
left: 13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(5) {
top: -20px;
left: 0;
-webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(6) {
top: -13.63636px;
left: -13.63636px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(7) {
top: 0;
left: -20px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(8) {
top: 13.63636px;
left: -13.63636px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
.line-spin-fade-loader > div {
background-color: #fff;
width: 4px;
height: 35px;
border-radius: 2px;
margin: 2px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 5px;
height: 15px; }
/**
* Misc
*/
@-webkit-keyframes triangle-skew-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
.triangle-skew-spin > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #fff;
-webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@-webkit-keyframes square-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes square-spin {
25% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
-webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
75% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
transform: perspective(100px) rotateX(0) rotateY(180deg); }
100% {
-webkit-transform: perspective(100px) rotateX(0) rotateY(0);
transform: perspective(100px) rotateX(0) rotateY(0); } }
.square-spin > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 50px;
height: 50px;
background: #fff;
-webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@-webkit-keyframes rotate_pacman_half_up {
0% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
0% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
50% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
100% {
-webkit-transform: rotate(270deg);
transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
0% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
50% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
75% {
opacity: 0.7; }
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
75% {
opacity: 0.7; }
100% {
-webkit-transform: translate(-100px, -6.25px);
transform: translate(-100px, -6.25px); } }
.pacman {
position: relative; }
.pacman > div:nth-child(2) {
-webkit-animation: pacman-balls 1s -0.99s infinite linear;
animation: pacman-balls 1s -0.99s infinite linear; }
.pacman > div:nth-child(3) {
-webkit-animation: pacman-balls 1s -0.66s infinite linear;
animation: pacman-balls 1s -0.66s infinite linear; }
.pacman > div:nth-child(4) {
-webkit-animation: pacman-balls 1s -0.33s infinite linear;
animation: pacman-balls 1s -0.33s infinite linear; }
.pacman > div:nth-child(5) {
-webkit-animation: pacman-balls 1s 0s infinite linear;
animation: pacman-balls 1s 0s infinite linear; }
.pacman > div:first-of-type {
width: 0px;
height: 0px;
border-right: 25px solid transparent;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
-webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
animation: rotate_pacman_half_up 0.5s 0s infinite;
position: relative;
left: -30px; }
.pacman > div:nth-child(2) {
width: 0px;
height: 0px;
border-right: 25px solid transparent;
border-top: 25px solid #fff;
border-left: 25px solid #fff;
border-bottom: 25px solid #fff;
border-radius: 25px;
-webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
animation: rotate_pacman_half_down 0.5s 0s infinite;
margin-top: -50px;
position: relative;
left: -30px; }
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
width: 10px;
height: 10px;
position: absolute;
-webkit-transform: translate(0, -6.25px);
transform: translate(0, -6.25px);
top: 25px;
left: 70px; }
@-webkit-keyframes cube-transition {
25% {
-webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
transform: translateX(50px) scale(0.5) rotate(-90deg); }
50% {
-webkit-transform: translate(50px, 50px) rotate(-180deg);
transform: translate(50px, 50px) rotate(-180deg); }
75% {
-webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
transform: translateY(50px) scale(0.5) rotate(-270deg); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
@keyframes cube-transition {
25% {
-webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
transform: translateX(50px) scale(0.5) rotate(-90deg); }
50% {
-webkit-transform: translate(50px, 50px) rotate(-180deg);
transform: translate(50px, 50px) rotate(-180deg); }
75% {
-webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
transform: translateY(50px) scale(0.5) rotate(-270deg); }
100% {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg); } }
.cube-transition {
position: relative;
-webkit-transform: translate(-25px, -25px);
transform: translate(-25px, -25px); }
.cube-transition > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
width: 10px;
height: 10px;
position: absolute;
top: -5px;
left: -5px;
background-color: #fff;
-webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
animation: cube-transition 1.6s 0s infinite ease-in-out; }
.cube-transition > div:last-child {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s; }
@-webkit-keyframes spin-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes spin-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.semi-circle-spin {
position: relative;
width: 35px;
height: 35px;
overflow: hidden; }
.semi-circle-spin > div {
position: absolute;
border-width: 0px;
border-radius: 100%;
-webkit-animation: spin-rotate 0.6s 0s infinite linear;
animation: spin-rotate 0.6s 0s infinite linear;
background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
width: 100%;
height: 100%; } |
v0.10.0/generated/statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized — statsmodels v0.10.0 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.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="../_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.stats.outliers_influence.GLMInfluence.summary_frame" href="statsmodels.stats.outliers_influence.GLMInfluence.summary_frame.html" />
<link rel="prev" title="statsmodels.stats.outliers_influence.GLMInfluence.plot_influence" href="statsmodels.stats.outliers_influence.GLMInfluence.plot_influence.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
<script type="text/javascript">
$.facebox.settings.closeImage = "../_static/closelabel.png"
$.facebox.settings.loadingImage = "../_static/loading.gif"
</script>
<script>
$(document).ready(function() {
$.getJSON("../../versions.json", function(versions) {
var dropdown = document.createElement("div");
dropdown.className = "dropdown";
var button = document.createElement("button");
button.className = "dropbtn";
button.innerHTML = "Other Versions";
var content = document.createElement("div");
content.className = "dropdown-content";
dropdown.appendChild(button);
dropdown.appendChild(content);
$(".header").prepend(dropdown);
for (var i = 0; i < versions.length; i++) {
if (versions[i].substring(0, 1) == "v") {
versions[i] = [versions[i], versions[i].substring(1)];
} else {
versions[i] = [versions[i], versions[i]];
};
};
for (var i = 0; i < versions.length; i++) {
var a = document.createElement("a");
a.innerHTML = versions[i][1];
a.href = "../../" + versions[i][0] + "/index.html";
a.title = versions[i][1];
$(".dropdown-content").append(a);
};
});
});
</script>
</head><body>
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</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"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.stats.outliers_influence.GLMInfluence.summary_frame.html" title="statsmodels.stats.outliers_influence.GLMInfluence.summary_frame"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.stats.outliers_influence.GLMInfluence.plot_influence.html" title="statsmodels.stats.outliers_influence.GLMInfluence.plot_influence"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../stats.html" >Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.stats.outliers_influence.GLMInfluence.html" accesskey="U">statsmodels.stats.outliers_influence.GLMInfluence</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-stats-outliers-influence-glminfluence-resid-studentized">
<h1>statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized<a class="headerlink" href="#statsmodels-stats-outliers-influence-glminfluence-resid-studentized" title="Permalink to this headline">¶</a></h1>
<p>method</p>
<dl class="method">
<dt id="statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized">
<code class="sig-prename descclassname">GLMInfluence.</code><code class="sig-name descname">resid_studentized</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/stats/outliers_influence.html#GLMInfluence.resid_studentized"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized" title="Permalink to this definition">¶</a></dt>
<dd><p>Internally studentized pearson residuals</p>
<p class="rubric">Notes</p>
<p>residuals / sqrt( scale * (1 - hii))</p>
<p>where residuals are those provided to GLMInfluence which are
pearson residuals by default, and
hii is the diagonal of the hat matrix.</p>
</dd></dl>
</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="statsmodels.stats.outliers_influence.GLMInfluence.plot_influence.html"
title="previous chapter">statsmodels.stats.outliers_influence.GLMInfluence.plot_influence</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.stats.outliers_influence.GLMInfluence.summary_frame.html"
title="next chapter">statsmodels.stats.outliers_influence.GLMInfluence.summary_frame</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.
</div>
</body>
</html> |
v0.11.1/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss.html | statsmodels/statsmodels.github.io |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<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="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang:clipboard.copied" content="Copied to clipboard">
<meta name="lang:search.language" content="en">
<meta name="lang:search.pipeline.stopwords" content="True">
<meta name="lang:search.pipeline.trimmer" content="True">
<meta name="lang:search.result.none" content="No matching documents">
<meta name="lang:search.result.one" content="1 matching document">
<meta name="lang:search.result.other" content="# matching documents">
<meta name="lang:search.tokenizer" content="[\s\-]+">
<link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet">
<style>
body,
input {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}
code,
kbd,
pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace
}
</style>
<link rel="stylesheet" href="../_static/stylesheets/application.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/>
<link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/>
<link rel="stylesheet" href="../_static/fonts/material-icons.css"/>
<meta name="theme-color" content="#3f51b5">
<script src="../_static/javascripts/modernizr.js"></script>
<title>statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss — statsmodels</title>
<link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png">
<link rel="manifest" href="../_static/icons/site.webmanifest">
<link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="../_static/icons/browserconfig.xml">
<link rel="stylesheet" href="../_static/stylesheets/examples.css">
<link rel="stylesheet" href="../_static/material.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.regression.recursive_ls.RecursiveLSResults.cov_params_approx" href="statsmodels.regression.recursive_ls.RecursiveLSResults.cov_params_approx.html" />
<link rel="prev" title="statsmodels.regression.recursive_ls.RecursiveLSResults.bse" href="statsmodels.regression.recursive_ls.RecursiveLSResults.bse.html" />
<script src="../_static/javascripts/version_dropdown.js"></script>
<script>
var json_loc = "../_static/versions.json",
target_loc = "../../",
text = "Versions";
$( document ).ready( add_version_dropdown(json_loc, target_loc, text));
</script>
</head>
<body dir=ltr
data-md-color-primary=indigo data-md-color-accent=blue>
<svg class="md-svg">
<defs data-children-count="0">
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg>
</defs>
</svg>
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#generated/statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss" tabindex="1" class="md-skip"> Skip to content </a>
<header class="md-header" data-md-component="header">
<nav class="md-header-nav md-grid">
<div class="md-flex navheader">
<div class="md-flex__cell md-flex__cell--shrink">
<a href="../index.html" title="statsmodels"
class="md-header-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" height="26"
alt="statsmodels logo">
</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">statsmodels v0.11.1</span>
<span class="md-header-nav__topic"> statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss </span>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
<div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search">
<form class="md-search__form" action="../search.html" method="GET" name="search">
<input type="text" class="md-search__input" name="q" placeholder="Search"
autocapitalize="off" autocomplete="off" spellcheck="false"
data-md-component="query" data-md-state="active">
<label class="md-icon md-search__icon" for="__search"></label>
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">

</button>
</form>
<div class="md-search__output">
<div class="md-search__scrollwrap" data-md-scrollfix>
<div class="md-search-result" data-md-component="result">
<div class="md-search-result__meta">
Type to start searching
</div>
<ol class="md-search-result__list"></ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<div class="md-header-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container">
<nav class="md-tabs" data-md-component="tabs">
<div class="md-tabs__inner md-grid">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li>
<li class="md-tabs__item"><a href="../regression.html" class="md-tabs__link">Linear Regression</a></li>
<li class="md-tabs__item"><a href="statsmodels.regression.recursive_ls.RecursiveLSResults.html" class="md-tabs__link">statsmodels.regression.recursive_ls.RecursiveLSResults</a></li>
</ul>
</div>
</nav>
<main class="md-main">
<div class="md-main__inner md-grid" data-md-component="container">
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
<a href="../index.html" title="statsmodels" class="md-nav__button md-logo">
<img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48">
</a>
<a href="../index.html"
title="statsmodels">statsmodels v0.11.1</a>
</label>
<div class="md-nav__source">
<a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28">
<use xlink:href="#__github" width="24" height="24"></use>
</svg>
</div>
<div class="md-source__repository">
statsmodels
</div>
</a>
</div>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../install.html" class="md-nav__link">Installing statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../gettingstarted.html" class="md-nav__link">Getting started</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html" class="md-nav__link">User Guide</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../user-guide.html#background" class="md-nav__link">Background</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a>
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="../regression.html" class="md-nav__link">Linear Regression</a>
</li>
<li class="md-nav__item">
<a href="../glm.html" class="md-nav__link">Generalized Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a>
</li>
<li class="md-nav__item">
<a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a>
</li>
<li class="md-nav__item">
<a href="../rlm.html" class="md-nav__link">Robust Linear Models</a>
</li>
<li class="md-nav__item">
<a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a>
</li>
<li class="md-nav__item">
<a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a>
</li>
<li class="md-nav__item">
<a href="../anova.html" class="md-nav__link">ANOVA</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a>
</li>
<li class="md-nav__item">
<a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a>
</li></ul>
</li>
<li class="md-nav__item">
<a href="../examples/index.html" class="md-nav__link">Examples</a>
</li>
<li class="md-nav__item">
<a href="../api.html" class="md-nav__link">API Reference</a>
</li>
<li class="md-nav__item">
<a href="../about.html" class="md-nav__link">About statsmodels</a>
</li>
<li class="md-nav__item">
<a href="../dev/index.html" class="md-nav__link">Developer Page</a>
</li>
<li class="md-nav__item">
<a href="../release/index.html" class="md-nav__link">Release Notes</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary">
<ul class="md-nav__list" data-md-scrollfix="">
<li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss.rst.txt">Show Source</a> </li>
<li id="searchbox" class="md-nav__item"></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content">
<article class="md-content__inner md-typeset" role="main">
<h1 id="generated-statsmodels-regression-recursive-ls-recursivelsresults-centered-tss--page-root">statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss<a class="headerlink" href="#generated-statsmodels-regression-recursive-ls-recursivelsresults-centered-tss--page-root" title="Permalink to this headline">¶</a></h1>
<dl class="attribute">
<dt id="statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss">
<code class="sig-prename descclassname">RecursiveLSResults.</code><code class="sig-name descname">centered_tss</code><a class="headerlink" href="#statsmodels.regression.recursive_ls.RecursiveLSResults.centered_tss" title="Permalink to this definition">¶</a></dt>
<dd><p>Centered tss</p>
</dd></dl>
</article>
</div>
</div>
</main>
</div>
<footer class="md-footer">
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">
<a href="statsmodels.regression.recursive_ls.RecursiveLSResults.bse.html" title="Material"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
</div>
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
<span class="md-flex__ellipsis">
<span
class="md-footer-nav__direction"> Previous </span> statsmodels.regression.recursive_ls.RecursiveLSResults.bse </span>
</div>
</a>
<a href="statsmodels.regression.recursive_ls.RecursiveLSResults.cov_params_approx.html" title="Admonition"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
class="md-flex__ellipsis"> <span
class="md-footer-nav__direction"> Next </span> statsmodels.regression.recursive_ls.RecursiveLSResults.cov_params_approx </span>
</div>
<div class="md-flex__cell md-flex__cell--shrink"><i
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
</div>
</a>
</nav>
</div>
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
© Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
</div>
Last updated on
Feb 21, 2020.
<br/>
Created using
<a href="http://www.sphinx-doc.org/">Sphinx</a> 2.4.2.
and
<a href="https://github.com/bashtage/sphinx-material/">Material for
Sphinx</a>
</div>
</div>
</div>
</footer>
<script src="../_static/javascripts/application.js"></script>
<script>app.initialize({version: "1.0.4", url: {base: ".."}})</script>
</body>
</html> |
application/static/css/bootstrap.css | pvarin/clarkvarin-homepage | /*!
* Bootstrap v3.0.3 (http://getbootstrap.com)
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background: transparent;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
h1 {
margin: 0.67em 0;
font-size: 2em;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
mark {
color: #000;
background: #ff0;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
button,
input,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: 100%;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
box-sizing: border-box;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.428571429;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover,
a:focus {
color: #2a6496;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
height: auto;
max-width: 100%;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
height: auto;
max-width: 100%;
padding: 4px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
font-size: 65%;
}
h4,
h5,
h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 500px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-muted {
color: #999999;
}
.text-primary {
color: #428bca;
}
.text-primary:hover {
color: #3071a9;
}
.text-warning {
color: #8a6d3b;
}
.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
.text-danger:hover {
color: #843534;
}
.text-success {
color: #3c763d;
}
.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
.text-info:hover {
color: #245269;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.list-inline > li:first-child {
padding-left: 0;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.428571429;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 500px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote small,
blockquote .small {
display: block;
line-height: 1.428571429;
color: #999999;
}
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
border-radius: 4px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 500px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666666666666%;
}
.col-xs-10 {
width: 83.33333333333334%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666666666666%;
}
.col-xs-7 {
width: 58.333333333333336%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666666666667%;
}
.col-xs-4 {
width: 33.33333333333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.666666666666664%;
}
.col-xs-1 {
width: 8.333333333333332%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666666666666%;
}
.col-xs-pull-10 {
right: 83.33333333333334%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666666666666%;
}
.col-xs-pull-7 {
right: 58.333333333333336%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666666666667%;
}
.col-xs-pull-4 {
right: 33.33333333333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.666666666666664%;
}
.col-xs-pull-1 {
right: 8.333333333333332%;
}
.col-xs-pull-0 {
right: 0;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666666666666%;
}
.col-xs-push-10 {
left: 83.33333333333334%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666666666666%;
}
.col-xs-push-7 {
left: 58.333333333333336%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666666666667%;
}
.col-xs-push-4 {
left: 33.33333333333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.666666666666664%;
}
.col-xs-push-1 {
left: 8.333333333333332%;
}
.col-xs-push-0 {
left: 0;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 500px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666666666666%;
}
.col-sm-10 {
width: 83.33333333333334%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666666666666%;
}
.col-sm-7 {
width: 58.333333333333336%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666666666667%;
}
.col-sm-4 {
width: 33.33333333333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.666666666666664%;
}
.col-sm-1 {
width: 8.333333333333332%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666666666666%;
}
.col-sm-pull-10 {
right: 83.33333333333334%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666666666666%;
}
.col-sm-pull-7 {
right: 58.333333333333336%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666666666667%;
}
.col-sm-pull-4 {
right: 33.33333333333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.666666666666664%;
}
.col-sm-pull-1 {
right: 8.333333333333332%;
}
.col-sm-pull-0 {
right: 0;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666666666666%;
}
.col-sm-push-10 {
left: 83.33333333333334%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666666666666%;
}
.col-sm-push-7 {
left: 58.333333333333336%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666666666667%;
}
.col-sm-push-4 {
left: 33.33333333333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.666666666666664%;
}
.col-sm-push-1 {
left: 8.333333333333332%;
}
.col-sm-push-0 {
left: 0;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666666666666%;
}
.col-md-10 {
width: 83.33333333333334%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666666666666%;
}
.col-md-7 {
width: 58.333333333333336%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666666666667%;
}
.col-md-4 {
width: 33.33333333333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.666666666666664%;
}
.col-md-1 {
width: 8.333333333333332%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666666666666%;
}
.col-md-pull-10 {
right: 83.33333333333334%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666666666666%;
}
.col-md-pull-7 {
right: 58.333333333333336%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666666666667%;
}
.col-md-pull-4 {
right: 33.33333333333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.666666666666664%;
}
.col-md-pull-1 {
right: 8.333333333333332%;
}
.col-md-pull-0 {
right: 0;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666666666666%;
}
.col-md-push-10 {
left: 83.33333333333334%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666666666666%;
}
.col-md-push-7 {
left: 58.333333333333336%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666666666667%;
}
.col-md-push-4 {
left: 33.33333333333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.666666666666664%;
}
.col-md-push-1 {
left: 8.333333333333332%;
}
.col-md-push-0 {
left: 0;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666666666666%;
}
.col-lg-10 {
width: 83.33333333333334%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666666666666%;
}
.col-lg-7 {
width: 58.333333333333336%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666666666667%;
}
.col-lg-4 {
width: 33.33333333333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.666666666666664%;
}
.col-lg-1 {
width: 8.333333333333332%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666666666666%;
}
.col-lg-pull-10 {
right: 83.33333333333334%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666666666666%;
}
.col-lg-pull-7 {
right: 58.333333333333336%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666666666667%;
}
.col-lg-pull-4 {
right: 33.33333333333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.666666666666664%;
}
.col-lg-pull-1 {
right: 8.333333333333332%;
}
.col-lg-pull-0 {
right: 0;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666666666666%;
}
.col-lg-push-10 {
left: 83.33333333333334%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666666666666%;
}
.col-lg-push-7 {
left: 58.333333333333336%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666666666667%;
}
.col-lg-push-4 {
left: 33.33333333333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.666666666666664%;
}
.col-lg-push-1 {
left: 8.333333333333332%;
}
.col-lg-push-0 {
left: 0;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666666666666%;
}
.col-lg-offset-10 {
margin-left: 83.33333333333334%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666666666666%;
}
.col-lg-offset-7 {
margin-left: 58.333333333333336%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666666666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.666666666666664%;
}
.col-lg-offset-1 {
margin-left: 8.333333333333332%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
display: table-cell;
float: none;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
background-color: #faf2cc;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-family: inherit;
font-size: inherit;
font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
color: #999999;
}
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999999;
}
.form-control::-webkit-input-placeholder {
color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
vertical-align: middle;
}
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm {
height: auto;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg {
height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 500px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
}
.form-inline select.form-control {
width: auto;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 500px) {
.form-horizontal .control-label {
text-align: right;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
.btn-default .badge {
color: #ffffff;
background-color: #fff;
}
.btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary .badge {
color: #428bca;
background-color: #fff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999999;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
width: 1em;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
list-style: none;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.428571429;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #428bca;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.428571429;
color: #999999;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 500px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group {
float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
border-collapse: separate;
table-layout: fixed;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
white-space: nowrap;
}
.input-group-btn:first-child > .btn {
margin-right: -1px;
}
.input-group-btn:last-child > .btn {
margin-left: -1px;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
z-index: 2;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #428bca;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 500px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 500px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 500px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 500px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 500px) {
.navbar {
border-radius: 4px;
}
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 500px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 500px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 500px) {
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 500px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 500px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 500px) {
.navbar > .container .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 500px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 500px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 500px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 500px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
.navbar-form select.form-control {
width: auto;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 500px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 500px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
.navbar-inverse {
background-color: #222222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999999;
}
.navbar-inverse .navbar-link:hover {
color: #ffffff;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #cccccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #999999;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #428bca;
border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
cursor: not-allowed;
background-color: #ffffff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: #ffffff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 21px;
font-weight: 200;
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
line-height: 1;
color: inherit;
}
.jumbotron p {
line-height: 1.4;
}
.container .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
height: auto;
max-width: 100%;
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #428bca;
}
.thumbnail .caption {
padding: 9px;
color: #333333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media,
.media .media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-object {
display: block;
}
.media-heading {
margin: 0 0 5px;
}
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd;
}
.panel-default {
border-color: #dddddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd;
}
.panel-primary {
border-color: #428bca;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ebccd1;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
display: none;
overflow: auto;
overflow-y: scroll;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
position: relative;
z-index: 1050;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
min-height: 16.428571429px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.428571429;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media screen and (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 12px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover .arrow {
border-width: 11px;
}
.popover .arrow:after {
border-width: 10px;
content: "";
}
.popover.top .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
border-bottom-width: 0;
}
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
content: " ";
}
.popover.right .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
border-left-width: 0;
}
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
content: " ";
}
.popover.bottom .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0;
}
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
content: " ";
}
.popover.left .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0;
}
.popover.left .arrow:after {
right: 1px;
bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
content: " ";
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
height: auto;
max-width: 100%;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity: 0.5;
filter: alpha(opacity=50);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
outline: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
table.visible-xs.visible-sm {
display: table;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
table.visible-xs.visible-md {
display: table;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
table.visible-xs.visible-lg {
display: table;
}
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
table.visible-sm.visible-xs {
display: table;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
table.visible-sm.visible-md {
display: table;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
table.visible-sm.visible-lg {
display: table;
}
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
table.visible-md.visible-xs {
display: table;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
table.visible-md.visible-sm {
display: table;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
table.visible-md.visible-lg {
display: table;
}
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
table.visible-lg.visible-xs {
display: table;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
table.visible-lg.visible-sm {
display: table;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
table.visible-lg.visible-md {
display: table;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
.hidden-xs {
display: block !important;
}
table.hidden-xs {
display: table;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
table.hidden-sm {
display: table;
}
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
table.hidden-md {
display: table;
}
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
table.hidden-lg {
display: table;
}
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 500px) and (max-width: 991px) {
.hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none !important;
}
} |
solr/docs/solr-core/org/apache/solr/handler/component/class-use/IterativeMergeStrategy.CallBack.html | berkeleybop/bbop-manager-golr | <!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_101) on Sat Aug 20 05:41:48 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.solr.handler.component.IterativeMergeStrategy.CallBack (Solr 6.2.0 API)</title>
<meta name="date" content="2016-08-20">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.handler.component.IterativeMergeStrategy.CallBack (Solr 6.2.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/IterativeMergeStrategy.CallBack.html" target="_top">Frames</a></li>
<li><a href="IterativeMergeStrategy.CallBack.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.handler.component.IterativeMergeStrategy.CallBack" class="title">Uses of Class<br>org.apache.solr.handler.component.IterativeMergeStrategy.CallBack</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.handler.component">org.apache.solr.handler.component</a></td>
<td class="colLast">
<div class="block"><a href="../../../../../../org/apache/solr/handler/component/SearchComponent.html" title="class in org.apache.solr.handler.component"><code>SearchComponent</code></a> implementations for
use in <a href="../../../../../../org/apache/solr/handler/component/SearchHandler.html" title="class in org.apache.solr.handler.component"><code>SearchHandler</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.handler.component">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a> in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a> that return <a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a></code></td>
<td class="colLast"><span class="typeNameLabel">IterativeMergeStrategy.CallBack.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html#call--">call</a></span>()</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/apache/solr/handler/component/package-summary.html">org.apache.solr.handler.component</a> that return types with arguments of type <a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</a><<a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">IterativeMergeStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.html#callBack-java.util.List-org.apache.solr.client.solrj.request.QueryRequest-">callBack</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/apache/solr/handler/component/ShardResponse.html" title="class in org.apache.solr.handler.component">ShardResponse</a>> responses,
<a href="../../../../../../../solr-solrj/org/apache/solr/client/solrj/request/QueryRequest.html?is-external=true" title="class or interface in org.apache.solr.client.solrj.request">QueryRequest</a> req)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</a><<a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">IterativeMergeStrategy.CallBack</a>></code></td>
<td class="colLast"><span class="typeNameLabel">IterativeMergeStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.html#callBack-org.apache.solr.handler.component.ShardResponse-org.apache.solr.client.solrj.request.QueryRequest-">callBack</a></span>(<a href="../../../../../../org/apache/solr/handler/component/ShardResponse.html" title="class in org.apache.solr.handler.component">ShardResponse</a> response,
<a href="../../../../../../../solr-solrj/org/apache/solr/client/solrj/request/QueryRequest.html?is-external=true" title="class or interface in org.apache.solr.client.solrj.request">QueryRequest</a> req)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/solr/handler/component/IterativeMergeStrategy.CallBack.html" title="class in org.apache.solr.handler.component">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/solr/handler/component/class-use/IterativeMergeStrategy.CallBack.html" target="_top">Frames</a></li>
<li><a href="IterativeMergeStrategy.CallBack.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
OnlineContributors/context/WEB-INF/UsePermissionRadios.html | tolweb/tolweb-app | <span jwcid="@RadioGroup" selected="prop:usePermissionSelection">
<span jwcid="@RenderBody"/>
<ul class="radiogroup">
<li>
<input type="radio" jwcid="@Radio" value="ognl:creativeCommonsUse"/>
<label id="usetrigger4" class="triup" onclick="showbranch('use4', 'show', 'hide'); showbranch('usetrigger4', 'tridown', 'triup')">
Release to the public under a Creative Commons License <img src="/tree/img/cctiny.gif" alt=" "></label>
<select jwcid="@PropertySelection" value="prop:ccLicenseSelection" model="prop:ccLicenseModel"/>
<select jwcid="@PropertySelection" value="prop:ccLicenseVersionSelection" model="prop:ccLicenseVersionModel"/>
<span jwcid="@InvokeListener" listener="listener:setCCLicense"/>
<div jwcid="@RenderBlock" block="ognl:use4Block"/>
</li>
<li>
<span jwcid="@If" condition="ognl:!dontShowOption3">
<input type="radio" jwcid="@Radio" value="ognl:everywhereUse"/>
<label id="usetrigger3" class="triup" onclick="showbranch('use3', 'show', 'hide'); showbranch('usetrigger3', 'tridown', 'triup')">
Use on ToL and share with other scientific/educational projects.</label>
<select jwcid="@PropertySelection" model="ognl:selectionModel" value="ognl:shareModificationValue"/>
</span>
<div jwcid="@RenderBlock" block="ognl:use3Block"/>
</li>
<li>
<input type="radio" id="tolUseRadio" jwcid="@Radio" value="ognl:tolUse"/>
<label id="usetrigger2" class="triup" onclick="showbranch('use2', 'show', 'hide'); showbranch('usetrigger2', 'tridown', 'triup')">
Tree of Life use only. </label>
<span jwcid="@If" condition="ognl:!dontShowTolModOption">
<select jwcid="@PropertySelection" model="ognl:selectionModel" value="ognl:tolModificationValue"/>
</span>
<div jwcid="@RenderBlock" block="ognl:use2Block"/>
</li>
<span jwcid="@If" condition="ognl:isImage" element="ognl:null">
<li><input type="radio" jwcid="@Radio" value="ognl:restrictedUse"/>
<label id="usetrigger1" class="triup" onclick="showbranch('use1', 'show', 'hide'); showbranch('usetrigger1', 'tridown', 'triup')">
Restricted to one-time use in specified location. Do not modify.</label>
<div jwcid="@RenderBlock" block="ognl:use1Block"/>
</li>
</span>
<li>
<input type="radio" id="publicDomainRadio" jwcid="@Radio" value="ognl:publicDomainUse" onclick="javascript:toggleNoCopyrightBox();" />
<label id="usetrigger5" class="triup" onclick="showbranch('use5', 'show', 'hide'); showbranch('usetrigger5', 'tridown', 'triup')">
Public Domain. </label>
<div jwcid="@RenderBlock" block="ognl:use5Block"/>
</li>
</ul>
</span>
<div jwcid="use1BlockDefault@Block">
<div id="use1" class="hide">
<p> This option gives media contributors strict control
over the use of their materials. <em>Restricted use</em>
media are provided only for specific use on a particular
ToL page. While these files may be featured in ToL media
search results, they are not available for any other use
without prior consultation with the copyright owner.
Restricted media may not generally be modified or edited.
However, the context or presentation of a file may change
if the look of the ToL web site is updated or if new
features affecting page layout are developed.</p>
</div>
</div>
<div jwcid="use2BlockDefault@Block">
<div id="use2" class="hide">
<p>If you select this option, other ToL contributors will
be able to use your media to illustrate the content
of their pages (i.e., branch & leaf pages, other
articles & notes, or treehouses). In addition,
these media may be displayed on the ToL site through
various search and random sampler devices, and they
may be featured on ToL documentation pages (e.g.,
the <a href="/tree/learn/concepts/concepts.html">Phylogenetic
Biology</a> pages). Whenever a contribution is displayed
on a ToL page, it will be accompanied by a copyright
notice informing visitors that the material is protected
by copyright law.</p>
<p>If you select <strong>Modification permitted</strong>,
other ToL contributors will be able to use your contribution,
in whole or in part, in their own derivative media projects
If you select <strong>Minor modifications only</strong>,
your file cannot be excerpted or used in the creation
of derivative media projects. However, the context or
presentation of your file may change if the look of the ToL
web site is updated, or if new features affecting page
layout are developed.</p>
</div>
</div>
<div jwcid="use3BlockDefault@Block">
<div id="use3" class="hide">
<p>This option covers all ToL use detailed in option 2.
In addition, it allows the ToL to share materials
with <a href="/tree/home.pages/ToLPartners.html" target="documentation">select,
non-commercial, scientific or educational partner
projects</a>. This means that your media may be exported
to the databases of ToL partner projects, and they
may be displayed on the web sites of these projects.
Note that the ToL does not share materials with commercial
content providers. Also, the ToL requires collaborating
projects to always credit authors and copyright owners
when displaying materials imported from the ToL collection.</p>
<p> We encourage ToL contributors to choose this option
in order to maximize the dissemination of their materials
through not-for-profit projects, and to participate
to the fullest in an emerging, international community
of scientific and educational content providers.</p>
<p>If you select <strong>Modification permitted</strong>,
other ToL contributors and partner projects will be
able to use your contribution, in whole or in part,
in their own derivative media projects. If you select <strong>Minor
modifications only</strong>, your file cannot be excerpted
or used in the creation of derivative media projects.
However, the context or presentation of your file may change if the look of the ToL web site is updated, if new features affecting page layout are developed, or if your media file is displayed on the web site of a partner project.</p>
</div></div>
<div jwcid="use4BlockDefault@Block">
<div id="use4" class="hide">
<p><a href="http://tolweb.org/tree/home.pages/CCLicense.html">
<img src="EditImageData_files/CCsomerights.gif" alt=" " class="floatright"></a>
If you choose one of these options, you release your media file
not only to the ToL and its partner projects, but also to the
general public. Copyright notices for materials released under
this option are marked with the Creative Commons icon and
contain a link to the deed for the selected license. For more
information about these licenses, go to the
<a href="http://creativecommons.org/licenses/" target="documentation">Creative
Commons web site</a>.</p>
</div>
</div>
<div jwcid="use5BlockDefault@Block">
<div id="use5" class="hide">
<p>Materials in the public domain may be freely reproduced, distributed,
modified, built upon, or otherwise exploited by anyone for any purpose,
commercial or non-commercial, and in any way, with or without attribution
to the original source.</p>
</div>
</div> |
docs/classMdp_1_1MatrixLearning-members.html | Jacques-Florence/schedSim | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Scheduler: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Scheduler
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<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="namespaceMdp.html">Mdp</a></li><li class="navelem"><a class="el" href="classMdp_1_1MatrixLearning.html">MatrixLearning</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Mdp::MatrixLearning Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classMdp_1_1MatrixLearning.html">Mdp::MatrixLearning</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html#a6ca7335e4959bbecc7d09996f3160828">configKey</a></td><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html">Mdp::MatrixLearning</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html#a744592e787e09a59be1ecd9ff440cedf">context</a></td><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html">Mdp::LearningStrategy</a></td><td class="entry"><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html#a2cd569758ed0139976ac15e1f0a78f50">end</a>()</td><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html">Mdp::LearningStrategy</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html#a4f0a19b9b3aa3980d2cafe20832e3a03">initializeModel</a>()</td><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html">Mdp::MatrixLearning</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html#a842aca0be5570bc13a6bc7c952f830c8">LearningStrategy</a>(std::shared_ptr< Context > context)</td><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html">Mdp::LearningStrategy</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html#a9b3719ddd99a9a8a6430cb08d0c97211">MatrixLearning</a>(std::shared_ptr< Context > context)</td><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html">Mdp::MatrixLearning</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html#a86cabf5bb7176f7cfd0d6b494d94cf7e">updateModel</a>()</td><td class="entry"><a class="el" href="classMdp_1_1MatrixLearning.html">Mdp::MatrixLearning</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html#a2681cff372f98eaa5cd0a82b5474250c">~LearningStrategy</a>()</td><td class="entry"><a class="el" href="classMdp_1_1LearningStrategy.html">Mdp::LearningStrategy</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Nov 26 2017 17:01:37 for Scheduler by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
ui/templates/partials/news.html | WebCampZg/conference-web | {% if posts %}
<div class="posts">
<div class="row column">
<h1 class="red-dash">Latest_news_</h1>
<div class="row" data-equalizer data-equalize-on="medium">
{% for post in posts %}
<div class="small-12 medium-4 columns">
<div class="post" data-equalizer-watch>
<time class="gray" datetime="{{ post.created_at|date:"c" }}">
{{ post.created_at|date }}
</time>
<h3>
<a href="{% url 'blog_view_post' slug=post.slug %}">{{ post.title }}</a>
{% if post.is_sponsored %}
<span class="label">Sponsored</span>
{% endif %}
</h3>
<p>{{ post.lead|safe }}</p>
</div>
</div>
{% endfor %}
</div>
<div class="archive text-center">
<a href="{% url 'blog_list_posts' %}">view_archive</a>
</div>
</div>
</div>
{% endif %}
|
hTools2.roboFontExt/html/modules/glyphutils.html | gferreira/hTools2_extension | <!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>glyphutils — hTools2</title>
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '1.6',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/sidebar.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="gstring" href="gstring.html" />
<link rel="prev" title="ftp" href="ftp.html" />
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="gstring.html" title="gstring"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="ftp.html" title="ftp"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">hTools2</a> »</li>
<li class="nav-item nav-item-1"><a href="modules.html" accesskey="U">Modules</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="glyphutils">
<h1>glyphutils<a class="headerlink" href="#glyphutils" title="Permalink to this headline">¶</a></h1>
<span class="target" id="module-hTools2.modules.glyphutils"></span><p>A collection of functions for working with glyphs.</p>
<dl class="function">
<dt id="hTools2.modules.glyphutils.center_glyph">
<code class="descname">center_glyph</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#center_glyph"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.center_glyph" title="Permalink to this definition">¶</a></dt>
<dd><p>Center the <code class="docutils literal"><span class="pre">glyph</span></code> in its advance width, leaving <code class="docutils literal"><span class="pre">leftMargin</span></code> and <code class="docutils literal"><span class="pre">rightMargin</span></code> with equal values.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.center_glyph_layers">
<code class="descname">center_glyph_layers</code><span class="sig-paren">(</span><em>g</em>, <em>layers</em>, <em>guides=True</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#center_glyph_layers"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.center_glyph_layers" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.center_layers">
<code class="descname">center_layers</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#center_layers"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.center_layers" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.change_suffix">
<code class="descname">change_suffix</code><span class="sig-paren">(</span><em>glyph</em>, <em>old_suffix</em>, <em>new_suffix=None</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#change_suffix"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.change_suffix" title="Permalink to this definition">¶</a></dt>
<dd><p>Return a new modified name for <code class="docutils literal"><span class="pre">glyph</span></code>, using <code class="docutils literal"><span class="pre">new_suffix</span></code> in place of <code class="docutils literal"><span class="pre">old_suffix</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.check_lib">
<code class="descname">check_lib</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#check_lib"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.check_lib" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.clear_glyph_libs">
<code class="descname">clear_glyph_libs</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#clear_glyph_libs"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.clear_glyph_libs" title="Permalink to this definition">¶</a></dt>
<dd><p>Delete all libs in <code class="docutils literal"><span class="pre">glyph</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.clear_guides">
<code class="descname">clear_guides</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#clear_guides"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.clear_guides" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.deselect_points">
<code class="descname">deselect_points</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#deselect_points"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.deselect_points" title="Permalink to this definition">¶</a></dt>
<dd><p>Deselect any selected <code class="docutils literal"><span class="pre">point</span></code> in <code class="docutils literal"><span class="pre">glyph</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.draw_bounds">
<code class="descname">draw_bounds</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#draw_bounds"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.draw_bounds" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.equalize_bcps">
<code class="descname">equalize_bcps</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#equalize_bcps"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.equalize_bcps" title="Permalink to this definition">¶</a></dt>
<dd><p>Equalize <code class="docutils literal"><span class="pre">bcps</span></code> from selected points in glyph.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.get_bounds">
<code class="descname">get_bounds</code><span class="sig-paren">(</span><em>g</em>, <em>layer_names</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#get_bounds"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.get_bounds" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.get_middle">
<code class="descname">get_middle</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#get_middle"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.get_middle" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.has_suffix">
<code class="descname">has_suffix</code><span class="sig-paren">(</span><em>glyph</em>, <em>suffix</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#has_suffix"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.has_suffix" title="Permalink to this definition">¶</a></dt>
<dd><p>Check if the name of <code class="docutils literal"><span class="pre">glyph</span></code> has the extension <code class="docutils literal"><span class="pre">suffix</span></code>, and returns <code class="docutils literal"><span class="pre">True</span></code> or <code class="docutils literal"><span class="pre">False</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.retract_bcps">
<code class="descname">retract_bcps</code><span class="sig-paren">(</span><em>glyph</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#retract_bcps"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.retract_bcps" title="Permalink to this definition">¶</a></dt>
<dd><p>Retract <code class="docutils literal"><span class="pre">bcps</span></code> from selected points in glyph.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.round_anchors">
<code class="descname">round_anchors</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#round_anchors"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.round_anchors" title="Permalink to this definition">¶</a></dt>
<dd><p>Round the position of all <code class="docutils literal"><span class="pre">anchors</span></code> in <code class="docutils literal"><span class="pre">glyph</span></code> to the gridsize <code class="docutils literal"><span class="pre">(sizeX,sizeY)</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.round_bpoints">
<code class="descname">round_bpoints</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#round_bpoints"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.round_bpoints" title="Permalink to this definition">¶</a></dt>
<dd><p>Round the position of all <code class="docutils literal"><span class="pre">bPoints</span></code> in <code class="docutils literal"><span class="pre">glyph</span></code> to the gridsize <code class="docutils literal"><span class="pre">(sizeX,sizeY)</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.round_margins">
<code class="descname">round_margins</code><span class="sig-paren">(</span><em>glyph</em>, <em>gridsize</em>, <em>left=True</em>, <em>right=True</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#round_margins"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.round_margins" title="Permalink to this definition">¶</a></dt>
<dd><p>Round left and/or right margins to multiples of <code class="docutils literal"><span class="pre">gridsize</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.round_points">
<code class="descname">round_points</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#round_points"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.round_points" title="Permalink to this definition">¶</a></dt>
<dd><p>Round the position of all <code class="docutils literal"><span class="pre">points</span></code> in <code class="docutils literal"><span class="pre">glyph</span></code> to the gridsize <code class="docutils literal"><span class="pre">(sizeX,sizeY)</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.round_width">
<code class="descname">round_width</code><span class="sig-paren">(</span><em>glyph</em>, <em>gridsize</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#round_width"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.round_width" title="Permalink to this definition">¶</a></dt>
<dd><p>Round <code class="docutils literal"><span class="pre">glyph.width</span></code> to a multiple of <code class="docutils literal"><span class="pre">gridsize</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.select_points_x">
<code class="descname">select_points_x</code><span class="sig-paren">(</span><em>glyph</em>, <em>linePos</em>, <em>side='left'</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#select_points_x"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.select_points_x" title="Permalink to this definition">¶</a></dt>
<dd><p>Select all points in <code class="docutils literal"><span class="pre">glyph</span></code> to left/right of <code class="docutils literal"><span class="pre">linePos(x)</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.select_points_y">
<code class="descname">select_points_y</code><span class="sig-paren">(</span><em>glyph</em>, <em>linePos</em>, <em>side='top'</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#select_points_y"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.select_points_y" title="Permalink to this definition">¶</a></dt>
<dd><p>Select all points in <code class="docutils literal"><span class="pre">glyph</span></code> above/below the <code class="docutils literal"><span class="pre">linePos(y)</span></code>.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.shift_selected_points_x">
<code class="descname">shift_selected_points_x</code><span class="sig-paren">(</span><em>glyph</em>, <em>delta</em>, <em>anchors=False</em>, <em>bPoints=True</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#shift_selected_points_x"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.shift_selected_points_x" title="Permalink to this definition">¶</a></dt>
<dd><p>Shift the selected points in <code class="docutils literal"><span class="pre">glyph</span></code> horizontally by <code class="docutils literal"><span class="pre">delta</span></code> units.</p>
</dd></dl>
<dl class="function">
<dt id="hTools2.modules.glyphutils.shift_selected_points_y">
<code class="descname">shift_selected_points_y</code><span class="sig-paren">(</span><em>glyph</em>, <em>delta</em>, <em>anchors=False</em>, <em>bPoints=True</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/hTools2/modules/glyphutils.html#shift_selected_points_y"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#hTools2.modules.glyphutils.shift_selected_points_y" title="Permalink to this definition">¶</a></dt>
<dd><p>Shift the selected points in <code class="docutils literal"><span class="pre">glyph</span></code> vertically by <code class="docutils literal"><span class="pre">delta</span></code> units.</p>
</dd></dl>
</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="ftp.html"
title="previous chapter">ftp</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="gstring.html"
title="next chapter">gstring</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/modules/glyphutils.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="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="gstring.html" title="gstring"
>next</a> |</li>
<li class="right" >
<a href="ftp.html" title="ftp"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../index.html">hTools2</a> »</li>
<li class="nav-item nav-item-1"><a href="modules.html" >Modules</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2013, Gustavo Ferreira.
Last updated on Mar 28, 2017.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div>
</body>
</html> |
dialogs.css | bittorrent/webui | /**************************************************
* DIALOG (Base Styles)
**************************************************/
.dlg-window {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.10);
-ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.10);
-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.10);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.10);
background-color: #FFFFFF;
border: 2px solid #C0C0C0;
border-bottom-color: #A0A0A0 !important;
border-radius: 5px 5px 0 0;
border-right-color: #A0A0A0 !important;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.10);
color: #000000;
display: none;
left: 0px;
overflow: hidden;
position: absolute;
top: 0px;
z-index: 500;
}
.dlg-head {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background: #F5F5F5 url(./images/blank.gif) no-repeat 0.3em 0.3em;
border-bottom: 1px solid #C0C0C0;
border-radius: 4px 4px 0 0;
color: #A0A0A0;
font-weight: bold;
height: 1.2em;
left: 0;
line-height: 1.2em;
overflow: hidden;
padding: 0.3em 22px;
position: absolute;
right: 0;
top: 0;
/* white-space: nowrap;*/
/* width: 100%; */
z-index: 1;
}
.dlg-body {
margin: 1.8em 0 2.1em 0;
padding: 5px;
position: relative;
}
.dlg-body:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.dlg-close {
height: 14px;
position: absolute;
right: 0.3em;
top: 0.3em;
width: 14px;
z-index: 2;
}
.dlg-close {
background: transparent url(./images/close.png) no-repeat 0px 0px;
}
.dlg-close:hover { background-position: -14px; }
.dlg-close:active { background-position: -28px; }
.dlg-foot {
background: #F0F0F0;
border-top: 1px solid #D0D0D0;
bottom: 0;
height: 1.5em;
padding: 0.3em;
position: absolute;
right: 0;
text-align: right;
width: 100%;
}
.dlg-top {
-webkit-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.15);
-o-box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.15);
box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.15);
border-color: #989898;
border-bottom-color: #707070 !important;
border-right-color: #707070 !important;
box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25), 0 0 8px rgba(0, 0, 0, 0.15);
}
.dlg-top .dlg-head {
background-color: #E0E0E0;
border-color: #989898;
color: #202020;
text-transform: capitalize;
}
/**************************************************
* DIALOG: Dialog Icons
**************************************************/
.dlgIcon-Copy {
background-image: url(./images/clipboard.png);
}
.dlgIcon-Delete {
background-image: url(./images/delete.png);
}
.dlgIcon-Label {
background-image: url(./images/label.png);
}
/**************************************************
* DIALOG: About
**************************************************/
#dlgAbout {
width: 20em;
font-family: Helvetica, Arial, sans-serif;
}
#dlgAbout fieldset{
margin: 10px;
font-size: 12px;
border: 0;
border-top: 1px solid #d0d0d0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#dlgAbout fieldset legend{
font-size: 14px;
}
#dlgAbout .centered-about-body {
margin-top: 40px;
width: 170px;
margin-left: auto;
margin-right: auto;
}
#dlgAbout .content {
margin-left: 15px;
font-size: 13px;
}
#dlgAbout .dlg-body {
margin-bottom: 0 !important;
}
#dlgAbout-head {
background-image: url(./images/about.png);
}
#dlgAbout-logo {
float: left;
margin: 20px 0px 15px -35px;
}
#dlgAbout-name {
font-size: 1.5em;
font-weight: bold;
}
#dlgAbout-credits {
margin-top: 10px;
}
#dlgAbout-credits div {
margin: 2px 5px 5px 5px;
}
#dlgAbout #mootools {
margin: 10px 0 0 0;
text-align: center;
}
/**************************************************
* DIALOG: Add Torrent
**************************************************/
#dlgAdd {
width: 30em;
}
#dlgAdd-head {
background-image: url(./images/add.png);
}
#dlgAdd .dlg-body .fbox,
#dlgAdd .dlg-body .tbox {
width: 22em;
}
/**************************************************
* DIALOG: Add URL
**************************************************/
#dlgAddURL {
width: 31em;
}
#dlgAddURL-head {
background-image: url(./images/world.png);
}
#dlgAddURL .dlg-body .tbox {
width: 23em;
}
/**************************************************
* DIALOG: Add Label
**************************************************/
#dlgAddLabel-head {
background-image: url(./images/props.png);
}
/**************************************************
* DIALOG: Properties
**************************************************/
#dlgProps {
width: 31em;
}
#dlgProps-head {
background-image: url(./images/props.png);
}
#prop-trackers {
height: 4em;
}
/**************************************************
* DIALOG: Add/Edit RSS Feed
**************************************************/
#dlgAddEditRSSFeed {
width: 32em;
}
#dlgAddEditRSSFeed-head {
background-image: url(./images/feed.png);
}
#dlgAddEditRSSFeed .dlg-body .tbox {
width: 20em;
}
/**************************************************
* DIALOG: RSS Downloader
**************************************************/
#dlgRSSDownloader {
width: 700px;
}
#dlgRSSDownloader-head {
background-image: url(./images/feed.png);
}
#dlgRSSDownloader-content {
background: #FFFFFF;
border: 1px solid #868686;
height: 350px;
padding: 3px;
position: relative;
}
#dlgRSSDownloader-feedsMenu,
#dlgRSSDownloader-filtersMenu {
background-color: #FFFFFF;
border: 1px solid #868686;
bottom: 3px;
left: 3px;
overflow: auto;
position: absolute;
top: 3px;
width: 150px;
}
#dlgRSSDownloader-feedsMenu > div,
#dlgRSSDownloader-filtersMenu > div {
min-width: 100%;
}
#dlgRSSDownloader-feeds,
#dlgRSSDownloader-filters {
list-style: none;
white-space: nowrap;
}
#dlgRSSDownloader-feeds li,
#dlgRSSDownloader-filters li {
cursor: pointer;
padding: 2px 4px 2px 22px;
position: relative;
}
#dlgRSSDownloader-feeds li.sel,
#dlgRSSDownloader-filters li.sel {
background-color: #C0C0C0;
color: #FFFFFF;
}
#dlgRSSDownloader-feedItemList,
#dlgRSSDownloader-filterSettings {
bottom: 3px;
left: 158px;
margin: 0;
position: absolute;
right: 3px;
top: 3px;
}
/* Feeds Tab */
#dlgRSSDownloader-feeds li .icon {
background: transparent url(./images/tstatus.png) no-repeat 0 -208px;
clip: rect(0 16px 16px 0);
left: 0;
margin: -8px 3px;
padding: 8px;
position: absolute;
top: 50%;
}
#dlgRSSDownloader-feeds li.disabled .icon {
background-position: 0 -32px;
}
.RSS_New .icon { background: transparent url(./images/tstatus.png) no-repeat 0 -272px !important; }
.RSS_Old .icon { background: transparent url(./images/tstatus.png) no-repeat 0 -208px !important; }
.RSS_Added .icon { background: transparent url(./images/tstatus.png) no-repeat 0 -288px !important; }
/* Favorites Tab */
#dlgRSSDownloader-filters li input {
left: 0;
margin: -6px 5px;
position: absolute;
top: 50%;
vertical-align: text-top;
}
#rssfilter_edit_control {
bottom: 5px;
display: none;
position: absolute;
right: 5px;
}
#rssfilter_name,
#rssfilter_filter,
#rssfilter_not,
#rssfilter_save_in,
#rssfilter_feed,
#rssfilter_quality {
width: 450px;
}
#rssfilter_quality {
text-align: center;
}
#rssfilter_min_interval,
#rssfilter_label {
width: 375px;
}
.panel-hider{
z-index: 499;
overflow: hidden;
position: absolute;
top: 85px;
height: 0;
bottom: auto;
left: 0;
right: 0;
pointer-events: none;
}
.panel-hider.open{
height: auto;
bottom: 30px;
pointer-events: auto;
}
.panel-hider .dlg-window{
position: absolute;
display: block;
height: 100%;
right: 0;
left: 0;
top: -100%;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
/* -webkit-transition: top 0.25s linear;
-moz-transition: top 0.25s linear;
-ms-transition: top 0.25s linear;
-o-transition: top 0.25s linear;
transition: top 0.25s linear;*/
}
/*.panel-hider.open .dlg-window{
top: 0;
}*/
/**************************************************
* DIALOG: Settings
**************************************************/
#dlgSettings {
width: 100%;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}
#dlgSettings.moving{
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
#dlgSettings .dlg-body{
margin: 0;
}
/*#dlgSettings-head {
background-image: url(./images/settings.png);
}*/
#dlgSettings-title{
font-weight: normal;
font-size: 24px;
padding: 5px 10px 5px;
margin: 0 0 5px 150px;
color: #333;
text-shadow: 0 1px 0 #fff;
border-bottom: 1px solid #ccc;
background: #ECECEC;
}
#dlgSettings-title{
padding-left: 0;
border-color: #ddd;
background: none;
text-shadow: none;
margin-left: 160px;
margin-right: 10px;
}
#dlgSettings .dlg-body,
#dlgSettings-form{
height: 100%;
width: 100%;
}
#dlgSettings-menuCont {
background-color: #F4F6F9;
border-right: 1px solid #ccc;
bottom: 0;
display: block !important;
left: 0;
overflow: auto;
position: absolute;
top: 0;
width: 149px;
}
#dlgSettings-menuCont h2{
font-weight: normal;
font-size: 22px;
padding: 10px 0 10px 10px;
}
#dlgSettings-menuCont > div {
display: block !important;
min-width: 100%;
}
#dlgSettings-advOptList{
min-height: 400px;
}
#dlgSettings-menu {
list-style: none;
white-space: nowrap;
}
#dlgSettings-menu li a {
display: block;
padding: 2px 6px;
color: #333;
font-size: 12px;
border: 1px solid transparent;
text-indent: 10px;
border-left: 0;
border-right: 0;
}
#dlgSettings-menu li.selected a {
background-color: #BBCEE9;
border-color: #8FAAD9;
color: #000;
/* color: #FFFFFF;*/
}
#dlgSettings-menu li.hidden {
display: none!important;
}
#dlgSettings .dlg-body {
padding: 0;
}
#dlgSettings .settings-pane {
left: 150px;
overflow: auto;
padding: 5px 20px;
position: relative;
width: 560px;
background: #fff;
}
/* General */
select[id="webui.lang"] { width: 360px; }
/* UI Settings */
select[id="gui.dblclick_seed"],
select[id="gui.dblclick_dl"] {
width: 290px;
}
/* Connection */
#DLG_SETTINGS_4_CONN_11,
#DLG_SETTINGS_4_CONN_16 {
margin-right: 5px;
}
#DLG_SETTINGS_4_CONN_13,
#DLG_SETTINGS_4_CONN_18 {
margin: 0 5px 0 25px;
}
select[id="proxy.type"] { margin-left: 3px; }
input[id="proxy.proxy"] { width: 140px; }
input[id="proxy.port"] { width: 45px; }
input[id="proxy.username"] { width: 90px; }
input[id="proxy.password"] { width: 70px; }
/* BitTorrent */
#tracker_ip { width: 245px; }
#encryption_mode { margin-left: 3px; }
/* Transfer Cap */
#multi_day_transfer_mode,
#multi_day_transfer_limit_value,
#multi_day_transfer_limit_unit,
#multi_day_transfer_limit_span {
margin-left: 3px;
}
/* Scheduler */
#sched_table {
-moz-user-select: none;
border-collapse: collapse;
width: 100%;
}
#sched_table * {
-webkit-user-select: ignore !important;
font-size: 0.95em;
font-weight: bold;
}
#sched_table_lgnd ul {
float: right;
list-style: none;
margin: 5px 0 0 16px;
}
#sched_table_lgnd .block {
padding: 0 6px;
margin: 0 5px;
}
#sched_table_info {
line-height: 1.1em;
padding: 5px;
width: 200px;
}
#dlgSettings-Scheduler .daycode {
padding-right: 3px;
text-align: right;
white-space: nowrap;
}
#dlgSettings-Scheduler .block {
border: 1px solid #000000;
height: 2em;
width: 2em;
}
#dlgSettings-Scheduler .mode0 { background-color: #00A800; }
#dlgSettings-Scheduler .mode0:hover { background-color: #009300; }
#dlgSettings-Scheduler .disabled .mode0 { background-color: #545454; }
#dlgSettings-Scheduler .mode1 { background-color: #8DCE8D; }
#dlgSettings-Scheduler .mode1:hover { background-color: #7BB47B; }
#dlgSettings-Scheduler .disabled .mode1 { background-color: #8E8E8E; }
#dlgSettings-Scheduler .mode2 { background-color: #FFFFFF; }
#dlgSettings-Scheduler .mode2:hover { background-color: #DFDFDF; }
#dlgSettings-Scheduler .disabled .mode2 { background-color: #FFFFFF; }
#dlgSettings-Scheduler .mode3 { background-color: #FFC0C0; }
#dlgSettings-Scheduler .mode3:hover { background-color: #DFA8A8; }
#dlgSettings-Scheduler .disabled .mode3 { background-color: #D0D0D0; }
/* Web UI */
#DLG_SETTINGS_9_WEBUI_03,
#DLG_SETTINGS_9_WEBUI_05 {
float: left;
}
input[id="webui.username"],
input[id="webui.password"],
input[id="webui.guest"] {
float: right;
margin-left: 3px;
width: 135px;
}
/* Advanced */
#dlgSettings-advOptInput {
height: 1.5em;
line-height: 1.3em;
margin-top: 3px;
padding: 0.1em 0;
position: relative;
}
#dlgSettings-advOptInput input {
vertical-align: baseline;
}
#dlgSettings-advBool-cont,
#dlgSettings-advText-cont {
display: none;
left: 4em;
position: absolute;
right: 0;
}
#dlgSettings-advText-wrap {
left: 0;
margin-right: 5px;
position: absolute;
right: 6em;
}
#dlgSettings-advText {
width: 100%;
}
#DLG_SETTINGS_A_ADVANCED_05 {
float: right;
margin-top: 1px;
width: 6em;
}
/* UI Extras */
input[id="gui.ulrate_menu"],
input[id="gui.dlrate_menu"] {
width: 300px;
}
#search_list {
height: 75px;
}
/* Hide Unknown Settings */
#dlgSettings .dlg-body div,
#dlgSettings .dlg-body fieldset {
display: none;
}
#dlgSettings fieldset{
position: relative;
background: #fff;
margin: 8px 0;
padding: 10px 15px 15px;
border: 0;
border-top: 1px solid #e2e2e2;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#dlgSettings fieldset legend{
padding: 0 5px;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 18px;
/* float: left;*/
}
#dlgSettings input.btn{
cursor: pointer;
height: 21px;
width: auto;
min-width: 50px;
padding: 0 5px;
text-align: center;
/* color: #333;
*/ text-shadow: 0 1px #fff;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-ms-border-radius: 4px !important;
-o-border-radius: 4px !important;
border-radius: 4px !important;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
#dlgSettings input.btn.disabled:hover {
cursor: default;
border-color: #AAA;
}
#dlgSettings input.btn:hover{
border-color: #888;
}
#dlgSettings input.tbox{
text-indent: 4px;
height: 19px;
}
#dlgSettings textarea,
#dlgSettings input.tbox{
-webkit-box-shadow: rgba(255,255,255,0.4) 0px 1px 0px, rgba(0,0,0,0.2) 0px 1px 2px inset;
-moz-box-shadow: rgba(255,255,255,0.4) 0px 1px 0px, rgba(0,0,0,0.2) 0px 1px 2px inset;
-ms-box-shadow: rgba(255,255,255,0.4) 0px 1px 0px, rgba(0,0,0,0.2) 0px 1px 2px inset;
-o-box-shadow: rgba(255,255,255,0.4) 0px 1px 0px, rgba(0,0,0,0.2) 0px 1px 2px inset;
box-shadow: rgba(255,255,255,0.4) 0px 1px 0px, rgba(0,0,0,0.2) 0px 1px 2px inset;
}
#dlgSettings textarea,
#dlgSettings input.tbox,
#dlgSettings input.btn{
border: 1px solid #aaa;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#dlgSettings input[type="checkbox"],
#dlgSettings select{
top: 0;
position: relative;
}
#dlgSettings label{
}
#dlgSettings .align-right{
text-align: right;
min-width: 110px;
}
#dlgSettings .line-cont{
height: 22px;
line-height: 19px;
}
#dlgSettings .indent{
}
#dlgSettings .dlg-foot{
height: 22px;
padding: 0;
position: absolute;
background: none;
border: 0;
margin: 0;
top: 6px;
right: 10px;
}
#dlgSettings .dlg-foot .btn{
height: 25px;
padding: 0 10px;
font-weight: bold;
}
#DLG_SETTINGS_CLOSE{
opacity: 0.8;
height: 16px;
width: 16px;
float: right;
margin: 5px 5px 0 10px;
background: url(./images/panel_close.png);
}
#DLG_SETTINGS_CLOSE:hover{
opacity: 1;
}
#total_uploaded_history,
#total_downloaded_history,
#total_updown_history,
#history_period,
#sched_table_lgnd,
#sched_table_info,
#DLG_SETTINGS_C_ADV_CACHE_02,
#DLG_SETTINGS_C_ADV_RUN_06 {
display: block !important;
}
/*
NOTE: The following is an ugly hack, but a necessary one if we want the settings
to remain scalable.
*/
#dlgSettings .dlg-body .stable,
#dlgSettings .dlg-body .stable div {
display: block !important;
}
/**************************************************
* MENU
**************************************************/
div.CMenu {
-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30), 0 0 4px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30), 0 0 4px rgba(0, 0, 0, 0.20);
background: #F8F8F8;
border: 1px solid #A7A6AA;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30), 0 0 4px rgba(0, 0, 0, 0.20);
display: none;
overflow-y: hidden;
position: fixed;
z-index: 100000;
}
div.CMenu ul {
background-color: #F8F8F8;
list-style: none;
padding: 2px;
position: relative;
}
div.CMenu li {
word-wrap: break-word;
}
div.CMenu ul li.sep {
border-top: 1px solid #D0D0D0;
font-size: 0;
height: 0;
line-height: 0;
margin: 2px 5px;
}
div.CMenu a {
color: #686868;
display: block;
font-weight: normal;
padding: 2px 26px 2px 18px;
}
div.CMenu a.dis {
background-color: #F8F8F8 !important;
color: #C0C0C0 !important;
}
div.CMenu a.exp { background: transparent url(./images/menuexp.png) no-repeat scroll 0 center; }
div.CMenu a.sel { background: transparent url(./images/menusel.png) no-repeat scroll 5px center; }
div.CMenu a.check { background: transparent url(./images/menucheck.png) no-repeat scroll 5px center; }
div.CMenu li:hover > a { background-color: #0099FF; color: #FFFFFF; }
/****************************************
Some specific UI tweaks
****************************************/
#webui\.uconnect_cred_status.disabled {
opacity: 0;
} |
www/register_device.html | kevinreytabada/SOS_RU | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<style>
@-ms-viewport { width: 100vw ; zoom: 100% ; }
@viewport { width: 100vw ; zoom: 100% ; }
@-ms-viewport { user-zoom: fixed ; }
@viewport { user-zoom: fixed ; width: }
.btn-primary{
background-color: #CF000F;
}
.btn-primary:hover{
background-color: #CF000F;
}
.btn-primary:focus{
background-color: #CF000F;
}
.inner-addon {
position: relative;
}
.inner-addon .glyphicon {
position: absolute;
padding: 10px;
pointer-events: none;
}
.left-addon .glyphicon { left: 0px;}
.right-addon .glyphicon { right: 0px;}
.left-addon input { padding-left: 30px; }
.right-addon input { padding-right: 30px; }
.form-control:focus{
border-color: #e74c3c;
}
</style>
<script src="https://cdn.rawgit.com/ftlabs/fastclick/master/lib/fastclick.js"></script>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/flat-ui.min.css">
</head>
<body style="background-color: #f2f2e8;">
<div class="container" style="margin-top: 110px;">
Your device has not been registered. Please input your contact number below.
<input type="text" class="form-control" id="contact_number" placeholder="Contact Number" style= "border-radius: 0 !important;"><br>
<a class="btn btn-lg btn-block btn-danger" href="" id="request" style= "border-radius: 0 !important;">Register Device</a>
</div>
<script src="intelxdk.js"></script>
<script src="cordova.js"></script>
<script src="xhr.js"></script>
<script src="js/app.js"></script>
<script src="js/init-app.js"></script>
<script src="js/init-dev.js"></script>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/flat-ui.min.js"></script>
<script type="text/javascript">
var ru_id = localStorage.getItem("ruID"),
deviceID = localStorage.getItem("deviceID");
$.ajax({
type: "POST",
url: "http://sosemergency2014.16mb.com/checkrespondentcontact",
data: {ru_id: ru_id, deviceID: deviceID},
dataType: "JSON",
success: function(data){
if(data.registered == true) {
setTimeout(function(){window.location='navigate.html'}, 1);
}
},
error: function (xhr, ajaxOptions, thrownError) {
window.plugins.toast.show('Unable to connect on server. Please check your internet connection!', 'long', 'center');
}
});
$("#request").on("click", function(e){
e.preventDefault();
$(this).html("<span class='glyphicon glyphicon-refresh glyphicon-refresh-animate'></span> Logging in...");
var ru_id = localStorage.getItem("ruID"),
contact_number = $("#contact_number").val(),
deviceID = localStorage.getItem("deviceID");
// checkrespondentcontact
// insertnewcontact
$.ajax({
type: "POST",
url: "http://sosemergency2014.16mb.com/insertnewcontact",
data: {ru_id: ru_id, contact_number: contact_number, deviceID: deviceID},
dataType: "JSON",
success: function(data){
if(data.error == false) {
setTimeout(function(){window.location='navigate.html'}, 1)
} else {
window.plugins.toast.show('Please input the contact number!', 'long', 'center');
}
},
error: function (xhr, ajaxOptions, thrownError) {
window.plugins.toast.show('Unable to connect on server. Please check your internet connection!', 'long', 'center');
}
});
});
</script>
</body>
</html> |
src/Java/BouncyCastle/BouncyCastle-1.54/lcrypto-jdk15on-154/javadoc/org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html | GaloisInc/hacrypto | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_91) on Tue Dec 29 12:44:15 AEDT 2015 -->
<title>TlsECDHKeyExchange (Bouncy Castle Library 1.54 API Specification)</title>
<meta name="date" content="2015-12-29">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TlsECDHKeyExchange (Bouncy Castle Library 1.54 API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHEKeyExchange.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/crypto/tls/TlsECDSASigner.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html" target="_top">Frames</a></li>
<li><a href="TlsECDHKeyExchange.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.bouncycastle.crypto.tls</div>
<h2 title="Class TlsECDHKeyExchange" class="title">Class TlsECDHKeyExchange</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">org.bouncycastle.crypto.tls.AbstractTlsKeyExchange</a></li>
<li>
<ul class="inheritance">
<li>org.bouncycastle.crypto.tls.TlsECDHKeyExchange</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html" title="interface in org.bouncycastle.crypto.tls">TlsKeyExchange</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHEKeyExchange.html" title="class in org.bouncycastle.crypto.tls">TlsECDHEKeyExchange</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">TlsECDHKeyExchange</span>
extends <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></pre>
<div class="block">(D)TLS ECDH key exchange (see RFC 4492).</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/tls/TlsAgreementCredentials.html" title="interface in org.bouncycastle.crypto.tls">TlsAgreementCredentials</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#agreementCredentials">agreementCredentials</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected short[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#clientECPointFormats">clientECPointFormats</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/params/ECPrivateKeyParameters.html" title="class in org.bouncycastle.crypto.params">ECPrivateKeyParameters</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#ecAgreePrivateKey">ecAgreePrivateKey</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/params/ECPublicKeyParameters.html" title="class in org.bouncycastle.crypto.params">ECPublicKeyParameters</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#ecAgreePublicKey">ecAgreePublicKey</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#namedCurves">namedCurves</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected short[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#serverECPointFormats">serverECPointFormats</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/params/AsymmetricKeyParameter.html" title="class in org.bouncycastle.crypto.params">AsymmetricKeyParameter</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#serverPublicKey">serverPublicKey</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/bouncycastle/crypto/tls/TlsSigner.html" title="interface in org.bouncycastle.crypto.tls">TlsSigner</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#tlsSigner">tlsSigner</a></strong></code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.bouncycastle.crypto.tls.AbstractTlsKeyExchange">
<!-- -->
</a>
<h3>Fields inherited from class org.bouncycastle.crypto.tls.<a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></h3>
<code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#context">context</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#keyExchange">keyExchange</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#supportedSignatureAlgorithms">supportedSignatureAlgorithms</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#TlsECDHKeyExchange(int,%20java.util.Vector,%20int[],%20short[],%20short[])">TlsECDHKeyExchange</a></strong>(int keyExchange,
java.util.Vector supportedSignatureAlgorithms,
int[] namedCurves,
short[] clientECPointFormats,
short[] serverECPointFormats)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#generateClientKeyExchange(java.io.OutputStream)">generateClientKeyExchange</a></strong>(java.io.OutputStream output)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#generatePremasterSecret()">generatePremasterSecret</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#init(org.bouncycastle.crypto.tls.TlsContext)">init</a></strong>(<a href="../../../../org/bouncycastle/crypto/tls/TlsContext.html" title="interface in org.bouncycastle.crypto.tls">TlsContext</a> context)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#processClientCertificate(org.bouncycastle.crypto.tls.Certificate)">processClientCertificate</a></strong>(<a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> clientCertificate)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#processClientCredentials(org.bouncycastle.crypto.tls.TlsCredentials)">processClientCredentials</a></strong>(<a href="../../../../org/bouncycastle/crypto/tls/TlsCredentials.html" title="interface in org.bouncycastle.crypto.tls">TlsCredentials</a> clientCredentials)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#processClientKeyExchange(java.io.InputStream)">processClientKeyExchange</a></strong>(java.io.InputStream input)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#processServerCertificate(org.bouncycastle.crypto.tls.Certificate)">processServerCertificate</a></strong>(<a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> serverCertificate)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#requiresServerKeyExchange()">requiresServerKeyExchange</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#skipServerCredentials()">skipServerCredentials</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html#validateCertificateRequest(org.bouncycastle.crypto.tls.CertificateRequest)">validateCertificateRequest</a></strong>(<a href="../../../../org/bouncycastle/crypto/tls/CertificateRequest.html" title="class in org.bouncycastle.crypto.tls">CertificateRequest</a> certificateRequest)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.bouncycastle.crypto.tls.AbstractTlsKeyExchange">
<!-- -->
</a>
<h3>Methods inherited from class org.bouncycastle.crypto.tls.<a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></h3>
<code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#generateServerKeyExchange()">generateServerKeyExchange</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#parseSignature(java.io.InputStream)">parseSignature</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#processServerCredentials(org.bouncycastle.crypto.tls.TlsCredentials)">processServerCredentials</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#processServerKeyExchange(java.io.InputStream)">processServerKeyExchange</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#skipClientCredentials()">skipClientCredentials</a>, <a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#skipServerKeyExchange()">skipServerKeyExchange</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="tlsSigner">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tlsSigner</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/tls/TlsSigner.html" title="interface in org.bouncycastle.crypto.tls">TlsSigner</a> tlsSigner</pre>
</li>
</ul>
<a name="namedCurves">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>namedCurves</h4>
<pre>protected int[] namedCurves</pre>
</li>
</ul>
<a name="clientECPointFormats">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clientECPointFormats</h4>
<pre>protected short[] clientECPointFormats</pre>
</li>
</ul>
<a name="serverECPointFormats">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serverECPointFormats</h4>
<pre>protected short[] serverECPointFormats</pre>
</li>
</ul>
<a name="serverPublicKey">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serverPublicKey</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/params/AsymmetricKeyParameter.html" title="class in org.bouncycastle.crypto.params">AsymmetricKeyParameter</a> serverPublicKey</pre>
</li>
</ul>
<a name="agreementCredentials">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>agreementCredentials</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/tls/TlsAgreementCredentials.html" title="interface in org.bouncycastle.crypto.tls">TlsAgreementCredentials</a> agreementCredentials</pre>
</li>
</ul>
<a name="ecAgreePrivateKey">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ecAgreePrivateKey</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/params/ECPrivateKeyParameters.html" title="class in org.bouncycastle.crypto.params">ECPrivateKeyParameters</a> ecAgreePrivateKey</pre>
</li>
</ul>
<a name="ecAgreePublicKey">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ecAgreePublicKey</h4>
<pre>protected <a href="../../../../org/bouncycastle/crypto/params/ECPublicKeyParameters.html" title="class in org.bouncycastle.crypto.params">ECPublicKeyParameters</a> ecAgreePublicKey</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TlsECDHKeyExchange(int, java.util.Vector, int[], short[], short[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TlsECDHKeyExchange</h4>
<pre>public TlsECDHKeyExchange(int keyExchange,
java.util.Vector supportedSignatureAlgorithms,
int[] namedCurves,
short[] clientECPointFormats,
short[] serverECPointFormats)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="init(org.bouncycastle.crypto.tls.TlsContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>init</h4>
<pre>public void init(<a href="../../../../org/bouncycastle/crypto/tls/TlsContext.html" title="interface in org.bouncycastle.crypto.tls">TlsContext</a> context)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html#init(org.bouncycastle.crypto.tls.TlsContext)">init</a></code> in interface <code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html" title="interface in org.bouncycastle.crypto.tls">TlsKeyExchange</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#init(org.bouncycastle.crypto.tls.TlsContext)">init</a></code> in class <code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></code></dd>
</dl>
</li>
</ul>
<a name="skipServerCredentials()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>skipServerCredentials</h4>
<pre>public void skipServerCredentials()
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="processServerCertificate(org.bouncycastle.crypto.tls.Certificate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>processServerCertificate</h4>
<pre>public void processServerCertificate(<a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> serverCertificate)
throws java.io.IOException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html#processServerCertificate(org.bouncycastle.crypto.tls.Certificate)">processServerCertificate</a></code> in interface <code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html" title="interface in org.bouncycastle.crypto.tls">TlsKeyExchange</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#processServerCertificate(org.bouncycastle.crypto.tls.Certificate)">processServerCertificate</a></code> in class <code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="requiresServerKeyExchange()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>requiresServerKeyExchange</h4>
<pre>public boolean requiresServerKeyExchange()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html#requiresServerKeyExchange()">requiresServerKeyExchange</a></code> in interface <code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html" title="interface in org.bouncycastle.crypto.tls">TlsKeyExchange</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#requiresServerKeyExchange()">requiresServerKeyExchange</a></code> in class <code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></code></dd>
</dl>
</li>
</ul>
<a name="validateCertificateRequest(org.bouncycastle.crypto.tls.CertificateRequest)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateCertificateRequest</h4>
<pre>public void validateCertificateRequest(<a href="../../../../org/bouncycastle/crypto/tls/CertificateRequest.html" title="class in org.bouncycastle.crypto.tls">CertificateRequest</a> certificateRequest)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="processClientCredentials(org.bouncycastle.crypto.tls.TlsCredentials)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>processClientCredentials</h4>
<pre>public void processClientCredentials(<a href="../../../../org/bouncycastle/crypto/tls/TlsCredentials.html" title="interface in org.bouncycastle.crypto.tls">TlsCredentials</a> clientCredentials)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="generateClientKeyExchange(java.io.OutputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateClientKeyExchange</h4>
<pre>public void generateClientKeyExchange(java.io.OutputStream output)
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="processClientCertificate(org.bouncycastle.crypto.tls.Certificate)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>processClientCertificate</h4>
<pre>public void processClientCertificate(<a href="../../../../org/bouncycastle/crypto/tls/Certificate.html" title="class in org.bouncycastle.crypto.tls">Certificate</a> clientCertificate)
throws java.io.IOException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html#processClientCertificate(org.bouncycastle.crypto.tls.Certificate)">processClientCertificate</a></code> in interface <code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html" title="interface in org.bouncycastle.crypto.tls">TlsKeyExchange</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#processClientCertificate(org.bouncycastle.crypto.tls.Certificate)">processClientCertificate</a></code> in class <code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="processClientKeyExchange(java.io.InputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>processClientKeyExchange</h4>
<pre>public void processClientKeyExchange(java.io.InputStream input)
throws java.io.IOException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html#processClientKeyExchange(java.io.InputStream)">processClientKeyExchange</a></code> in interface <code><a href="../../../../org/bouncycastle/crypto/tls/TlsKeyExchange.html" title="interface in org.bouncycastle.crypto.tls">TlsKeyExchange</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html#processClientKeyExchange(java.io.InputStream)">processClientKeyExchange</a></code> in class <code><a href="../../../../org/bouncycastle/crypto/tls/AbstractTlsKeyExchange.html" title="class in org.bouncycastle.crypto.tls">AbstractTlsKeyExchange</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
<a name="generatePremasterSecret()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>generatePremasterSecret</h4>
<pre>public byte[] generatePremasterSecret()
throws java.io.IOException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><b>Bouncy Castle Cryptography Library 1.54</b></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/bouncycastle/crypto/tls/TlsECDHEKeyExchange.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/bouncycastle/crypto/tls/TlsECDSASigner.html" title="class in org.bouncycastle.crypto.tls"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/bouncycastle/crypto/tls/TlsECDHKeyExchange.html" target="_top">Frames</a></li>
<li><a href="TlsECDHKeyExchange.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
frontend/web/css/devices/1000.css | mihailShumilov/nagginua | /*------------------------------------------------------------------*/
/* 1) Note: Design for a width of 768 px
/*------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
/*------------------------------------------------------------------*/
/* 1) Header
/*------------------------------------------------------------------*/
.logo {
margin-left: 0;
}
ul.sf-menu {
display: none;
}
.device-menu {
display: block;
}
/*------------------------------------------------------------------*/
/* 2) Slider
/*------------------------------------------------------------------*/
.main-slider {
width: 748px;
}
.slider2, .slider3 {
display: none;
}
/*------------------------------------------------------------------*/
/* 3) Content
/*------------------------------------------------------------------*/
.main-content {
width: 512px;
}
.outertight {
width: 236px;
}
.outertight img, .wnews li img {
max-width: 236px;
}
.outerwide {
width: 492px;
}
.wnews li {
width: 492px;
}
.block2 li {
width: 236px;
}
/*------------------------------------------------------------------*/
/* 3) Comments
/*------------------------------------------------------------------*/
.commment-text-wrap {
width: 370px;
}
ul.children li div.commment-text-wrap {
width: 340px;
}
ul.children li li div.commment-text-wrap {
width: 310px;
}
ul.children li li li div.commment-text-wrap {
width: 280px;
}
.form textarea {
width: 470px;
}
} |
5.1.0/javadoc/com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html | ExLibrisGroup/Rosetta.dps-sdk-projects | <!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_45) on Mon Sep 12 21:55:24 IDT 2016 -->
<title>DNXConstants.FILEVIRUSCHECK</title>
<meta name="date" content="2016-09-12">
<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="DNXConstants.FILEVIRUSCHECK";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.FILEVALIDATION.html" title="interface in com.exlibris.digitool.common.dnx"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.GENERALFILECHARACTERISTICS.html" title="interface in com.exlibris.digitool.common.dnx"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html" target="_top">Frames</a></li>
<li><a href="DNXConstants.FILEVIRUSCHECK.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.exlibris.digitool.common.dnx</div>
<h2 title="Interface DNXConstants.FILEVIRUSCHECK" class="title">Interface DNXConstants.FILEVIRUSCHECK</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants</a></dd>
</dl>
<hr>
<br>
<pre>public static interface <span class="typeNameLabel">DNXConstants.FILEVIRUSCHECK</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.SectionKey.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants.SectionKey</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html#AGENT">AGENT</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.SectionKey.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants.SectionKey</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html#CONTENT">CONTENT</a></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html#sectionId">sectionId</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.SectionKey.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants.SectionKey</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html#STATUS">STATUS</a></span></code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="sectionId">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sectionId</h4>
<pre>static final java.lang.String sectionId</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#com.exlibris.digitool.common.dnx.DNXConstants.FILEVIRUSCHECK.sectionId">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AGENT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AGENT</h4>
<pre>static final <a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.SectionKey.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants.SectionKey</a> AGENT</pre>
</li>
</ul>
<a name="STATUS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STATUS</h4>
<pre>static final <a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.SectionKey.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants.SectionKey</a> STATUS</pre>
</li>
</ul>
<a name="CONTENT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CONTENT</h4>
<pre>static final <a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.SectionKey.html" title="class in com.exlibris.digitool.common.dnx">DNXConstants.SectionKey</a> CONTENT</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.FILEVALIDATION.html" title="interface in com.exlibris.digitool.common.dnx"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/exlibris/digitool/common/dnx/DNXConstants.GENERALFILECHARACTERISTICS.html" title="interface in com.exlibris.digitool.common.dnx"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/exlibris/digitool/common/dnx/DNXConstants.FILEVIRUSCHECK.html" target="_top">Frames</a></li>
<li><a href="DNXConstants.FILEVIRUSCHECK.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li>Constr | </li>
<li>Method</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
tracing/tracing/base/unittest/html_test_results.html | dstockwell/catapult | <!DOCTYPE html>
<!--
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/base/event.html">
<link rel="import" href="/base/utils.html">
<link rel="import" href="/base/unittest/constants.html">
<link rel="import" href="/ui/base/ui.html">
<link rel="import" href="/ui/base/utils.html">
<style>
x-tr.b.unittest-test-resultsbase
display: -webkit-flex;
-webkit-flex-direction: column;
}
x-tr.b.unittest-test-results > x-html-test-case-result.dark {
background-color: #eee;
}
x-html-test-case-result {
display: block;
}
x-html-test-case-result > #title,
x-html-test-case-result > #status,
x-html-test-case-result > #details > x-html-test-case-error > #message,
x-html-test-case-result > #details > x-html-test-case-error > #stack,
x-html-test-case-result > #details > x-html-test-case-error > #return-value {
-webkit-user-select: auto;
}
x-html-test-case-result > #details > x-html-test-case-error {
display: block;
border: 1px solid grey;
border-radius: 5px;
font-family: monospace;
margin-bottom: 14px;
}
x-html-test-case-result > #details > x-html-test-case-error > #message,
x-html-test-case-result > #details > x-html-test-case-error > #stack {
white-space: pre;
}
x-html-test-case-result > #details > x-html-test-case-html-result {
display: block;
}
.unittest-pending {
color: orange;
}
.unittest-running {
color: orange;
font-weight: bold;
}
.unittest-passed {
color: darkgreen;
}
.unittest-failed {
color: darkred;
font-weight: bold;
}
.unittest-exception {
color: red;
font-weight: bold;
}
.unittest-failure {
border: 1px solid grey;
border-radius: 5px;
padding: 5px;
}
</style>
<template id="x-html-test-case-result-template">
<span id="title"></span>
<span id="status"></span>
<span id="return-value"></span>
<div id="details"></div>
</template>
<template id="x-html-test-case-error-template">
<div id="stack"></div>
</template>
<script>
'use strict';
tr.exportTo('tr.b.unittest', function() {
var THIS_DOC = document.currentScript.ownerDocument;
var TestStatus = tr.b.unittest.TestStatus;
var TestTypes = tr.b.unittest.TestTypes;
/**
* @constructor
*/
var HTMLTestCaseResult = tr.ui.b.define('x-html-test-case-result');
HTMLTestCaseResult.prototype = {
__proto__: HTMLUnknownElement.prototype,
decorate: function() {
this.appendChild(tr.ui.b.instantiateTemplate(
'#x-html-test-case-result-template', THIS_DOC));
this.testCase_ = undefined;
this.testCaseHRef_ = undefined;
this.duration_ = undefined;
this.testStatus_ = TestStatus.PENDING;
this.testReturnValue_ = undefined;
this.showHTMLOutput_ = false;
this.updateColorAndStatus_();
},
get showHTMLOutput() {
return this.showHTMLOutput_;
},
set showHTMLOutput(showHTMLOutput) {
this.showHTMLOutput_ = showHTMLOutput;
this.updateHTMLOutputDisplayState_();
},
get testCase() {
return this.testCase_;
},
set testCase(testCase) {
this.testCase_ = testCase;
this.updateTitle_();
},
get testCaseHRef() {
return this.testCaseHRef_;
},
set testCaseHRef(href) {
this.testCaseHRef_ = href;
this.updateTitle_();
},
updateTitle_: function() {
var titleEl = this.querySelector('#title');
if (this.testCase_ === undefined) {
titleEl.textContent = '';
return;
}
if (this.testCaseHRef_) {
titleEl.innerHTML = '<a href="' + this.testCaseHRef_ + '">' +
this.testCase_.fullyQualifiedName + '</a>';
} else {
titleEl.textContent = this.testCase_.fullyQualifiedName;
}
},
addError: function(normalizedException) {
var errorEl = document.createElement('x-html-test-case-error');
errorEl.appendChild(tr.ui.b.instantiateTemplate(
'#x-html-test-case-error-template', THIS_DOC));
errorEl.querySelector('#stack').textContent = normalizedException.stack;
this.querySelector('#details').appendChild(errorEl);
this.updateColorAndStatus_();
},
addHTMLOutput: function(element) {
var htmlResultEl = document.createElement('x-html-test-case-html-result');
htmlResultEl.appendChild(element);
this.querySelector('#details').appendChild(htmlResultEl);
var bounds = element.getBoundingClientRect();
assert(bounds.width !== 0, 'addHTMLOutput element as 0 width');
assert(bounds.height !== 0, 'addHTMLOutput element has 0 height');
},
updateHTMLOutputDisplayState_: function() {
var htmlResults = this.querySelectorAll('x-html-test-case-html-result');
var display;
if (this.showHTMLOutput)
display = '';
else
display = (this.testStatus_ == TestStatus.RUNNING) ? '' : 'none';
for (var i = 0; i < htmlResults.length; i++)
htmlResults[i].style.display = display;
},
get hadErrors() {
return !!this.querySelector('x-html-test-case-error');
},
get duration() {
return this.duration_;
},
set duration(duration) {
this.duration_ = duration;
this.updateColorAndStatus_();
},
get testStatus() {
return this.testStatus_;
},
set testStatus(testStatus) {
this.testStatus_ = testStatus;
this.updateColorAndStatus_();
this.updateHTMLOutputDisplayState_();
},
updateColorAndStatus_: function() {
var colorCls;
var status;
if (this.hadErrors) {
colorCls = 'unittest-failed';
status = 'failed';
} else if (this.testStatus_ == TestStatus.PENDING) {
colorCls = 'unittest-pending';
status = 'pending';
} else if (this.testStatus_ == TestStatus.RUNNING) {
colorCls = 'unittest-running';
status = 'running';
} else { // DONE_RUNNING and no errors
colorCls = 'unittest-passed';
status = 'passed';
}
var statusEl = this.querySelector('#status');
if (this.duration_)
statusEl.textContent = status + ' (' +
this.duration_.toFixed(2) + 'ms)';
else
statusEl.textContent = status;
statusEl.className = colorCls;
},
get testReturnValue() {
return this.testReturnValue_;
},
set testReturnValue(testReturnValue) {
this.testReturnValue_ = testReturnValue;
this.querySelector('#return-value').textContent = testReturnValue;
}
};
/**
* @constructor
*/
var HTMLTestResults = tr.ui.b.define('x-tr.b.unittest-test-results');
HTMLTestResults.prototype = {
__proto__: HTMLUnknownElement.prototype,
decorate: function() {
this.currentTestCaseStartTime_ = undefined;
this.totalRunTime_ = 0;
this.numTestsThatPassed_ = 0;
this.numTestsThatFailed_ = 0;
this.showHTMLOutput_ = false;
this.showPendingAndPassedTests_ = false;
this.linkifyCallback_ = undefined;
this.headless_ = false;
},
get headless() {
return this.headless_;
},
set headless(headless) {
this.headless_ = headless;
},
getHRefForTestCase: function(testCase) {
/* Override this to create custom links */
return undefined;
},
get showHTMLOutput() {
return this.showHTMLOutput_;
},
set showHTMLOutput(showHTMLOutput) {
this.showHTMLOutput_ = showHTMLOutput;
var testCaseResults = this.querySelectorAll('x-html-test-case-result');
for (var i = 0; i < testCaseResults.length; i++)
testCaseResults[i].showHTMLOutput = showHTMLOutput;
},
get showPendingAndPassedTests() {
return this.showPendingAndPassedTests_;
},
set showPendingAndPassedTests(showPendingAndPassedTests) {
this.showPendingAndPassedTests_ = showPendingAndPassedTests;
var testCaseResults = this.querySelectorAll('x-html-test-case-result');
for (var i = 0; i < testCaseResults.length; i++)
this.updateDisplayStateForResult_(testCaseResults[i]);
},
updateDisplayStateForResult_: function(res) {
var display;
if (this.showPendingAndPassedTests_) {
if (res.testStatus == TestStatus.RUNNING ||
res.hadErrors) {
display = '';
} else {
display = 'none';
}
} else {
display = '';
}
res.style.display = display;
// This bit of mess gives res objects a dark class based on whether their
// last visible sibling was not dark. It relies on the
// updateDisplayStateForResult_ being called on all previous siblings of
// an element before being called on the element itself. Yay induction.
var dark;
if (!res.previousSibling) {
dark = true;
} else {
var lastVisible;
for (var cur = res.previousSibling;
cur;
cur = cur.previousSibling) {
if (cur.style.display == '') {
lastVisible = cur;
break;
}
}
if (lastVisible) {
dark = !lastVisible.classList.contains('dark');
} else {
dark = true;
}
}
if (dark)
res.classList.add('dark');
else
res.classList.remove('dark');
},
willRunTest: function(testCase) {
this.currentTestCaseResult_ = new HTMLTestCaseResult();
this.currentTestCaseResult_.showHTMLOutput = this.showHTMLOutput_;
this.currentTestCaseResult_.testCase = testCase;
var href = this.getHRefForTestCase(testCase);
if (href)
this.currentTestCaseResult_.testCaseHRef = href;
this.currentTestCaseResult_.testStatus = TestStatus.RUNNING;
this.currentTestCaseStartTime_ = window.performance.now();
this.appendChild(this.currentTestCaseResult_);
this.updateDisplayStateForResult_(this.currentTestCaseResult_);
this.log_(testCase.fullyQualifiedName + ': ');
},
addErrorForCurrentTest: function(error) {
this.log_('\n');
var normalizedException = tr.b.normalizeException(error);
this.log_('Exception: ' + normalizedException.message + '\n' +
normalizedException.stack);
this.currentTestCaseResult_.addError(normalizedException);
this.updateDisplayStateForResult_(this.currentTestCaseResult_);
if (this.headless_)
this.notifyTestResultToDevServer_('EXCEPT', normalizedException.stack);
},
addHTMLOutputForCurrentTest: function(element) {
this.currentTestCaseResult_.addHTMLOutput(element);
this.updateDisplayStateForResult_(this.currentTestCaseResult_);
},
setReturnValueFromCurrentTest: function(returnValue) {
this.currentTestCaseResult_.testReturnValue = returnValue;
},
didCurrentTestEnd: function() {
var testCaseResult = this.currentTestCaseResult_;
var testCaseDuration = window.performance.now() -
this.currentTestCaseStartTime_;
this.currentTestCaseResult_.testStatus = TestStatus.DONE_RUNNING;
testCaseResult.duration = testCaseDuration;
this.totalRunTime_ += testCaseDuration;
if (testCaseResult.hadErrors) {
this.log_('[FAILED]\n');
this.numTestsThatFailed_ += 1;
tr.b.dispatchSimpleEvent(this, 'testfailed');
} else {
this.log_('[PASSED]\n');
this.numTestsThatPassed_ += 1;
tr.b.dispatchSimpleEvent(this, 'testpassed');
}
if (this.headless_) {
this.notifyTestResultToDevServer_(testCaseResult.hadErrors ?
'FAILED' : 'PASSED');
}
this.updateDisplayStateForResult_(this.currentTestCaseResult_);
this.currentTestCaseResult_ = undefined;
},
didRunTests: function() {
this.log_('[DONE]\n');
if (this.headless_)
this.notifyTestCompletionToDevServer_();
},
getStats: function() {
return {
numTestsThatPassed: this.numTestsThatPassed_,
numTestsThatFailed: this.numTestsThatFailed_,
totalRunTime: this.totalRunTime_
};
},
notifyTestResultToDevServer_: function(result, extra_msg) {
var req = new XMLHttpRequest();
var testName = this.currentTestCaseResult_.testCase.fullyQualifiedName;
req.open('POST', '/tr/json/notify_test_result', true);
req.send(result + ' ' + testName + ' ' + (extra_msg || ''));
},
notifyTestCompletionToDevServer_: function() {
if (this.numTestsThatPassed_ + this.numTestsThatFailed_ == 0)
return;
var data = this.numTestsThatFailed_ == 0 ? 'ALL_PASSED' : 'HAD_FAILURES';
data += '\nPassed tests: ' + this.numTestsThatPassed_ +
' Failed tests: ' + this.numTestsThatFailed_;
var req = new XMLHttpRequest();
req.open('POST', '/tr/json/notify_tests_completed', true);
req.send(data);
},
log_: function(msg) {
//this.textContent += msg;
tr.b.dispatchSimpleEvent(this, 'statschange');
}
};
return {
HTMLTestResults: HTMLTestResults
};
});
</script>
|
test/web/stream.html | nyurik/vega | <!DOCTYPE HTML>
<html>
<head>
<title>Vega Streaming Data Test</title>
<script src="../../build/vega.js"></script>
<style>
body { margin: 10px; font: 14px Helvetica Neue; }
canvas, svg { border: 1px solid #ccc; }
</style>
</head>
<body>
<div id="view"></div>
<script>
var runtimeSpec = vega.parse({
"width": 400,
"height": 200,
"padding": 5,
"signals": [
{ "name": "count", "value": 0 },
{ "name": "size", "value": 0 }
],
"data": [
{
"name": "table"
}
],
"scales": [
{
"name": "xscale",
"type": "band",
"range": "width",
"domain": {"data": "table", "field": "u"}
},
{
"name": "yscale",
"type": "linear",
"range": "height",
"domain": {"data": "table", "field": "v"},
"zero": true,
"nice": true
}
],
"axes": [
{"orient": "bottom", "scale": "xscale"},
{"orient": "left", "scale": "yscale"}
],
"marks": [
{
"type": "rect",
"from": {"data": "table"},
"encode": {
"update": {
"x": {"scale": "xscale", "field": "u", "offset": 1},
"width": {"scale": "xscale", "band": 1, "offset": -1},
"y": {"scale": "yscale", "field": "v"},
"y2": {"scale": "yscale", "value": 0},
"fill": {"value": "steelblue"}
},
"hover": {
"fill": {"value": "red"}
}
}
},
{
"type": "text",
"encode": {
"enter": {
"x": {"value": 0},
"y": {"value": -2},
"baseline": {"value": "bottom"},
"fill": {"value": "black"}
},
"update": {
"text": {"signal": "'Count: ' + count + ', Size: ' + size"}
}
}
}
]
});
var key = 0;
function generate(n) {
var data = [];
for (var i=0; i<n; ++i) {
data.push({u: 1 + (key++ % 100), v: 5 + ~~(90 * Math.random())});
}
return data;
}
var view = new vega.View(runtimeSpec)
.initialize(document.querySelector('#view'))
.renderer('svg')
.hover()
.insert('table', generate(20))
.signal('count', 20)
.run();
// clean caches once they fit 500 empty slots
view.cleanThreshold = 500;
setInterval(function() {
view.change('table', vega.changeset()
.remove(view.data('table')[0])
.insert(generate(1)))
.signal('count', view.signal('count') + 1) // tuples so far
.signal('size', view._runtime.nodes[82].value.size) // datajoin map size
.run();
}, 20);
</script>
</body>
</html>
|
chromium/ash/webui/diagnostics_ui/resources/diagnostics_card_frame.html | ric2b/Vivaldi-browser | <style include="diagnostics-shared diagnostics-fonts">
::slotted([slot=chip]) {
background-color: var(--google-grey-200);
border-radius: 16px;
}
::slotted([slot=title]) {
@apply --diagnostics-card-title-font;
}
::slotted([slot=left-panel]) {
flex: 1;
margin-bottom: 16px;
}
.card-container {
display: flex;
flex-direction: column;
margin: 12px 0 12px;
}
.card-header {
display: flex;
justify-content: space-between;
height: 20px;
padding-top: 10px;
}
.card-wrapper {
background-color: var(--cr-card-background-color);
border-radius: 4px;
box-shadow: var(--diagnostics-box-shadow);
margin: 10px 0;
}
</style>
<div class="card-container">
<div id="title" class="card-header">
<slot name="title"></slot>
<slot name="chip"></slot>
</div>
<div class="card-wrapper">
<slot name="contents"></slot>
</div>
</div>
|
app/elements/my-group-box/my-group-box.html | michaetto/f16 | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../../bower_components/polymer/polymer.html">
<link rel="import" href="../../bower_components/iron-grid/iron-grid.html">
<link rel="import" href="../../bower_components/paper-dropdown-menu/paper-dropdown-menu.html">
<dom-module id="my-group-box">
<template>
<style is="custom-style">
:host {
display: block;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
}
.right {
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 22px;
}
paper-material {
padding: 8px;
}
</style>
<iron-grid class="group-grid centered">
<!--NAZWA GRUPY-->
<paper-material class="xs12 centered" elevation="1">
<h2 class="centered">Grupa {{groupName}}</h2>
</paper-material>
<!--MECZE-->
<div class="xs4"></div>
<paper-material class="xs4 centered" elevation="1">
<h1 class="centered">Mecze</h1>
</paper-material>
<div class="xs4"></div>
<template is="dom-repeat" items="{{_matches}}">
<my-group-match class="xs12" match="{{item}}"></my-group-match>
</template>
<!--TABELA-->
<!--NAGLOWEK TABELI-->
<div class="xs4"></div>
<paper-material class="xs4 centered" elevation="1">
<h2 class="centered">Tabela</h2>
</paper-material>
<div class="xs4"></div>
<h3 class="xs5 right"><span style="width:145px">Zespół</span></h3>
<h3 class="xs2 centered">Pu</h3>
<h3 class="xs2 centered">Me</h3>
<h3 class="xs2 centered">Br+/-</h3>
<h3 class="xs1 centered"></h3>
<!--DANE TABELI-->
<!--<template is="dom-repeat" items="{{groupTable}}" sort="_sortTable" observe="rank">-->
<template is="dom-repeat" items="{{groupTable}}" sort="_sortTable">
<div class="xs5 right">
<my-team-box left-flag team-name="{{item.teamName}}"></my-team-box>
</div>
<span class="xs2 centered "> {{item.points}}</span>
<span class="xs2 centered "> {{item.matches}}</span>
<span class="xs2 centered "> {{item.goalsPlus}}/{{item.goalsMinus}}</span>
<span class="xs1 centered "></span>
</template>
</iron-grid>
</template>
<script>
(function () {
'use strict';
Polymer({
is: 'my-group-box',
properties: {
groupName: {
type: String,
value: 'my-group-box',
notify: true
},
groupTable: {
type: Array,
notify: true,
value: function () {
return [];
}
}
},
_sortTable: function (i1, i2) {
let r1 = Number(i1), r2 = Number(i2);
if (r1 < r2) {
return -1;
} else if (r1 > r2) {
return 1;
}
},
ready: function() {
if (undefined === this._matches)
{
this._matches = [
[{teamName: this.groupTable[0].teamName}, {teamName: this.groupTable[1].teamName}],
[{teamName: this.groupTable[2].teamName}, {teamName: this.groupTable[3].teamName}],
[{teamName: this.groupTable[0].teamName}, {teamName: this.groupTable[2].teamName}],
[{teamName: this.groupTable[1].teamName}, {teamName: this.groupTable[3].teamName}],
[{teamName: this.groupTable[3].teamName}, {teamName: this.groupTable[0].teamName}],
[{teamName: this.groupTable[1].teamName}, {teamName: this.groupTable[2].teamName}]
];
}
},
observers: ['_matchesChange(_matches.*)'],
_matchesChange: function (chR) {
if (chR.path != '_matches.splices') {
console.log('matches.changed: ', chR);
if(chR.value.length == 2) { // it is not initialization, one match changed
let newGroupTable = this.getNewRankedGroupTable(this.groupTable, this._matches);
console.log("RANKED GroupTable:", newGroupTable);
this.set("groupTable", newGroupTable);
}
} else {
console.error('matches cannot be added or removed!!')
}
},
//////////////////////////////////////////////
// !!! RANK !!! //////////////////////////////
//////////////////////////////////////////////
// cleanPenalty: function (gs) {
// gs.forEach(function (g) {
// if (undefined !== g[0].teamName) {
// if(1 == g.lenght)
// if(undefined === g[0].lastMatchPenaltyGoals) {
// let lastMatchIndex = 0, i = 0;
// this._matches.forEach(function (m) {
// m.forEach(function (mX) {
// if (mX.teamName == g[0].teamName)
// lastMatchIndex = i;
// });
// i++;
// });
// if( undefined !== this._matches[lastMatchIndex][0].penaltyGoals
// || undefined !== this._matches[lastMatchIndex][1].penaltyGoals) {
// let m = this._matches[lastMatchIndex].slice();
// m.forEach(function (mX) {
// mX.penaltyGoals = undefined;
// });
// this.splice("_matches", lastMatchIndex, 1, m);
// }
// }
// } else {
// this.cleanPenalty(g);
// }
// }, this)
// },
getNewRankedGroupTable: function(gT, matches) {
let g = [], gs;
gT.forEach(function(r) {g.push({teamName: r.teamName});});
this.groupRowTable(gs = g, matches, 'points');
let newRankedGroupTable = [];
console.log("GS: ", gs);
this.rank(gs, newRankedGroupTable);
return newRankedGroupTable;
},
rank: function(gs, newRankedGroupTable) {
gs.forEach(function(g) {
if (undefined !== g[0].teamName)
g.forEach(function(r) {
newRankedGroupTable.push(r);
});
else
this.rank(g, newRankedGroupTable);
}, this);
},
groupByProperty: function(rowArray, property) {
let gs = [],
maxL = 0,
i = rowArray.length,
foundG,
undefinedG = [],
row;
while (--i >= 0) {
row = rowArray.pop();
if(undefined === row[property]) {
undefinedG.unshift(row);
} else {
foundG = gs.find(function(g) {
return Number(g[0][property]) == Number(row[property]);
});
if (undefined === foundG) {
gs.unshift([row]);
if (0 == maxL)
maxL = 1;
}
else {
foundG.unshift(row);
if (foundG.length > maxL)
maxL = foundG.length;
}
}
}
gs.sort(function(g1, g2) {
return Number(g2[0][property]) - Number(g1[0][property]);
});
gs.forEach(function(g) {
rowArray.push(g);
});
if(0 < undefinedG.length)
rowArray.push(undefinedG);
return maxL;
},
isInt: function (i) {
return Number.isInteger(i) || Number.isFinite(Number.parseInt(i));
},
matchDefined: function(m) {
let ret;
if(ret = (undefined !== m[0].goals && undefined !== m[1].goals)) {
if((undefined !== m[0].penaltyGoals || undefined !== m[1].penaltyGoals)
&& (!this.isInt(m[0].penaltyGoals) || !this.isInt(m[1].penaltyGoals)))
ret = false;
}
return ret;
},
// allGroupMatchesAlreadyPlayedByTeam: function(team, matches) {
// let allPlayed = true;
// matches.forEach(function(m) {
// let t = m.find(function (mT) { return mT.teamName == team.teamName; });
// if(false === this.matchDefined(m))
// allPlayed = false;
// }, this);
// return allPlayed;
// },
createGoalsScored: function(g, matches) {
let r0, r1;
g.forEach(function(r) {
if (undefined === r.goalsScored)
r.goalsScored = 0;
});
matches.forEach(function(m) {
if (this.matchDefined(m)) {
r0 = g.find(function(r) {
return r.teamName == m[0].teamName;
});
r1 = g.find(function(r) {
return r.teamName == m[1].teamName;
});
if (r0 && r1) {
r0.goalsScored += m[0].goals;
r1.goalsScored += m[1].goals;
}
}
}, this);
},
createGoalsDiff: function(g, matches) {
let r0, r1;
g.forEach(function(r) {
if (undefined === r.goalsDiff)
r.goalsDiff = 0;
});
matches.forEach(function(m) {
if (this.matchDefined(m)) {
r0 = g.find(function(r) {
return r.teamName == m[0].teamName;
});
r1 = g.find(function(r) {
return r.teamName == m[1].teamName;
});
if (r0 && r1) {
r0.goalsDiff += r0.goalsPlus - r0.goalsMinus;
r1.goalsDiff += r1.goalsPlus - r1.goalsMinus;
}
}
}, this);
},
createSubPoints: function(g, matches) {
let r0, r1;
// TODO: przemyslec czy definowanie zer ma tu itp sens, co z tymi undefined
g.forEach(function(r) {
if (undefined === r.subPoints)
r.subPoints = 0
});
matches.forEach(function(m) {
if (this.matchDefined(m)) {
r0 = g.find(function(r) {
return r.teamName == m[0].teamName;
});
r1 = g.find(function(r) {
return r.teamName == m[1].teamName;
});
if (r0 && r1) {
if (m[0].goals > m[1].goals) {
r0.subPoints += 3;
}
else if (m[0].goals < m[1].goals) {
r1.subPoints += 3;
}
else {
r0.subPoints += 1;
r1.subPoints += 1;
}
}
}
}, this);
},
defineAllMatchesStats: function(r) {
if (undefined === r.points) {
r.points = 0;
r.goalsPlus = 0;
r.goalsMinus = 0;
r.matches = 0;
r.allMatchesGoalsDiff = 0;
}
},
createAllMatchesStats: function(g, matches) {
let r0, r1;
matches.forEach(function(m) {
if (this.matchDefined(m)) {
if (undefined === (r0 = g.find(function(r) { return r.teamName == m[0].teamName; })))
console.error("Team not found for all matches statistics: ", m[0].teamName);
if (undefined === (r1 = g.find(function(r) {return r.teamName == m[1].teamName; })))
console.error("Team not found for all matches statistics: ", m[1].teamName);
this.defineAllMatchesStats(r0);
this.defineAllMatchesStats(r1);
r0.goalsPlus += m[0].goals;
r0.goalsMinus += m[1].goals;
r0.matches++;
r0.allMatchesGoalsDiff += r0.goalsPlus - r0.goalsMinus;
r1.goalsPlus += m[1].goals;
r1.goalsMinus += m[0].goals;
r1.matches++;
r1.allMatchesGoalsDiff += r1.goalsPlus - r1.goalsMinus;
if (m[0].goals > m[1].goals) {
r0.points += 3;
}
else if (m[0].goals < m[1].goals) {
r1.points += 3;
} else {
r0.points += 1;
r1.points += 1;
}
}
}, this);
},
createLastMatchPenaltyGoals: function (g, matches) {
let r0, r1;
g.forEach(function(r) {
if (undefined === r.lastMatchPenaltyGoals)
r.lastMatchPenaltyGoals = 0;
});
let lastMatchIndex = 0;
matches.forEach(function(m) {
if (this.matchDefined(m)) {
r0 = g.find(function(r) {
return r.teamName == m[0].teamName;
});
r1 = g.find(function(r) {
return r.teamName == m[1].teamName;
});
if (r0 && r1) {
r0.lastMatchPenaltyGoals = m[0].penaltyGoals;
r1.lastMatchPenaltyGoals = m[1].penaltyGoals;
if(r0.lastMatchPenaltyGoals > r1.lastMatchPenaltyGoals) {
r0.points += 2;
r1.points -= 1;
} else if (r0.lastMatchPenaltyGoals < r1.lastMatchPenaltyGoals) {
r0.points -= 1;
r1.points += 2;
} else {
console.error("penalty goals cannot be equal");
}
}
}
}, this);
},
calculateProperty: function(g, matches, property)
{
switch (property) {
case 'points': this.createAllMatchesStats(g, matches);break;
case 'subPoints': this.createSubPoints(g, matches);break;
case 'goalsDiff': this.createGoalsDiff(g, matches);break;
case 'goalsScored': this.createGoalsScored(g, matches);break;
case 'allMatchesGoalsDiff':break;
case 'goalsPlus':break;
case 'lastMatchPenaltyGoals':this.createLastMatchPenaltyGoals(g, matches);break;;
default:console.error("Unknown property:", property);break;
}
},
groupRowTable: function(g, matches, property) {
let gs,
lengthBeforeStep = g.length,
maxLengthAfterStep;
this.calculateProperty(g, matches, property);
if ((maxLengthAfterStep = this.groupByProperty(gs = g, property)) > 1) {
gs.forEach(function(g) {
if (1 < g.length) {
switch (property) {
case 'points': this.groupRowTable(g, matches, 'subPoints');break;
case 'subPoints': this.groupRowTable(g, matches, 'goalsDiff');break;
case 'goalsDiff': this.groupRowTable(g, matches, 'goalsScored');break;
case 'goalsScored':
{
if (maxLengthAfterStep < lengthBeforeStep) {
this.groupRowTable(g, matches, 'subPoints');
}
else {
this.groupRowTable(g, matches, 'allMatchesGoalsDiff');
}
break;
}
case 'allMatchesGoalsDiff': this.groupRowTable(g, matches, 'goalsPlus');break;
case 'goalsPlus':
{
let theirLastMatchInTheGroup,
theirLastMatchInTheGroupIndex = 0, i = 0,
allPlayedInTheGroup = true;
matches.forEach(function (m) {
g.forEach(function (r) {
m.forEach(function (mX) {
if (mX.teamName == r.teamName) {
theirLastMatchInTheGroupIndex = i;
theirLastMatchInTheGroup = m;
if (false === this.matchDefined(m)) {
allPlayedInTheGroup = false;
}
}
}, this);
}, this);
i++;
}, this);
if (allPlayedInTheGroup) {
if (2 == g.length) {
if (undefined !== g.find(function (r) { return r.teamName == theirLastMatchInTheGroup[0].teamName; })
&& undefined !== g.find(function (r) { return r.teamName == theirLastMatchInTheGroup[1].teamName; })) {
if (undefined !== theirLastMatchInTheGroup[0].penaltyGoals
|| undefined !== theirLastMatchInTheGroup[1].penaltyGoals) {
this.groupRowTable(g, matches, 'lastMatchPenaltyGoals');
}
else {
theirLastMatchInTheGroup[0].penaltyGoals = true;
this.splice("_matches", theirLastMatchInTheGroupIndex, 1, theirLastMatchInTheGroup.slice());
}
}
} else {
alert("O miejscu w grupie rostrzygnąć musi ocena fair play lub pozycja w rankingu FIFA. By kontynuowć typowanie zmień wyniki.");
}
}
break;
};
case 'lastMatchPenaltyGoals': {
alert("O awansie rostrzygnąć musi ocena fair play lub miejsce w rankingu FIFA. By kontynuowć typowanie zmień wyniki.");
}
default:console.error("Unknown property:", property);break;
}
} else if (1 === g.length) {
if('lastMatchPenaltyGoals' != property) {
let lastMatchIndex = matches.slice().reverse().findIndex(function (m) {
return m[0].teamName == g[0].teamName || m[1].teamName == g[0].teamName;
});
lastMatchIndex = matches.length - 1 - lastMatchIndex;
let lastMatch = matches[lastMatchIndex];
if(lastMatch[0].penaltyGoals || lastMatch[1].penaltyGoals) {
lastMatch[0].penaltyGoals = undefined;
lastMatch[1].penaltyGoals = undefined;
this.splice("_matches", lastMatchIndex, 1, lastMatch.slice());
}
}
// else {
// if(this.matchDefined(lastMatch)) {
// let result = lastMatch.find(function (result) { return result.teamName == g[0].teamName; });
// let otherResult = lastMatch.find(function (result) { return result.teamName != g[0].teamName; });
// if(result.penaltyGoals > otherResult.penaltyGoals)
//
// }
// }
}
}, this);
}
}
});
})();
</script>
</dom-module>
|
observatory/media/css/buttons.css | natestedman/Observatory | /* stylish buttons, works for submit inputs and <a> tags */
.button-small {
font-size: 8pt;
height: 26px;
margin: 7px 0px;
background-size: auto 100%;
}
a.button-small {
display: block;
}
.button {
font-size: 13pt;
height: 2.5em;
margin: 0px;
}
a.button {
display: block;
}
.button, .button-small {
text-align: center;
}
.button-small:hover {
color: #f2f2f2;
text-shadow: 0 1px 0 #0d0d0d;
}
.button, .button-small, select {
border: 1px solid #ccc;
padding: 0px 10px 4px;
margin-top: -5px;
color: #444;
text-decoration: none;
font-weight: bold;
background: #ddd;
background-image: url('/site-media/pixels/button-nohover.gif');
background-image: -webkit-gradient(linear, left bottom, left top,
from(#ccc),
to(#eee));
background-image: -moz-linear-gradient(100% 100% 90deg,
#ccc 0%,
#eee 100%);
-moz-text-shadow: 0px 1px 1px #fff;
-webkit-text-shadow: 0px 1px 1px #fff;
text-shadow: 0px 1px 1px #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-family: "Kreon", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.green:hover:not(:disabled), .green:focus:not(:disabled) {
background: #92b471;
border: 1px solid #839E68;
background-image: -webkit-gradient(linear, left bottom, left top,
from(#839E68),
to(#92b471));
background-image: -moz-linear-gradient(100% 100% 90deg,
#ccc 0%,
#eee 100%);
text-shadow: 0px -1px 0px #5F704F;
color: white;
}
/*.button:hover:not(:disabled), .button:focus:not(:disabled),
.button-small:hover:not(:disabled), .button-small:focus:not(:disabled)
select:hover:not(:disabled), select:focus:not(:disabled) {
background-image: url('/site-media/pixels/button-hover.gif');
color: rgb(51, 56, 80);
border-color: rgb(62, 92, 252);
outline: none;
background-image: -webkit-gradient(linear, left bottom, left top,
from(#3252fc),
color-stop(0.5, #5670fd),
color-stop(0.51, #6a81fd),
to(#8194fd));
background-image: -moz-linear-gradient(100% 100% 90deg,
#3252fc 0%,
#5670fd 50%,
#6a81fd 51%,
#8194fd 100%);
-moz-text-shadow: 0px 1px 1px rgb(163, 178, 255);
-webkit-text-shadow: 0px 1px 1px rgb(163, 178, 255);
text-shadow: 0px 1px 1px rgb(163, 178, 255);
}*/
.button:active:not(:disabled), .button-small:active:not(:disabled),
select:active:not(:disabled) {
color: #999;
border-color: black;
background-image: url('/site-media/pixels/button-active.gif');
background-image: -webkit-gradient(linear, left bottom, left top,
from(rgb(80, 80, 80)),
to(rgb(44, 44, 44)));
background-image: -moz-linear-gradient(100% 100% 90deg,
rgb(80, 80, 80) 0%,
rgb(44, 44, 44) 100%);
-moz-text-shadow: 0px 1px 1px #888;
-webkit-text-shadow: 0px 1px 1px #888;
text-shadow: 0px 1px 0px #888;
}
/* Pagination buttons */
.pagination-buttons {
padding: 0px 20px;
padding-bottom: 20px;
}
.pagination-previous {
float: left;
margin-left: -20px;
}
.pagination-next {
float: right;
margin-right: -20px;
}
.pagination-next, .pagination-previous {
padding-right: .618em;
padding-left: .618em;
padding-top: 1em;
padding-bottom: 0px;
line-height: 1px;
height: 1.1em;
}
.pagination-buttons a.button {
-moz-box-shadow: 0px 5px 20px #000;
-webkit-box-shadow: 0px 5px 20px #000;
box-shadow: 0px 5px 20px #000;
}
|
src/main/webapp/app/entities/query/query-dialog.html | JulianMaurin/noodle |
<form name="editForm" role="form" novalidate ng-submit="vm.save()" show-validation>
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"
ng-click="vm.clear()">×</button>
<h4 class="modal-title" id="myQueryLabel">Create or edit a Query</h4>
</div>
<div class="modal-body">
<jhi-alert-error></jhi-alert-error>
<div class="form-group" ng-show="vm.query.id">
<label for="id">ID</label>
<input type="text" class="form-control" id="id" name="id"
ng-model="vm.query.id" readonly />
</div>
<div class="form-group">
<label class="control-label" for="field_queryString">Query String</label>
<input type="text" class="form-control" name="queryString" id="field_queryString"
ng-model="vm.query.queryString"
required />
<div ng-show="editForm.queryString.$invalid">
<p class="help-block"
ng-show="editForm.queryString.$error.required">
This field is required.
</p>
</div>
</div>
<div class="form-group">
<label class="control-label" for="field_count">Count</label>
<input type="number" class="form-control" name="count" id="field_count"
ng-model="vm.query.count"
/>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" ng-click="vm.clear()">
<span class="glyphicon glyphicon-ban-circle"></span> <span>Cancel</span>
</button>
<button type="submit" ng-disabled="editForm.$invalid || vm.isSaving" class="btn btn-primary">
<span class="glyphicon glyphicon-save"></span> <span>Save</span>
</button>
</div>
</form>
|
tools/google-closure-library/closure/goog/docs/closure_goog_testing_events_events.js.source.html | yesudeep/puppy | <!doctype html>
<html>
<head>
<link rel="shortcut icon" href="static/images/favicon.ico" type="image/x-icon">
<title>events.js (Closure Library API Documentation - JavaScript)</title>
<link rel="stylesheet" href="static/css/base.css">
<link rel="stylesheet" href="static/css/doc.css">
<link rel="stylesheet" href="static/css/sidetree.css">
<link rel="stylesheet" href="static/css/prettify.css">
<script>
var _staticFilePath = "static/";
</script>
<script src="static/js/doc.js">
</script>
<meta charset="utf8">
</head>
<body onload="prettyPrint()">
<div id="header">
<div class="g-section g-tpl-50-50 g-split">
<div class="g-unit g-first">
<a id="logo" href="index.html">Closure Library API Documentation</a>
</div>
<div class="g-unit">
<div class="g-c">
<strong>Go to class or file:</strong>
<input type="text" id="ac">
</div>
</div>
</div>
</div>
<div class="clear"></div>
<h2><a href="closure_goog_testing_events_events.js.html">events.js</a></h2>
<pre class="prettyprint lang-js">
<a name="line1"></a>// Licensed under the Apache License, Version 2.0 (the "License");
<a name="line2"></a>// you may not use this file except in compliance with the License.
<a name="line3"></a>// You may obtain a copy of the License at
<a name="line4"></a>//
<a name="line5"></a>// http://www.apache.org/licenses/LICENSE-2.0
<a name="line6"></a>//
<a name="line7"></a>// Unless required by applicable law or agreed to in writing, software
<a name="line8"></a>// distributed under the License is distributed on an "AS IS" BASIS,
<a name="line9"></a>// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<a name="line10"></a>// See the License for the specific language governing permissions and
<a name="line11"></a>// limitations under the License.
<a name="line12"></a>
<a name="line13"></a>// Copyright 2008 Google Inc. All Rights Reserved.
<a name="line14"></a>
<a name="line15"></a>/**
<a name="line16"></a> * @fileoverview Event Simulation.
<a name="line17"></a> *
<a name="line18"></a> * Utility functions for simulating events at the Closure level. All functions
<a name="line19"></a> * in this package generate events by calling goog.events.fireListeners,
<a name="line20"></a> * rather than interfacing with the browser directly. This is intended for
<a name="line21"></a> * testing purposes, and should not be used in production code.
<a name="line22"></a> *
<a name="line23"></a> * The decision to use Closure events and dispatchers instead of the browser's
<a name="line24"></a> * native events and dispatchers was conscious and deliberate. Native event
<a name="line25"></a> * dispatchers have their own set of quirks and edge cases. Pure JS dispatchers
<a name="line26"></a> * are more robust and transparent.
<a name="line27"></a> *
<a name="line28"></a> * If you think you need a testing mechanism that uses native Event objects,
<a name="line29"></a> * please, please email closure-tech first to explain your use case before you
<a name="line30"></a> * sink time into this.
<a name="line31"></a> *
<a name="line32"></a> */
<a name="line33"></a>
<a name="line34"></a>goog.provide('goog.testing.events');
<a name="line35"></a>goog.provide('goog.testing.events.Event');
<a name="line36"></a>
<a name="line37"></a>goog.require('goog.events');
<a name="line38"></a>goog.require('goog.events.BrowserEvent');
<a name="line39"></a>goog.require('goog.events.BrowserEvent.MouseButton');
<a name="line40"></a>goog.require('goog.events.Event');
<a name="line41"></a>goog.require('goog.events.EventType');
<a name="line42"></a>goog.require('goog.events.KeyCodes');
<a name="line43"></a>goog.require('goog.object');
<a name="line44"></a>goog.require('goog.userAgent');
<a name="line45"></a>
<a name="line46"></a>
<a name="line47"></a>/**
<a name="line48"></a> * goog.events.BrowserEvent expects an Event so we provide one for JSCompiler.
<a name="line49"></a> *
<a name="line50"></a> * @param {string} type Event Type.
<a name="line51"></a> * @param {Object} opt_target Reference to the object that is the target of this
<a name="line52"></a> * event.
<a name="line53"></a> * @constructor
<a name="line54"></a> * @extends {Event}
<a name="line55"></a> */
<a name="line56"></a>goog.testing.events.Event = function(type, opt_target) {
<a name="line57"></a> /**
<a name="line58"></a> * Event type.
<a name="line59"></a> * @type {string}
<a name="line60"></a> */
<a name="line61"></a> this.type = type;
<a name="line62"></a>
<a name="line63"></a> /**
<a name="line64"></a> * Target of the event.
<a name="line65"></a> * @type {Object|undefined}
<a name="line66"></a> */
<a name="line67"></a> this.target = opt_target;
<a name="line68"></a>
<a name="line69"></a> /**
<a name="line70"></a> * Object that had the listener attached.
<a name="line71"></a> * @type {Object|undefined}
<a name="line72"></a> */
<a name="line73"></a> this.currentTarget = this.target;
<a name="line74"></a>};
<a name="line75"></a>goog.object.extend(
<a name="line76"></a> goog.testing.events.Event.prototype, goog.events.Event.prototype);
<a name="line77"></a>
<a name="line78"></a>
<a name="line79"></a>/**
<a name="line80"></a> * Simulates a mousedown, mouseup, and then click on the given event target,
<a name="line81"></a> * with the left mouse button.
<a name="line82"></a> * @param {EventTarget} target The target for the event.
<a name="line83"></a> * @return {boolean} The returnValue of the sequence: false if preventDefault()
<a name="line84"></a> * was called on any of the events, true otherwise.
<a name="line85"></a> */
<a name="line86"></a>goog.testing.events.fireClickSequence = function(target) {
<a name="line87"></a> // Fire mousedown, mouseup, and click. Then return the bitwise AND of the 3.
<a name="line88"></a> return !!(goog.testing.events.fireMouseDownEvent(target) &
<a name="line89"></a> goog.testing.events.fireMouseUpEvent(target) &
<a name="line90"></a> goog.testing.events.fireClickEvent(target));
<a name="line91"></a>};
<a name="line92"></a>
<a name="line93"></a>
<a name="line94"></a>/**
<a name="line95"></a> * Simulates the sequence of events fired by the browser when the user double-
<a name="line96"></a> * clicks the given target.
<a name="line97"></a> * @param {EventTarget} target The target for the event.
<a name="line98"></a> * @return {boolean} The returnValue of the sequence: false if preventDefault()
<a name="line99"></a> * was called on any of the events, true otherwise.
<a name="line100"></a> */
<a name="line101"></a>goog.testing.events.fireDoubleClickSequence = function(target) {
<a name="line102"></a> // Fire mousedown, mouseup, click, mousedown, mouseup, click, dblclick.
<a name="line103"></a> // Then return the bitwise AND of the 7.
<a name="line104"></a> return !!(goog.testing.events.fireMouseDownEvent(target) &
<a name="line105"></a> goog.testing.events.fireMouseUpEvent(target) &
<a name="line106"></a> goog.testing.events.fireClickEvent(target) &
<a name="line107"></a> // IE fires a selectstart instead of the second mousedown in a
<a name="line108"></a> // dblclick, but we don't care about selectstart.
<a name="line109"></a> (goog.userAgent.IE ||
<a name="line110"></a> goog.testing.events.fireMouseDownEvent(target)) &
<a name="line111"></a> goog.testing.events.fireMouseUpEvent(target) &
<a name="line112"></a> // IE doesn't fire the second click in a dblclick.
<a name="line113"></a> (goog.userAgent.IE ||
<a name="line114"></a> goog.testing.events.fireClickEvent(target)) &
<a name="line115"></a> goog.testing.events.fireDoubleClickEvent(target));
<a name="line116"></a>};
<a name="line117"></a>
<a name="line118"></a>
<a name="line119"></a>/**
<a name="line120"></a> * Simulates a complete keystroke (keydown, keypress, and keyup). Note that
<a name="line121"></a> * if preventDefault is called on the keydown, the keypress will not fire.
<a name="line122"></a> *
<a name="line123"></a> * @param {EventTarget} target The target for the event.
<a name="line124"></a> * @param {number} keyCode The keycode of the key pressed.
<a name="line125"></a> * @param {Object} opt_eventProperties Event properties to be mixed into the
<a name="line126"></a> * BrowserEvent.
<a name="line127"></a> * @return {boolean} The returnValue of the sequence: false if preventDefault()
<a name="line128"></a> * was called on any of the events, true otherwise.
<a name="line129"></a> */
<a name="line130"></a>goog.testing.events.fireKeySequence = function(
<a name="line131"></a> target, keyCode, opt_eventProperties) {
<a name="line132"></a> var keydown =
<a name="line133"></a> new goog.testing.events.Event(goog.events.EventType.KEYDOWN, target);
<a name="line134"></a> var keyup =
<a name="line135"></a> new goog.testing.events.Event(goog.events.EventType.KEYUP, target);
<a name="line136"></a> var keypress =
<a name="line137"></a> new goog.testing.events.Event(goog.events.EventType.KEYPRESS, target);
<a name="line138"></a> keydown.keyCode = keyup.keyCode = keypress.keyCode = keyCode;
<a name="line139"></a>
<a name="line140"></a> if (opt_eventProperties) {
<a name="line141"></a> goog.object.extend(keydown, opt_eventProperties);
<a name="line142"></a> goog.object.extend(keyup, opt_eventProperties);
<a name="line143"></a> goog.object.extend(keypress, opt_eventProperties);
<a name="line144"></a> }
<a name="line145"></a>
<a name="line146"></a> // Fire keydown, keypress, and keyup. Note that if the keydown is
<a name="line147"></a> // prevent-defaulted, then the keypress will not fire on IE.
<a name="line148"></a> var result = goog.testing.events.fireBrowserEvent(keydown);
<a name="line149"></a> if (goog.events.KeyCodes.firesKeyPressEvent(
<a name="line150"></a> keyCode, undefined, keydown.shiftKey, keydown.ctrlKey,
<a name="line151"></a> keydown.altKey) &&
<a name="line152"></a> !(goog.userAgent.IE && !result)) {
<a name="line153"></a> result &= goog.testing.events.fireBrowserEvent(keypress);
<a name="line154"></a> }
<a name="line155"></a> return !!(result & goog.testing.events.fireBrowserEvent(keyup));
<a name="line156"></a>};
<a name="line157"></a>
<a name="line158"></a>
<a name="line159"></a>/**
<a name="line160"></a> * Simulates a mouseover event on the given target.
<a name="line161"></a> * @param {EventTarget} target The target for the event.
<a name="line162"></a> * @param {EventTarget} relatedTarget The related target for the event (e.g.,
<a name="line163"></a> * the node that the mouse is being moved out of).
<a name="line164"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line165"></a> * called on it, true otherwise.
<a name="line166"></a> */
<a name="line167"></a>goog.testing.events.fireMouseOverEvent = function(target, relatedTarget) {
<a name="line168"></a> var mouseover =
<a name="line169"></a> new goog.testing.events.Event(goog.events.EventType.MOUSEOVER, target);
<a name="line170"></a> mouseover.relatedTarget = relatedTarget;
<a name="line171"></a> return goog.testing.events.fireBrowserEvent(mouseover);
<a name="line172"></a>};
<a name="line173"></a>
<a name="line174"></a>
<a name="line175"></a>/**
<a name="line176"></a> * Simulates a mousemove event on the given target.
<a name="line177"></a> * @param {EventTarget} target The target for the event.
<a name="line178"></a> * @param {goog.math.Coordinate} opt_coords Position of mouse.
<a name="line179"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line180"></a> * called on it, true otherwise.
<a name="line181"></a> */
<a name="line182"></a>goog.testing.events.fireMouseMoveEvent = function(target, opt_coords) {
<a name="line183"></a> var mousemove =
<a name="line184"></a> new goog.testing.events.Event(goog.events.EventType.MOUSEMOVE, target);
<a name="line185"></a> mousemove.clientX = opt_coords ? opt_coords.x : 0;
<a name="line186"></a> mousemove.clientY = opt_coords ? opt_coords.y : 0;
<a name="line187"></a> return goog.testing.events.fireBrowserEvent(mousemove);
<a name="line188"></a>};
<a name="line189"></a>
<a name="line190"></a>
<a name="line191"></a>/**
<a name="line192"></a> * Simulates a mouseout event on the given target.
<a name="line193"></a> * @param {EventTarget} target The target for the event.
<a name="line194"></a> * @param {EventTarget} relatedTarget The related target for the event (e.g.,
<a name="line195"></a> * the node that the mouse is being moved into).
<a name="line196"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line197"></a> * called on it, true otherwise.
<a name="line198"></a> */
<a name="line199"></a>goog.testing.events.fireMouseOutEvent = function(target, relatedTarget) {
<a name="line200"></a> var mouseout =
<a name="line201"></a> new goog.testing.events.Event(goog.events.EventType.MOUSEOUT, target);
<a name="line202"></a> mouseout.relatedTarget = relatedTarget;
<a name="line203"></a> return goog.testing.events.fireBrowserEvent(mouseout);
<a name="line204"></a>};
<a name="line205"></a>
<a name="line206"></a>
<a name="line207"></a>/**
<a name="line208"></a> * Simulates a mousedown event on the given target.
<a name="line209"></a> * @param {EventTarget} target The target for the event.
<a name="line210"></a> * @param {goog.events.BrowserEvent.MouseButton} opt_button Mouse button;
<a name="line211"></a> * defaults to {@code goog.events.BrowserEvent.MouseButton.LEFT}.
<a name="line212"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line213"></a> * called on it, true otherwise.
<a name="line214"></a> */
<a name="line215"></a>goog.testing.events.fireMouseDownEvent = function(target, opt_button) {
<a name="line216"></a> var button = opt_button || goog.events.BrowserEvent.MouseButton.LEFT;
<a name="line217"></a> var mousedown =
<a name="line218"></a> new goog.testing.events.Event(goog.events.EventType.MOUSEDOWN, target);
<a name="line219"></a> mousedown.button = goog.userAgent.IE ?
<a name="line220"></a> goog.events.BrowserEvent.IEButtonMap_[button] : button;
<a name="line221"></a> return goog.testing.events.fireBrowserEvent(mousedown);
<a name="line222"></a>};
<a name="line223"></a>
<a name="line224"></a>
<a name="line225"></a>/**
<a name="line226"></a> * Simulates a mouseup event on the given target.
<a name="line227"></a> * @param {EventTarget} target The target for the event.
<a name="line228"></a> * @param {goog.events.BrowserEvent.MouseButton} opt_button Mouse button;
<a name="line229"></a> * defaults to {@code goog.events.BrowserEvent.MouseButton.LEFT}.
<a name="line230"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line231"></a> * called on it, true otherwise.
<a name="line232"></a> */
<a name="line233"></a>goog.testing.events.fireMouseUpEvent = function(target, opt_button) {
<a name="line234"></a> var button = opt_button || goog.events.BrowserEvent.MouseButton.LEFT;
<a name="line235"></a> var mouseup =
<a name="line236"></a> new goog.testing.events.Event(goog.events.EventType.MOUSEUP, target);
<a name="line237"></a> mouseup.button = goog.userAgent.IE ?
<a name="line238"></a> goog.events.BrowserEvent.IEButtonMap_[button] : button;
<a name="line239"></a> return goog.testing.events.fireBrowserEvent(mouseup);
<a name="line240"></a>};
<a name="line241"></a>
<a name="line242"></a>
<a name="line243"></a>/**
<a name="line244"></a> * Simulates a click event on the given target. IE only supports click with
<a name="line245"></a> * the left mouse button.
<a name="line246"></a> * @param {EventTarget} target The target for the event.
<a name="line247"></a> * @param {goog.events.BrowserEvent.MouseButton} opt_button Mouse button;
<a name="line248"></a> * defaults to {@code goog.events.BrowserEvent.MouseButton.LEFT}.
<a name="line249"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line250"></a> * called on it, true otherwise.
<a name="line251"></a> */
<a name="line252"></a>goog.testing.events.fireClickEvent = function(target, opt_button) {
<a name="line253"></a> var click =
<a name="line254"></a> new goog.testing.events.Event(goog.events.EventType.CLICK, target);
<a name="line255"></a> click.button = opt_button || goog.events.BrowserEvent.MouseButton.LEFT;
<a name="line256"></a> return goog.testing.events.fireBrowserEvent(click);
<a name="line257"></a>};
<a name="line258"></a>
<a name="line259"></a>
<a name="line260"></a>/**
<a name="line261"></a> * Simulates a double-click event on the given target. Always double-clicks
<a name="line262"></a> * with the left mouse button since no browser supports double-clicking with
<a name="line263"></a> * any other buttons.
<a name="line264"></a> * @param {EventTarget} target The target for the event.
<a name="line265"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line266"></a> * called on it, true otherwise.
<a name="line267"></a> */
<a name="line268"></a>goog.testing.events.fireDoubleClickEvent = function(target) {
<a name="line269"></a> var dblclick =
<a name="line270"></a> new goog.testing.events.Event(goog.events.EventType.DBLCLICK, target);
<a name="line271"></a> dblclick.button = goog.events.BrowserEvent.MouseButton.LEFT;
<a name="line272"></a> return goog.testing.events.fireBrowserEvent(dblclick);
<a name="line273"></a>};
<a name="line274"></a>
<a name="line275"></a>
<a name="line276"></a>/**
<a name="line277"></a> * Simulates a contextmenu event on the given target.
<a name="line278"></a> * @param {EventTarget} target The target for the event.
<a name="line279"></a> * @param {goog.events.BrowserEvent.MouseButton} opt_button Mouse button;
<a name="line280"></a> * defaults to {@code goog.events.BrowserEvent.MouseButton.RIGHT}.
<a name="line281"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line282"></a> * called on it, true otherwise.
<a name="line283"></a> */
<a name="line284"></a>goog.testing.events.fireContextMenuEvent = function(target, opt_button) {
<a name="line285"></a> var button = opt_button || goog.events.BrowserEvent.MouseButton.RIGHT;
<a name="line286"></a> var contextmenu =
<a name="line287"></a> new goog.testing.events.Event(goog.events.EventType.CONTEXTMENU, target);
<a name="line288"></a> contextmenu.button = goog.userAgent.IE ?
<a name="line289"></a> goog.events.BrowserEvent.IEButtonMap_[button] : button;
<a name="line290"></a> return goog.testing.events.fireBrowserEvent(contextmenu);
<a name="line291"></a>};
<a name="line292"></a>
<a name="line293"></a>
<a name="line294"></a>/**
<a name="line295"></a> * Simulates a mousedown, contextmenu, and the mouseup on the given event
<a name="line296"></a> * target, with the right mouse button.
<a name="line297"></a> * @param {EventTarget} target The target for the event.
<a name="line298"></a> * @return {boolean} The returnValue of the sequence: false if preventDefault()
<a name="line299"></a> * was called on any of the events, true otherwise.
<a name="line300"></a> */
<a name="line301"></a>goog.testing.events.fireContextMenuSequence = function(target) {
<a name="line302"></a> if (goog.userAgent.WINDOWS) {
<a name="line303"></a> return !!(goog.testing.events.fireMouseDownEvent(target,
<a name="line304"></a> goog.events.BrowserEvent.MouseButton.RIGHT) &
<a name="line305"></a> goog.testing.events.fireMouseUpEvent(target,
<a name="line306"></a> goog.events.BrowserEvent.MouseButton.RIGHT) &
<a name="line307"></a> goog.testing.events.fireContextMenuEvent(target));
<a name="line308"></a> } else {
<a name="line309"></a> var result = goog.testing.events.fireMouseDownEvent(target,
<a name="line310"></a> goog.events.BrowserEvent.MouseButton.RIGHT) &
<a name="line311"></a> goog.testing.events.fireContextMenuEvent(target);
<a name="line312"></a> if (goog.userAgent.GECKO) {
<a name="line313"></a> result = result &
<a name="line314"></a> goog.testing.events.fireMouseUpEvent(target,
<a name="line315"></a> goog.events.BrowserEvent.MouseButton.RIGHT);
<a name="line316"></a> }
<a name="line317"></a> return !!result;
<a name="line318"></a> }
<a name="line319"></a>};
<a name="line320"></a>
<a name="line321"></a>
<a name="line322"></a>/**
<a name="line323"></a> * Simulates an event's capturing and bubbling phases.
<a name="line324"></a> * @param {Event} event A simulated native event. It will be wrapped in a
<a name="line325"></a> * normalized BrowserEvent and dispatched to Closure listeners on all
<a name="line326"></a> * ancestors of its target (inclusive).
<a name="line327"></a> * @return {boolean} The returnValue of the event: false if preventDefault() was
<a name="line328"></a> * called on it, true otherwise.
<a name="line329"></a> */
<a name="line330"></a>goog.testing.events.fireBrowserEvent = function(event) {
<a name="line331"></a> event.returnValue_ = true;
<a name="line332"></a>
<a name="line333"></a> // generate a list of ancestors
<a name="line334"></a> var ancestors = [];
<a name="line335"></a> for (var current = event.target; current; current = current.parentNode) {
<a name="line336"></a> ancestors.push(current);
<a name="line337"></a> }
<a name="line338"></a>
<a name="line339"></a> // dispatch capturing listeners
<a name="line340"></a> for (var j = ancestors.length - 1;
<a name="line341"></a> j >= 0 && !event.propagationStopped_;
<a name="line342"></a> j--) {
<a name="line343"></a> goog.events.fireListeners(ancestors[j], event.type, true,
<a name="line344"></a> new goog.events.BrowserEvent(event, ancestors[j]));
<a name="line345"></a> }
<a name="line346"></a>
<a name="line347"></a> // dispatch bubbling listeners
<a name="line348"></a> for (var j = 0;
<a name="line349"></a> j < ancestors.length && !event.propagationStopped_;
<a name="line350"></a> j++) {
<a name="line351"></a> goog.events.fireListeners(ancestors[j], event.type, false,
<a name="line352"></a> new goog.events.BrowserEvent(event, ancestors[j]));
<a name="line353"></a> }
<a name="line354"></a>
<a name="line355"></a> return event.returnValue_;
<a name="line356"></a>};
</pre>
</body>
</html>
|
third-party/src/boost_1_56_0/doc/html/boost/algorithm/trim_fill_copy_if.html | rkq/cxxexp | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template trim_fill_copy_if</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_hpp" title="Header <boost/algorithm/string/trim_all.hpp>">
<link rel="prev" href="trim_all.html" title="Function template trim_all">
<link rel="next" href="trim_fill_if.html" title="Function template trim_fill_if">
</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="trim_all.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_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="trim_fill_if.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.algorithm.trim_fill_copy_if"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template trim_fill_copy_if</span></h2>
<p>boost::algorithm::trim_fill_copy_if — Trim Fill - parametric. </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="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_hpp" title="Header <boost/algorithm/string/trim_all.hpp>">boost/algorithm/string/trim_all.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> SequenceT<span class="special">,</span> <span class="keyword">typename</span> RangeT<span class="special">,</span> <span class="keyword">typename</span> PredicateT<span class="special">></span>
<span class="identifier">SequenceT</span> <span class="identifier">trim_fill_copy_if</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">SequenceT</span> <span class="special">&</span> Input<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">RangeT</span> <span class="special">&</span> Fill<span class="special">,</span>
<span class="identifier">PredicateT</span> IsSpace<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp441274736"></a><h2>Description</h2>
<p>Remove all leading and trailing spaces from the input and replace all every block of consecutive spaces with a fill string defined by user. The result is a trimmed copy of the input</p>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term">Parameters:</span></p></td>
<td><div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><code class="computeroutput">Fill</code></span></p></td>
<td><p>A string used to fill the inner spaces </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">Input</code></span></p></td>
<td><p>An input sequence </p></td>
</tr>
<tr>
<td><p><span class="term"><code class="computeroutput">IsSpace</code></span></p></td>
<td><p>A unary predicate identifying spaces </p></td>
</tr>
</tbody>
</table></div></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>A trimmed copy of the input </p></td>
</tr>
</tbody>
</table></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2002-2004 Pavol Droba<p>Use, modification and distribution is subject to the Boost
Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> 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="trim_all.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../string_algo/reference.html#header.boost.algorithm.string.trim_all_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="trim_fill_if.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
bar.html | juliabelluz/cs171-hw1-belluz-julia | <!DOCTYPE html>
<html>
<head>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
rect {
fill: green;
fill-opacity: .8;
}
text {
font: 10px sans-serif;
}
</style>
</head>
<body>
<script type="text/javascript">
var margin = {top: 50, bottom: 10, left:300, right: 40};
var width = 900 - margin.left - margin.right;
var height = 900 - margin.top - margin.bottom;
var xScale = d3.scale.linear().range([0, width]);
var yScale = d3.scale.ordinal().rangeRoundBands([0, height], .8, 0);
var bar_height = 15;
var state = function(d) { return d.State; };
var svg = d3.select("body").append("svg")
.attr("width", width+margin.left+margin.right)
.attr("height", height+margin.top+margin.bottom);
var g = svg.append("g")
.attr("transform", "translate("+margin.left+","+margin.top+")");
d3.tsv("unemp_states_us_nov_2013.tsv", function(data) {
var max = d3.max(data, function(d) { return d.Rate; } );
var min = 0;
xScale.domain([min, max]);
yScale.domain(data.map(state));
var groups = g.append("g")
.selectAll("g")
.data(data)
.enter()
.append("g")
.attr("transform", function(d, i) { return "translate(0, " + yScale(d.State) +")"; });
var bars = groups
.append("rect")
.attr("width", function(d) { return xScale(d.Rate); })
.attr("height", bar_height);
});
</script>
</body>
</html>
|
HTML - CSS - JS/Week2/01 Introduction to javascript/2-1-1_getting_to_know_javascript/02_alert.html | NoRoboto/Coursera | <!doctype html>
<html>
<head>
<title>Example of alert()</title>
<script>
alert("Welcome to my page!");
</script>
</head>
</html>
|
client/node_modules/uu5g03/doc/main/server/public/data/examples/exampleUU5BricksGlyphicon01.html | UnicornCollege/ucl.itkpd.configurator | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- React -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js"></script>
<!-- UU5 -->
<!-- <link rel="stylesheet" href="../../lib/uu5/uu5-03.min.css" /> -->
<script type="application/javascript" src="../../lib/uu5g03/uu5g03.min.js"></script>
<title>Example UU5.Bricks.Glyphicon 01</title>
</head>
<body>
<div id="renderHere"></div>
<script type="text/babel">
var Page = React.createClass(
{
statics: {
pageHeader: "Příklad UU5.Bricks.Glyphicon 01",
pageFooter: "Vytvořeno pomocí frameworku <UU5.DocKit.Bricks.LinkUU5/>",
sourceCode: "exampleUU5BricksGlyphicon01.html"
},
render() {
return (
<UU5.Layout.Root>
{/*@@viewOn:0*/}
<UU5.Bricks.Glyphicon />
{/*@@viewOff:0*/}
</UU5.Layout.Root>
)
}
}
)
ReactDOM.render(React.createElement(Page, null), document.getElementById('renderHere'));
</script>
</body>
</html> |
tools/Rake/lib/ruby/gems/1.8/doc/rubygems-1.5.2/rdoc/classes/GemGauntlet.src/M000056.html | michaelsync/Giles | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>run (GemGauntlet)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/gauntlet_rubygems.rb, line 20</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">run</span>(<span class="ruby-identifier">name</span>)
<span class="ruby-identifier">warn</span> <span class="ruby-identifier">name</span>
<span class="ruby-identifier">spec</span> = <span class="ruby-keyword kw">begin</span>
<span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Specification</span>.<span class="ruby-identifier">load</span> <span class="ruby-value str">'gemspec'</span>
<span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">SyntaxError</span>
<span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">Specification</span>.<span class="ruby-identifier">from_yaml</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-value str">'gemspec'</span>)
<span class="ruby-keyword kw">end</span>
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">validate</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">data</span>[<span class="ruby-identifier">name</span>] = <span class="ruby-keyword kw">false</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">dirty</span> = <span class="ruby-keyword kw">true</span>
<span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">SystemCallError</span>, <span class="ruby-constant">Gem</span><span class="ruby-operator">::</span><span class="ruby-constant">InvalidSpecificationException</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">e</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">data</span>[<span class="ruby-identifier">name</span>] = <span class="ruby-identifier">e</span>.<span class="ruby-identifier">message</span>
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">dirty</span> = <span class="ruby-keyword kw">true</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> |
button_change.html | yenrab/doing_stuff_with_HTML_CSS_and_JavaScript | <!doctype html>
<html>
<head>
<title>Button Changing</title>
<script>
function showCongratulations(theButtonClicked){
document.getElementById("result_display").innerHTML = "Congratulations, you did it!<p>You got the page to update!</p>"
theButtonClicked.innerHTML = "Click Me Again!";
}
</script>
<style>
</style>
</head>
<body>
<button onclick="showCongratulations(this)">Click Me!</button>
<section id="result_display"></section>
</body>
</html> |
lib/CommonsCLI/apidocs/org/apache/commons/cli/class-use/Options.html | ladygagapowerbot/bachelor-thesis-implementation | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_16) on Mon Mar 16 00:32:06 PDT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class org.apache.commons.cli.Options (Commons CLI 1.2 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title = "Uses of Class org.apache.commons.cli.Options (Commons CLI 1.2 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/commons/cli/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><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/cli/class-use/Options.html" target="_top"><B>FRAMES</B></A>
<A HREF="Options.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.cli.Options</B></H2>
</CENTER>
<A NAME="org.apache.commons.cli"><!-- --></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/cli/Options.html" title="class in org.apache.commons.cli">Options</A> in <A HREF="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</A> that return <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></CODE></FONT></TD>
<TD><CODE><B>Options.</B><B><A HREF="../../../../../org/apache/commons/cli/Options.html#addOption(org.apache.commons.cli.Option)">addOption</A></B>(<A HREF="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli">Option</A> opt)</CODE>
<BR>
Adds an option instance</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></CODE></FONT></TD>
<TD><CODE><B>Options.</B><B><A HREF="../../../../../org/apache/commons/cli/Options.html#addOption(java.lang.String, boolean, java.lang.String)">addOption</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> opt,
boolean hasArg,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> description)</CODE>
<BR>
Add an option that only contains a short-name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></CODE></FONT></TD>
<TD><CODE><B>Options.</B><B><A HREF="../../../../../org/apache/commons/cli/Options.html#addOption(java.lang.String, java.lang.String, boolean, java.lang.String)">addOption</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> opt,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> longOpt,
boolean hasArg,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> description)</CODE>
<BR>
Add an option that contains a short-name and a long-name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></CODE></FONT></TD>
<TD><CODE><B>Options.</B><B><A HREF="../../../../../org/apache/commons/cli/Options.html#addOptionGroup(org.apache.commons.cli.OptionGroup)">addOptionGroup</A></B>(<A HREF="../../../../../org/apache/commons/cli/OptionGroup.html" title="class in org.apache.commons.cli">OptionGroup</A> group)</CODE>
<BR>
Add the specified option group.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#getOptions()">getOptions</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></CODE></FONT></TD>
<TD><CODE><B>PatternOptionBuilder.</B><B><A HREF="../../../../../org/apache/commons/cli/PatternOptionBuilder.html#parsePattern(java.lang.String)">parsePattern</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> pattern)</CODE>
<BR>
Returns the <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><CODE>Options</CODE></A> instance represented by <code>pattern</code>.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/commons/cli/package-summary.html">org.apache.commons.cli</A> with parameters of type <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD>
<TD><CODE><B>PosixParser.</B><B><A HREF="../../../../../org/apache/commons/cli/PosixParser.html#flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)">flatten</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
boolean stopAtNonOption)</CODE>
<BR>
An implementation of <A HREF="../../../../../org/apache/commons/cli/Parser.html" title="class in org.apache.commons.cli"><CODE>Parser</CODE></A>'s abstract
<A HREF="../../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)"><CODE>flatten</CODE></A> method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)">flatten</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> opts,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
boolean stopAtNonOption)</CODE>
<BR>
Subclasses must implement this method to reduce
the <code>arguments</code> that have been passed to the parse method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD>
<TD><CODE><B>GnuParser.</B><B><A HREF="../../../../../org/apache/commons/cli/GnuParser.html#flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)">flatten</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
boolean stopAtNonOption)</CODE>
<BR>
This flatten method does so using the following rules:
If an <A HREF="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><CODE>Option</CODE></A> exists for the first character of
the <code>arguments</code> entry <b>AND</b> an <A HREF="../../../../../org/apache/commons/cli/Option.html" title="class in org.apache.commons.cli"><CODE>Option</CODE></A>
does not exist for the whole <code>argument</code> then
add the first character as an option to the processed tokens
list e.g.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]</CODE></FONT></TD>
<TD><CODE><B>BasicParser.</B><B><A HREF="../../../../../org/apache/commons/cli/BasicParser.html#flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)">flatten</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
boolean stopAtNonOption)</CODE>
<BR>
A simple implementation of <A HREF="../../../../../org/apache/commons/cli/Parser.html" title="class in org.apache.commons.cli"><CODE>Parser</CODE></A>'s abstract
<A HREF="../../../../../org/apache/commons/cli/Parser.html#flatten(org.apache.commons.cli.Options, java.lang.String[], boolean)"><CODE>flatten</CODE></A> method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</A></CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options, java.lang.String[])">parse</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments)</CODE>
<BR>
Parses the specified <code>arguments</code> based
on the specifed <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><CODE>Options</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</A></CODE></FONT></TD>
<TD><CODE><B>CommandLineParser.</B><B><A HREF="../../../../../org/apache/commons/cli/CommandLineParser.html#parse(org.apache.commons.cli.Options, java.lang.String[])">parse</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments)</CODE>
<BR>
Parse the arguments according to the specified options.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</A></CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options, java.lang.String[], boolean)">parse</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
boolean stopAtNonOption)</CODE>
<BR>
Parses the specified <code>arguments</code>
based on the specifed <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><CODE>Options</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</A></CODE></FONT></TD>
<TD><CODE><B>CommandLineParser.</B><B><A HREF="../../../../../org/apache/commons/cli/CommandLineParser.html#parse(org.apache.commons.cli.Options, java.lang.String[], boolean)">parse</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
boolean stopAtNonOption)</CODE>
<BR>
Parse the arguments according to the specified options.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</A></CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options, java.lang.String[], java.util.Properties)">parse</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Properties.html" title="class or interface in java.util">Properties</A> properties)</CODE>
<BR>
Parse the arguments according to the specified options and properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/commons/cli/CommandLine.html" title="class in org.apache.commons.cli">CommandLine</A></CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#parse(org.apache.commons.cli.Options, java.lang.String[], java.util.Properties, boolean)">parse</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] arguments,
<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Properties.html" title="class or interface in java.util">Properties</A> properties,
boolean stopAtNonOption)</CODE>
<BR>
Parse the arguments according to the specified options and
properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(int, java.lang.String, java.lang.String, org.apache.commons.cli.Options, java.lang.String)">printHelp</A></B>(int width,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> header,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> footer)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(int, java.lang.String, java.lang.String, org.apache.commons.cli.Options, java.lang.String, boolean)">printHelp</A></B>(int width,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> header,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> footer,
boolean autoUsage)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(java.io.PrintWriter, int, java.lang.String, java.lang.String, org.apache.commons.cli.Options, int, int, java.lang.String)">printHelp</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/PrintWriter.html" title="class or interface in java.io">PrintWriter</A> pw,
int width,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> header,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
int leftPad,
int descPad,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> footer)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(java.io.PrintWriter, int, java.lang.String, java.lang.String, org.apache.commons.cli.Options, int, int, java.lang.String, boolean)">printHelp</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/PrintWriter.html" title="class or interface in java.io">PrintWriter</A> pw,
int width,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> header,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
int leftPad,
int descPad,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> footer,
boolean autoUsage)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(java.lang.String, org.apache.commons.cli.Options)">printHelp</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(java.lang.String, org.apache.commons.cli.Options, boolean)">printHelp</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
boolean autoUsage)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(java.lang.String, java.lang.String, org.apache.commons.cli.Options, java.lang.String)">printHelp</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> header,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> footer)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printHelp(java.lang.String, java.lang.String, org.apache.commons.cli.Options, java.lang.String, boolean)">printHelp</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> cmdLineSyntax,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> header,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> footer,
boolean autoUsage)</CODE>
<BR>
Print the help for <code>options</code> with the specified
command line syntax.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printOptions(java.io.PrintWriter, int, org.apache.commons.cli.Options, int, int)">printOptions</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/PrintWriter.html" title="class or interface in java.io">PrintWriter</A> pw,
int width,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
int leftPad,
int descPad)</CODE>
<BR>
Print the help for the specified Options to the specified writer,
using the specified width, left padding and description padding.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#printUsage(java.io.PrintWriter, int, java.lang.String, org.apache.commons.cli.Options)">printUsage</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/PrintWriter.html" title="class or interface in java.io">PrintWriter</A> pw,
int width,
<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> app,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options)</CODE>
<BR>
Prints the usage statement for the specified application.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/StringBuffer.html" title="class or interface in java.lang">StringBuffer</A></CODE></FONT></TD>
<TD><CODE><B>HelpFormatter.</B><B><A HREF="../../../../../org/apache/commons/cli/HelpFormatter.html#renderOptions(java.lang.StringBuffer, int, org.apache.commons.cli.Options, int, int)">renderOptions</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/StringBuffer.html" title="class or interface in java.lang">StringBuffer</A> sb,
int width,
<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options,
int leftPad,
int descPad)</CODE>
<BR>
Render the specified Options and return the rendered Options
in a StringBuffer.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B>Parser.</B><B><A HREF="../../../../../org/apache/commons/cli/Parser.html#setOptions(org.apache.commons.cli.Options)">setOptions</A></B>(<A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli">Options</A> options)</CODE>
<BR>
</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="../../../../../org/apache/commons/cli/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/commons/cli/Options.html" title="class in org.apache.commons.cli"><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/cli/class-use/Options.html" target="_top"><B>FRAMES</B></A>
<A HREF="Options.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 © 2002-2009 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
client/trello/src/app/routes/home/routes/boardView/components/CardItems/CardItems.css | Madmous/Trello-Clone | .Card-Items {
padding: 0 4px;
margin: 0 4px 4px 4px;
overflow-y: auto;
overflow-x: hidden;
min-height: 33px;
}
.Card-Items div:last-child {
margin-bottom: 0;
}
.Card-Items::-webkit-scrollbar {
display: block;
height: 9px;
width: 9px;
background-color: #D6DADC;
border-radius: 4px;
}
.Card-Items::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: #C4C9CC;
}
.Card-Items-Placeholder {
background: #8C8C8C;
margin-bottom: 6px;
height: 33px;
max-width: 300px;
} |
theme/Shoes-Store/skin/frontend/default/shoe_store/css/max1024.css | GLD110/magento | .topLink {
border-bottom: 1px solid #CCCCCC;
display: inline-block;
margin-bottom: 10px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.header .links {
display: inline-block;
float: none;
margin: 0;
}
.block-cart.header_cart {
display: inline-block;
float: none;
}
.remain_cart {
display:none!important;
}
.currency_detail, .language_detail {
background: none repeat scroll 0 0 #FFFFFF;
border: medium none;
border-radius: 0 0 0 0;
box-shadow: none;
color: #000000;
display: block!important;
left: 0;
padding: 0;
position: inherit;
text-align: left;
top: 0;
width:auto;
}
.select_lang {
display:none;
}
.language_detail a span {
display:none;
}
.currency_detail a, .language_detail a {
float:left;
padding-right:5px;
width:auto;
}
.currency_pan {
display:none;
}
.header_currency {
float:left;
}
.currency_detail a span {
display:none;
}
.flagPan {
border-top: 1px solid #CCCCCC;
display: inline-block;
margin-top: 10px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.currency_box, .language-switcher {
padding:0px;
}
.header .quick-access {
padding-bottom:0px;
}
.currency_detail a {
background:#000;
color:#fff;
padding:0 3px;
margin-left:3px;
border:1px solid #000;
}
.currency_detail a:hover, .currency_icon.selected, .currency_icon.selected {
border:1px solid #ccc;
background:#fff;
color:#000;
}
.bottomBar {
display: inline-block;
width: 100%;
}
.header_currency {
float: right;
}
.category-products.row-fluid [class*="span"]{margin-left:1.5641%;}
.products-grid .actions, .products-grid .price-box{float:none;text-align:center;}
.old-price, .special-price{float:none;display:inline;}
.category-products .products-grid li.item.first {/*margin-left: 10px;*/}
.product-view .product-img-box .product-image-zoom{min-height: 300px;}
#nav a{padding:14px;} |
ogre/ogre_src_v1-8-1/Docs/api/html/functions_type_0x75.html | jjenki11/blaze-chem-rendering | <html>
<head>
<title>Class Members - Typedefs - 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.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li class="current"><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_prop.html"><span>Properties</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_type.html#index_a"><span>a</span></a></li>
<li><a href="functions_type_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_type_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_type_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_type_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_type_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_type_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_type_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_type_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_type_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="functions_type_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_type_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_type_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_type_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_type_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_type_0x71.html#index_q"><span>q</span></a></li>
<li><a href="functions_type_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_type_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_type_0x74.html#index_t"><span>t</span></a></li>
<li class="current"><a href="functions_type_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_type_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_type_0x77.html#index_w"><span>w</span></a></li>
</ul>
</div>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_u"></a>- u -</h3><ul>
<li>U
: <a class="el" href="classOgre_1_1SmallVector.html#aa5dc701ed8473c7fd6886acc627c952a">Ogre::SmallVector< T, N ></a>
</li>
<li>UniqueTextureSet
: <a class="el" href="classOgre_1_1CompositorManager.html#a93c776ce5090cfe5a43e0b7061d00490">Ogre::CompositorManager</a>
</li>
<li>UserObjectsMap
: <a class="el" href="classOgre_1_1UserObjectBindings.html#a890438a17fbc73cb770c1d6ac9bcf028">Ogre::UserObjectBindings</a>
</li>
<li>UserObjectsMapConstIterator
: <a class="el" href="classOgre_1_1UserObjectBindings.html#ae7ce38b3d3cd1b4ffef57bf64c0f4dfa">Ogre::UserObjectBindings</a>
</li>
<li>UserObjectsMapIterator
: <a class="el" href="classOgre_1_1UserObjectBindings.html#aa097c83d883a487db6969601fddc8707">Ogre::UserObjectBindings</a>
</li>
<li>UVRect
: <a class="el" href="classOgre_1_1Font.html#a17ebc3668a45365c1243a83f36a512ef">Ogre::Font</a>
</li>
</ul>
</div><!-- contents -->
<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 2012 07:28:08
</p>
</body>
</html>
|
docs/tkd/widget/common/insert.html | callumenator/tkd | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link type="text/css" href="http://www.nomad.so/ddoc/css/theme.css" rel="stylesheet" media="all" />
<script type="text/javascript" src="http://www.nomad.so/ddoc/javascript/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="http://www.nomad.so/ddoc/javascript/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="http://www.nomad.so/ddoc/javascript/index.js"></script>
<title>tkd.widget.common.insert</title>
</head>
<body>
<h1>tkd.widget.common.insert</h1>
<!-- Generated by Ddoc from tkd/widget/common/insert.d -->
<div class="sections"><p>Insert module.
</p>
<h3>License</h3><p>MIT. See LICENSE for full details.</p>
</div>
<div class="module-members"><h2><a name="Insert"></a>template <span class="symbol">Insert</span>()</h2>
<div class="declaration-description"><div class="sections"><p>These are common commands that apply to all widgets that have them injected.</p>
</div>
<div class="template-members"><h2><a name="Insert.insertTextAt"></a>auto <span class="symbol">insertTextAt</span>(this T)(string text, int charIndex);
</h2>
<div class="declaration-description"><div class="sections"><p>Insert text at an index.
</p>
<h3>Parameters</h3><table class="parameter-list"><tr><td>string text</td>
<td>The text to insert.</td></tr>
<tr><td>int charIndex</td>
<td>The index to insert the text.</td></tr>
</table>
<h3>Return Value</h3><p>This widget to aid method chaining.</p>
</div>
</div>
<h2><a name="Insert.appendText"></a>auto <span class="symbol">appendText</span>(this T)(string text);
</h2>
<div class="declaration-description"><div class="sections"><p>Append text to the end.
</p>
<h3>Parameters</h3><table class="parameter-list"><tr><td>string text</td>
<td>The text to insert.</td></tr>
</table>
<h3>Return Value</h3><p>This widget to aid method chaining.</p>
</div>
</div>
<h2><a name="Insert.insertTextAtCursor"></a>auto <span class="symbol">insertTextAtCursor</span>(this T)(string text);
</h2>
<div class="declaration-description"><div class="sections"><p>Insert text at the cursor position.
</p>
<h3>Parameters</h3><table class="parameter-list"><tr><td>string text</td>
<td>The text to insert.</td></tr>
</table>
<h3>Return Value</h3><p>This widget to aid method chaining.
</p>
<h3>See Also</h3><p><a href="./cursor.html">tkd.widget.common.cursor</a> <br>
<a href="./index.html">tkd.widget.common.index</a> <br></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
doc/api/files/__/__/_rbenv/versions/2_1_0/lib/ruby/gems/2_1_0/gems/activesupport-4_1_6/lib/active_support/core_ext/string_rb.html | SeanYamaguchi/circle | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>string.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.1.6</span><br />
<h1>
string.rb
</h1>
<ul class="files">
<li>
../../.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/activesupport-4.1.6/lib/active_support/core_ext/string.rb
</li>
<li>Last modified: 2014-10-25 21:53:16 +1100</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>active_support/core_ext/string/conversions</li>
<li>active_support/core_ext/string/filters</li>
<li>active_support/core_ext/string/multibyte</li>
<li>active_support/core_ext/string/starts_ends_with</li>
<li>active_support/core_ext/string/inflections</li>
<li>active_support/core_ext/string/access</li>
<li>active_support/core_ext/string/behavior</li>
<li>active_support/core_ext/string/output_safety</li>
<li>active_support/core_ext/string/exclude</li>
<li>active_support/core_ext/string/strip</li>
<li>active_support/core_ext/string/inquiry</li>
<li>active_support/core_ext/string/indent</li>
<li>active_support/core_ext/string/zones</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> |
templates/material-dashboard-v1.2.0/examples/table.html | brm-barreraj/av | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="../assets/img/apple-icon.png" />
<link rel="icon" type="image/png" href="../assets/img/favicon.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Material Dashboard by Creative Tim</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<!-- Bootstrap core CSS -->
<link href="../assets/css/bootstrap.min.css" rel="stylesheet" />
<!-- Material Dashboard CSS -->
<link href="../assets/css/material-dashboard.css?v=1.2.0" rel="stylesheet" />
<!-- CSS for Demo Purpose, don't include it in your project -->
<link href="../assets/css/demo.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300|Material+Icons' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<div class="sidebar" data-color="purple" data-image="../assets/img/sidebar-1.jpg">
<!--
Tip 1: You can change the color of the sidebar using: data-color="purple | blue | green | orange | red"
Tip 2: you can also add an image using data-image tag
-->
<div class="logo">
<a href="http://www.creative-tim.com" class="simple-text">
Creative Tim
</a>
</div>
<div class="sidebar-wrapper">
<ul class="nav">
<li>
<a href="dashboard.html">
<i class="material-icons">dashboard</i>
<p>Dashboard</p>
</a>
</li>
<li>
<a href="./user.html">
<i class="material-icons">person</i>
<p>User Profile</p>
</a>
</li>
<li class="active">
<a href="./table.html">
<i class="material-icons">content_paste</i>
<p>Table List</p>
</a>
</li>
<li>
<a href="./typography.html">
<i class="material-icons">library_books</i>
<p>Typography</p>
</a>
</li>
<li>
<a href="./icons.html">
<i class="material-icons">bubble_chart</i>
<p>Icons</p>
</a>
</li>
<li>
<a href="./maps.html">
<i class="material-icons">location_on</i>
<p>Maps</p>
</a>
</li>
<li>
<a href="./notifications.html">
<i class="material-icons text-gray">notifications</i>
<p>Notifications</p>
</a>
</li>
<li class="active-pro">
<a href="upgrade.html">
<i class="material-icons">unarchive</i>
<p>Upgrade to PRO</p>
</a>
</li>
</ul>
</div>
</div>
<div class="main-panel">
<nav class="navbar navbar-transparent navbar-absolute">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse">
<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="#"> Table List </a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#pablo" class="dropdown-toggle" data-toggle="dropdown">
<i class="material-icons">dashboard</i>
<p class="hidden-lg hidden-md">Dashboard</p>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="material-icons">notifications</i>
<span class="notification">5</span>
<p class="hidden-lg hidden-md">Notifications</p>
</a>
<ul class="dropdown-menu">
<li>
<a href="#">Mike John responded to your email</a>
</li>
<li>
<a href="#">You have 5 new tasks</a>
</li>
<li>
<a href="#">You're now friend with Andrew</a>
</li>
<li>
<a href="#">Another Notification</a>
</li>
<li>
<a href="#">Another One</a>
</li>
</ul>
</li>
<li>
<a href="#pablo" class="dropdown-toggle" data-toggle="dropdown">
<i class="material-icons">person</i>
<p class="hidden-lg hidden-md">Profile</p>
</a>
</li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group is-empty">
<input type="text" class="form-control" placeholder="Search">
<span class="material-input"></span>
</div>
<button type="submit" class="btn btn-white btn-round btn-just-icon">
<i class="material-icons">search</i>
<div class="ripple-container"></div>
</button>
</form>
</div>
</div>
</nav>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-header" data-background-color="purple">
<h4 class="title">Simple Table</h4>
<p class="category">Here is a subtitle for this table</p>
</div>
<div class="card-content table-responsive">
<table class="table">
<thead class="text-primary">
<th>Name</th>
<th>Country</th>
<th>City</th>
<th>Salary</th>
</thead>
<tbody>
<tr>
<td>Dakota Rice</td>
<td>Niger</td>
<td>Oud-Turnhout</td>
<td class="text-primary">$36,738</td>
</tr>
<tr>
<td>Minerva Hooper</td>
<td>Curaçao</td>
<td>Sinaai-Waas</td>
<td class="text-primary">$23,789</td>
</tr>
<tr>
<td>Sage Rodriguez</td>
<td>Netherlands</td>
<td>Baileux</td>
<td class="text-primary">$56,142</td>
</tr>
<tr>
<td>Philip Chaney</td>
<td>Korea, South</td>
<td>Overland Park</td>
<td class="text-primary">$38,735</td>
</tr>
<tr>
<td>Doris Greene</td>
<td>Malawi</td>
<td>Feldkirchen in Kärnten</td>
<td class="text-primary">$63,542</td>
</tr>
<tr>
<td>Mason Porter</td>
<td>Chile</td>
<td>Gloucester</td>
<td class="text-primary">$78,615</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-12">
<div class="card card-plain">
<div class="card-header" data-background-color="purple">
<h4 class="title">Table on Plain Background</h4>
<p class="category">Here is a subtitle for this table</p>
</div>
<div class="card-content table-responsive">
<table class="table table-hover">
<thead>
<th>ID</th>
<th>Name</th>
<th>Salary</th>
<th>Country</th>
<th>City</th>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Dakota Rice</td>
<td>$36,738</td>
<td>Niger</td>
<td>Oud-Turnhout</td>
</tr>
<tr>
<td>2</td>
<td>Minerva Hooper</td>
<td>$23,789</td>
<td>Curaçao</td>
<td>Sinaai-Waas</td>
</tr>
<tr>
<td>3</td>
<td>Sage Rodriguez</td>
<td>$56,142</td>
<td>Netherlands</td>
<td>Baileux</td>
</tr>
<tr>
<td>4</td>
<td>Philip Chaney</td>
<td>$38,735</td>
<td>Korea, South</td>
<td>Overland Park</td>
</tr>
<tr>
<td>5</td>
<td>Doris Greene</td>
<td>$63,542</td>
<td>Malawi</td>
<td>Feldkirchen in Kärnten</td>
</tr>
<tr>
<td>6</td>
<td>Mason Porter</td>
<td>$78,615</td>
<td>Chile</td>
<td>Gloucester</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<nav class="pull-left">
<ul>
<li>
<a href="#">
Home
</a>
</li>
<li>
<a href="#">
Company
</a>
</li>
<li>
<a href="#">
Portfolio
</a>
</li>
<li>
<a href="#">
Blog
</a>
</li>
</ul>
</nav>
<p class="copyright pull-right">
©
<script>
document.write(new Date().getFullYear())
</script>
<a href="http://www.creative-tim.com">Creative Tim</a>, made with love for a better web
</p>
</div>
</footer>
</div>
</div>
</body>
<!-- Core JS Files -->
<script src="../assets/js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="../assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../assets/js/material.min.js" type="text/javascript"></script>
<!-- Charts Plugin -->
<script src="../assets/js/chartist.min.js"></script>
<!-- Dynamic Elements plugin -->
<script src="../assets/js/arrive.min.js"></script>
<!-- PerfectScrollbar Library -->
<script src="../assets/js/perfect-scrollbar.jquery.min.js"></script>
<!-- Notifications Plugin -->
<script src="../assets/js/bootstrap-notify.js"></script>
<!-- Google Maps Plugin -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
<!-- Material Dashboard javascript methods -->
<script src="../assets/js/material-dashboard.js?v=1.2.0"></script>
<!-- Material Dashboard DEMO methods, don't include it in your project! -->
<script src="../assets/js/demo.js"></script>
</html> |
tests/fixtures/tag/useragent.html | landsurveyorsunited/mobifyjs | <!doctype html>
<html>
<head>
<script src="/tests/utils/proxyassert.js"></script>
<!-- Mobify Tag External -->
<script src="/tag/v7.js"></script>
<script>Mobify.Tag.ua = "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7";</script>
<script>Mobify.Tag.init({
mode: function(userAgent) {
if (/ip(hone|ad|od)/i.test(userAgent)) {
return 'mobile';
}
return 'desktop';
},
mobile: {
capture: true,
url: "/tests/fixtures/tag/mobile.js"
},
desktop: {
capture: false,
url: "/tests/fixtures/tag/desktop.js"
}
});</script>
</head>
<body>
<h1>Mobify tag Tests</h1>
<div id="content">Content</div>
</body>
</html> |
coverage/src/models/index.html | my0sot1s/son-goku | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for src/models</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../prettify.css" />
<link rel="stylesheet" href="../../base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(../../sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
<a href="../../index.html">All files</a> src/models
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">66.1% </span>
<span class="quiet">Statements</span>
<span class='fraction'>39/59</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">76.47% </span>
<span class="quiet">Branches</span>
<span class='fraction'>26/34</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">66.67% </span>
<span class="quiet">Functions</span>
<span class='fraction'>4/6</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">66.1% </span>
<span class="quiet">Lines</span>
<span class='fraction'>39/59</span>
</div>
</div>
</div>
<div class='status-line medium'></div>
<div class="pad1">
<table class="coverage-summary">
<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 medium" data-value="Images.js"><a href="Images.js.html">Images.js</a></td>
<td data-value="66.67" class="pic medium"><div class="chart"><div class="cover-fill" style="width: 66%;"></div><div class="cover-empty" style="width:34%;"></div></div></td>
<td data-value="66.67" class="pct medium">66.67%</td>
<td data-value="6" class="abs medium">4/6</td>
<td data-value="50" class="pct medium">50%</td>
<td data-value="2" class="abs medium">1/2</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">1/1</td>
<td data-value="66.67" class="pct medium">66.67%</td>
<td data-value="6" class="abs medium">4/6</td>
</tr>
<tr>
<td class="file high" data-value="Products.js"><a href="Products.js.html">Products.js</a></td>
<td data-value="86.67" class="pic high"><div class="chart"><div class="cover-fill" style="width: 86%;"></div><div class="cover-empty" style="width:14%;"></div></div></td>
<td data-value="86.67" class="pct high">86.67%</td>
<td data-value="15" class="abs high">13/15</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="14" class="abs high">14/14</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">1/1</td>
<td data-value="86.67" class="pct high">86.67%</td>
<td data-value="15" class="abs high">13/15</td>
</tr>
<tr>
<td class="file high" data-value="Users.js"><a href="Users.js.html">Users.js</a></td>
<td data-value="80" class="pic high"><div class="chart"><div class="cover-fill" style="width: 80%;"></div><div class="cover-empty" style="width:20%;"></div></div></td>
<td data-value="80" class="pct high">80%</td>
<td data-value="10" class="abs high">8/10</td>
<td data-value="80" class="pct high">80%</td>
<td data-value="10" class="abs high">8/10</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">1/1</td>
<td data-value="80" class="pct high">80%</td>
<td data-value="10" class="abs high">8/10</td>
</tr>
<tr>
<td class="file medium" data-value="detailPost.js"><a href="detailPost.js.html">detailPost.js</a></td>
<td data-value="71.43" class="pic medium"><div class="chart"><div class="cover-fill" style="width: 71%;"></div><div class="cover-empty" style="width:29%;"></div></div></td>
<td data-value="71.43" class="pct medium">71.43%</td>
<td data-value="7" class="abs medium">5/7</td>
<td data-value="75" class="pct medium">75%</td>
<td data-value="4" class="abs medium">3/4</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="1" class="abs high">1/1</td>
<td data-value="71.43" class="pct medium">71.43%</td>
<td data-value="7" class="abs medium">5/7</td>
</tr>
<tr>
<td class="file high" data-value="index.js"><a href="index.js.html">index.js</a></td>
<td data-value="90" class="pic high"><div class="chart"><div class="cover-fill" style="width: 90%;"></div><div class="cover-empty" style="width:10%;"></div></div></td>
<td data-value="90" class="pct high">90%</td>
<td data-value="10" class="abs high">9/10</td>
<td data-value="100" class="pct high">100%</td>
<td data-value="0" class="abs high">0/0</td>
<td data-value="0" class="pct low">0%</td>
<td data-value="1" class="abs low">0/1</td>
<td data-value="90" class="pct high">90%</td>
<td data-value="10" class="abs high">9/10</td>
</tr>
<tr>
<td class="file low" data-value="listPosts.js"><a href="listPosts.js.html">listPosts.js</a></td>
<td data-value="0" class="pic low"><div class="chart"><div class="cover-fill" style="width: 0%;"></div><div class="cover-empty" style="width:100%;"></div></div></td>
<td data-value="0" class="pct low">0%</td>
<td data-value="11" class="abs low">0/11</td>
<td data-value="0" class="pct low">0%</td>
<td data-value="4" class="abs low">0/4</td>
<td data-value="0" class="pct low">0%</td>
<td data-value="1" class="abs low">0/1</td>
<td data-value="0" class="pct low">0%</td>
<td data-value="11" class="abs low">0/11</td>
</tr>
</tbody>
</table>
</div><div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Tue Feb 28 2017 22:54:28 GMT+0700 (ICT)
</div>
</div>
<script src="../../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../../sorter.js"></script>
</body>
</html>
|
front_end/gulp-test/src/index.html | humbinal/hum-fruitcake | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/app.css">
</head>
<body>
<!-- 测试注释 -->
<h1>测试内容s</h1>
<script src="scripts/all.js"></script>
</body>
</html>
|
src/app/containers/Register/register.tpl.html | kkdubey/sb | <div class="contaner center-xs shadow-2">
<form (ngSubmit)="registerUser()">
<h4 class="col-xs-12 title center-xs ">
Sign Up
</h4>
<error-pannel
class="col-xs-12"
[errors]="errors"
(linkClick)="onlinkClick($event)"
></error-pannel>
<div class="row">
<md-input-container class="col-xs-12 col-lg-4" >
<input md-input placeholder="First Name"
type="text"
name="firstName"
id="firstName"
[(ngModel)]="user.firstName"
#firstName="ngModel"
>
</md-input-container>
<md-input-container class="col-xs-12 col-lg-4" >
<input md-input placeholder="Middle Name"
type="text"
name="middleName"
id="middleName"
[(ngModel)]="user.middleName"
#middleName="ngModel"
>
</md-input-container>
<md-input-container class="col-xs-12 col-lg-4" >
<input md-input placeholder="Last Name"
type="text"
name="lastName"
id="lastName"
[(ngModel)]="user.lastName"
#lastName="ngModel"
>
</md-input-container>
</div>
<div class="row">
<md-input-container class="col-xs-12 col-lg-4" >
<input md-input placeholder="Date Of Borth"
type="date"
name="dateOfBorth"
id="dateOfBorth"
[(ngModel)]="user.dateOfBorth"
#dateOfBorth="ngModel"
>
</md-input-container>
<md-input-container class="col-xs-12 col-lg-4" >
<input md-input placeholder="Phone Number"
type="text"
name="phone"
id="phone"
[(ngModel)]="user.phone"
#phone="ngModel"
>
</md-input-container>
<md-input-container class="col-xs-12 col-lg-4" >
<input md-input placeholder="Email"
type="email"
name="email"
id="email"
[(ngModel)]="user.email"
#email="ngModel"
>
</md-input-container>
</div>
<div class="row">
<md-input-container class="col-xs-12 col-lg-6" >
<input md-input placeholder="Password"
type="password"
name="password"
id="password"
[(ngModel)]="user.password"
#password="ngModel"
>
</md-input-container>
<md-input-container class="col-xs-12 col-lg-6" >
<input md-input placeholder="Confirm Password"
type="password"
name="confirmPassword"
id="confirmPassword"
[(ngModel)]="user.confirmPassword"
#confirmPassword="ngModel"
>
</md-input-container>
</div>
<div class="row middle-xs">
<div class="end-xs col-xs-12 col-lg-6 ">
<button type="submit" md-raised-button color="primary">Submit</button>
</div>
<div class="start-xs col-xs-12 col-lg-6">
<a (click)="redirectToLogin()" class="btn-light link">
Already have an account?
</a>
</div>
</div>
</form>
</div> |
aws-ios-sdk-1.7.1/Documentation/html/Classes/ElasticLoadBalancingPolicyAttributeDescription.html | morizotter/AWSCloudWatchSample | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>ElasticLoadBalancingPolicyAttributeDescription Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.2 (build 963)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">AWS SDK for iOS v1.7.1 </a></h1>
<a id="developerHome" href="../index.html">Amazon Web Services, Inc.</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">ElasticLoadBalancingPolicyAttributeDescription Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
<option value="tasks">Tasks</option>
<option value="properties">Properties</option>
<option value="//api/name/attributeName"> attributeName</option>
<option value="//api/name/attributeValue"> attributeValue</option>
<option value="instance_methods">Instance Methods</option>
<option value="//api/name/description"> - description</option>
<option value="//api/name/init"> - init</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/attributeName">attributeName</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/attributeValue">attributeValue</a></span></li>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#instance_methods">Instance Methods</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/description">description</a></span></li>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/init">init</a></span></li>
</ul></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="ElasticLoadBalancingPolicyAttributeDescription Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">ElasticLoadBalancingPolicyAttributeDescription Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value">NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">ElasticLoadBalancingPolicyAttributeDescription.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Policy Attribute Description</p>
</div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/init">– init</a></code>
</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/attributeName"> attributeName</a></code>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/attributeValue"> attributeValue</a></code>
</span>
<span class="task-item-suffix">property</span>
</li><li>
<span class="tooltip">
<code><a href="#//api/name/description">– description</a></code>
</span>
</li>
</ul>
</div>
<div class="section section-methods">
<a title="Properties" name="properties"></a>
<h2 class="subtitle subtitle-methods">Properties</h2>
<div class="section-method">
<a name="//api/name/attributeName" title="attributeName"></a>
<h3 class="subsubtitle method-title">attributeName</h3>
<div class="method-subsection brief-description">
<p>The name of the attribute associated with the policy.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) NSString *attributeName</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The name of the attribute associated with the policy.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ElasticLoadBalancingPolicyAttributeDescription.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/attributeValue" title="attributeValue"></a>
<h3 class="subsubtitle method-title">attributeValue</h3>
<div class="method-subsection brief-description">
<p>The value of the attribute associated with the policy.</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) NSString *attributeValue</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The value of the attribute associated with the policy.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ElasticLoadBalancingPolicyAttributeDescription.h</code><br />
</div>
</div>
</div>
<div class="section section-methods">
<a title="Instance Methods" name="instance_methods"></a>
<h2 class="subtitle subtitle-methods">Instance Methods</h2>
<div class="section-method">
<a name="//api/name/description" title="description"></a>
<h3 class="subsubtitle method-title">description</h3>
<div class="method-subsection brief-description">
<p>Returns a string representation of this object; useful for testing and
debugging.</p>
</div>
<div class="method-subsection method-declaration"><code>- (NSString *)description</code></div>
<div class="method-subsection return">
<h4 class="method-subtitle parameter-title">Return Value</h4>
<p>A string representation of this object.</p>
</div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Returns a string representation of this object; useful for testing and
debugging.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ElasticLoadBalancingPolicyAttributeDescription.h</code><br />
</div>
</div>
<div class="section-method">
<a name="//api/name/init" title="init"></a>
<h3 class="subsubtitle method-title">init</h3>
<div class="method-subsection brief-description">
<p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p>
</div>
<div class="method-subsection method-declaration"><code>- (id)init</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Default constructor for a new object. Callers should use the
property methods to initialize this object after creating it.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ElasticLoadBalancingPolicyAttributeDescription.h</code><br />
</div>
</div>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer"><script src="/urchin.js" type="text/javascript"></script><script type="text/javascript">urchinTracker();</script>
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2013 Amazon Web Services, Inc.. All rights reserved. (Last updated: 2013-12-12)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
|
_components/typography-post-paragraph-text.html | wakermahmud/made-mistakes-jekyll | ---
title: "Main Content Paragraph Text"
type: typography
scss: _assets/stylesheets/_page.scss
usage: "Paragraphs found in #main .page-content. First paragraph is emphasized with larger font-size."
---
<div id="content" class="entry-content">
<p>First paragraph is styled differently from the rest. <em>This is emphasized text</em>. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H<sub>2</sub>O. Nam sit amet sem. Aliquam <a href="#">libero nisi</a>, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times <cite>(That’s a citation)</cite>. <u>Underline</u>. Maecenas ornare tortor. Donec sed <strong>tellus eget sapien</strong> fringilla nonummy<sup>69</sup>. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>
<p>HTML and <abbr title="cascading stylesheets">CSS</abbr> are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. <a href="#">Praesent mattis</a>, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus.</p>
</div>
|
docs/en/software/robotis_manipulator_libs/doxygen/html/structrobotis__manipulator_1_1___dynamic_pose.html | ROBOTIS-GIT/emanual | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>Robotis Manipulator: robotis_manipulator::_DynamicPose Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Robotis Manipulator
 <span id="projectnumber">1.0.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div 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="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('structrobotis__manipulator_1_1___dynamic_pose.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="structrobotis__manipulator_1_1___dynamic_pose-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">robotis_manipulator::_DynamicPose Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Collaboration diagram for robotis_manipulator::_DynamicPose:</div>
<div class="dyncontent">
<div class="center"><img src="structrobotis__manipulator_1_1___dynamic_pose__coll__graph.png" border="0" usemap="#robotis__manipulator_1_1___dynamic_pose_coll__map" alt="Collaboration graph"/></div>
<map name="robotis__manipulator_1_1___dynamic_pose_coll__map" id="robotis__manipulator_1_1___dynamic_pose_coll__map">
<area shape="rect" id="node2" href="structrobotis__manipulator_1_1___dynamicvector.html" title="{robotis_manipulator\l::_Dynamicvector\n|+ velocity\l+ acceleration\l|}" alt="" coords="5,5,140,112"/>
</map>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:aa650aea5d3f468b7827c0ab95595a10d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa650aea5d3f468b7827c0ab95595a10d"></a>
<a class="el" href="structrobotis__manipulator_1_1___dynamicvector.html">Dynamicvector</a> </td><td class="memItemRight" valign="bottom"><b>linear</b></td></tr>
<tr class="separator:aa650aea5d3f468b7827c0ab95595a10d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac70aa155aa525ea8ba1674be78c67203"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac70aa155aa525ea8ba1674be78c67203"></a>
<a class="el" href="structrobotis__manipulator_1_1___dynamicvector.html">Dynamicvector</a> </td><td class="memItemRight" valign="bottom"><b>angular</b></td></tr>
<tr class="separator:ac70aa155aa525ea8ba1674be78c67203"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="robotis__manipulator__common_8h_source.html#l00063">63</a> of file <a class="el" href="robotis__manipulator__common_8h_source.html">robotis_manipulator_common.h</a>.</p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li>include/robotis_manipulator/<a class="el" href="robotis__manipulator__common_8h_source.html">robotis_manipulator_common.h</a></li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><b>robotis_manipulator</b></li><li class="navelem"><a class="el" href="structrobotis__manipulator_1_1___dynamic_pose.html">_DynamicPose</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>
</html>
|
control/content/index.html | BuildFire/advancedFolderPlugin | <!DOCTYPE html>
<html ng-app="advancedFolderPluginContent">
<head lang="en">
<!-- CSS -->
<link href="../../../../styles/helper.css" rel="stylesheet">
<link href="../../../../styles/siteIcons.css" rel="stylesheet">
<link href="assets/angular-ui-tree.css" rel="stylesheet">
<!--SDK js-->
<script src="../../../../scripts/buildfire.js"></script>
<script src="../../../../scripts/jquery/jquery-1.11.2.min.js"></script>
<script src="../../../../scripts/angular/angular.min.js"></script>
<script src="../../../../scripts/angular/angular-route.min.js"></script>
<script src="../../../../scripts/angular/angular-animate.min.js"></script>
<script src="../../../../scripts/angular/ui-bootstrap.min.js"></script>
<script src="../../../../scripts/tinymce/tinymce.min.js"></script>
<script src="../../../../scripts/tinymce/ui-tinymce.js"></script>
<script src="../../../../scripts/sortable.min.js"></script>
<script src="../../../../scripts/buildfire/components/carousel/carousel.js"></script>
<script src="../../../../scripts/buildfire/components/actionItems/sortableList.js"></script>
<script src="assets/angular-ui-tree.js"></script>
<script src="app.js"></script>
<script src="enums.js"></script>
<script src="app.services.js"></script>
<script src="modals.js"></script>
<script src="controllers/content.home.controller.js"></script>
<script>
function clickMe(e) {
setTimeout(function () {
var top = e.pageY;
$('.modal-dialog.modal-sm').offset({top: top, left: 0});
}, 30);
}
;
</script>
<style>
.angular-ui-tree-node .tree-node.parent {
background: #f7f7f7;
}
.angular-ui-tree-node .tree-node.parent:hover {
background: #eef0f0;
}
</style>
<link rel="stylesheet" href="../../../../styles/transitionAnimation.css">
<meta charset="UTF-8">
</head>
<body>
<div ng-cloak="" ng-controller="ContentHomeCtrl as ContentHome">
<div id="carousel"></div>
<hr class="none">
<div class="item clearfix row">
<div class="labels col-md-3 padding-right-zero pull-left">
<span>Body</span>
</div>
</div>
<hr class="none">
<div class="item clearfix row">
<div class="main col-md-12 pull-right">
<textarea class="form-control" placeholder="WYSIWYG" ui-tinymce="ContentHome.bodyWYSIWYGOptions"
ng-model="ContentHome.info.data.content.description"></textarea>
</div>
</div>
<hr class="none">
<div class="item clearfix row">
<div class="labels col-md-3 padding-right-zero pull-left">
<span>Plugins</span>
</div>
<div class="item clearfix row" >
<div class="main pull-right col-md-8" ng-if="pluginExist">
<div class="alert alert-danger alert-sm text-center">
Plugin instance already exist.
</div>
</div>
</div>
</div>
<hr class="none">
<div class="item clearfix row">
<div class="labels col-md-12 padding-right-zero pull-left row">
<div class="col-md-4 pull-left padding-right-zero">
<a class="btn btn-primary stretch" ng-click="ContentHome.addPluginInstancePopup()" style=" width: 110%; ">Add Existing Plugin Instance</a>
</div>
<div class="col-md-4 pull-left padding-right-zero" style=" padding-left: 34px; ">
<a class="btn btn-success stretch" ng-click="ContentHome.addNewFolderToRootPopup(this)" >Add New Group</a>
</div>
<div class="col-md-4 pull-left padding-right-zero">
<a class="btn btn-success stretch" ng-click="ContentHome.createNewPlugin(this)">Create New Plugin</a>
</div>
</div>
</div>
<div ng-show="ContentHome.info.data.content.entity.length" class="item clearfix margin-top-ten">
<a class="text-primary action-link" ng-click="expandAll()">Expand All</a>
<a class="text-primary action-link margin-left-fifteen" ng-click="collapseAll()">Collapse All</a>
</div>
<div class="item clearfix row">
<div class="col-xs-12">
<div ng-show="ContentHome.info.data.content.entity.length" ui-tree="ContentHome.treeOptions" id="tree-root">
<ol ui-tree-nodes ng-model="ContentHome.info.data.content.entity">
<li ng-repeat="node in ContentHome.info.data.content.entity" ui-tree-node
ng-include="'nodes_renderer.html'"></li>
</ol>
</div>
<div style="margin-top: 10px" class="well no-plugins text-center" ng-hide="ContentHome.info.data.content.entity.length">
<h5 style=" line-height: 30px; "> You have not added any plugins or groups to this folder yet.</br>
To add a plugin you have already created, click "Add Existing Plugin Instance".</br>
To add a new group of plugins, click "Add New Group".</br>
To create a brand new plugin, click "Create New Plugin".</br>
</h5>
</div>
</div>
</div>
</div>
</body>
<script type="text/ng-template" id="nodes_renderer.html">
<div ui-tree-handle ng-class="node.items ? 'parent': ''" class="tree-node tree-node-content clearfix">
<div ng-if="node.items" >
<a class="btn btn-primary btn-xs pull-left" style="position:relative; top:10px;"
ng-if="node.items && node.items.length > 0" data-nodrag ng-click="toggle(this)">
<span class="glyphicon"
ng-class="{'glyphicon-chevron-right': collapsed, 'glyphicon-chevron-down': !collapsed}"></span>
</a>
<span class="icon icon-menu pull-left"></span>
<div class="media-holder pull-left" data-nodrag="" ng-click="ContentHome.openFolderInWidget(this)"
onclick="clickMe(event)">
<img ng-src="{{ContentHome.resizeImage(node.fileUrl,{width:50,height:50})}}" ng-if="node.fileUrl">
<span class="main-icon text-primary icon6"
ng-class="node.iconUrl ? node.iconUrl : 'glyphicon glyphicon-folder-open'"
ng-if="!node.fileUrl"></span>
</div>
<div class="copy pull-left margin-left-ten">
<p class="ellipsis text-primary margin-zero">
<span class="text-primary" style="cursor: pointer" data-nodrag=""
ng-click="ContentHome.openFolderInWidget(this)" onclick="clickMe(event)">{{node.title}}</span>
</p>
<p class="ellipsis margin-zero" data-nodrag><span>Group</span></p>
</div>
<div class="pull-right">
<span class="text-primary edit-link margin-right-fifteen" data-nodrag=""
ng-click="ContentHome.editFolder(this)">Edit</span>
<span class="btn-icon btn-delete-icon btn-danger transition-third delete" data-nodrag
ng-click="ContentHome.deleteEntity(this,true)" onclick="clickMe(event)"></span>
</div>
</div>
<div class="nodrop" ng-if="!node.items" style="background-color: white;">
<span class="icon icon-menu pull-left"></span>
<div class="media-holder pull-left" data-nodrag="" ng-click="ContentHome.openPluginInWidget(this)"
onclick="clickMe(event)">
<img load-image="1x1" data-finalSrc="{{node}}" cropWidth="50" cropHeight="50" ng-if="!node.data.iconClassName">
<span class="main-icon {{ node.data.iconClassName }}" ng-if="node.data.iconClassName"></span>
</div>
<div class="copy pull-left margin-left-ten">
<p class="ellipsis text-primary margin-zero">
<span class="text-primary" style="cursor: pointer" data-nodrag=""
ng-click="ContentHome.openPluginInWidget(this)" onclick="clickMe(event)" update-title="{{node}}" ></span>
</p>
<p class="ellipsis margin-zero" data-nodrag><span>{{node.pluginTypeName}}</span></p>
</div>
<div class="pull-right">
<!--<span class="text-primary edit-link margin-right-fifteen" data-nodrag="" ng-click="ContentHome.editFolder(this)" onclick="clickMe(event)">Edit</span>-->
<span class="btn-icon btn-delete-icon btn-danger transition-third delete" data-nodrag
ng-click="ContentHome.deleteEntity(this,false)" onclick="clickMe(event)"></span>
</div>
</div>
</div>
<ol ng-if="node.items" ui-tree-nodes="" ng-model="node.items" ng-class="{hidden: collapsed}">
<li ng-repeat="node in node.items" ui-tree-node ng-include="'nodes_renderer.html'"></li>
</ol>
</script>
</html> |
index.html | nconrad/bulk-ui | <html>
<head>
<base href="/">
<title>KBase Bulk Upload</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="stylesheet" href="loading.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<!-- 1. Load libraries -->
<!-- IE required polyfills, in this exact order -->
<script src="node_modules/es6-shim/es6-shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="systemjs.config.js"></script>
<script src="bundle.js"></script>
<!-- 2. Configure SystemJS -->
<script>
System.import('app').catch(function(err){ console.error(err); });
</script>
</head>
<!-- 3. Display the application -->
<body id="drag-and-drop">
<my-app>
<div style="height: 100%; display: flex; align-items: center; justify-content: center;">
<svg class="material-spinner" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
<circle class="material-loading" fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30"></circle>
</svg>
</div>
</my-app>
</body>
</html>
|
website/bower_components/angular-material/modules/js/toolbar/toolbar-default-theme.css | ChrisYounger/MyLifeMetrics | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.11.4-master-ae00a7f
*/
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) {
background-color: '{{primary-color}}';
color: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) md-icon {
color: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar) .md-button {
color: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-accent {
background-color: '{{accent-color}}';
color: '{{accent-contrast}}'; }
md-toolbar.md-THEME_NAME-theme:not(.md-menu-toolbar).md-warn {
background-color: '{{warn-color}}';
color: '{{warn-contrast}}'; }
|
app/client/src/views/TableInfo.css | lealhugui/srv-engine | .table-info-wrapper {
margin-top: 8px;
margin-left: 7px;
width: 95%;
position: fixed;
} |
aws-ios-sdk-1.7.1/Documentation/html/Classes/S3GetBucketWebsiteConfigurationResponse.html | morizotter/AWSCloudWatchSample | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="html/html; charset=utf-8" />
<title>S3GetBucketWebsiteConfigurationResponse Class Reference</title>
<meta id="xcode-display" name="xcode-display" content="render"/>
<link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" />
<link rel="stylesheet" type="text/css" media="print" href="../css/stylesPrint.css" />
<meta name="generator" content="appledoc 2.2 (build 963)" />
</head>
<body>
<header id="top_header">
<div id="library" class="hideInXcode">
<h1><a id="libraryTitle" href="../index.html">AWS SDK for iOS v1.7.1 </a></h1>
<a id="developerHome" href="../index.html">Amazon Web Services, Inc.</a>
</div>
<div id="title" role="banner">
<h1 class="hideInXcode">S3GetBucketWebsiteConfigurationResponse Class Reference</h1>
</div>
<ul id="headerButtons" role="toolbar">
<li id="toc_button">
<button aria-label="Show Table of Contents" role="checkbox" class="open" id="table_of_contents"><span class="disclosure"></span>Table of Contents</button>
</li>
<li id="jumpto_button" role="navigation">
<select id="jumpTo">
<option value="top">Jump To…</option>
<option value="overview">Overview</option>
<option value="tasks">Tasks</option>
<option value="properties">Properties</option>
<option value="//api/name/configuration"> configuration</option>
</select>
</li>
</ul>
</header>
<nav id="tocContainer" class="isShowingTOC">
<ul id="toc" role="tree">
<li role="treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#overview">Overview</a></span></li>
<li role="treeitem" id="task_treeitem"><span class="nodisclosure"></span><span class="sectionName"><a href="#tasks">Tasks</a></span><ul>
</ul></li>
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/configuration">configuration</a></span></li>
</ul></li>
</ul>
</nav>
<article>
<div id="contents" class="isShowingTOC" role="main">
<a title="S3GetBucketWebsiteConfigurationResponse Class Reference" name="top"></a>
<div class="main-navigation navigation-top">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="header">
<div class="section-header">
<h1 class="title title-header">S3GetBucketWebsiteConfigurationResponse Class Reference</h1>
</div>
</div>
<div id="container">
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<td class="specification-title">Inherits from</td>
<td class="specification-value"><a href="../Classes/S3Response.html">S3Response</a> : <a href="../Classes/AmazonServiceResponse.html">AmazonServiceResponse</a> : NSObject</td>
</tr><tr>
<td class="specification-title">Declared in</td>
<td class="specification-value">S3GetBucketWebsiteConfigurationResponse.h</td>
</tr>
</tbody></table></div>
<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Contains all the information about the getBucketWebsiteConfigurationResponse operation.</p>
</div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<h2 class="subtitle subtitle-tasks">Tasks</h2>
<ul class="task-list">
<li>
<span class="tooltip">
<code><a href="#//api/name/configuration"> configuration</a></code>
</span>
<span class="task-item-suffix">property</span>
</li>
</ul>
</div>
<div class="section section-methods">
<a title="Properties" name="properties"></a>
<h2 class="subtitle subtitle-methods">Properties</h2>
<div class="section-method">
<a name="//api/name/configuration" title="configuration"></a>
<h3 class="subsubtitle method-title">configuration</h3>
<div class="method-subsection brief-description">
<p>The BucketWebsiteConfiguration represented by the XML</p>
</div>
<div class="method-subsection method-declaration"><code>@property (nonatomic, retain) BucketWebsiteConfiguration *configuration</code></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The BucketWebsiteConfiguration represented by the XML</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">S3GetBucketWebsiteConfigurationResponse.h</code><br />
</div>
</div>
</div>
</div>
<div class="main-navigation navigation-bottom">
<ul>
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
</ul>
</div>
<div id="footer"><script src="/urchin.js" type="text/javascript"></script><script type="text/javascript">urchinTracker();</script>
<hr />
<div class="footer-copyright">
<p><span class="copyright">© 2013 Amazon Web Services, Inc.. All rights reserved. (Last updated: 2013-12-12)</span><br />
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>
</div>
</div>
</div>
</article>
<script type="text/javascript">
function jumpToChange()
{
window.location.hash = this.options[this.selectedIndex].value;
}
function toggleTOC()
{
var contents = document.getElementById('contents');
var tocContainer = document.getElementById('tocContainer');
if (this.getAttribute('class') == 'open')
{
this.setAttribute('class', '');
contents.setAttribute('class', '');
tocContainer.setAttribute('class', '');
window.name = "hideTOC";
}
else
{
this.setAttribute('class', 'open');
contents.setAttribute('class', 'isShowingTOC');
tocContainer.setAttribute('class', 'isShowingTOC');
window.name = "";
}
return false;
}
function toggleTOCEntryChildren(e)
{
e.stopPropagation();
var currentClass = this.getAttribute('class');
if (currentClass == 'children') {
this.setAttribute('class', 'children open');
}
else if (currentClass == 'children open') {
this.setAttribute('class', 'children');
}
return false;
}
function tocEntryClick(e)
{
e.stopPropagation();
return true;
}
function init()
{
var selectElement = document.getElementById('jumpTo');
selectElement.addEventListener('change', jumpToChange, false);
var tocButton = document.getElementById('table_of_contents');
tocButton.addEventListener('click', toggleTOC, false);
var taskTreeItem = document.getElementById('task_treeitem');
if (taskTreeItem.getElementsByTagName('li').length > 0)
{
taskTreeItem.setAttribute('class', 'children');
taskTreeItem.firstChild.setAttribute('class', 'disclosure');
}
var tocList = document.getElementById('toc');
var tocEntries = tocList.getElementsByTagName('li');
for (var i = 0; i < tocEntries.length; i++) {
tocEntries[i].addEventListener('click', toggleTOCEntryChildren, false);
}
var tocLinks = tocList.getElementsByTagName('a');
for (var i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', tocEntryClick, false);
}
if (window.name == "hideTOC") {
toggleTOC.call(tocButton);
}
}
window.onload = init;
// If showing in Xcode, hide the TOC and Header
if (navigator.userAgent.match(/xcode/i)) {
document.getElementById("contents").className = "hideInXcode"
document.getElementById("tocContainer").className = "hideInXcode"
document.getElementById("top_header").className = "hideInXcode"
}
</script>
</body>
</html>
|
dist/gala.css | egillespie/gala | .gala {
display: none;
box-shadow: inset 0 0 8px rgba(0,0,0,0.9);
line-height: 0;
padding: 0;
margin: 0;
font-size: 0;
white-space: nowrap;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.gala img {
display: inline;
position: relative;
z-index: -1;
padding: 0;
margin: 0;
-webkit-transition: left 0.4s ease-out;
transition: left 0.4s ease-out;
height: auto;
max-width: 100%;
}
.gala-nav {
vertical-align: top;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.gala-disabled {
color: lightgray;
cursor: default;
}
.gala-figure {
margin: auto auto;
text-align: center;
white-space: nowrap;
}
|
src/common/partials/popover-notifications.tpl.html | jforaker/jakt-lunch-frontend | <div class="popover notifications">
<div class="arrow"></div>
<div>
<div ng-repeat="notification in notifications">
<p>{{ notification.title }}</p>
<p>
<span>{{ notification.subject }}</span>
<span>{{ notification.date }}</span>
</p>
</div>
</div>
</div> |
stylesheets/index.css | AlexYanai/AlexSYanai.github.io | html, body, .page {
color: #fff;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font-family: "Raleway";
transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
-webkit-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
-moz-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
-o-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
}
a { text-decoration: none; }
ul { list-style-type: none; }
canvas {
display: block;
vertical-align: bottom;
}
#skill-list {
display: inline;
margin: 0;
}
.skill {
display: inline-block;
text-align: center;
color: #000;
width: 10%;
vertical-align: top;
margin-right: 20px;
}
.sublist {
display: inline-block;
margin: 0;
padding: 0;
height: 50%;
}
.sublist-header {
font-size: 30px;
margin-bottom: 10px;
}
.sublist-items {
text-align: center;
font-size: 18px;
margin-bottom: 10px;
}
#menu {
height: 280px;
width: 10%;
margin: 0;
padding: 0;
padding-left: 50px;
text-align: center;
}
.wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
margin-top: 250px;
}
.nav-section {
color: #000;
display: block;
font-size: 32px;
margin-bottom: 20px;
}
.page .nav-section {
width: 500px;
height: 200px;
margin-left: 33%;
font-size: 80px;
text-align: center;
line-height: 1.3;
transform: translateX(360%);
-webkit-transform: translateX(360%);
-moz-transform: translateX(360%);
-o-transform: translateX(360%);
transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
-webkit-transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
-moz-transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
-o-transition: all .5s cubic-bezier(.25, 1, .5, 1.25);
}
#skills-tile {
width: 100%;
height: 60%;
}
.page .nav-section .title {
line-height: 2;
}
#menu .nav-section:hover {
opacity: 0.5;
}
#menu .nav-section {
margin: 30px 0;
transition: all .5s ease-out !important;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
}
.page { position: absolute; }
.title { font-size: 50px; }
.title,
.subheader,
.main-title,
.main-subheader {
display: block;
}
.main-title {
font-size: 30px;
font-weight: bold;
}
.main-header {
text-align: left;
padding-left: 55px;
}
.main-subheader { font-size: 12px; }
.subheader { font-size: 18px; }
.subheader a {
color: yellow;
transition: all 250ms ease-out;
-webkit-transition: all 250ms ease-out;
-moz-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
}
.subheader a:hover { color: #FFF; }
#first,
#second,
#third,
#fourth {
font-size: 50px;
color: white;
}
#p1 {
left: 0;
background: #fff;
}
#p2,
#p3,
#p4 {
left: 200%;
opacity: 0.5;
background: #fff;
}
#p1-internal,
#p2-internal,
#p3-internal {
background: #fbfafa;
width:100%;
height: 60%;
margin-top: 10%;
}
#about:target #p2,
#contact:target #p3,
#projects:target #p4 {
transform: translateX(-185%);
-webkit-transform: translateX(-185%);
-moz-transform: translateX(-185%);
-o-transform: translateX(-185%);
transition-delay: .4s !important;
}
#about:target #p1 .nav-section,
#contact:target #p1 .nav-section,
#projects:target #p1 .nav-section {
-webkit-filter: blur(3px);
}
#about:target #menu .nav-section,
#contact:target #menu .nav-section,
#projects:target #menu .nav-section {
transform: scale(.6);
-webkit-transform: scale(.6);
-moz-transform: scale(.6);
-o-transform: scale(.6);
transition-delay: .25s;
}
#about:target #second,
#contact:target #third,
#projects:target #fourth {
transform: scale(.7) !important;
-webkit-transform: scale(.7) !important;
-moz-transform: scale(.7) !important;
-o-transform: scale(.7) !important;
}
#about:target .page#p2 .nav-section,
#contact:target .page#p3 .nav-section,
#projects:target .page#p4 .nav-section {
transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0) !important;
-o-transform: translateX(0) !important;
transition-delay: 0s;
}
.contact-links-td {
text-align: center;
margin: 0;
padding-bottom: 10px;
}
#contact-table {
width: 85%;
height: 45%;
}
.contact-row {
width: 50%;
}
#contacts-image1 img,
#contacts-image2 img,
#contacts-image3 img,
#contacts-image4 img,
#contacts-image5 img,
#contacts-image6 img {
width: 25%;
height: auto;
opacity: 0.7;
}
#contacts-image1 img:hover,
#contacts-image2 img:hover,
#contacts-image3 img:hover,
#contacts-image4 img:hover,
#contacts-image5 img:hover,
#contacts-image6 img:hover {
opacity: 1;
}
#project-links {
height: 75%;
width: 60%;
resize: none;
}
#project-links li {
display: inline-block;
margin-right: 10px;
}
#cloudant {
width: 300px;
height: 185px;
overflow: hidden;
border: dashed 1px #333A56;
}
#stereogram {
width: 300px;
height: 185px;
overflow: hidden;
border: dashed 1px #333A56;
}
#mkdn-editor {
width: 300px;
height: 185px;
overflow: hidden;
border: dashed 1px #333A56;
}
#home-split {
width: 300px;
height: 185px;
overflow: hidden;
border: dashed 1px #333A56;
}
#cloudant img {
position: relative;
width: 300px;
height: 392px;
top: -4px;
transition: top .3s ease-in-out;
}
#stereogram img {
position: relative;
width: 300px;
height: 392px;
top: -4px;
transition: top .3s ease-in-out;
}
#mkdn-editor img {
position: relative;
width: 300px;
height: 392px;
top: -4px;
transition: top .3s ease-in-out;
}
#home-split img {
position: relative;
width: 300px;
height: 392px;
top: -4px;
transition: top .3s ease-in-out;
}
#cloudant img:hover { top: -200px; }
#stereogram img:hover { top: -200px; }
#home-split img:hover { top: -200px; }
#mkdn-editor img:hover { top: -200px; }
/* ---- particles.js container ---- */
#particles-js {
position: absolute;
width: 100%;
height: 100%;
background: #adbac7;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
@media all and (max-width: 1600px) {
#about:target #p2,
#contact:target #p3,
#projects:target #p4 {
transform: translateX(-180%);
-webkit-transform: translateX(-180%);
-moz-transform: translateX(-180%);
-o-transform: translateX(-180%);
transition-delay: .4s !important;
}
.sublist-header { font-size: 25px; }
.sublist-items { font-size: 15px; }
}
@media all and (max-width: 1600px) {
#skill-list {
padding: 0;
padding-left: 15px;
}
.skill { width: 9%; }
.sublist-items { font-size: 15px; }
.sublist-header { font-size: 20px; }
.page .nav-section { margin-left: 23%; }
#project-links { width: 100%; }
}
@media all and (max-height: 800px) {
.wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
margin-top: 200px;
}
} |
QtEsrc/qt-everywhere-opensource-src-4.8.5/doc/html/stylesheet.html | stephaneAG/PengPod700 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- stylesheet.qdoc -->
<title>Qt 4.8: Qt Style Sheets</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/functions.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style/superfish.css" />
<link rel="stylesheet" type="text/css" href="style/narrow.css" />
<!--[if IE]>
<meta name="MSSmartTagsPreventParsing" content="true">
<meta http-equiv="imagetoolbar" content="no">
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie6.css">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/style_ie7.css">
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/style_ie8.css">
<![endif]-->
<script src="scripts/superfish.js" type="text/javascript"></script>
<script src="scripts/narrow.js" type="text/javascript"></script>
</head>
<body class="" onload="CheckEmptyAndLoadList();">
<div class="header" id="qtdocheader">
<div class="content">
<div id="nav-logo">
<a href="index.html">Home</a></div>
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
<div id="narrowsearch"></div>
<div id="nav-topright">
<ul>
<li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li>
<li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li>
<li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/">
DOC</a></li>
<li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li>
</ul>
</div>
<div id="shortCut">
<ul>
<li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li>
<li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li>
</ul>
</div>
<ul class="sf-menu" id="narrowmenu">
<li><a href="#">API Lookup</a>
<ul>
<li><a href="classes.html">Class index</a></li>
<li><a href="functions.html">Function index</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="namespaces.html">Namespaces</a></li>
<li><a href="qtglobal.html">Global Declarations</a></li>
<li><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</li>
<li><a href="#">Qt Topics</a>
<ul>
<li><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li><a href="supported-platforms.html">Supported Platforms</a></li>
<li><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</li>
<li><a href="#">Examples</a>
<ul>
<li><a href="all-examples.html">Examples</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="wrapper">
<div class="hd">
<span></span>
</div>
<div class="bd group">
<div class="sidebar">
<div class="searchlabel">
Search index:</div>
<div class="search" id="sidebarsearch">
<form id="qtdocsearch" action="" onsubmit="return false;">
<fieldset>
<input type="text" name="searchstring" id="pageType" value="" />
<div id="resultdialog">
<a href="#" id="resultclose">Close</a>
<p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p>
<p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span> results:</p>
<ul id="resultlist" class="all">
</ul>
</div>
</fieldset>
</form>
</div>
<div class="box first bottombar" id="lookup">
<h2 title="API Lookup"><span></span>
API Lookup</h2>
<div id="list001" class="list">
<ul id="ul001" >
<li class="defaultLink"><a href="classes.html">Class index</a></li>
<li class="defaultLink"><a href="functions.html">Function index</a></li>
<li class="defaultLink"><a href="modules.html">Modules</a></li>
<li class="defaultLink"><a href="namespaces.html">Namespaces</a></li>
<li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li>
<li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li>
</ul>
</div>
</div>
<div class="box bottombar" id="topics">
<h2 title="Qt Topics"><span></span>
Qt Topics</h2>
<div id="list002" class="list">
<ul id="ul002" >
<li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li>
<li class="defaultLink"><a href="qtquick.html">Device UIs & Qt Quick</a></li>
<li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li>
<li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li>
<li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li>
<li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li>
</ul>
</div>
</div>
<div class="box" id="examples">
<h2 title="Examples"><span></span>
Examples</h2>
<div id="list003" class="list">
<ul id="ul003">
<li class="defaultLink"><a href="all-examples.html">Examples</a></li>
<li class="defaultLink"><a href="tutorials.html">Tutorials</a></li>
<li class="defaultLink"><a href="demos.html">Demos</a></li>
<li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap">
<div class="toolbar">
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li>Qt Style Sheets</li>
</ul>
</div>
<div class="toolbuttons toolblock">
<ul>
<li id="smallA" class="t_button">A</li>
<li id="medA" class="t_button active">A</li>
<li id="bigA" class="t_button">A</li>
<li id="print" class="t_button"><a href="javascript:this.print();">
<span>Print</span></a></li>
</ul>
</div>
</div>
<div class="content mainContent">
<link rel="prev" href="style-reference.html" />
<link rel="next" href="stylesheet-syntax.html" />
<p class="naviNextPrevious headerNavi">
<a class="prevPage" href="style-reference.html">Styles</a>
<a class="nextPage" href="stylesheet-syntax.html">The Style Sheet Syntax</a>
</p><p/>
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#overview">Overview</a></li>
</ul>
</div>
<h1 class="title">Qt Style Sheets</h1>
<span class="subtitle"></span>
<!-- $$$stylesheet.html-description -->
<div class="descr"> <a name="details"></a>
<a name="style-sheet"></a><a name="stylesheet"></a><p>Qt Style Sheets are a powerful mechanism that allows you to customize the appearance of widgets, in addition to what is already possible by subclassing <a href="qstyle.html">QStyle</a>. The concepts, terminology, and syntax of Qt Style Sheets are heavily inspired by HTML <a href="http://www.w3.org/Style/CSS/">Cascading Style Sheets (CSS)</a> but adapted to the world of widgets.</p>
<p>Topics:</p>
<ul>
<li><a href="#overview">Overview</a></li>
<li><a href="stylesheet-syntax.html">The Style Sheet Syntax</a></li>
<li><a href="stylesheet-designer.html">Qt Designer Integration</a></li>
<li><a href="stylesheet-customizing.html">Customizing Qt Widgets Using Style Sheets</a></li>
<li><a href="stylesheet-reference.html">Qt Style Sheets Reference</a></li>
<li><a href="stylesheet-examples.html">Qt Style Sheets Examples</a></li>
</ul>
<a name="overview"></a><a name="overview"></a>
<h2>Overview</h2>
<p>Styles sheets are textual specifications that can be set on the whole application using <a href="qapplication.html#styleSheet-prop">QApplication::setStyleSheet</a>() or on a specific widget (and its children) using <a href="qwidget.html#styleSheet-prop">QWidget::setStyleSheet</a>(). If several style sheets are set at different levels, Qt derives the effective style sheet from all of those that are set. This is called cascading.</p>
<p>For example, the following style sheet specifies that all <a href="qlineedit.html">QLineEdit</a>s should use yellow as their background color, and all <a href="qcheckbox.html">QCheckBox</a>es should use red as the text color:</p>
<pre class="cpp"> QLineEdit { background: yellow }
QCheckBox { color: red }</pre>
<p>For this kind of customization, style sheets are much more powerful than <a href="qpalette.html">QPalette</a>. For example, it might be tempting to set the <a href="qpalette.html#ColorRole-enum">QPalette::Button</a> role to red for a <a href="qpushbutton.html">QPushButton</a> to obtain a red push button. However, this wasn't guaranteed to work for all styles, because style authors are restricted by the different platforms' guidelines and (on Windows XP and Mac OS X) by the native theme engine.</p>
<p>Style sheets let you perform all kinds of customizations that are difficult or impossible to perform using <a href="qpalette.html">QPalette</a> alone. If you want yellow backgrounds for mandatory fields, red text for potentially destructive push buttons, or fancy check boxes, style sheets are the answer.</p>
<p>Style sheets are applied on top of the current <a href="qstyle.html">widget style</a>, meaning that your applications will look as native as possible, but any style sheet constraints will be taken into consideration. Unlike palette fiddling, style sheets offer guarantees: If you set the background color of a <a href="qpushbutton.html">QPushButton</a> to be red, you can be assured that the button will have a red background in all styles, on all platforms. In addition, <a href="designer-manual.html#qt-designer">Qt Designer</a> provides style sheet integration, making it easy to view the effects of a style sheet in different <a href="qstyle.html">widget styles</a>.</p>
<p>In addition, style sheets can be used to provide a distinctive look and feel for your application, without having to subclass <a href="qstyle.html">QStyle</a>. For example, you can specify arbitrary images for radio buttons and check boxes to make them stand out. Using this technique, you can also achieve minor customizations that would normally require subclassing several style classes, such as specifying a <a href="qstyle.html#styleHint">style hint</a>. The <a href="widgets-stylesheet.html">Style Sheet</a> example depicted below defines two distinctive style sheets that you can try out and modify at will.</p>
<table class="generic">
<tr valign="top" class="odd"><td ><img src="images/stylesheet-coffee-xp.png" alt="" /></td><td ><img src="images/stylesheet-pagefold.png" alt="" /></td></tr>
<tr valign="top" class="even"><td >Coffee theme running on Windows XP</td><td >Pagefold theme running on Windows XP</td></tr>
</table>
<table class="generic">
<tr valign="top" class="odd"><td ><img src="images/stylesheet-coffee-cleanlooks.png" alt="" /></td><td ><img src="images/stylesheet-pagefold-mac.png" alt="" /></td></tr>
<tr valign="top" class="even"><td >Coffee theme running on Ubuntu Linux</td><td >Pagefold theme running on Mac OS X</td></tr>
</table>
<p>When a style sheet is active, the <a href="qstyle.html">QStyle</a> returned by <a href="qwidget.html#style">QWidget::style</a>() is a wrapper "style sheet" style, <i>not</i> the platform-specific style. The wrapper style ensures that any active style sheet is respected and otherwise forwards the drawing operations to the underlying, platform-specific style (e.g., <a href="qwindowsxpstyle.html">QWindowsXPStyle</a> on Windows XP).</p>
<p>Since Qt 4.5, Qt style sheets fully supports Mac OS X.</p>
<p><b>Warning:</b> Qt style sheets are currently not supported for custom <a href="qstyle.html">QStyle</a> subclasses. We plan to address this in some future release.</p>
</div>
<!-- @@@stylesheet.html -->
<p class="naviNextPrevious footerNavi">
<a class="prevPage" href="style-reference.html">Styles</a>
<a class="nextPage" href="stylesheet-syntax.html">The Style Sheet Syntax</a>
</p>
</div>
</div>
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Digia, Qt and their respective logos are trademarks of Digia Plc
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
<script src="scripts/functions.js" type="text/javascript"></script>
</body>
</html>
|
assets/css/skin-1.css | beltsdirect/APP.Beltsdirect | ::selection {
color: #ffffff;
background: #4bb777;
}
::-moz-selection {
color: #ffffff;
background: #4bb777;
}
.site-color {
color: #101010 !important;
}
a:hover,
a:focus,
a.link,
.link {
color: #101010;
}
.search-full,
.search-input {
background: #4bb777;
}
.search-close {
color: #4bb777;
}
.searchInputBox .search-btn {
color: #ffffff;
}
.navbar-tshop {
background: #101010;
}
.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
background-color: #101010;
color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #66de97;
border-color: #66de97;
color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-color: #66de97;
border-color: #66de97;
color: #ffffff;
background: #101010;
}
.navbar-top {
background: #4bb777;
}
.navbar-nav > li > a {
color: #ffffff;
}
.nav > li.active,
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li:hover > a {
background: #27ae60;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.cartMenu:hover > a.dropdown-toggle {
background: #27ae60;
}
.dropdown-menu {
border-top: solid #27ae60;
}
.search-box:hover .form-control {
background: #101010;
}
.search-box:hover .btn-nobg {
color: #101010;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #101010 !important;
background-color: rgba(78, 198, 127, 0.5) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80101010, endColorstr=#80101010) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80101010, endColorstr=#80101010) !important;
}
.action-control a:hover,
.action-control a.active {
color: #ffffff;
background: #27ae60;
}
.product:hover,
.featuredImgLook2 .inner:hover {
border: 1px solid #101010;
}
.subCategoryList .thumbnail:hover {
border: 1px solid #101010;
}
#pager a.cycle-pager-active {
background-color: #4bb777 !important;
background-color: rgba(75, 183, 119, 0.7) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b34bb777, endColorstr=#b34bb777) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b34bb777, endColorstr=#b34bb777) !important;
}
.pager2 a {
border: 1px solid #101010;
}
.pager2 a.selected {
background: #101010;
}
.btn-site,
.newsLatterBox .btn {
background: #101010;
}
.btn-discover:hover,
.btn-site:hover,
.newsLatterBox .btn:hover {
background: #27ae60;
}
.full {
width: 100%;
}
.footer a:hover {
color: #101010;
}
.modal-header {
background: #101010;
}
.form-control:focus {
border-color: #101010;
}
.new-product {
background-color: #101010 !important;
background-color: rgba(78, 198, 127, 0.95) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2101010, endColorstr=#f2101010) !important;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2101010, endColorstr=#f2101010) !important;
}
.nav.tree > li.active,
.nav.tree > li > a:hover,
.nav.tree > li > a:focus,
.nav.tree > li:hover > a {
background: none;
color: #2a2a2a;
}
.nav.tree .open-tree > a,
.nav.tree .open-tree > a:hover,
.nav.tree .open-tree > a:focus {
background: none;
font-weight: bold;
color: #2a2a2a;
}
.panel-default > .panel-heading {
border-top: 4px solid #101010;
}
.nav-tabs {
border-bottom: 3px solid #bfc9ca;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
background: #bfc9ca;
}
.socialIcon a:hover {
background: #101010;
}
.cart-actions button,
.cart-actions .wishlist {
background: none repeat scroll 0 0 #101010;
border: 2px solid #27ae60;
}
.cart-actions button:hover {
background: #ffffff;
color: #2a2a2a;
border: solid 2px #101010;
}
.sp-thumbs a:hover,
.sp-thumbs a:active,
.sp-current,
sp-current:visited {
border: 2px solid #101010 !important;
}
.promo-1 {
background: none repeat scroll 0 0 #27ae60;
}
#pager2 span.cycle-pager-active {
background: #101010 !important;
}
#pager2 span {
border: 2px solid #101010;
}
.orderStep li.active a {
background: #101010;
}
.orderStep li.active a:after {
border-top-color: #101010 !important;
}
.orderStep li a {
background: #66de97;
}
|
docs/PIXI.CanvasBuffer.html | gulkodmitriy/gulkodmitriy.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: CanvasBuffer</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="EarCut.html">EarCut</a>
</li>
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-2">
<a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_UP">ANGLE_UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#arc">arc</a>
</li>
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#beginFill">beginFill</a>
</li>
<li class="class-depth-0">
<a href="global.html#bezierCurveTo">bezierCurveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CENTER">CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#clear">clear</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#destroyCachedSprite">destroyCachedSprite</a>
</li>
<li class="class-depth-0">
<a href="global.html#displayList">displayList</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawCircle">drawCircle</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawEllipse">drawEllipse</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawPolygon">drawPolygon</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawRect">drawRect</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawRoundedRect">drawRoundedRect</a>
</li>
<li class="class-depth-0">
<a href="global.html#drawShape">drawShape</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#emit">emit</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#endFill">endFill</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#generateTexture">generateTexture</a>
</li>
<li class="class-depth-0">
<a href="global.html#getBounds">getBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#getLocalBounds">getLocalBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#HORIZONTAL">HORIZONTAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LANDSCAPE">LANDSCAPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_CENTER">LEFT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_TOP">LEFT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#lineStyle">lineStyle</a>
</li>
<li class="class-depth-0">
<a href="global.html#lineTo">lineTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#listeners">listeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#mixin">mixin</a>
</li>
<li class="class-depth-0">
<a href="global.html#moveTo">moveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#off">off</a>
</li>
<li class="class-depth-0">
<a href="global.html#on">on</a>
</li>
<li class="class-depth-0">
<a href="global.html#once">once</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-2">
<a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints
return {number} The total number of PathPoints in this Path.</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#PORTRAIT">PORTRAIT</a>
</li>
<li class="class-depth-0">
<a href="global.html#quadraticCurveTo">quadraticCurveTo</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#removeAllListeners">removeAllListeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_TOP">RIGHT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopPropagation">stopPropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_CENTER">TOP_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_LEFT">TOP_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_RIGHT">TOP_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#updateLocalBounds">updateLocalBounds</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERTICAL">VERTICAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_MULTI">WEBGL_MULTI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<!--<h1 class="page-title">Class: CanvasBuffer</h1>-->
<section>
<header>
<h2>
<span class="ancestors"><a href="PIXI.html">PIXI</a>.</span>
CanvasBuffer
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name "
id="CanvasBuffer"><span class="type-signature"></span>new CanvasBuffer<span class="signature">(width, height)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Creates a Canvas element of the given size.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the width for the newly created canvas</p></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the height for the newly created canvas</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-5">line 5</a>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name "
id="canvas"><span class="type-signature"></span>canvas<span class="type-signature"> :HTMLCanvasElement</span></h4>
</dt>
<dd>
<div class="description">
<p>The Canvas object that belongs to this CanvasBuffer.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-31">line 31</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="context"><span class="type-signature"></span>context<span class="type-signature"> :CanvasRenderingContext2D</span></h4>
</dt>
<dd>
<div class="description">
<p>A CanvasRenderingContext2D object representing a two-dimensional rendering context.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-39">line 39</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="height"><span class="type-signature"></span>height<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>The height of the Canvas in pixels.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-23">line 23</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="width"><span class="type-signature"></span>width<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<div class="description">
<p>The width of the Canvas in pixels.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-15">line 15</a>
</dt>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name "
id="destroy"><span class="type-signature"></span>destroy<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Frees the canvas up for use again.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-78">line 78</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="resize"><span class="type-signature"></span>resize<span class="signature">(width, height)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Resizes the canvas to the specified width and height.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>width</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the new width of the canvas</p></td>
</tr>
<tr>
<td class="name"><code>height</code></td>
<td class="type">
<span class="param-type">Number</span>
</td>
<td class="description last"><p>the new height of the canvas</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html">pixi/renderers/canvas/utils/CanvasBuffer.js</a>, <a href="src_pixi_renderers_canvas_utils_CanvasBuffer.js.html#sunlight-1-line-65">line 65</a>
</dt>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Thu Mar 23 2017 14:18:14 GMT+0000 (GMT Standard Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html> |
resources/gb-spending/report/publisher-horniman-public-museum-public-park-trust.html | openspending/community.openspending.org | ---
title: Horniman Public Museum & Public Park Trust
layout: gb
---
<style>
.num {
text-align:right;
}
.bool.False a {
color: #B94A48;
text-decoration: none;
}
.bool.None {
display: none;
}
.bool.True {
color: #468847;
}
</style>
<h2>
Horniman Public Museum & Public Park Trust
<small>as of September 06, 2012</small>
</h2>
<table class="table table-condensed">
<tr>
<th colspan="2">Resource</th>
<th>Fetch</th>
<th>Format</th>
<th>Columns</th>
<th>Data</th>
<th>Valid</th>
<th class="num">Entries</th>
<th class="num">Oldest</th>
<th class="num">Latest</th>
<th class="num">Total (GBP)</th>
</tr>
<tr>
<th colspan="11">
<a href="http://data.gov.uk/dataset/horniman-financial-transactions">Spend over £25,000 in Horniman Musuem</a>
</th>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/c1a723d0-cc88-4665-b64d-d505542d5f9d">2010 October return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-c1a723d0-cc88-4665-b64d-d505542d5f9d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c1a723d0-cc88-4665-b64d-d505542d5f9d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c1a723d0-cc88-4665-b64d-d505542d5f9d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c1a723d0-cc88-4665-b64d-d505542d5f9d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c1a723d0-cc88-4665-b64d-d505542d5f9d">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/c9dcf46f-9371-4c2c-8049-581d29eb1fa3">2011 March return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
7
</td>
<td class="num">
2011-03-04
</td>
<td class="num">
2011-03-31
</td>
<td class="num">
238877.65
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/c8619ea5-4e62-4275-9589-15c8bfbe45ca">2012 February return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
3
</td>
<td class="num">
2012-01-09
</td>
<td class="num">
2012-01-20
</td>
<td class="num">
200142.81
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/299c6073-f79c-475e-b477-57fef65da679">2012 March return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
2
</td>
<td class="num">
2012-03-30
</td>
<td class="num">
2012-03-31
</td>
<td class="num">
71357.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/40a07d35-a927-4cfa-8b85-37125165230f">2011 January return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-40a07d35-a927-4cfa-8b85-37125165230f">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-40a07d35-a927-4cfa-8b85-37125165230f">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-40a07d35-a927-4cfa-8b85-37125165230f">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-40a07d35-a927-4cfa-8b85-37125165230f">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-40a07d35-a927-4cfa-8b85-37125165230f">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/49e77a95-1446-40b6-bb0d-df2f64105e29">2011 February return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-49e77a95-1446-40b6-bb0d-df2f64105e29">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-49e77a95-1446-40b6-bb0d-df2f64105e29">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-49e77a95-1446-40b6-bb0d-df2f64105e29">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-49e77a95-1446-40b6-bb0d-df2f64105e29">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-49e77a95-1446-40b6-bb0d-df2f64105e29">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/80152ae8-0e1e-402e-9138-f2c98b0aec1c">2012 January return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
3
</td>
<td class="num">
2012-01-09
</td>
<td class="num">
2012-01-20
</td>
<td class="num">
200142.81
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/2799df4b-a692-4396-9282-743de0fd4a4e">2010 April - September return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-2799df4b-a692-4396-9282-743de0fd4a4e">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-2799df4b-a692-4396-9282-743de0fd4a4e">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-2799df4b-a692-4396-9282-743de0fd4a4e">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-2799df4b-a692-4396-9282-743de0fd4a4e">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-2799df4b-a692-4396-9282-743de0fd4a4e">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/c7c19d34-6e4c-4d0e-90e7-3816c0cf306c">2010 December return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-c7c19d34-6e4c-4d0e-90e7-3816c0cf306c">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c7c19d34-6e4c-4d0e-90e7-3816c0cf306c">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c7c19d34-6e4c-4d0e-90e7-3816c0cf306c">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c7c19d34-6e4c-4d0e-90e7-3816c0cf306c">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c7c19d34-6e4c-4d0e-90e7-3816c0cf306c">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/c304b1bf-e4f6-4439-a21b-6cbc863a36e5">2010 November return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-c304b1bf-e4f6-4439-a21b-6cbc863a36e5">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c304b1bf-e4f6-4439-a21b-6cbc863a36e5">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c304b1bf-e4f6-4439-a21b-6cbc863a36e5">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c304b1bf-e4f6-4439-a21b-6cbc863a36e5">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-c304b1bf-e4f6-4439-a21b-6cbc863a36e5">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/0fc3f36f-561a-421c-9281-d0d93f4c4fdb">2011 October return </a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
2
</td>
<td class="num">
2011-10-11
</td>
<td class="num">
2011-10-14
</td>
<td class="num">
114494.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/e1ace486-3809-4eff-8f1d-180bed59e85d">2011 April return</a>
</td>
<td>
<span class="bool False">
<a href="#issues-e1ace486-3809-4eff-8f1d-180bed59e85d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-e1ace486-3809-4eff-8f1d-180bed59e85d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-e1ace486-3809-4eff-8f1d-180bed59e85d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-e1ace486-3809-4eff-8f1d-180bed59e85d">✘</a>
</span>
</td>
<td>
<span class="bool None">
<a href="#issues-e1ace486-3809-4eff-8f1d-180bed59e85d">✘</a>
</span>
</td>
<td class="num">
0
</td>
<td class="num">
</td>
<td class="num">
</td>
<td class="num">
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/98d26827-9839-4953-a586-1a6ba212c8a1">2011 September return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
4
</td>
<td class="num">
2011-09-01
</td>
<td class="num">
2011-09-30
</td>
<td class="num">
186737.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/827cbce2-ba9f-4a4e-aab8-b0b8bb9cd258">2011 August return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
2
</td>
<td class="num">
2011-08-05
</td>
<td class="num">
2011-08-17
</td>
<td class="num">
163343.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/16ed249e-698f-4a10-b831-931866c48df8">2011 June return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
2
</td>
<td class="num">
2011-06-06
</td>
<td class="num">
2011-06-17
</td>
<td class="num">
127528.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/5b323d0e-ed54-4cc3-ae22-451ec42c051c">2011 December return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
1
</td>
<td class="num">
2011-12-21
</td>
<td class="num">
2011-12-21
</td>
<td class="num">
54752.39
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/8af89e8f-a57f-4ac8-a3a3-69cbf1cd878e">2011 May return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
2
</td>
<td class="num">
2011-05-11
</td>
<td class="num">
2011-05-18
</td>
<td class="num">
171855.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/228fe1a9-ac80-48a1-ae45-5f104926ec4c">2011 July return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
2
</td>
<td class="num">
2011-06-06
</td>
<td class="num">
2011-07-18
</td>
<td class="num">
189316.0
</td>
</tr>
<tr>
<td></td>
<td>
<a href="http://data.gov.uk/dataset/horniman-financial-transactions/resource/b9a3048f-33c5-4c6f-bdf3-2aad3bd51b58">2011 November return</a>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td>
<span class="bool True">
✔
</span>
</td>
<td class="num">
3
</td>
<td class="num">
2011-11-14
</td>
<td class="num">
2011-11-29
</td>
<td class="num">
217861.17
</td>
</tr>
</table>
<hr/>
<h3>Error details</h3>
<table class="table table-condensed table-bordered">
<tr>
<td colspan="2">
Resource/Stage
</td>
<td>
Error
</td>
</tr>
</table> |
naive_bayes/course_train/untag_http:^^www.cs.utexas.edu^users^suzy^cs304p^index.html | ML-SWAT/Web2KnowledgeBase |
CS304P - Pascal Programming
CS304P: Pascal
Introductory Computer Programming
Instructor: Suzy Gallagher
Welcome to Pascal!
Programming is a fun and exciting intellectual challenge.
CS304P
is designed to give you a firm foundation in Pascal programming, and
so you will need to put some effort into it. Read this page and the
Course Syllabus carefully.
This page is only a summary of the Course Syllabus,
which contains all the details of the assignments and other requirements as well
as important policies, and the schedules of due dates, exams and other
deadlines.
YOU ARE RESPONSIBLE FOR EVERYTHING IN THE
SYLLABUS!
Get one without delay.
Available at Jenn's Copies, 2200 Guadalupe.
Hundreds of students take
this course
each semester, so it is highly structured. You are responsible for
all the details. Monitor this page and the
newsgroup (utexas.class.cs304p)
frequently for updates.
This course may take more work than you are expecting, depending on how
well prepared you are.
In any event, this course can become extremely difficult if you get behind.
Due to the grading procedures, it is very risky to wait until near a deadline
to take a quiz or turn in a program.
A late quiz or program gets only HALF credit!
Waiting lines can become very long, hours before a deadline.
You have been warned.
Unfortunately, this Web Page is under construction this semester.
Many of the links go nowhere.
Our apologies.
Everyone attends the lecture by Suzy Gallagher every Thursday
evening from 5:00 pm to 6:30 pm in Welch 2.224.
On Mondays and Wednesdays you will break out into
small group sections for discussion of
the material with a
Teaching Assistant.
You will have nine
programming assignments
that are written, debugged and graded in the
Programming Laboratory. Note that
laboratory hours are limited, and that
grading hours are even less, and
you are responsible for scheduling your work to fit within those limits.
You will take eight quizzes in the
Testing Room. Note that
Testing Room hours are limited
and you are responsible for taking your quizzes before the deadlines.
WARNING! There are often long waits for
available proctors to grade assignments and quizzes for several hours
before a deadline. You are responsible for submitting your programs and
quizzes early enough to be graded.
There are three exams which must be
taken at the prescribed times. There are NO make-up exams!
As soon as possible at the beginning of the semester, you need to go to the
Test Room to get a file opened
for you, and a unique identifier assigned as your
Student Access Key, or
SAK.
The required
textbook is Pascal by Dale & Weems. We
will cover Chapters 1 through 14.
Individual students' backgrounds vary considerably, so this
course is partially self-paced. If you feel you are well prepared,
you may click here for details. However,
you are still liable for ALL requirements in the syllabus.
You can use the
newsgroup (utexas.class.cs304p)
to communicate with the other students in the class.
For example, you could form study groups.
Many students also use it to gripe about this course.
Thoughtful articles of general interest may elicit a reply from the staff.
(Updated 3/18/96 phm)
|
docs/webapps/quiz/templates/index3.html | roninek/python101 | <!-- quiz/templates/index.html -->
<html>
<head>
<title>Quiz Python</title>
</head>
<body>
<h1>Quiz Python</h1>
</body>
</html>
|
docs/javadoc/manager/gameshop/advance/interfaces/remote/factory/package-use.html | GameShopAdvance/GameShop-Advance | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Fri Feb 13 15:30:16 CET 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package gameshop.advance.interfaces.remote.factory</title>
<meta name="date" content="2015-02-13">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package gameshop.advance.interfaces.remote.factory";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?gameshop/advance/interfaces/remote/factory/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package gameshop.advance.interfaces.remote.factory" class="title">Uses of Package<br>gameshop.advance.interfaces.remote.factory</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../gameshop/advance/interfaces/remote/factory/package-summary.html">gameshop.advance.interfaces.remote.factory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#gameshop.advance.interfaces.remote.factory">gameshop.advance.interfaces.remote.factory</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="gameshop.advance.interfaces.remote.factory">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../gameshop/advance/interfaces/remote/factory/package-summary.html">gameshop.advance.interfaces.remote.factory</a> used by <a href="../../../../../gameshop/advance/interfaces/remote/factory/package-summary.html">gameshop.advance.interfaces.remote.factory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../gameshop/advance/interfaces/remote/factory/class-use/ICassaRemote.html#gameshop.advance.interfaces.remote.factory">ICassaRemote</a>
<div class="block">Interfaccia remota per esportare cassa sui client tramite Java RMI.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../gameshop/advance/interfaces/remote/factory/class-use/IFornitureControllerRemote.html#gameshop.advance.interfaces.remote.factory">IFornitureControllerRemote</a>
<div class="block">Interfaccia remota per l'esportazione dei metodi necessari ad ottenere i dati relativi alle forniture</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../gameshop/advance/interfaces/remote/factory/class-use/IInventarioControllerRemote.html#gameshop.advance.interfaces.remote.factory">IInventarioControllerRemote</a>
<div class="block">Interfaccia remota per l'esportazione da parte delle classi che la implementano tramite
Java RMI.I InventarioControllerRemote renderanno invocabili da remoto tutti i metodi necessari a effettuare l'inventario
del negozio, Esporta GestisciInventarioController.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../gameshop/advance/interfaces/remote/factory/class-use/IPrenotaProdottoRemote.html#gameshop.advance.interfaces.remote.factory">IPrenotaProdottoRemote</a>
<div class="block">Interfaccia remota per l'esportazione delle classi che la implementano tramite
Java RMI, IPrenotaProdottoRemote renderà invocabili da remoto tutti i metodi necessari a effettuare una prenotazione sia esso lato cliente o lato commesso
Esporta PrenotaProdotto Controller.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../gameshop/advance/interfaces/remote/factory/class-use/IProdottiRemote.html#gameshop.advance.interfaces.remote.factory">IProdottiRemote</a>
<div class="block">Interfaccia remota per l'esportazione dei metodi utili ad ottenere i prodotti presenti in catalogo</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?gameshop/advance/interfaces/remote/factory/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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>
|
old/wrapper-doc/javadoc/com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html | szarych/wpw-doc-dev | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Mon Sep 12 16:11:57 BST 2016 -->
<title>WPWithin.beginServiceDelivery_result</title>
<meta name="date" content="2016-09-12">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="WPWithin.beginServiceDelivery_result";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_args._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" target="_top">Frames</a></li>
<li><a href="WPWithin.beginServiceDelivery_result.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.worldpay.innovation.wpwithin.rpc</div>
<h2 title="Class WPWithin.beginServiceDelivery_result" class="title">Class WPWithin.beginServiceDelivery_result</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>>, org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="strong">WPWithin.beginServiceDelivery_result</span>
extends java.lang.Object
implements org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>></pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a></strong></code>
<div class="block">The set of fields this struct contains, along with convenience methods for finding and manipulating them.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#err">err</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.Map<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>,org.apache.thrift.meta_data.FieldMetaData></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#metaDataMap">metaDataMap</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#success">success</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#WPWithin.beginServiceDelivery_result()">WPWithin.beginServiceDelivery_result</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#WPWithin.beginServiceDelivery_result(com.worldpay.innovation.wpwithin.rpc.types.ServiceDeliveryToken,%20com.worldpay.innovation.wpwithin.rpc.types.Error)">WPWithin.beginServiceDelivery_result</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a> success,
<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a> err)</code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#WPWithin.beginServiceDelivery_result(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result)">WPWithin.beginServiceDelivery_result</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> other)</code>
<div class="block">Performs a deep copy on <i>other</i>.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#clear()">clear</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#compareTo(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result)">compareTo</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> other)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#deepCopy()">deepCopy</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object that)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#equals(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result)">equals</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> that)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#fieldForId(int)">fieldForId</a></strong>(int fieldId)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#getErr()">getErr</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#getFieldValue(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result._Fields)">getFieldValue</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> field)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#getSuccess()">getSuccess</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#hashCode()">hashCode</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#isSet(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result._Fields)">isSet</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> field)</code>
<div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#isSetErr()">isSetErr</a></strong>()</code>
<div class="block">Returns true if field err is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#isSetSuccess()">isSetSuccess</a></strong>()</code>
<div class="block">Returns true if field success is set (has been assigned a value) and false otherwise</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#read(org.apache.thrift.protocol.TProtocol)">read</a></strong>(org.apache.thrift.protocol.TProtocol iprot)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#setErr(com.worldpay.innovation.wpwithin.rpc.types.Error)">setErr</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a> err)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#setErrIsSet(boolean)">setErrIsSet</a></strong>(boolean value)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#setFieldValue(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result._Fields,%20java.lang.Object)">setFieldValue</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> field,
java.lang.Object value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#setSuccess(com.worldpay.innovation.wpwithin.rpc.types.ServiceDeliveryToken)">setSuccess</a></strong>(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a> success)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#setSuccessIsSet(boolean)">setSuccessIsSet</a></strong>(boolean value)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#toString()">toString</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#unsetErr()">unsetErr</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#unsetSuccess()">unsetSuccess</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#validate()">validate</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html#write(org.apache.thrift.protocol.TProtocol)">write</a></strong>(org.apache.thrift.protocol.TProtocol oprot)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="success">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>success</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a> success</pre>
</li>
</ul>
<a name="err">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>err</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a> err</pre>
</li>
</ul>
<a name="metaDataMap">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>metaDataMap</h4>
<pre>public static final java.util.Map<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>,org.apache.thrift.meta_data.FieldMetaData> metaDataMap</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="WPWithin.beginServiceDelivery_result()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WPWithin.beginServiceDelivery_result</h4>
<pre>public WPWithin.beginServiceDelivery_result()</pre>
</li>
</ul>
<a name="WPWithin.beginServiceDelivery_result(com.worldpay.innovation.wpwithin.rpc.types.ServiceDeliveryToken, com.worldpay.innovation.wpwithin.rpc.types.Error)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WPWithin.beginServiceDelivery_result</h4>
<pre>public WPWithin.beginServiceDelivery_result(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a> success,
<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a> err)</pre>
</li>
</ul>
<a name="WPWithin.beginServiceDelivery_result(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>WPWithin.beginServiceDelivery_result</h4>
<pre>public WPWithin.beginServiceDelivery_result(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> other)</pre>
<div class="block">Performs a deep copy on <i>other</i>.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="deepCopy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deepCopy</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> deepCopy()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>deepCopy</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="clear()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre>public void clear()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>clear</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="getSuccess()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSuccess</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a> getSuccess()</pre>
</li>
</ul>
<a name="setSuccess(com.worldpay.innovation.wpwithin.rpc.types.ServiceDeliveryToken)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSuccess</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> setSuccess(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/ServiceDeliveryToken.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">ServiceDeliveryToken</a> success)</pre>
</li>
</ul>
<a name="unsetSuccess()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetSuccess</h4>
<pre>public void unsetSuccess()</pre>
</li>
</ul>
<a name="isSetSuccess()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetSuccess</h4>
<pre>public boolean isSetSuccess()</pre>
<div class="block">Returns true if field success is set (has been assigned a value) and false otherwise</div>
</li>
</ul>
<a name="setSuccessIsSet(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSuccessIsSet</h4>
<pre>public void setSuccessIsSet(boolean value)</pre>
</li>
</ul>
<a name="getErr()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getErr</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a> getErr()</pre>
</li>
</ul>
<a name="setErr(com.worldpay.innovation.wpwithin.rpc.types.Error)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setErr</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> setErr(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/types/Error.html" title="class in com.worldpay.innovation.wpwithin.rpc.types">Error</a> err)</pre>
</li>
</ul>
<a name="unsetErr()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unsetErr</h4>
<pre>public void unsetErr()</pre>
</li>
</ul>
<a name="isSetErr()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSetErr</h4>
<pre>public boolean isSetErr()</pre>
<div class="block">Returns true if field err is set (has been assigned a value) and false otherwise</div>
</li>
</ul>
<a name="setErrIsSet(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setErrIsSet</h4>
<pre>public void setErrIsSet(boolean value)</pre>
</li>
</ul>
<a name="setFieldValue(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result._Fields, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFieldValue</h4>
<pre>public void setFieldValue(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> field,
java.lang.Object value)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>setFieldValue</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="getFieldValue(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result._Fields)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFieldValue</h4>
<pre>public java.lang.Object getFieldValue(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> field)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>getFieldValue</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="isSet(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result._Fields)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSet</h4>
<pre>public boolean isSet(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> field)</pre>
<div class="block">Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>isSet</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(java.lang.Object that)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="equals(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public boolean equals(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> that)</pre>
</li>
</ul>
<a name="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public int hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="compareTo(com.worldpay.innovation.wpwithin.rpc.WPWithin.beginServiceDelivery_result)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>compareTo</h4>
<pre>public int compareTo(<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a> other)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>compareTo</code> in interface <code>java.lang.Comparable<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>></code></dd>
</dl>
</li>
</ul>
<a name="fieldForId(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fieldForId</h4>
<pre>public <a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a> fieldForId(int fieldId)</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>fieldForId</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
</dl>
</li>
</ul>
<a name="read(org.apache.thrift.protocol.TProtocol)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>read</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.TException</code></dd></dl>
</li>
</ul>
<a name="write(org.apache.thrift.protocol.TProtocol)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>write</h4>
<pre>public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>write</code> in interface <code>org.apache.thrift.TBase<<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" title="class in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result</a>,<a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc">WPWithin.beginServiceDelivery_result._Fields</a>></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.TException</code></dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="validate()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>validate</h4>
<pre>public void validate()
throws org.apache.thrift.TException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.TException</code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_args._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result._Fields.html" title="enum in com.worldpay.innovation.wpwithin.rpc"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/worldpay/innovation/wpwithin/rpc/WPWithin.beginServiceDelivery_result.html" target="_top">Frames</a></li>
<li><a href="WPWithin.beginServiceDelivery_result.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li><a href="#nested_class_summary">Nested</a> | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
porto/assets/vendor/jquery-datatables/extras/TableTools/examples/defaults.html | yhchun1992/abc | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>TableTools example - Defaults</title>
<link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="../css/dataTables.tableTools.css">
<link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css">
<link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css">
<style type="text/css" class="init">
</style>
<script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" language="javascript" src="../js/dataTables.tableTools.js"></script>
<script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script>
<script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script>
<script type="text/javascript" language="javascript" class="init">
$.fn.dataTable.TableTools.defaults.aButtons = [ "copy", "csv", "xls" ];
$(document).ready(function() {
$('#example').DataTable( {
dom: 'T<"clear">lfrtip'
} );
} );
</script>
</head>
<body class="dt-example">
<div class="container">
<section>
<h1>TableTools example <span>Defaults</span></h1>
<div class="info">
<p>TableTools provides the ability to override the default initialisation parameters that are used when
creating a new instance. This this particularly useful if you have multiple tables which you want to
have the same TableTools behaviour - rather than declaring the structure multiple times, you can just
set the defaults once. This example shows how to alter the default buttons.</p>
</div>
<table id="example" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td>
<td>2011/04/25</td>
<td>$320,800</td>
</tr>
<tr>
<td>Garrett Winters</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>63</td>
<td>2011/07/25</td>
<td>$170,750</td>
</tr>
<tr>
<td>Ashton Cox</td>
<td>Junior Technical Author</td>
<td>San Francisco</td>
<td>66</td>
<td>2009/01/12</td>
<td>$86,000</td>
</tr>
<tr>
<td>Cedric Kelly</td>
<td>Senior Javascript Developer</td>
<td>Edinburgh</td>
<td>22</td>
<td>2012/03/29</td>
<td>$433,060</td>
</tr>
<tr>
<td>Airi Satou</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>33</td>
<td>2008/11/28</td>
<td>$162,700</td>
</tr>
<tr>
<td>Brielle Williamson</td>
<td>Integration Specialist</td>
<td>New York</td>
<td>61</td>
<td>2012/12/02</td>
<td>$372,000</td>
</tr>
<tr>
<td>Herrod Chandler</td>
<td>Sales Assistant</td>
<td>San Francisco</td>
<td>59</td>
<td>2012/08/06</td>
<td>$137,500</td>
</tr>
<tr>
<td>Rhona Davidson</td>
<td>Integration Specialist</td>
<td>Tokyo</td>
<td>55</td>
<td>2010/10/14</td>
<td>$327,900</td>
</tr>
<tr>
<td>Colleen Hurst</td>
<td>Javascript Developer</td>
<td>San Francisco</td>
<td>39</td>
<td>2009/09/15</td>
<td>$205,500</td>
</tr>
<tr>
<td>Sonya Frost</td>
<td>Software Engineer</td>
<td>Edinburgh</td>
<td>23</td>
<td>2008/12/13</td>
<td>$103,600</td>
</tr>
<tr>
<td>Jena Gaines</td>
<td>Office Manager</td>
<td>London</td>
<td>30</td>
<td>2008/12/19</td>
<td>$90,560</td>
</tr>
<tr>
<td>Quinn Flynn</td>
<td>Support Lead</td>
<td>Edinburgh</td>
<td>22</td>
<td>2013/03/03</td>
<td>$342,000</td>
</tr>
<tr>
<td>Charde Marshall</td>
<td>Regional Director</td>
<td>San Francisco</td>
<td>36</td>
<td>2008/10/16</td>
<td>$470,600</td>
</tr>
<tr>
<td>Haley Kennedy</td>
<td>Senior Marketing Designer</td>
<td>London</td>
<td>43</td>
<td>2012/12/18</td>
<td>$313,500</td>
</tr>
<tr>
<td>Tatyana Fitzpatrick</td>
<td>Regional Director</td>
<td>London</td>
<td>19</td>
<td>2010/03/17</td>
<td>$385,750</td>
</tr>
<tr>
<td>Michael Silva</td>
<td>Marketing Designer</td>
<td>London</td>
<td>66</td>
<td>2012/11/27</td>
<td>$198,500</td>
</tr>
<tr>
<td>Paul Byrd</td>
<td>Chief Financial Officer (CFO)</td>
<td>New York</td>
<td>64</td>
<td>2010/06/09</td>
<td>$725,000</td>
</tr>
<tr>
<td>Gloria Little</td>
<td>Systems Administrator</td>
<td>New York</td>
<td>59</td>
<td>2009/04/10</td>
<td>$237,500</td>
</tr>
<tr>
<td>Bradley Greer</td>
<td>Software Engineer</td>
<td>London</td>
<td>41</td>
<td>2012/10/13</td>
<td>$132,000</td>
</tr>
<tr>
<td>Dai Rios</td>
<td>Personnel Lead</td>
<td>Edinburgh</td>
<td>35</td>
<td>2012/09/26</td>
<td>$217,500</td>
</tr>
<tr>
<td>Jenette Caldwell</td>
<td>Development Lead</td>
<td>New York</td>
<td>30</td>
<td>2011/09/03</td>
<td>$345,000</td>
</tr>
<tr>
<td>Yuri Berry</td>
<td>Chief Marketing Officer (CMO)</td>
<td>New York</td>
<td>40</td>
<td>2009/06/25</td>
<td>$675,000</td>
</tr>
<tr>
<td>Caesar Vance</td>
<td>Pre-Sales Support</td>
<td>New York</td>
<td>21</td>
<td>2011/12/12</td>
<td>$106,450</td>
</tr>
<tr>
<td>Doris Wilder</td>
<td>Sales Assistant</td>
<td>Sidney</td>
<td>23</td>
<td>2010/09/20</td>
<td>$85,600</td>
</tr>
<tr>
<td>Angelica Ramos</td>
<td>Chief Executive Officer (CEO)</td>
<td>London</td>
<td>47</td>
<td>2009/10/09</td>
<td>$1,200,000</td>
</tr>
<tr>
<td>Gavin Joyce</td>
<td>Developer</td>
<td>Edinburgh</td>
<td>42</td>
<td>2010/12/22</td>
<td>$92,575</td>
</tr>
<tr>
<td>Jennifer Chang</td>
<td>Regional Director</td>
<td>Singapore</td>
<td>28</td>
<td>2010/11/14</td>
<td>$357,650</td>
</tr>
<tr>
<td>Brenden Wagner</td>
<td>Software Engineer</td>
<td>San Francisco</td>
<td>28</td>
<td>2011/06/07</td>
<td>$206,850</td>
</tr>
<tr>
<td>Fiona Green</td>
<td>Chief Operating Officer (COO)</td>
<td>San Francisco</td>
<td>48</td>
<td>2010/03/11</td>
<td>$850,000</td>
</tr>
<tr>
<td>Shou Itou</td>
<td>Regional Marketing</td>
<td>Tokyo</td>
<td>20</td>
<td>2011/08/14</td>
<td>$163,000</td>
</tr>
<tr>
<td>Michelle House</td>
<td>Integration Specialist</td>
<td>Sidney</td>
<td>37</td>
<td>2011/06/02</td>
<td>$95,400</td>
</tr>
<tr>
<td>Suki Burks</td>
<td>Developer</td>
<td>London</td>
<td>53</td>
<td>2009/10/22</td>
<td>$114,500</td>
</tr>
<tr>
<td>Prescott Bartlett</td>
<td>Technical Author</td>
<td>London</td>
<td>27</td>
<td>2011/05/07</td>
<td>$145,000</td>
</tr>
<tr>
<td>Gavin Cortez</td>
<td>Team Leader</td>
<td>San Francisco</td>
<td>22</td>
<td>2008/10/26</td>
<td>$235,500</td>
</tr>
<tr>
<td>Martena Mccray</td>
<td>Post-Sales support</td>
<td>Edinburgh</td>
<td>46</td>
<td>2011/03/09</td>
<td>$324,050</td>
</tr>
<tr>
<td>Unity Butler</td>
<td>Marketing Designer</td>
<td>San Francisco</td>
<td>47</td>
<td>2009/12/09</td>
<td>$85,675</td>
</tr>
<tr>
<td>Howard Hatfield</td>
<td>Office Manager</td>
<td>San Francisco</td>
<td>51</td>
<td>2008/12/16</td>
<td>$164,500</td>
</tr>
<tr>
<td>Hope Fuentes</td>
<td>Secretary</td>
<td>San Francisco</td>
<td>41</td>
<td>2010/02/12</td>
<td>$109,850</td>
</tr>
<tr>
<td>Vivian Harrell</td>
<td>Financial Controller</td>
<td>San Francisco</td>
<td>62</td>
<td>2009/02/14</td>
<td>$452,500</td>
</tr>
<tr>
<td>Timothy Mooney</td>
<td>Office Manager</td>
<td>London</td>
<td>37</td>
<td>2008/12/11</td>
<td>$136,200</td>
</tr>
<tr>
<td>Jackson Bradshaw</td>
<td>Director</td>
<td>New York</td>
<td>65</td>
<td>2008/09/26</td>
<td>$645,750</td>
</tr>
<tr>
<td>Olivia Liang</td>
<td>Support Engineer</td>
<td>Singapore</td>
<td>64</td>
<td>2011/02/03</td>
<td>$234,500</td>
</tr>
<tr>
<td>Bruno Nash</td>
<td>Software Engineer</td>
<td>London</td>
<td>38</td>
<td>2011/05/03</td>
<td>$163,500</td>
</tr>
<tr>
<td>Sakura Yamamoto</td>
<td>Support Engineer</td>
<td>Tokyo</td>
<td>37</td>
<td>2009/08/19</td>
<td>$139,575</td>
</tr>
<tr>
<td>Thor Walton</td>
<td>Developer</td>
<td>New York</td>
<td>61</td>
<td>2013/08/11</td>
<td>$98,540</td>
</tr>
<tr>
<td>Finn Camacho</td>
<td>Support Engineer</td>
<td>San Francisco</td>
<td>47</td>
<td>2009/07/07</td>
<td>$87,500</td>
</tr>
<tr>
<td>Serge Baldwin</td>
<td>Data Coordinator</td>
<td>Singapore</td>
<td>64</td>
<td>2012/04/09</td>
<td>$138,575</td>
</tr>
<tr>
<td>Zenaida Frank</td>
<td>Software Engineer</td>
<td>New York</td>
<td>63</td>
<td>2010/01/04</td>
<td>$125,250</td>
</tr>
<tr>
<td>Zorita Serrano</td>
<td>Software Engineer</td>
<td>San Francisco</td>
<td>56</td>
<td>2012/06/01</td>
<td>$115,000</td>
</tr>
<tr>
<td>Jennifer Acosta</td>
<td>Junior Javascript Developer</td>
<td>Edinburgh</td>
<td>43</td>
<td>2013/02/01</td>
<td>$75,650</td>
</tr>
<tr>
<td>Cara Stevens</td>
<td>Sales Assistant</td>
<td>New York</td>
<td>46</td>
<td>2011/12/06</td>
<td>$145,600</td>
</tr>
<tr>
<td>Hermione Butler</td>
<td>Regional Director</td>
<td>London</td>
<td>47</td>
<td>2011/03/21</td>
<td>$356,250</td>
</tr>
<tr>
<td>Lael Greer</td>
<td>Systems Administrator</td>
<td>London</td>
<td>21</td>
<td>2009/02/27</td>
<td>$103,500</td>
</tr>
<tr>
<td>Jonas Alexander</td>
<td>Developer</td>
<td>San Francisco</td>
<td>30</td>
<td>2010/07/14</td>
<td>$86,500</td>
</tr>
<tr>
<td>Shad Decker</td>
<td>Regional Director</td>
<td>Edinburgh</td>
<td>51</td>
<td>2008/11/13</td>
<td>$183,000</td>
</tr>
<tr>
<td>Michael Bruce</td>
<td>Javascript Developer</td>
<td>Singapore</td>
<td>29</td>
<td>2011/06/27</td>
<td>$183,000</td>
</tr>
<tr>
<td>Donna Snider</td>
<td>Customer Support</td>
<td>New York</td>
<td>27</td>
<td>2011/01/25</td>
<td>$112,000</td>
</tr>
</tbody>
</table>
<ul class="tabs">
<li class="active">Javascript</li>
<li>HTML</li>
<li>CSS</li>
<li>Ajax</li>
<li>Server-side script</li>
</ul>
<div class="tabs">
<div class="js">
<p>The Javascript shown below is used to initialise the table shown in this
example:</p><code class="multiline brush: js;">$.fn.dataTable.TableTools.defaults.aButtons = [ "copy", "csv", "xls" ];
$(document).ready(function() {
$('#example').DataTable( {
dom: 'T<"clear">lfrtip'
} );
} );</code>
<p>In addition to the above code, the following Javascript library files are loaded for use in this
example:</p>
<ul>
<li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li>
<li><a href=
"../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li>
<li><a href="../js/dataTables.tableTools.js">../js/dataTables.tableTools.js</a></li>
</ul>
</div>
<div class="table">
<p>The HTML shown below is the raw HTML table element, before it has been enhanced by
DataTables:</p>
</div>
<div class="css">
<div>
<p>This example uses a little bit of additional CSS beyond what is loaded from the library
files (below), in order to correctly display the table. The additional CSS used is shown
below:</p><code class="multiline brush: js;"></code>
</div>
<p>The following CSS library files are loaded for use in this example to provide the styling of the
table:</p>
<ul>
<li><a href=
"../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a></li>
<li><a href="../css/dataTables.tableTools.css">../css/dataTables.tableTools.css</a></li>
</ul>
</div>
<div class="ajax">
<p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data
will update automatically as any additional data is loaded.</p>
</div>
<div class="php">
<p>The script used to perform the server-side processing for this table is shown below. Please note
that this is just an example script using PHP. Server-side processing scripts can be written in any
language, using <a href="//datatables.net/manual/server-side">the protocol described in the
DataTables documentation</a>.</p>
</div>
</div>
</section>
</div>
<section>
<div class="footer">
<div class="gradient"></div>
<div class="liner">
<h2>Other examples</h2>
<div class="toc">
<div class="toc-group">
<h3><a href="./index.html">Examples</a></h3>
<ul class="toc active">
<li><a href="./simple.html">Basic initialisation</a></li>
<li><a href="./plug-in.html">Plug-in button types</a></li>
<li><a href="./bootstrap.html">Bootstrap styling</a></li>
<li><a href="./swf_path.html">Setting the SWF path</a></li>
<li><a href="./new_init.html">Initialisation with `new`</a></li>
<li class="active"><a href="./defaults.html">Defaults</a></li>
<li><a href="./select_single.html">Row selection - single row select</a></li>
<li><a href="./select_multi.html">Row selection - multi-row select</a></li>
<li><a href="./select_os.html">Row selection - operating system style</a></li>
<li><a href="./select_column.html">Row selection - row selector on specific cells</a></li>
<li><a href="./multiple_tables.html">Multiple tables</a></li>
<li><a href="./multi_instance.html">Multiple toolbars</a></li>
<li><a href="./collection.html">Button collections</a></li>
<li><a href="./button_text.html">Custom button text</a></li>
<li><a href="./alter_buttons.html">Button arrangement</a></li>
<li><a href="./ajax.html">Ajax loaded data</a></li>
<li><a href="./pdf_message.html">PDF message</a></li>
<li><a href="./jqueryui.html">jQuery UI styling</a></li>
</ul>
</div>
</div>
<div class="epilogue">
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full
information about its API properties and methods.<br>
Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and
<a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of
DataTables.</p>
<p class="copyright">DataTables designed and created by <a href=
"http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2014<br>
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
</div>
</div>
</div>
</section>
</body>
</html>
|
plugins/Hosting/css/hosting.css | NebulousLabs/Sia-UI | /* Style Guide:
* Transparent: 70% Opacity
*
* White: #FFFFFF
* Grey-White: #F5F5F5
* Faint-Grey: #ECECEC
* Light-Grey: #DDDDDD
* Grey: #C5C5C5
* Grey-Black: #4A4A4A
* Black: #000000
*/
.section {
background: #FBFBFB;
}
.controls {
float: right;
}
.row {
background: #f5f5f5;
display: block;
border: 1px;
padding: 15px;
}
.row .title {
display: inline-block;
font-size: 26px;
}
.row .button {
display: inline-block;
font-size: 22px;
padding-left: 20px;
}
.row .button.disable {
cursor: auto;
opacity: .2;
}
.accept-contracts {
text-align: center;
background-color: white;
border-bottom: 1px solid #DDD;
padding: 11px 15px;
}
.toggle-switch {
width: 100px;
height: 25px;
border-radius: 5px;
overflow: hidden;
position: relative;
color: #C5C5C5;
background-color: #00CBA0;
border: 1px solid #C5C5C5;
display: inline-block;
margin: 10px 15px;
vertical-align: middle;
cursor: pointer;
transition: all .5s;
}
.toggle-switch.off {
background-color: #F5F5F5;
}
.toggle-inner {
position: absolute;
left: -1px;
margin-top: -1px;
height: 25px;
width: 25px;
color: inherit;
border: 1px solid #C5C5C5;
background-color: #DDD;
border-radius: 5px;
transition: all .5s;
}
.toggle-switch.off .toggle-inner {
left: 74px;
}
.toggle-inner:after {
content: "No";
position: absolute;
top: 1px;
right: 45px;
}
.toggle-inner:before {
content: "Yes";
position: absolute;
color: white;
top: 1px;
left: 45px;
}
.popup {
display: none;
position: absolute;
min-height: 100px;
max-height: 50%;
min-width: 200px;
max-width: 75%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-animation: fadein 0.5s;
background-color: #ffffff;
z-index: 2;
border: solid 1px #c5c5c5;
border-radius: 8px;
text-align: center;
font-size: 16px;
overflow: auto;
}
.popup .title {
font-size: 24px;
display: block;
}
.popup .address-list {
font-family: monospace;
font-size: 11px;
max-height: 200px;
max-width: 600px;
overflow: auto;
padding: 20px;
}
.popup p {
margin: 0;
}
.controls {
display: inline-block;
padding-top: 3px;
}
.controls.full {
width: 100%;
}
.controls .button:hover {
color: #4a4a4a;
cursor: pointer;
}
.button .fa {
margin-right: .25em;
}
#properties {
height: 50%;
font-size: 14px;
overflow-x: hidden;
overflow-y: auto;
}
.modal {
font-family: 'Roboto Condensed', sans-serif;
position: fixed;
z-index: 2;
overflow: scroll;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
width: 100vw;
letter-spacing: normal;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
.modal .button {
padding: 15px 40px;
width: 320px;
}
.modal .button.accept {
background-color: #20EE82;
color: white;
margin-bottom: 10px;
}
.modal .button.disabled {
opacity: .2;
cursor: default;
}
.modal .close-button {
position: absolute;
top: 0px;
right: 0px;
background-color: #20EE82;
color: #FFF;
cursor: pointer;
font-size: 1.4em;
text-align: center;
padding: .3em;
margin-top: -2em;
height: 1.4em;
width: 1.4em;
border-bottom-left-radius: 0px;
border-top-left-radius: 4px;
transition: all .5s .75s;
border-top-left-radius: 0px;
border-bottom-left-radius: 4px;
margin: 0px;
transition: all .25s;
}
.modal .modal-message {
display: flex;
position: relative;
align-items: center;
justify-content: center;
flex-direction: column;
max-width: 450px;
min-width: 40%;
min-height: 40%;
background-color: #ECECEC;
padding: 5%;
}
.modal .modal-message h3 {
margin: 0px;
}
.modal .modal-message p {
text-align: center;
}
.modal input[ type="number"],
.modal input[ type="text"] {
display: block;
padding: 9px 10px;
margin: 10px;
border-radius: 0px;
border: 0px;
border: 1px solid #FFFFFF;
text-align: center;
cursor: pointer;
transition: all 0s;
}
.modal input[ type="number"]:hover,
.modal input[ type="text"]:hover {
border: 1px solid #DDDDDD;
}
.hosting-options-modal .hosting-options {
text-align: center;
padding: 1em;
}
.hosting-options-modal .button {
width: auto;
}
.warning-bar {
position: fixed;
top: 13px;
left: calc( 50% - 200px );
z-index: 1;
width: 400px;
background-color: #20EE82;
border: 1px solid #fff;
padding: 10px 10px;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, .7) 0px 0px 15px;
text-align: center;
}
.warning-bar h3,
.warning-bar p {
margin: 0px;
padding: 5px;
}
.pure-g, .pure-g [class *="pure-u"] {
font-family: inherit;
}
.section {
font-size: inherit;
}
.section .row {
height: 29px;
}
.property .name {
padding: 19px 35px;
}
.property .value {
padding-top: 9px;
padding-bottom: 9px;
border-left: 1px solid #e0e0e0;
text-align: center;
}
.property .value input {
padding: 9px 10px;
margin: 0px;
border-radius: 0px;
border: 0px;
border: 1px solid #FFFFFF;
text-align: center;
cursor: pointer;
transition: all 0s;
}
.property .value input:hover {
border: 1px solid #DDDDDD;
}
.help.section .instructions {
width: 522px;
letter-spacing: normal;
margin: auto;
padding: 20px;
}
.error {
text-align: center;
padding: 10px;
color: red;
border-top: 1px solid #eee;
background-color: #eee;
}
.section .controls {
text-align: right;
}
.section .controls .button.left {
float: left;
display: block;
padding-left: 0px;
}
.settings .name {
text-align: right;
}
.files .row {
padding-right: 0px;
}
.files .pure-g {
font-size: 18px;
}
.files [class *="pure-u"] div {
padding-top: 20px;
padding-bottom: 20px;
}
.host-status {
position: relative;
}
.host-status i {
margin-right: 5px;
}
.online-icon {
color: green;
}
.offline-icon {
color: red;
}
.inactive-icon {
color: yellow;
}
.host-status-info {
display: none !important;
}
.host-status:hover .host-status-info {
display: inline-block !important;
}
.host-status:hover {
cursor: help;
}
.host-status-info {
display: none !important;
position: absolute;
right: -100px;
top: 45px;
background: #525252;
border: 1px solid #20EE82;
font-size: 18px;
padding: 10px 10px 10px 10px;
width: 300px;
white-space: pre-wrap;
z-index: 100;
}
.host-status-info:after, .host-status-info:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.host-status-info:after {
border-color: rgba(82, 82, 82, 0);
border-bottom-color: #525252;
border-width: 30px;
margin-left: -30px;
}
.host-status-info:before {
border-color: rgba(0, 203, 160, 0);
border-bottom-color: #20EE82;
border-width: 30px;
margin-left: -30px;
}
|
examples/Pagination/Output/index.html | Wyamio/Wyam | <html>
<head>
<title>Index - Page 1</title>
</head>
<body>
<h1>Page 1 of 3</h1>
<div><a href="a.html"><p>Item A</p>
</a></div>
<hr />
<div><a href="b.html"><p>Item B</p>
</a></div>
<hr />
<div>
<span>
<strong>Page 1</strong>
</span>
<span>
<a href="index-2.html">Page 2</a>
</span>
<span>
<a href="index-3.html">Page 3</a>
</span>
</div>
</body>
</html> |
rawdata/lawstat/version2/02052/0205290122500.html | g0v/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=big5">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02052/0205290122500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:18:29 GMT -->
<head><title>ªk½s¸¹:02052 ª©¥»:090122500</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>¥æ³q³¡¤½¸ôÁ`§½¦U°ÏºÊ²z©Ò²Õ´³q«h(02052)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0205290122500.html target=law02052><nobr><font size=2>¤¤µØ¥Á°ê 90 ¦~ 12 ¤ë 25 ¤é</font></nobr></a>
</td>
<td valign=top><font size=2>¨î©w16±ø</font></td>
<tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 91 ¦~ 1 ¤ë 21 ¤é¤½¥¬</font></nobr></td>
<tr><td align=left valign=top><nobr><font size=2>¤¤µØ¥Á°ê 91 ¦~ 1 ¤ë 30 ¤é¬I¦æ</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>¥Á°ê90¦~12¤ë25¤é</font></td>
<td><a href=http://lis.ly.gov.tw/lghtml/lawstat/reason2/0205290122500.htm target=reason><font size=2>¥ßªk²z¥Ñ</font></a></td>
<td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0205290122500 target=proc><font size=2>¥ßªk¬ö¿ý</font></a></td>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤@±ø</font>
<font size=2>(¥ßªk¨Ì¾Ú)</font>
<table><tr><td> </td>
<td>
¡@¡@¥»³q«h¨Ì¥æ³q³¡¤½¸ôÁ`§½²Õ´±ø¨Ò²Ä¤K±ø³W©w¨î©w¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤G±ø</font>
<font size=2>(´x²z¨Æ¶µ)</font>
<table><tr><td> </td>
<td>
¡@¡@¥æ³q³¡¤½¸ôÁ`§½¦U°ÏºÊ²z©Ò¡]¥H¤U²ºÙ¦U°ÏºÊ²z©Ò¡^´x²z¤U¦C¨Æ¶µ¡G<br>
¡@¡@¤@¡B¨®½øÀËÅç¡Bµo·Óµn°O¤Î¼f®ÖºÞ²z¨Æ¶µ¡C<br>
¡@¡@¤G¡B¨T¨®¾r¾p¤H°õ·Ó»P§Þ¤u°õ·Ó¦ÒÅç¡B®Öµo¡B¼f®Ö¤Î¾r°V¯ZºÞ²z¨Æ¶µ¡C<br>
¡@¡@¤T¡B¤½¥ÁÀç¨T¨®¹B¿é·~·þ¾ÉºÞ²z¨Æ¶µ¡C<br>
¡@¡@¥|¡B³W¶O¤Î¥N¿ì·~°È¨Æ¶µ¡C<br>
¡@¡@¤¡B¦Û¥Î¨®½ø¹H³Wµô»@¨Æ¶µ¡C<br>
¡@¡@¤»¡BÀç·~¨®½ø»P¾÷¨®¹H³Wµô»@¡B¦UÃþ¨T¨®¹H³W¥Ó¶D¤Î¸ôÃä½]¬dµ¥¨Æ¶µ¡C<br>
¡@¡@¤C¡B¨ä¥L¦³Ãö¦U¶µ¤½¸ôºÊ²z¨Æ¶µ¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤T±ø</font>
<font size=2>(¤À½Ò¿ì¨Æ)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò³]¤»½Ò¡A¤À§O´x²z«e±ø©Ò¦C¨Æ¶µ¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¥|±ø</font>
<font size=2>(¸ê°T«Ç´x²z¨Æ¶µ)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò³]¸ê°T«Ç¡A´x²zºÊ²z·~°È¹q¸£¤Æ¸ê®Æ³B²z¡B¹q¸£³]¬I¾Þ§@¤ÎºûÅ@¨Æ¶µ¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤±ø</font>
<font size=2>(¯µ®Ñ«Ç´x²z¨Æ¶µ)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò³]¯µ®Ñ«Ç¡A´x²z¬ã¦Ò¡B¤å®Ñ¡B¦L«H¡BÀɮ׺޲z¡B¥X¯Ç¡B¨Æ°ÈºÞ²z¡B°]²£ºÞ²z¤Î¤£ÄÝ©ó¨ä¥L¦U½Ò¡B«Ç¨Æ¶µ¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤»±ø</font>
<font size=2>(¦U°ÏºÊ²z©Ò¤§³]¸m)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò¤§µ¥§O¤ÎûÃB¡A¨Ì²Ä¤K±ø¤§³W©w¡C<br>
¡@¡@¦U°ÏºÊ²z©Ò¤§³]¥ß¡BÀ³¾A¥Î¤§µ¥§O¤Î¨äÅܧó¡A¥Ñ¥æ³q³¡³ø½Ð¦æ¬F°|®Ö©w¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤C±ø</font>
<font size=2>(©Òªø¡B°Æ©Òªø¤§³]¸m)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò¸m©Òªø¤@¤H¡Aºî²z©Ò°È¡A¨Ã«ü´§ºÊ·þ©ÒÄÝû¤u¡F°Æ©Òªø¤G¤H¡AÁ¸§U©Ò°È¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤K±ø</font>
<font size=2>(½s¨î)</font>
<table><tr><td> </td>
<td>
¡@¡@¤@µ¥ºÊ²z©Ò¸m½Òªø¤»¤H¡B«Ç¥D¥ô¤G¤H¡B°Æ¤uµ{¥q¤G¤H¡Bµø¹î¤@¤H¡BÀ°¤uµ{¥q¤Q¤C¤H¡B½]¬d¤T¤Q¤G¤H¡B¤u°Èû¤G¤Q¤C¤H¡B½Òû¥|¤Q¥|¤H¡B§U²zû¤¤H¡B§U²z¤u°Èû¤Q¤E¤H¡B¿ì¨Æû¤@¦Ê¤Q¤E¤H¡B®Ñ°O¤¤Q¤C¤H¡B¾÷°È¤h¡B¥q¾÷¡B¤å®Ñ¤h¡B¨Æ°È¤hµ¥p¤C¤Q¤@¤H¡C<br>
¡@¡@¤Gµ¥ºÊ²z©Ò¸m½Òªø¤»¤H¡B«Ç¥D¥ô¤G¤H¡B°Æ¤uµ{¥q¤G¤H¡Bµø¹î¤@¤H¡BÀ°¤uµ{¥q¤G¤Q¤G¤H¡B½]¬d¤G¤Q¤K¤H¡B¤u°Èû¤T¤Q¤H¡B½Òû¤T¤Q¤C¤H¡B§U²zû¥|¤H¡B§U²z¤u°Èû¤G¤Q¤K¤H¡B¿ì¨Æû¤@¦Ê¹s¤K¤H¡B®Ñ°O¤¤Q¤H¡B¾÷°È¤h¡B¥q¾÷¡B¤å®Ñ¤h¡B¨Æ°È¤hµ¥p¥|¤Q¥|¤H¡C<br>
¡@¡@¤Tµ¥ºÊ²z©Ò¸m½Òªø¤»¤H¡B«Ç¥D¥ô¤G¤H¡B°Æ¤uµ{¥q¤G¤H¡Bµø¹î¤@¤H¡BÀ°¤uµ{¥q¤Q¤@¤H¦Ü¤Q¤K¤H¡B½]¬d¤G¤Q¤H¦Ü¤G¤Q¤¤H¡B¤u°Èû¤Q¤C¤H¦Ü¤G¤Q¤»¤H¡B½Òû¤Q¤K¤H¦Ü¤G¤Q¤K¤H¡B§U²zû¤T¤H¦Ü¥|¤H¡B§U²z¤u°Èû¤Q¤»¤H¦Ü¤G¤Q¤T¤H¡B¿ì¨Æû¤»¤Q¤C¤H¦Ü¤E¤Q¤G¤H¡B®Ñ°O¤G¤Q¤@¤H¦Ü¤T¤Q¤G¤H¡B¾÷°È¤h¡B¥q¾÷¡B¤å®Ñ¤h¡B¨Æ°È¤hµ¥p¤G¤Q¤C¤H¦Ü¤T¤Q¤C¤H¡C<br>
¡@¡@¥»³q«h¬I¦æ«e¡Aì»OÆW¬Ù¬F©²¥æ³q³B¤½¸ô§½¦U°ÏºÊ²z©Òì¨Ì¶±ûºÞ²z³W«h¹µ¥Î¤§²{¾¶±û¡A¨ä¥¼¨ã¥ô¥Î¸ê®æªÌ¡A±o¥e¥Î²Ä¤@¶µ¦Ü²Ä¤T¶µ®Ñ°O¾¯Ê¡AÄ~Äò¹µ¥Î¦ÜÂ÷¾®É¬°¤î¡C<br>
¡@¡@¨Ì¤½°È¤Hû¥ô¥Î¬ÛÃöªk«ß¥ô¥Î¤§²{¾Å@¤h¤Îì¥æ³q³¡¤½¸ô§½»O¥_°ÏºÊ²z©ÒÄõ¶§ºÞ¨î¯¸¨Ì¬£¥Î¤Hû¬£¥Î±ø¨Ò¬£¥Î¤§²{¾¤Hû¡A©ó¸Ó¯¸µôºM«á²¾¼·¦Ü»O¥_°ÏºÊ²z©ÒªÌ¡A§¡±o¥H쾺Ùì¯Å§O¡Bì©xµ¥Ä~Äò¥ô¥Î¦ÜÂ÷¾®É¬°¤î¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤E±ø</font>
<font size=2>(¤H¨Æ«Ç´x²z¨Æ¶µ)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò³]¤H¨Æ«Ç¡A¸m¥D¥ô¤@¤H¡A¨ä¸ê¦ì¨Ì¥æ³q¨Æ·~¤Hû¸ê¦ì¾°ÈÁ~µ¹ªí¤§³W©w¡A©Î¾°È¦CÂË¥ô²Ä¤K¾µ¥¦Ü²Ä¤E¾µ¥¡A¨Ìªk¿ì²z¤H¨ÆºÞ²z¨Æ¶µ¡F¨ä¾l©Ò»Ý¤u§@¤Hû¡A´N¥»³q«h©Ò©wûÃB¤º¬£¥R¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q±ø</font>
<font size=2>(·|p«Ç´x²z¨Æ¶µ)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò³]·|p«Ç¡A¸m·|p¥D¥ô¤@¤H¡A¨ä¸ê¦ì¨Ì¥æ³q¨Æ·~¤Hû¸ê¦ì¾°ÈÁ~µ¹ªí¤§³W©w¡A©Î¾°È¦CÂË¥ô²Ä¤K¾µ¥¦Ü²Ä¤E¾µ¥¡A¨Ìªk¿ì²z·³p¡B·|p¤Î²Îp¨Æ¶µ¡F¨ä¾l©Ò»Ý¤u§@¤Hû¡A´N¥»³q«h©Ò©wûÃB¤º¬£¥R¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q¤@±ø</font>
<font size=2>(¬F·«Ç´x²z¨Æ¶µ)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò³]¬F·«Ç¡A¸m¥D¥ô¤@¤H¡A¨ä¸ê¦ì¨Ì¥æ³q¨Æ·~¤Hû¸ê¦ì¾°ÈÁ~µ¹ªí¤§³W©w¡A©Î¾°È¦CÂË¥ô²Ä¤K¾µ¥¦Ü²Ä¤E¾µ¥¡A¨Ìªk¿ì²z¬F·¨Æ¶µ¡F¨ä¾l©Ò»Ý¤u§@¤Hû¡A´N¥»³q«h©Ò©wûÃB¤º¬£¥R¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q¤G±ø</font>
<font size=2>(ºÊ²z¯¸¤§³]¸m)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò¬°À³ÁÒ°Ï·~°È»Ýn¡A±o³]ºÊ²z¯¸¡A¸m¯¸ªø¤@¤H¡B°Æ¯¸ªø¤@¤H¡A¨Ã±oµø·~°È»Ýn³]¤TªÑ¦Ü¤ªÑ¡AªÑ¸mªÑªø¤@¤H¡A¥Ñ½Òû©Î¤u°Èû¥H¤W¤HûÝ¥ô¡C¦UºÊ²z¯¸±oµø·~°È»Ýn³]ºÊ²z¤À¯¸¡A¸m¤À¯¸ªø¤@¤H¡F¨ä¾l©Ò»Ý¤u§@¤Hû¡A´N¥»³q«h©Ò©wûÃB¤º¬£¥R¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q¤T±ø</font>
<font size=2>(¤Hû¥ô¥Î¤§¨Ì¾Ú)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò¤Hû¤§¥ô¥Î¡A¾A¥Î¥æ³q¨Æ·~¤Hû¥ô¥Î±ø¨Ò¡C¦ý¤H¨Æ¡B·|p¡B¬F·¤Hû¤§¥ô¥Î¡A¨ÃÀ³¾A¥Î¤H¨Æ¡B·|p¡B¬F·¤Hû¥ô¥Î¬ÛÃö³W©w¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q¥|±ø</font>
<font size=2>(¾ºÙ¤§¸ê¦ì¤Î©xµ¥Â¾µ¥)</font>
<table><tr><td> </td>
<td>
¡@¡@¥»³q«h©Ò¦C¦U¾ºÙ¤§¸ê¦ì¡A¨Ì¥æ³q¨Æ·~¤Hû¸ê¦ì¾°ÈÁ~µ¹ªí¤§³W©w¿ì²z¡C<br>
¡@¡@¾A¥Î¤½°È¤Hû¥ô¥Îªk¤§¤H¨Æ¡B·|p¡B¬F·¤Hû¦U¾ºÙ¤§©xµ¥Â¾µ¥¡A°£¥»³q«h¥t¦³³W©w¥~¡A¨Ì¤½°È¤Hû¥ô¥Îªk¦³Ãö¾°È¦Cµ¥ªí¤§³W©w¡C¦ý¤H¨Æ¡B¥Dp¡B¬F·¾÷ºc¦C©e¥ô²Ä¥|¾µ¥¦Ü²Ä¤Â¾µ¥¤§Â¾ºÙ¡A±o¥HÓ§O¾ºÙ¤§ûÃB¤G¤À¤§¤@¥H¤º¦CÂË¥ô²Ä¤»Â¾µ¥¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q¤±ø</font>
<font size=2>(¿ì¨Æ²Ó«h)</font>
<table><tr><td> </td>
<td>
¡@¡@¦U°ÏºÊ²z©Ò¿ì¨Æ²Ó«h¡A¥Ñ¦U°ÏºÊ²z©ÒÀÀq¡A¼h½Ð¥æ³q³¡®Ö©w¤§¡C<br>
</td>
</table>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>²Ä¤Q¤»±ø</font>
<font size=2>(¬I¦æ¤é)</font>
<table><tr><td> </td>
<td>
¡@¡@¥»³q«h¬I¦æ¤é´Á¡A¥Ñ¦æ¬F°|¥H©R¥O©w¤§¡C<br>
</td>
</table>
</table>
</table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/02052/0205290122500.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:18:29 GMT -->
</html>
|
Next_Fruit/doc/co/edu/icesi/nextfruit/modules/model/CameraSettings.html | cjortegon/Fresificator | <!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_65) on Fri May 20 01:01:31 COT 2016 -->
<title>CameraSettings</title>
<meta name="date" content="2016-05-20">
<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="CameraSettings";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CameraSettings.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraCalibration.html" title="class in co.edu.icesi.nextfruit.modules.model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/ColorDistribution.html" title="class in co.edu.icesi.nextfruit.modules.model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?co/edu/icesi/nextfruit/modules/model/CameraSettings.html" target="_top">Frames</a></li>
<li><a href="CameraSettings.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">co.edu.icesi.nextfruit.modules.model</div>
<h2 title="Class CameraSettings" class="title">Class CameraSettings</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>co.edu.icesi.nextfruit.modules.model.CameraSettings</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">CameraSettings</span>
extends java.lang.Object</pre>
<div class="block">This class is used to wrap the translation matrix and white values to convert colors between rgb and xyz space</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraSettings.html#CameraSettings-double:A:A-java.lang.String-">CameraSettings</a></span>(double[][] matrix,
java.lang.String illuminant)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraSettings.html#getIlluminant--">getIlluminant</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraSettings.html#getWhiteX--">getWhiteX</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraSettings.html#getWhiteY--">getWhiteY</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraSettings.html#getWhiteZ--">getWhiteZ</a></span>()</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>double[][]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraSettings.html#getWorkingSpaceMatrix--">getWorkingSpaceMatrix</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="CameraSettings-double:A:A-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CameraSettings</h4>
<pre>public CameraSettings(double[][] matrix,
java.lang.String illuminant)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getWorkingSpaceMatrix--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorkingSpaceMatrix</h4>
<pre>public double[][] getWorkingSpaceMatrix()</pre>
</li>
</ul>
<a name="getIlluminant--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIlluminant</h4>
<pre>public java.lang.String getIlluminant()</pre>
</li>
</ul>
<a name="getWhiteX--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWhiteX</h4>
<pre>public double getWhiteX()</pre>
</li>
</ul>
<a name="getWhiteY--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWhiteY</h4>
<pre>public double getWhiteY()</pre>
</li>
</ul>
<a name="getWhiteZ--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getWhiteZ</h4>
<pre>public double getWhiteZ()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CameraSettings.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/CameraCalibration.html" title="class in co.edu.icesi.nextfruit.modules.model"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../co/edu/icesi/nextfruit/modules/model/ColorDistribution.html" title="class in co.edu.icesi.nextfruit.modules.model"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?co/edu/icesi/nextfruit/modules/model/CameraSettings.html" target="_top">Frames</a></li>
<li><a href="CameraSettings.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
frontend/src/custom-templates/markers-subtitle.html | luizbaldi/found-truck | <div class="modal-content">
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal">
<span>×</span>
</button>
<h4 class="modal-title">Legenda - Trucks</h4>
</div>
<div class="modal-body">
<ul class="list-group text-center">
<li class="list-group-item" ng-repeat="item in subtitleList">
<div class="subtitle-box" style="background-color: {{item.color}}"></div>
<span ng-bind="item.description"></span>
</li>
</ul>
</div>
</div>
|
ajax/libs/bootswatch/3.2.0/css/cerulean/bootstrap.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:b68fad7c7ca0d568df1a3beb633e2ac8018c7944d370ec1281682bf639a6b2ae
size 136583
|
public/stylesheets/app.css | DouglasAllen/sinatra-equationoftime.herokuapp.com | body, p {
//font-family:"Source Sans Pro","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
font-size:18px;
line-height:1.42857;
background-color:#a9bac9;
//background-color:#181e23;
font-family : Veranda, Sans-serif;
font-weight : normal;
//background-color: #c0c0c0;
color: black;
margin-left: 30px;
margin-right: 30px;
// font-family: arial black;
// font-size: 1.2em;
line-height:1.42857;
}
footerrow {
margin-left: 30px;
margin-right: 30px;
background-color:#181e23;
display: table-row;
}
#bg {
align-items: center;
}
#bg div {
} |
elements/greeting.html | jdcauley/last-updated | <link rel="import" href="../bower_components/polymer/polymer.html">
<polymer-element name="polymer-greeting" attributes="name">
<template>
<h1>'Allo, {{ name }}!</h1>
<span>Update text to change the greeting.</span>
<input type="text" value="{{ name }}">
</template>
<script>
Polymer('polymer-greeting', {
name : 'Polymer'
});
</script>
</polymer-element>
|
modules/JC.FChart/0.1/_demo/bar/demo.itemBg.html | openjavascript/NewJC | <!doctype html>
<html>
<head>
<meta charset=utf-8 />
<title>Open JQuery Components Library - suches</title>
<style>
body{
margin: 20px 40px;
}
.defDl > dd{
border-bottom:1px solid #e2e3ea;
}
</style>
<script src="../../../../../lib.js"></script>
<script src="../../../../../config.js"></script>
<script>
JC.debug = true;
requirejs( [ 'JC.FChart' ], function(){
});
</script>
</head>
<body>
<h2>JC.FChart - bar chart 示例</h2>
<div class="js_jchartTest"></div>
<dl class="defDl">
<dt></dt>
<dd>
<div class="js_compFChart"
chartScriptData="|script"
chartHeight="400"
>
<script type="text/template">
{
xAxis: {
categories: [
'网页游戏1\n游戏', '网页游戏2\n游戏', '网页游戏3\n游戏', '网页游戏4\n游戏', '网页游戏5\n游戏'
, '网页游戏6\n游戏', '网页游戏7\n游戏', '网页游戏8\n游戏', '网页游戏9\n游戏', '网页游戏9\n游戏'
]
}
, yAxis: {
format: '{0}'
, enabled: false
}
, series:[{
name: '最大区分度 - 兴趣'
, data: [
0.98, 1.99, 1.01, 1.02, 1.05
, 1.98, 2.99, 0.001, 3.02, 3.05
]
}]
, tooltip: {
enabled: false
, "headerFormat": "{0}"
, "pointFormat": "{0}"
}
/*isPercent: true,*/
, displayAllLabel: true
, legend: {
enabled: false
}
, dataLabels: {
enabled: true
, format: '{0}'
}
, vline: {
enabled: false
}
, hline: {
enabled: false
}
, colors: [
0x03ACEF
, 0x5DC979
, 0x09c100
, 0x0c76c4
, 0xff0619
, 0xFFBF00
, 0xff7100
, 0xff06b3
, 0x41e2e6
, 0xc3e2a4
, 0xffb2bc
, 0xdbb8fd
]
, chart: {
bgColor: 0xffffff
, bgAlpha: 1
, type: 'bar'
/*, graphicHeight: 220*/
}
, itemBg: {
enabled: true
, style: {
borderColor: 0xB4B4B4
, borderWidth: 0
, bgColor: 0xF0F0F0
}
}
}
</script>
</div>
</dd>
</dl>
</body>
</html>
|
content_ga2/android-removecallback.html | LivePersonInc/dev-hub | <!DOCTYPE html>
<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="keywords" content=" ">
<title>removeCallBack | LivePerson Technical Documentation</title>
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/modern-business.css">
<link rel="stylesheet" href="css/lavish-bootstrap.css">
<link rel="stylesheet" href="css/customstyles.css">
<link rel="stylesheet" href="css/theme-blue.css">
<!-- <script src="assets/js/jsoneditor.js"></script> -->
<script src="assets/js/jquery-3.1.0.min.js"></script>
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> -->
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'>
-->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> -->
<script src="assets/js/jquery.cookie-1.4.1.min.js"></script>
<script src="js/jquery.navgoco.min.js"></script>
<script src="assets/js/bootstrap-3.3.4.min.js"></script>
<script src="assets/js/anchor-2.0.0.min.js"></script>
<script src="js/toc.js"></script>
<script src="js/customscripts.js"></script>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- 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]-->
<link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml">
<script>
$(document).ready(function() {
// Initialize navgoco with default options
$("#mysidebar").navgoco({
caretHtml: '',
accordion: true,
openClass: 'active', // open
save: false, // leave false or nav highlighting doesn't work right
cookie: {
name: 'navgoco',
expires: false,
path: '/'
},
slide: {
duration: 400,
easing: 'swing'
}
});
$("#collapseAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', false);
});
$("#expandAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', true);
});
});
</script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> LivePerson Technical Documentation</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!-- entries without drop-downs appear here -->
<!-- entries with drop-downs appear here -->
<!-- conditional logic to control which topnav appears for the audience defined in the configuration file.-->
<li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li>
<!--comment out this block if you want to hide search-->
<li>
<!--start search-->
<div id="search-demo-container">
<input type="text" id="search-input" placeholder="search...">
<ul id="results-container"></ul>
</div>
<script src="js/jekyll-search.js" type="text/javascript"></script>
<script type="text/javascript">
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
dataSource: 'search.json',
searchResultTemplate: '<li><a href="{url}" title="removeCallBack">{title}</a></li>',
noResultsText: 'No results found.',
limit: 10,
fuzzy: true,
})
</script>
<!--end search-->
</li>
</ul>
</div>
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="col-lg-12"> </div>
<!-- Content Row -->
<div class="row">
<!-- Sidebar Column -->
<div class="col-md-3">
<ul id="mysidebar" class="nav">
<li class="sidebarTitle"> </li>
<li>
<a href="#">Common Guidelines</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="index.html">Home</a></li>
<li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Guides</a>
<ul>
<li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Account Configuration</a>
<ul>
<li class="subfolders">
<a href="#">Predefined Content API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Automatic Messages API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Administration</a>
<ul>
<li class="subfolders">
<a href="#">Users API</a>
<ul>
<li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li>
<li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li>
<li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li>
<li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li>
<li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li>
<li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li>
<li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li>
<li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li>
<li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li>
<li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li>
<li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Skills API</a>
<ul>
<li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li>
<li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li>
<li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li>
<li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li>
<li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li>
<li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li>
<li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li>
<li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li>
<li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Agent Groups API</a>
<ul>
<li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li>
<li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li>
<li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li>
<li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Consumer Experience</a>
<ul>
<li class="subfolders">
<a href="#">JavaScript Chat SDK</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li>
<li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Server Chat API</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Push Service API</a>
<ul>
<li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li>
<li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li>
<li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK iOS (2.0)</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK Android (2.0)</a>
<ul>
<li class="thirdlevel"><a href="android-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li>
<li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li>
<li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li>
<li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li>
<li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li>
<li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li>
<li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li>
<li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li>
<li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li>
<li class="thirdlevel"><a href="android-user-data.html">User Data</a></li>
<li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li>
<li class="thirdlevel"><a href="android-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li>
<li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li>
<li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li>
<li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li>
<li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li>
<li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li>
<li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li>
<li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li>
<li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li>
<li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li>
<li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li>
<li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li>
<li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li>
<li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li>
<li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li>
<li class="active thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li>
<li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li>
<li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li>
<li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li>
<li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li>
<li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li>
<li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li>
<li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li>
<li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li>
<li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li>
<li class="thirdlevel"><a href="android-logout.html">logOut</a></li>
<li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li>
<li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li>
<li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li>
<li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li>
<li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li>
<li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li>
<li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li>
<li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li>
<li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li>
<li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li>
<li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li>
<li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li>
<li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li>
<li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li>
<li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li>
<li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li>
<li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Real-time Interactions</a>
<ul>
<li class="subfolders">
<a href="#">Visit Information API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">App Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li>
<li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Attributes</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">IVR Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Validate Engagement</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Trigger API</a>
<ul>
<li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="trigger-click.html">Click</a></li>
<li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li>
<li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Window Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Agent</a>
<ul>
<li class="subfolders">
<a href="#">Agent Workspace Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">LivePerson Domain API</a>
<ul>
<li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Login Service API</a>
<ul>
<li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-login.html">Login</a></li>
<li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li>
<li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Chat Agent API</a>
<ul>
<li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li>
<li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li>
<li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li>
<li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li>
<li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li>
<li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li>
<li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li>
<li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li>
<li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li>
<li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li>
<li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li>
<li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li>
<li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li>
<li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li>
<li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li>
<li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li>
<li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Agent SDK</a>
<ul>
<li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Data</a>
<ul>
<li class="subfolders">
<a href="#">Data Access API (Beta)</a>
<ul>
<li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li>
<li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li>
<li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li>
<li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li>
<li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li>
<li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li>
<li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li>
<li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Operations API</a>
<ul>
<li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Interactions API (Beta)</a>
<ul>
<li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement History API</a>
<ul>
<li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li>
<li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li>
<li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Operational Real-time API</a>
<ul>
<li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">LiveEngage Tag</a>
<ul>
<li class="subfolders">
<a href="#">LE Tag Events</a>
<ul>
<li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li>
<li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li>
<li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li>
<li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li>
<li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Messaging Window API</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li>
<li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Tutorials</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li>
<li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li>
<li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li>
<li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li>
<li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li>
<li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li>
<li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Samples</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">API Reference</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li>
</ul>
</li>
</ul>
<!-- if you aren't using the accordion, uncomment this block:
<p class="external">
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a>
</p>
-->
</li>
</ul>
</div>
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
<script>$("li.active").parents('li').toggleClass("active");</script>
<!-- Content Column -->
<div class="col-md-9">
<div class="post-header">
<h1 class="post-title-main">removeCallBack</h1>
</div>
<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-96175782-1', 'auto');
ga('send', 'pageview');
</script>
<div class="post-content">
<p>Removes the registered <a href="android-callbacks-index.html">LivePersonCallback</a> callback.</p>
<div class="highlighter-rouge"><pre class="highlight"><code>public static void removeCallBack()
</code></pre>
</div>
<div class="tags">
</div>
</div>
<hr class="shaded"/>
<footer>
<div class="row">
<div class="col-lg-12 footer">
©2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br />
Site last generated: Mar 26, 2017 <br />
<p><img src="img/company_logo.png" alt="Company logo"/></p>
</div>
</div>
</footer>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
</body>
</html> |
website/source/php/math/cosh.html | kvz/phpjs | ---
warning: 'This file is auto generated by `npm run web:inject`, do not edit by hand'
examples:
- cosh(-0.18127180117607017)
estarget: es5
returns:
- '1.0164747716114113'
dependencies: []
authors:
original by:
- 'Onno Marsman (https://twitter.com/onnomarsman)'
notes: []
type: function
layout: function
title: PHP's cosh in JavaScript
description: >-
Here’s what our current JavaScript equivalent to <a
href="https://php.net/manual/en/function.cosh.php">PHP's cosh</a> looks like.
function: cosh
category: math
language: php
permalink: php/math/cosh/
alias:
- /functions/php/cosh/
- /functions/math/cosh/
- /php/cosh/
- /functions/cosh/
---
{% codeblock lang:javascript %}module.exports = function cosh (arg) {
// discuss at: https://locutus.io/php/cosh/
// original by: Onno Marsman (https://twitter.com/onnomarsman)
// example 1: cosh(-0.18127180117607017)
// returns 1: 1.0164747716114113
return (Math.exp(arg) + Math.exp(-arg)) / 2
}
{% endcodeblock %} |
app/views/prototypes/PYCA-1104/views/outcomes/END101.html | dwpdigitaltech/hrt-prototype | {% extends "../outcome.html" %}
{% block content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
{{ govukPanel({
titleText: "This person has proved they can apply for Universal Credit",
html: "Do not refer to decision maker",
classes: "outcome"
}) }}
<h2 class="govuk-heading-m govuk-!-margin-top-7">Claimant status</h2>
<p>Habitually resident UK national</p>
<h2 class="govuk-heading-m">Evidence to record in the ALP</h2>
<h3 class="govuk-heading-s govuk-!-margin-bottom-2">All of the following:</h3>
<ul class="govuk-list govuk-list--bullet">
<li>current passport</li>
</ul>
<p>Include number, nationality, issue date and expiry date.</p>
<h3 class="govuk-heading-s govuk-!-margin-bottom-2">For the last time they travelled out of the UK:</h3>
<ul class="govuk-list govuk-list--bullet">
<li>the date they left the UK</li>
<li>the date they returned to the UK</li>
<li>the country they visited</li>
<li>the reason they went away</li>
<li>the reason they returned</li>
</ul>
<h3 class="govuk-heading-s govuk-!-margin-bottom-2">For each period over 4 weeks abroad in the last 2 years:</h3>
<ul class="govuk-list govuk-list--bullet">
<li>the date they left the UK</li>
<li>the date they returned to the UK</li>
<li>the country they visited</li>
</ul>
{{ govukWarningText({
text: "If the claimant cannot provide the necessary evidence, book an HRT interview.",
iconFallbackText: "Important"
}) }}
<h2 class="govuk-heading-m">Go to the ‘check if HRT interview is needed’ to-do</h2>
<ol class="govuk-list govuk-list--number">
<li>For the question “Does the ‘prove you can apply’ service say ‘this person has proved they can apply for Universal Credit’?”, select ‘Yes’.</li>
<li>Select the category ‘Habitually resident UK national’.</li>
<li>Select ‘Done’.</li>
</ol>
<h2 class="govuk-heading-m">Complete the ‘record a decision (HRT)’ to-do</h2>
<ol class="govuk-list govuk-list--number">
<li>Download the ALP.</li>
<li>Complete the appropriate section in the ALP using the necessary evidence.</li>
<li>Upload the ALP.</li>
<li>Enter the claimant’s nationality.</li>
<li>Select ‘Done’.</li>
</ol>
</div>
</div>
{% endblock %}
|
JigSaw - AYPUY - CS/BESA3/BESA-DOC/jdoc/KernelBESA/index-files/index-4.html | Coregraph/Ayllu | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_03) on Tue Jun 19 11:12:54 COT 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>D-Index</title>
<meta name="date" content="2012-06-19">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="D-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</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><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> <a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="../BESA/Kernel/Agent/Event/DataBESA.html" title="class in BESA.Kernel.Agent.Event"><span class="strong">DataBESA</span></a> - Class in <a href="../BESA/Kernel/Agent/Event/package-summary.html">BESA.Kernel.Agent.Event</a></dt>
<dd>
<div class="block">This class represents the data to be sent in a message to a agent BESA.</div>
</dd>
<dt><span class="strong"><a href="../BESA/Kernel/Agent/Event/DataBESA.html#DataBESA()">DataBESA()</a></span> - Constructor for class BESA.Kernel.Agent.Event.<a href="../BESA/Kernel/Agent/Event/DataBESA.html" title="class in BESA.Kernel.Agent.Event">DataBESA</a></dt>
<dd>
<div class="block">Constructs a new DataBESA.</div>
</dd>
<dt><a href="../BESA/Kernel/Agent/Event/DataMultiGuardBESA.html" title="class in BESA.Kernel.Agent.Event"><span class="strong">DataMultiGuardBESA</span></a> - Class in <a href="../BESA/Kernel/Agent/Event/package-summary.html">BESA.Kernel.Agent.Event</a></dt>
<dd>
<div class="block">This class represents the guard index associated to a DataBESA.</div>
</dd>
<dt><span class="strong"><a href="../BESA/Kernel/Agent/Event/DataMultiGuardBESA.html#DataMultiGuardBESA(java.lang.String)">DataMultiGuardBESA(String)</a></span> - Constructor for class BESA.Kernel.Agent.Event.<a href="../BESA/Kernel/Agent/Event/DataMultiGuardBESA.html" title="class in BESA.Kernel.Agent.Event">DataMultiGuardBESA</a></dt>
<dd>
<div class="block">Constructs a new DataMultiGuard</div>
</dd>
<dt><span class="strong"><a href="../BESA/Log/LogConfig.html#dateformat">dateformat</a></span> - Variable in class BESA.Log.<a href="../BESA/Log/LogConfig.html" title="class in BESA.Log">LogConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Log/LogConfig.html#debug">debug</a></span> - Variable in class BESA.Log.<a href="../BESA/Log/LogConfig.html" title="class in BESA.Log">LogConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Log/ReportBESA.html#debug(java.lang.Object)">debug(Object)</a></span> - Static method in class BESA.Log.<a href="../BESA/Log/ReportBESA.html" title="class in BESA.Log">ReportBESA</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Log/GUIReportBESA.html#debugImp(java.lang.Object, long)">debugImp(Object, long)</a></span> - Method in class BESA.Log.<a href="../BESA/Log/GUIReportBESA.html" title="class in BESA.Log">GUIReportBESA</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Log/ReportBESA.html#debugImp(java.lang.Object, long)">debugImp(Object, long)</a></span> - Method in class BESA.Log.<a href="../BESA/Log/ReportBESA.html" title="class in BESA.Log">ReportBESA</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Log/TerminalReportBESA.html#debugImp(java.lang.Object, long)">debugImp(Object, long)</a></span> - Method in class BESA.Log.<a href="../BESA/Log/TerminalReportBESA.html" title="class in BESA.Log">TerminalReportBESA</a></dt>
<dd> </dd>
<dt><a href="../BESA/Kernel/Agent/DefaultBehaviorBESA.html" title="class in BESA.Kernel.Agent"><span class="strong">DefaultBehaviorBESA</span></a> - Class in <a href="../BESA/Kernel/Agent/package-summary.html">BESA.Kernel.Agent</a></dt>
<dd>
<div class="block">This class represents a default behavior for the agent.</div>
</dd>
<dt><span class="strong"><a href="../BESA/Kernel/Agent/DefaultBehaviorBESA.html#DefaultBehaviorBESA()">DefaultBehaviorBESA()</a></span> - Constructor for class BESA.Kernel.Agent.<a href="../BESA/Kernel/Agent/DefaultBehaviorBESA.html" title="class in BESA.Kernel.Agent">DefaultBehaviorBESA</a></dt>
<dd> </dd>
<dt><a href="../BESA/Kernel/System/Directory/DirectoryServiceBESA.html" title="class in BESA.Kernel.System.Directory"><span class="strong">DirectoryServiceBESA</span></a> - Class in <a href="../BESA/Kernel/System/Directory/package-summary.html">BESA.Kernel.System.Directory</a></dt>
<dd>
<div class="block">This class represents</div>
</dd>
<dt><span class="strong"><a href="../BESA/Kernel/System/Directory/DirectoryServiceBESA.html#DirectoryServiceBESA(java.lang.String)">DirectoryServiceBESA(String)</a></span> - Constructor for class BESA.Kernel.System.Directory.<a href="../BESA/Kernel/System/Directory/DirectoryServiceBESA.html" title="class in BESA.Kernel.System.Directory">DirectoryServiceBESA</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Kernel/System/Directory/DirectoryServiceBESA.html#DirectoryServiceBESA(java.lang.String, java.util.ArrayList)">DirectoryServiceBESA(String, ArrayList<String>)</a></span> - Constructor for class BESA.Kernel.System.Directory.<a href="../BESA/Kernel/System/Directory/DirectoryServiceBESA.html" title="class in BESA.Kernel.System.Directory">DirectoryServiceBESA</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../BESA/Kernel/System/AdmBESA.html#doesAgentExist(java.lang.String)">doesAgentExist(String)</a></span> - Method in class BESA.Kernel.System.<a href="../BESA/Kernel/System/AdmBESA.html" title="class in BESA.Kernel.System">AdmBESA</a></dt>
<dd> </dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">I</a> <a href="index-9.html">J</a> <a href="index-10.html">K</a> <a href="index-11.html">L</a> <a href="index-12.html">M</a> <a href="index-13.html">N</a> <a href="index-14.html">P</a> <a href="index-15.html">R</a> <a href="index-16.html">S</a> <a href="index-17.html">T</a> <a href="index-18.html">U</a> <a href="index-19.html">V</a> <a href="index-20.html">W</a> <a href="index-21.html">X</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</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><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
<li><a href="index-4.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>
|
assets/css/main.UN.css | greenfield-innovation/greenfield-innovation.github.io | article,
aside,
footer,
header,
nav {
display: block;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%;
/* Part 1: Set a maxium relative to the parent */
width: auto\9;
/* IE7-8 need help adjusting responsive images */
height: auto;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
input {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
label {
cursor: pointer;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
a[href^="#"]:after {
content: "";
}
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2 {
orphans: 3;
widows: 3;
}
h2 {
page-break-after: avoid;
}
}
body {
font-size: 16px;
}
::-moz-selection {
background-color: #dadada;
color: #343434;
text-shadow: none;
}
::selection {
background-color: #dadada;
color: #343434;
text-shadow: none;
}
/* Track */
/* Handle */
.wrap {
margin: 0 auto;
}
i,
strong,
em,
p,
span,
img,
h1,
h2,
header,
input,
a {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
body {
font-family: 'source-sans-pro', sans-serif;
color: #222222;
}
h1,
h2 {
font-family: 'source-sans-pro', sans-serif;
}
a {
text-decoration: none;
color: #222222;
}
a:visited {
color: #555555;
}
a:hover {
color: #000000;
}
a:focus {
outline: thin dotted;
color: #000000;
}
a:hover,
a:active {
outline: 0;
}
.link-arrow {
font-weight: 100;
text-decoration: underline;
font-style: normal;
}
.image-credit {
margin: 0 auto;
max-width: 440px;
padding-top: 5px;
padding-right: 20px;
padding-left: 20px;
text-align: right;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.7143;
line-height: 1.3;
color: #6f6f6f;
clear: both;
float: none;
zoom: 1;
}
@media only screen and (min-width: 48em) {
.image-credit {
max-width: 760px;
padding-right: 60px;
padding-left: 60px;
}
}
@media only screen and (min-width: 62.5em) {
.image-credit {
max-width: 960px;
}
}
.image-credit a {
color: #6f6f6f;
}
.front {
/* image filled inline */
z-index: 2;
}
.back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-container {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
border: 5px silver groove;
border-radius: 1rem;
background-color: #e9f2e9;
}
.flip-container:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(/images/summer_field_1920x1170_progressive.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
-ms-background-size: cover;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
opacity: .4;
border-radius: 1rem;
}
.flip-container:hover .flipper {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
width: 1040px;
height: 1151px;
}
.flipper {
position: relative;
height: inherit;
-webkit-transition: .8s;
-webkit-transform-style: preserve-3d;
-moz-transition: .8s;
-moz-transform-style: preserve-3d;
-o-transition: .8s;
-o-transform-style: preserve-3d;
transition: .8s;
transform-style: preserve-3d;
}
.front,
.back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
background: #272822 0 0 no-repeat;
border-radius: 1rem;
height: 100%;
width: 100%;
}
.btn {
display: inline-block;
margin-bottom: 20px;
padding: 8px 20px;
font-size: 14px;
font-size: 0.875rem;
background-color: #000000;
color: #ffffff;
border: 2px solid #000000 !important;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.btn:visited {
color: #ffffff;
}
.btn:hover {
background-color: #ffffff;
color: #000000;
}
.animated {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(0.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(0.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(0.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(0.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(0.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
@-webkit-keyframes drop {
0% {
-webkit-transform: translateY(-500px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes drop {
0% {
-moz-transform: translateY(-500px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes drop {
0% {
-o-transform: translateY(-500px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes drop {
0% {
transform: translateY(-500px);
}
100% {
transform: translateY(0);
}
}
label,
input {
vertical-align: baseline;
*vertical-align: middle;
}
input {
font-family: 'source-sans-pro', sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
label {
display: block;
margin-bottom: 1.25px;
font-weight: bold;
color: #222222;
cursor: pointer;
}
input {
display: inline-block;
width: 100%;
padding: 4px;
margin-bottom: 1.25px;
background-color: #ffffff;
border: 1px solid #cccccc;
color: #222222;
}
input:hover {
border-color: #daf2d7;
}
input:focus {
border-color: #3d9733;
outline: 0;
outline: thin dotted \9;
}
.dosearch {
padding: 6px 10px;
cursor: pointer;
display: block;
color: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dosearch:hover {
-webkit-box-shadow: inset 0 0 1px #ffffff;
-moz-box-shadow: inset 0 0 1px #ffffff;
box-shadow: inset 0 0 1px #ffffff;
background-color: #1a1a1a;
}
.search-form {
width: 100%;
position: relative;
opacity: 0;
transition: all 200ms 100ms cubic-bezier(0, 0.6, 0.4, 1);
top: 0;
left: -200px;
z-index: 9002;
}
.search-form .search-field {
-webkit-appearance: none;
width: 100%;
color: #ffffff;
border: none;
border-bottom: 1px solid #ffffff;
background-color: transparent;
box-shadow: none;
border-radius: 0;
background-clip: padding-box;
font-size: 32px;
font-size: 2rem;
}
.search-form .search-field:focus {
box-shadow: none;
outline: none;
}
.search-form .icon-remove-sign {
position: absolute;
top: .6rem;
right: 1rem;
display: block;
text-align: center;
color: #ffffff;
z-index: 1;
cursor: pointer;
}
.search-form .post-list {
position: absolute;
width: 100%;
}
|
docs/html/functions_func_o.html | Cylix/cpp_redis | <!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>cpp_redis: Class Members - Functions</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="projectlogo"><img alt="Logo" src="cpp_redis_logo.jpg"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">cpp_redis
 <span id="projectnumber">4.0.0</span>
</div>
<div id="projectbrief">cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a id="index_o"></a>- o -</h3><ul>
<li>object()
: <a class="el" href="classcpp__redis_1_1client.html#a950c545c23746a852476ec6939d6f6a5">cpp_redis::client</a>
</li>
<li>ok()
: <a class="el" href="classcpp__redis_1_1reply.html#a1270c4197e0ce79df996565f44011ac0">cpp_redis::reply</a>
</li>
<li>operator bool()
: <a class="el" href="classcpp__redis_1_1reply.html#a74ef4651c068bfc68436f7e3c7a9a2e6">cpp_redis::reply</a>
</li>
<li>operator<<()
: <a class="el" href="classcpp__redis_1_1builders_1_1array__builder.html#a043357d0ef70406adef4df78c8d5307f">cpp_redis::builders::array_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1builder__iface.html#a9892bbc9c887c31c2742dad4476e2fa6">cpp_redis::builders::builder_iface</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1bulk__string__builder.html#a43000357f87212f657aafe279a92b541">cpp_redis::builders::bulk_string_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1error__builder.html#af5ac542be148d6f8500de79fa3164798">cpp_redis::builders::error_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1integer__builder.html#ae29f074134f7269db7f947b0fcbe312e">cpp_redis::builders::integer_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1reply__builder.html#a5f675e309a7a6002d582293c6410c967">cpp_redis::builders::reply_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1simple__string__builder.html#a159bb512f0427c4a988742f7cd01035e">cpp_redis::builders::simple_string_builder</a>
, <a class="el" href="classcpp__redis_1_1reply.html#a4f2a05711b5db6b53108cb9eec4e19be">cpp_redis::reply</a>
</li>
<li>operator=()
: <a class="el" href="classcpp__redis_1_1builders_1_1array__builder.html#aaa1df845df7a007cf73f95f73e800c2c">cpp_redis::builders::array_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1bulk__string__builder.html#a972355e0910faa9e3daf4f5c67c3e581">cpp_redis::builders::bulk_string_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1error__builder.html#a0b1be51200ff84f17693ee888b03d505">cpp_redis::builders::error_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1integer__builder.html#a259905e8a34765d6ff9d2dd64f444b54">cpp_redis::builders::integer_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1reply__builder.html#a445ca388e241fe95b522890fee8c14ca">cpp_redis::builders::reply_builder</a>
, <a class="el" href="classcpp__redis_1_1builders_1_1simple__string__builder.html#afc86dd3148ef0094d08b4282f7cb597d">cpp_redis::builders::simple_string_builder</a>
, <a class="el" href="classcpp__redis_1_1client.html#afdab99b1752e759ab3ce9477f2cb092d">cpp_redis::client</a>
, <a class="el" href="classcpp__redis_1_1logger.html#a09d012d32f35421a16ec73143adc4415">cpp_redis::logger</a>
, <a class="el" href="classcpp__redis_1_1logger__iface.html#a04324701cb81ba6a23f73025b0b3eee0">cpp_redis::logger_iface</a>
, <a class="el" href="classcpp__redis_1_1network_1_1redis__connection.html#a54a4c28ad1b9e9f3bac2854fddf4e30d">cpp_redis::network::redis_connection</a>
, <a class="el" href="classcpp__redis_1_1reply.html#a3482157af73f4a60a6386f057e484e5b">cpp_redis::reply</a>
, <a class="el" href="classcpp__redis_1_1sentinel.html#a06b8d049160e3990cdac3158aaf160a6">cpp_redis::sentinel</a>
, <a class="el" href="classcpp__redis_1_1subscriber.html#ac60f83e6e915073bda6853baaeb39485">cpp_redis::subscriber</a>
</li>
<li>operator>>()
: <a class="el" href="classcpp__redis_1_1builders_1_1reply__builder.html#a71c0c93754b0bffb9c84c86ac3096bc4">cpp_redis::builders::reply_builder</a>
</li>
</ul>
</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>
|
builder/cmake/windows/doc/cmake/html/policy/CMP0000.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>CMP0000 — CMake 3.8.1 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.1',
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="cmake-properties(7)" href="../manual/cmake-properties.7.html" />
<link rel="prev" title="CMP0001" href="CMP0001.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="../manual/cmake-properties.7.html" title="cmake-properties(7)"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="CMP0001.html" title="CMP0001"
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.1 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" accesskey="U">cmake-policies(7)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="cmp0000">
<span id="policy:CMP0000"></span><h1>CMP0000<a class="headerlink" href="#cmp0000" title="Permalink to this headline">¶</a></h1>
<p>A minimum required CMake version must be specified.</p>
<p>CMake requires that projects specify the version of CMake to which
they have been written. This policy has been put in place so users
trying to build the project may be told when they need to update their
CMake. Specifying a version also helps the project build with CMake
versions newer than that specified. Use the cmake_minimum_required
command at the top of your main CMakeLists.txt file:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">cmake_minimum_required</span><span class="p">(</span><span class="n">VERSION</span> <span class="o"><</span><span class="n">major</span><span class="o">>.<</span><span class="n">minor</span><span class="o">></span><span class="p">)</span>
</pre></div>
</div>
<p>where “<major>.<minor>” is the version of CMake you want to support
(such as “2.6”). The command will ensure that at least the given
version of CMake is running and help newer versions be compatible with
the project. See documentation of cmake_minimum_required for details.</p>
<p>Note that the command invocation must appear in the CMakeLists.txt
file itself; a call in an included file is not sufficient. However,
the cmake_policy command may be called to set policy CMP0000 to OLD or
NEW behavior explicitly. The OLD behavior is to silently ignore the
missing invocation. The NEW behavior is to issue an error instead of
a warning. An included file may set CMP0000 explicitly to affect how
this policy is enforced for the main CMakeLists.txt file.</p>
<p>This policy was introduced in CMake version 2.6.0.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">The <code class="docutils literal"><span class="pre">OLD</span></code> behavior of a policy is
<span class="target" id="index-0-manual:cmake-policies(7)"></span><a class="reference internal" href="../manual/cmake-policies.7.html#manual:cmake-policies(7)" title="cmake-policies(7)"><code class="xref cmake cmake-manual docutils literal"><span class="pre">deprecated</span> <span class="pre">by</span> <span class="pre">definition</span></code></a>
and may be removed in a future version of CMake.</p>
</div>
</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="CMP0001.html"
title="previous chapter">CMP0001</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="../manual/cmake-properties.7.html"
title="next chapter">cmake-properties(7)</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/policy/CMP0000.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="../manual/cmake-properties.7.html" title="cmake-properties(7)"
>next</a> |</li>
<li class="right" >
<a href="CMP0001.html" title="CMP0001"
>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.1 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" >cmake-policies(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> |
Web/WebContent/styles/account_page.css | vrabievictor/proiectCondr | body {
margin : 0 0 0 0;
}
.header {
height : 90px;
background-color : rgb(27, 197, 237);
}
.logo {
width : 103px;
height : 80px;
position : relative;
}
.search-bar {
float : left;
width : 320px;
margin-top : 15px;
margin-left : 20px;
}
footer {
background-color : #222;
border-color : #080808;
height : 120px;
}
footer > p {
color : #eee;
text-align : center;
}
body {
min-height : 100%;
}
footer {
background-color : #222;
border-color : #080808;
height : 120px;
}
.search-bar {
min-width : 200px;
max-width : 800px;
}
.icon-navbar {
height : 25px;
width : 25px;
margin-top : 12px;
border-width : 2px;
border-color : #fff;
}
|
www/imports/mapPage/calc/reflect.html | ucscHexmap/hexagram | <template name='reflectT'>
<table id="reflectDialog" style='display:none'>
<tr>
<td class='dialog-label selectionListLabel'>
Selection:
</td>
<td class='dialog-value layerNameListAnchor'>
{{>layerNameList}}
</td>
</tr>
<tr>
<td class='dialog-label'>
Map ID:
</td>
<td class='dialog-value mapIdAnchor' style='width:100%'>
</td>
</tr>
<tr>
<td class='dialog-label'>
Data:
</td>
<td class='dialog-value dataTypeAnchor' style='width:100%'>
</td>
</tr>
<tr>
<td class='dialog-label' style='vertical-align:top'>
Generate:
</td>
<td class='dialog-value'>
<label>
<input type='radio' class='tStats' name='reflectGenerate' id='reflectGenTstats' checked='{{tStats}}' />
Continuous Score
</label>
<br>
<label>
<input type='radio' class='ranked' name='reflectGenerate' id='reflectGenRanked' checked='{{ranked}}' />
Ranked categories
</label>
</td>
</tr>
</table>
</template>
|
vskeddemos/projects/jqueryeasyuidemo/WebRoot/js/lib/jqueryeasyui/themes/ui-cupertino/combo.css | brucevsked/vskeddemolist | .combo-arrow {
width: 18px;
height: 20px;
overflow: hidden;
display: inline-block;
vertical-align: top;
cursor: pointer;
opacity: 0.6;
filter: alpha(opacity=60);
}
.combo-arrow-hover {
opacity: 1.0;
filter: alpha(opacity=100);
}
.combo-panel {
overflow: auto;
}
.combo-arrow {
background: url('images/combo_arrow.png') no-repeat center center;
}
.combo-panel {
background-color: #f2f5f7;
}
.combo-arrow {
background-color: #d7ebf9;
}
.combo-arrow-hover {
background-color: #e4f1fb;
}
.combo-arrow:hover {
background-color: #e4f1fb;
}
.combo .textbox-icon-disabled:hover {
cursor: default;
}
|
assets/commons-jexl-2.1.1/apidocs/src-html/org/apache/commons/jexl2/introspection/JexlMethod.html | azyobuzin/JexlSample | <HTML>
<BODY BGCOLOR="white">
<PRE>
<FONT color="green">001</FONT> /*<a name="line.1"></a>
<FONT color="green">002</FONT> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a>
<FONT color="green">003</FONT> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a>
<FONT color="green">004</FONT> * this work for additional information regarding copyright ownership.<a name="line.4"></a>
<FONT color="green">005</FONT> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a>
<FONT color="green">006</FONT> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a>
<FONT color="green">007</FONT> * the License. You may obtain a copy of the License at<a name="line.7"></a>
<FONT color="green">008</FONT> *<a name="line.8"></a>
<FONT color="green">009</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a>
<FONT color="green">010</FONT> *<a name="line.10"></a>
<FONT color="green">011</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a>
<FONT color="green">012</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a>
<FONT color="green">013</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a>
<FONT color="green">014</FONT> * See the License for the specific language governing permissions and<a name="line.14"></a>
<FONT color="green">015</FONT> * limitations under the License.<a name="line.15"></a>
<FONT color="green">016</FONT> */<a name="line.16"></a>
<FONT color="green">017</FONT> <a name="line.17"></a>
<FONT color="green">018</FONT> package org.apache.commons.jexl2.introspection;<a name="line.18"></a>
<FONT color="green">019</FONT> <a name="line.19"></a>
<FONT color="green">020</FONT> /**<a name="line.20"></a>
<FONT color="green">021</FONT> * Interface used for regular method invocation.<a name="line.21"></a>
<FONT color="green">022</FONT> * Ex.<a name="line.22"></a>
<FONT color="green">023</FONT> * <code><a name="line.23"></a>
<FONT color="green">024</FONT> * ${foo.bar()}<a name="line.24"></a>
<FONT color="green">025</FONT> * </code><a name="line.25"></a>
<FONT color="green">026</FONT> * <a name="line.26"></a>
<FONT color="green">027</FONT> * @since 1.0<a name="line.27"></a>
<FONT color="green">028</FONT> */<a name="line.28"></a>
<FONT color="green">029</FONT> public interface JexlMethod {<a name="line.29"></a>
<FONT color="green">030</FONT> /**<a name="line.30"></a>
<FONT color="green">031</FONT> * Invocation method, called when the method invocation should be performed<a name="line.31"></a>
<FONT color="green">032</FONT> * and a value returned.<a name="line.32"></a>
<FONT color="green">033</FONT> <a name="line.33"></a>
<FONT color="green">034</FONT> * @param obj the object<a name="line.34"></a>
<FONT color="green">035</FONT> * @param params method parameters.<a name="line.35"></a>
<FONT color="green">036</FONT> * @return the result<a name="line.36"></a>
<FONT color="green">037</FONT> * @throws Exception on any error.<a name="line.37"></a>
<FONT color="green">038</FONT> */<a name="line.38"></a>
<FONT color="green">039</FONT> Object invoke(Object obj, Object[] params) throws Exception;<a name="line.39"></a>
<FONT color="green">040</FONT> <a name="line.40"></a>
<FONT color="green">041</FONT> /**<a name="line.41"></a>
<FONT color="green">042</FONT> * Attempts to reuse this JexlMethod, checking that it is compatible with<a name="line.42"></a>
<FONT color="green">043</FONT> * the actual set of arguments.<a name="line.43"></a>
<FONT color="green">044</FONT> * Related to isCacheable since this method is often used with cached JexlMethod instances.<a name="line.44"></a>
<FONT color="green">045</FONT> * @param obj the object to invoke the method upon<a name="line.45"></a>
<FONT color="green">046</FONT> * @param name the method name<a name="line.46"></a>
<FONT color="green">047</FONT> * @param params the method arguments<a name="line.47"></a>
<FONT color="green">048</FONT> * @return the result of the method invocation that should be checked by tryFailed to determine if it succeeded<a name="line.48"></a>
<FONT color="green">049</FONT> * or failed.<a name="line.49"></a>
<FONT color="green">050</FONT> */<a name="line.50"></a>
<FONT color="green">051</FONT> Object tryInvoke(String name, Object obj, Object[] params);<a name="line.51"></a>
<FONT color="green">052</FONT> <a name="line.52"></a>
<FONT color="green">053</FONT> /**<a name="line.53"></a>
<FONT color="green">054</FONT> * Checks whether a tryInvoke failed or not.<a name="line.54"></a>
<FONT color="green">055</FONT> * @param rval the value returned by tryInvoke<a name="line.55"></a>
<FONT color="green">056</FONT> * @return true if tryInvoke failed, false otherwise<a name="line.56"></a>
<FONT color="green">057</FONT> */<a name="line.57"></a>
<FONT color="green">058</FONT> boolean tryFailed(Object rval);<a name="line.58"></a>
<FONT color="green">059</FONT> <a name="line.59"></a>
<FONT color="green">060</FONT> /**<a name="line.60"></a>
<FONT color="green">061</FONT> * Specifies if this JexlMethod is cacheable and able to be reused for this<a name="line.61"></a>
<FONT color="green">062</FONT> * class of object it was returned for.<a name="line.62"></a>
<FONT color="green">063</FONT> * <a name="line.63"></a>
<FONT color="green">064</FONT> * @return true if can be reused for this class, false if not<a name="line.64"></a>
<FONT color="green">065</FONT> */<a name="line.65"></a>
<FONT color="green">066</FONT> boolean isCacheable();<a name="line.66"></a>
<FONT color="green">067</FONT> <a name="line.67"></a>
<FONT color="green">068</FONT> /**<a name="line.68"></a>
<FONT color="green">069</FONT> * returns the return type of the method invoked.<a name="line.69"></a>
<FONT color="green">070</FONT> * @return return type<a name="line.70"></a>
<FONT color="green">071</FONT> */<a name="line.71"></a>
<FONT color="green">072</FONT> Class<?> getReturnType();<a name="line.72"></a>
<FONT color="green">073</FONT> }<a name="line.73"></a>
</PRE>
</BODY>
</HTML>
|
dist/q14.html | przemektrepka/rekomenduj.to_frontend |
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Rekomenduj.to</title>
<link rel="stylesheet" href="http://localhost:8080/assets/css/main.min.css?now=131456" media="screen" charset="utf-8">
<script src="/assets/js/libs.js" charset="utf-8"></script>
<script src="//localhost:35729/livereload.js"></script>
</head>
<body class="preload device--mobile nav--single template--poll">
<div class="page__wrapper">
<header>
<nav class="nav__main-menu">
<ul>
<li class="nav__position"><a href="profile-with-photo.html" class="rg-home nav__link">Moje Reko</a></li>
<li class="nav__position"><a href="kampanie-i-promocje.html" class="rg-campaign nav__link">Kampanie i promocje</a></li>
<li class="nav__position"><a href="#" class="rg-diary nav__link">Pamiętnik kampanii</a></li>
<li class="nav__position"><a href="ankiety.html" class="rg-poll nav__link">Ankiety</a></li>
<li class="nav__position"><a href="profile-edit.html" class="rg-user nav__link">Moje dane</a></li>
<li class="nav__spacer"></li>
<li class="nav__position"><a href="#" class="rg-logo nav__link light">Rekomenduj.to</a></li>
<li class="nav__position"><a href="#" class="rg-news nav__link light">Aktualności</a></li>
<li class="nav__position"><a href="#" class="rg-help nav__link light">Pomoc</a></li>
<li class="nav__position"><a href="#" class="rg-contact nav__link light">Kontakt</a></li>
<li class="nav__spacer"></li>
<li class="nav__account">
<div class="nav__username"><a href="/" onclick="localStorage.clear()" class="nav__link" data-username="Przemysław Trepka">Wyloguj mnie</a></div>
<div class="nav__avatar"><a href="profile-edit.html" class="nav__link--avatar"><img src="assets/images/spoof-profile-pic.jpg" alt=""></a></div>
</li>
</ul>
</nav>
<div class="nav--primary">
<div class="nav__menu-trigger ripple" tabindex="0" id="triggerMenu"><div class="helper__nav-cube-canvas">
<div class="nav__icon-cube">
<div class="nav__icon--menu-open" data-icon="a"></div>
<div class="nav__icon--menu-close" data-icon="b"></div>
</div>
</div></div>
<div class="nav__icon--logo" data-icon="A" tabindex="0" id="triggerLogo"></div>
<div class="nav__icon--inbox inbox--notify ripple" data-icon="M" tabindex="0" id="triggerInbox"></div>
</div>
</header>
<main>
<section class="layout--base poll__info">
<div class="poll__icon" data-icon="t"></div>
<div class="poll__name" data-label="Ankieta">Tenetur laborum veniam adipisci placeat quod.</div>
</section>
<section class="layout--base poll__question">
<div class="question__name" data-label="Pytanie 14" data-extrainfo="Przesuwając tabelę odkryjesz więcej kolumn.">
<p>Zaawansowane pytanie w postaci macierzy.</p>
<p><strong>Użytkownik ma za zadanie podać szereg odpowiedzi na szereg pytań.</strong></p>
</div>
</section>
<section class="layout--base poll__answers " >
<form name="question14" id="question14" class="layout__group" data-answercount="7">
<div class="answer--matrix"> <!-- klasa no-head wyłącza thead -->
<table class="sticky-headers">
<thead>
<!-- Obowiązkowy element -->
<th><!-- Pozostawić pusty --></th>
<th>mBank</th>
<th>PKO BP</th>
<th>BZ WBK</th>
</thead>
<tbody>
<!-- Obowiązkowy element -->
<tr>
<th class="matrix__questions">Uważam, że jest to nowoczesny bank.</th>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-1" id="check-answer-1_604" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-2" id="check-answer-2_262" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-3" id="check-answer-3_671" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
</tr>
<tr>
<th class="matrix__questions">Uważam, że jest to mobilny bank.</th>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-1" id="check-answer-1_779" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-2" id="check-answer-2_137" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-3" id="check-answer-3_871" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
</tr>
<tr>
<th class="matrix__questions">Jest to bank, do którego mam zaufanie.</th>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-1" id="check-answer-1_793" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-2" id="check-answer-2_413" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
<td class="matrix__answers">
<label class="ripple answer answer--pick no-card">
<input name="q14-answer-3" id="check-answer-3_373" type="checkbox">
<span data-icon="y"></span>
</label>
</td>
</tr>
</tbody>
</table>
</div>
</form>
</section>
<section class="layout--base poll__nav">
<!-- TODO Fix the back button with proper destination on final build -->
<a href="javascript:history.go(-1)" class="button button--icon"><span data-icon="F"></span></a>
<a href="/q15.html" class="poll__nav--forward">Dalej <span data-icon="E"></span></a>
</section>
</main>
<footer>
</footer>
</div>
<script src="/assets/js/app.js" charset="utf-8"></script>
</body>
</html>
|
dist/webIDE/demos/grids/edit/widget.html | iuap-design/tinper.org |
<div class="u-container-fluid u-widget-bg">
<div class="u-row">
<div class="u-col-md-12">
<div class="u-widget u-widget-right">
<div class="u-widget-heading">
<h3 class="u-widget-title">编辑</h3>
</div>
<div class="u-widget-body">
<!-- <div id="gridTest" u-meta='{"id":"grid","type":"grid","data":"dataTable","columnMenu":false,"canDrag":false,"sortable":false,"canSwap":false,"editable":true,"editType":"default"}'>
<div options='{"field":"name","dataType":"String","title":"姓名","editType":"string"}'></div>
<div options='{"field":"time","dataType":"time","title":"日期","editType":"eidtTypeFun"}'></div>
<div options='{"field":"distance","dataType":"String","title":"距离","editType":"float"}'></div>
<div options='{"field":"currency","dataType":"String","title":"金额","editType":"float"}'></div>
<div options='{"field":"comboField","dataType":"String","title":"下拉","editType":"combo","editOptions":{"id":"combobox1","type":"combo","datasource":"comItems"},"renderType":"comboRender"}'></div>
</div> -->
<div id="gridTest2" u-meta='{"id":"grid2","multiSelect":true,"editType":"default","type":"grid","field":"","autoExpand":false,"data":"dataTable","showNumCol":true,"showTree":false,"keyField":"id","parentKeyField":"pid","editable":true,"onBeforeRowSelected":"onBeforeRowSelected1","onRowSelected":"onRowSelected1","onBeforeRowUnSelected":"onBeforeRowUnSelected1","onRowUnSelected":"onRowUnSelected1","onBeforeAllRowSelected":"onBeforeAllRowSelected1","columnMenu":true}'>
<div options='{"field":"name","dataType":"String","title":"字符串","editOptions":{"id":"stringname","type":"string","maxLength":6},"editType":"string"}'></div>
<!-- <div options='{"field":"pass","dataType":"String","title":"复选","editOptions":{"id":"radio", "type":"radio","datasource":"radiodata"},"editType":"checkbox","renderType":"radioRender"}'></div> -->
<div options='{"field":"checkbox","dataType":"checkbox","title":"复选","renderType":"booleanRender","required":true}'></div>
<div options='{"field":"num","dataType":"integer","title":"数字","editType":"integer"}'></div>
<div options='{"field":"date","dataType":"date","title":"年月日","editType":"date"}'></div>
<div options='{"field":"year","dataType":"year","title":"年","editType":"year"}'></div>
<div options='{"field":"month","dataType":"month","title":"月","editType":"month"}'></div>
<div options='{"field":"yearmonth","dataType":"yearmonth","title":"年月","editType":"yearmonth"}'></div>
<div options='{"field":"datetime","dataType":"String","title":"时分秒","editType":"datetime"}'></div>
<div options='{"field":"url","dataType":"String","title":"链接","editType":"url"}'></div>
<div options='{"field":"password","dataType":"String","title":"密码","editType":"password"}'></div>
<div options='{"field":"percent","dataType":"String","title":"百分比","editType":"percent"}'></div>
<div options='{"field":"currency","dataType":"String","title":"浮点数","editType":"float","editOptions":{"id":"currency1","type":"float","precision":"3","max":10000}}'></div>
<div options='{"field":"pass","dataType":"String","title":"单选","editOptions":{"id":"radio", "type":"radio","datasource":"radiodata"},"editType":"radio","renderType":"radioRender"}'></div>
<div options='{"field":"combobox","dataType":"string","title":"下拉","editOptions":{"id":"combobox1","type":"combo","datasource":"comItems"},"editType":"combo","renderType":"comboRender"}'></div>
<div options='{"field":"combobox2","dataType":"string","title":"combo2","editOptions":{"id":"combobox2","type":"combo","single":false,"mutil":true,"datasource":"comItems2"},"editType":"combo","renderType":"comboRender"}'></div>
</div>
</div>
</div>
</div>
</div>
</div>
|
src/Flyers/FrontendBundle/Resources/public/lib/ng-table/examples/demo3.html | DiegoYungh/AngularUserAgentApp | <!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">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/angular.min.js"></script>
<script src="../ng-table.src.js"></script>
<link rel="stylesheet" href="../ng-table.css">
</head>
<body ng-app="main">
<h1>Table with sorting</h1>
<div ng-controller="DemoCtrl">
<button ng-click="tableParams.sorting({})" class="btn btn-default pull-right">Clear sorting</button>
<p><strong>Sorting:</strong> {{tableParams.sorting()|json}}
<table ng-table="tableParams" class="table">
<tr ng-repeat="user in $data">
<td data-title="'Name'" sortable="'name'">
{{user.name}}
</td>
<td data-title="'Age'" sortable="'age'">
{{user.age}}
</td>
</tr>
</table>
<script>
var app = angular.module('main', ['ngTable']).
controller('DemoCtrl', function($scope, $filter, ngTableParams) {
var data = [{name: "Moroni", age: 50},
{name: "Tiancum", age: 43},
{name: "Jacob", age: 27},
{name: "Nephi", age: 29},
{name: "Enos", age: 34},
{name: "Tiancum", age: 43},
{name: "Jacob", age: 27},
{name: "Nephi", age: 29},
{name: "Enos", age: 34},
{name: "Tiancum", age: 43},
{name: "Jacob", age: 27},
{name: "Nephi", age: 29},
{name: "Enos", age: 34},
{name: "Tiancum", age: 43},
{name: "Jacob", age: 27},
{name: "Nephi", age: 29},
{name: "Enos", age: 34}];
$scope.tableParams = new ngTableParams({
page: 1, // show first page
count: 10, // count per page
sorting: {
name: 'asc' // initial sorting
}
}, {
total: data.length, // length of data
getData: function($defer, params) {
// use build-in angular filter
var orderedData = params.sorting() ?
$filter('orderBy')(data, params.orderBy()) :
data;
$defer.resolve(orderedData.slice((params.page() - 1) * params.count(), params.page() * params.count()));
}
});
})
</script>
</div>
</body>
</html>
|
sample/conformance.html | wangfakang/nativejson-benchmark | <html>
<head>
<link rel="stylesheet" href="../resource/combine/combine.css">
<script src="../resource/combine/combine.js"></script>
<!--
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1','packages':['corechart','table']}]}"></script>
<script src="http://jquery-csv.googlecode.com/git/src/jquery.csv.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-->
<script>
$(function() {
var csv = $('#textInput').val();
var dt = google.visualization.arrayToDataTable($.csv.toArrays(csv));
function sortCaseInsensitive(dt, column) {
for (var row = 0; row < dt.getNumberOfRows(); row++) {
var s = dt.getValue(row, column);
dt.setValue(row, column, s.toUpperCase());
dt.setFormattedValue(row, column, s);
}
dt.sort(column);
}
addSection("0. Overall");
var overallDiv = document.createElement("div");
overallDiv.className = "chart";
$(overallDiv).data("filename", "overall" + "_" + "Result");
$("#main").append(overallDiv);
// Per type sections
var types = dt.getDistinctValues(0);
var overallDt, overallKeyRowMap = {}, overallKeyCount = {};
for (var i in types) {
var type = types[i];
addSection(type);
var view = new google.visualization.DataView(dt);
view.setRows(view.getFilteredRows([{column: 0, value: type}]));
var percentdt = google.visualization.data.group(
view,
[1],
[{column: 3, aggregation: percentCalc, type: 'number'}]
);
sortCaseInsensitive(percentdt, 0);
function percentCalc(a) {
var sum = 0;
for (var i = 0; i < a.length; i++)
if (a[i].trim() == 'true')
sum++;
return sum / a.length;
}
var perecentFormatter = new google.visualization.NumberFormat({pattern:'###%'});
perecentFormatter.format(percentdt, 1);
drawBarChart(type, percentdt.clone());
// Accumulate perecentage for overall
if (overallDt == null) {
overallDt = percentdt.clone();
for (var row = 0; row < overallDt.getNumberOfRows(); row++) {
var key = overallDt.getValue(row, 0);
overallKeyRowMap[key] = row;
overallKeyCount[key] = 1;
}
}
else {
for (var row = 0; row < percentdt.getNumberOfRows(); row++) {
var key = percentdt.getValue(row, 0);
var result = percentdt.getValue(row, 1);
var r = overallKeyRowMap[key];
if (r != null) {
overallDt.setValue(r, 1, overallDt.getValue(r, 1) + result);
overallKeyCount[key]++;
}
else {
overallKeyRowMap[key] = overallDt.addRow([key, result]);
overallKeyCount[key] = 1;
}
}
}
view.setColumns([ 2, 1, {calc:stringToBoolean, type:'string', label:''} ]);
function stringToBoolean(dt, row) {
var v = dt.getValue(row, 3);
if (dt.getValue(row, 3).trim() == 'true')
return '<span class="glyphicon glyphicon-ok text-success"></span>';
else
return '<span class="glyphicon glyphicon-remove text-danger"></span>';
}
drawTable(type, pivotTable(view));
}
{
// average results
for (var row = 0; row < overallDt.getNumberOfRows(); row++)
overallDt.setValue(row, 1, overallDt.getValue(row, 1) / overallKeyCount[overallDt.getValue(row, 0)]);
var perecentFormatter = new google.visualization.NumberFormat({pattern:'###%'});
perecentFormatter.format(overallDt, 1);
drawBarChart("0. Overall", overallDt, overallDiv)
}
$(".chart").each(function() {
var chart = $(this);
var d = $("#downloadDD").clone().css("display", "");
$('li a', d).each(function() {
$(this).click(function() {
var svg = chart[0].getElementsByTagName('svg')[0].parentNode.innerHTML;
svg=sanitize(svg);
$('#imageFilename').val($("#title").html() + "_" + chart.data("filename"));
$('#imageGetFormTYPE').val($(this).attr('dltype'));
$('#imageGetFormSVG').val(svg);
$('#imageGetForm').submit();
});
});
$(this).after(d);
});
// Add configurations
var thisConfig = "conformance";
var configurations = ["conformance","performance_Corei5-2557M@1.70GHz_mac32_clang6.1","performance_Corei5-2557M@1.70GHz_mac64_clang6.1","performance_Corei5-3330S@2.70GHz_mac32_clang6.1","performance_Corei5-3330S@2.70GHz_mac64_clang6.1","performance_Corei7870@2.93GHz_win32_vc2010","performance_Corei7870@2.93GHz_win32_vc2013","performance_Corei7870@2.93GHz_win64_vc2010","performance_Corei7870@2.93GHz_win64_vc2013","performance_Corei7920@2.67GHz_cygwin32_gcc4.9","performance_Corei7920@2.67GHz_cygwin64_gcc4.9","performance_Corei7920@2.67GHz_win32_vc2013","performance_Corei7920@2.67GHz_win64_vc2013"];
for (var i in configurations) {
var c = configurations[i];
$("#benchmark").append($("<li>", {class : (c == thisConfig ? "active" : "")}).append($("<a>", {href: c + ".html"}).append(c)));
}
});
function pivotTable(src) {
var dst = new google.visualization.DataTable();
// Add columns
var key = src.getDistinctValues(1);
var keyColumnMap = {};
dst.addColumn(src.getColumnType(0), src.getColumnLabel(0));
for (var k in key)
keyColumnMap[key[k]] = dst.addColumn(src.getColumnType(2), key[k]);
// Add rows
var pivot = src.getDistinctValues(0);
var pivotRowMap = {};
for (var p in pivot)
dst.setValue(pivotRowMap[[pivot[p]]] = dst.addRow(), 0, pivot[p]);
// Fill cells
for (var row = 0; row < src.getNumberOfRows(); row++)
dst.setValue(
pivotRowMap[src.getValue(row, 0)],
keyColumnMap[src.getValue(row, 1)],
src.getValue(row, 2));
return dst;
}
function addSection(name) {
$("#main").append(
$("<a>", {"name": name}),
$("<h2>", {style: "padding-top: 70px; margin-top: -70px;"}).append(name)
);
$("#section").append($("<li>").append($("<a>", {href: "#" + name}).append(name)));
}
function addSubsection(name) {
$("#main").append(
$("<h3>", {style: "padding-top: 70px; margin-top: -70px;"}).append(name)
);
}
function drawTable(type, data) {
var div = document.createElement("div");
div.className = "tablechart";
$("#main").append(div);
var table = new google.visualization.Table(div);
table.draw(data, { allowHtml: true});
}
function drawBarChart(type, data, div) {
// Using same colors as in series
var colors = ["#3366cc","#dc3912","#ff9900","#109618","#990099","#0099c6","#dd4477","#66aa00","#b82e2e","#316395","#994499","#22aa99","#aaaa11","#6633cc","#e67300","#8b0707","#651067","#329262","#5574a6","#3b3eac","#b77322","#16d620","#b91383","#f4359e","#9c5935","#a9c413","#2a778d","#668d1c","#bea413","#0c5922","#743411"];
var h = data.getNumberOfRows() * 20;
var options = {
title: type,
chartArea: {left: '30%', width: '60%', height: h },
width: 800,
height: h + 100,
hAxis: { title: data.getColumnLabel(1), format: 'percent' },
legend: { position: "none" },
};
data.addColumn({ type: "string", role: "style" })
data.addColumn({ type: "number", role: "annotation" });
for (var rowIndex = 0; rowIndex < data.getNumberOfRows(); rowIndex++) {
data.setValue(rowIndex, 2, colors[rowIndex]);
data.setValue(rowIndex, 3, data.getValue(rowIndex, 1));
}
var perecentFormatter = new google.visualization.NumberFormat({pattern:'###%'});
perecentFormatter.format(data, 3);
if (div == null) {
div = document.createElement("div");
div.className = "chart";
$(div).data("filename", type + "_" + data.getColumnLabel(1));
$("#main").append(div);
}
var chart = new google.visualization.BarChart(div);
chart.draw(data, options);
}
// http://jsfiddle.net/P6XXM/
function sanitize(svg) {
svg = svg
.replace(/\<svg/,'<svg xmlns="http://www.w3.org/2000/svg" version="1.1"')
.replace(/zIndex="[^"]+"/g, '')
.replace(/isShadow="[^"]+"/g, '')
.replace(/symbolName="[^"]+"/g, '')
.replace(/jQuery[0-9]+="[^"]+"/g, '')
.replace(/isTracker="[^"]+"/g, '')
.replace(/url\([^#]+#/g, 'url(#')
.replace('<svg xmlns:xlink="http://www.w3.org/1999/xlink" ', '<svg ')
.replace(/ href=/g, ' xlink:href=')
/*.replace(/preserveAspectRatio="none">/g, 'preserveAspectRatio="none"/>')*/
/* This fails in IE < 8
.replace(/([0-9]+)\.([0-9]+)/g, function(s1, s2, s3) { // round off to save weight
return s2 +'.'+ s3[0];
})*/
// IE specific
.replace(/id=([^" >]+)/g, 'id="$1"')
.replace(/class=([^" ]+)/g, 'class="$1"')
.replace(/ transform /g, ' ')
.replace(/:(path|rect)/g, '$1')
.replace(/<img ([^>]*)>/gi, '<image $1 />')
.replace(/<\/image>/g, '') // remove closing tags for images as they'll never have any content
.replace(/<image ([^>]*)([^\/])>/gi, '<image $1$2 />') // closes image tags for firefox
.replace(/width=(\d+)/g, 'width="$1"')
.replace(/height=(\d+)/g, 'height="$1"')
.replace(/hc-svg-href="/g, 'xlink:href="')
.replace(/style="([^"]+)"/g, function (s) {
return s.toLowerCase();
});
// IE9 beta bugs with innerHTML. Test again with final IE9.
svg = svg.replace(/(url\(#highcharts-[0-9]+)"/g, '$1')
.replace(/"/g, "'");
if (svg.match(/ xmlns="/g).length == 2) {
svg = svg.replace(/xmlns="[^"]+"/, '');
}
return svg;
}
</script>
<style type="text/css">
@media (min-width: 800px) {
/* .container {
max-width: 800px;
}
*/}
textarea {
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
.tablechart {
/* width: 500px;
*/ margin: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.chart {
padding-top: 20px;
padding-bottom: 20px;
}
body { padding-top: 70px; }
</style>
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="https://github.com/miloyip/nativejson-benchmark"><span class="glyphicon glyphicon-home"></span> nativejson-benchmark</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Benchmark <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" id="benchmark">
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Section <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" id="section">
</ul>
</li>
</ul>
<p class="navbar-text navbar-right">Developed by <a href="https://github.com/miloyip" class="navbar-link">Milo Yip</a></p>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="page-header">
<h1 id="title">conformance</h1>
</div>
<div id="main"></div>
<h2>Source CSV</h2>
<textarea id="textInput" class="form-control" rows="5" readonly>
Type,Library,Test,Result
1. Parse Validation,ArduinoJson (C++),pass01,true
1. Parse Validation,ArduinoJson (C++),pass02,false
1. Parse Validation,ArduinoJson (C++),pass03,true
1. Parse Validation,ArduinoJson (C++),fail02,true
1. Parse Validation,ArduinoJson (C++),fail03,true
1. Parse Validation,ArduinoJson (C++),fail04,true
1. Parse Validation,ArduinoJson (C++),fail05,true
1. Parse Validation,ArduinoJson (C++),fail06,true
1. Parse Validation,ArduinoJson (C++),fail07,false
1. Parse Validation,ArduinoJson (C++),fail08,false
1. Parse Validation,ArduinoJson (C++),fail09,true
1. Parse Validation,ArduinoJson (C++),fail10,false
1. Parse Validation,ArduinoJson (C++),fail11,true
1. Parse Validation,ArduinoJson (C++),fail12,true
1. Parse Validation,ArduinoJson (C++),fail13,false
1. Parse Validation,ArduinoJson (C++),fail14,true
1. Parse Validation,ArduinoJson (C++),fail15,false
1. Parse Validation,ArduinoJson (C++),fail16,true
1. Parse Validation,ArduinoJson (C++),fail17,false
1. Parse Validation,ArduinoJson (C++),fail19,true
1. Parse Validation,ArduinoJson (C++),fail20,true
1. Parse Validation,ArduinoJson (C++),fail21,true
1. Parse Validation,ArduinoJson (C++),fail22,true
1. Parse Validation,ArduinoJson (C++),fail23,true
1. Parse Validation,ArduinoJson (C++),fail24,false
1. Parse Validation,ArduinoJson (C++),fail25,false
1. Parse Validation,ArduinoJson (C++),fail26,false
1. Parse Validation,ArduinoJson (C++),fail27,false
1. Parse Validation,ArduinoJson (C++),fail28,false
1. Parse Validation,ArduinoJson (C++),fail29,true
1. Parse Validation,ArduinoJson (C++),fail30,true
1. Parse Validation,ArduinoJson (C++),fail31,true
1. Parse Validation,ArduinoJson (C++),fail32,true
1. Parse Validation,ArduinoJson (C++),fail33,true
2. Parse Double,ArduinoJson (C++),double01,true
2. Parse Double,ArduinoJson (C++),double02,true
2. Parse Double,ArduinoJson (C++),double03,true
2. Parse Double,ArduinoJson (C++),double04,true
2. Parse Double,ArduinoJson (C++),double05,true
2. Parse Double,ArduinoJson (C++),double06,true
2. Parse Double,ArduinoJson (C++),double07,true
2. Parse Double,ArduinoJson (C++),double08,true
2. Parse Double,ArduinoJson (C++),double09,true
2. Parse Double,ArduinoJson (C++),double10,true
2. Parse Double,ArduinoJson (C++),double11,true
2. Parse Double,ArduinoJson (C++),double12,true
2. Parse Double,ArduinoJson (C++),double13,true
2. Parse Double,ArduinoJson (C++),double14,true
2. Parse Double,ArduinoJson (C++),double15,true
2. Parse Double,ArduinoJson (C++),double16,true
2. Parse Double,ArduinoJson (C++),double17,true
2. Parse Double,ArduinoJson (C++),double18,true
2. Parse Double,ArduinoJson (C++),double19,true
2. Parse Double,ArduinoJson (C++),double20,true
2. Parse Double,ArduinoJson (C++),double21,true
2. Parse Double,ArduinoJson (C++),double22,true
2. Parse Double,ArduinoJson (C++),double23,true
2. Parse Double,ArduinoJson (C++),double24,true
2. Parse Double,ArduinoJson (C++),double25,true
2. Parse Double,ArduinoJson (C++),double26,true
2. Parse Double,ArduinoJson (C++),double27,false
2. Parse Double,ArduinoJson (C++),double28,false
2. Parse Double,ArduinoJson (C++),double29,true
2. Parse Double,ArduinoJson (C++),double30,true
2. Parse Double,ArduinoJson (C++),double31,true
2. Parse Double,ArduinoJson (C++),double32,true
2. Parse Double,ArduinoJson (C++),double33,true
2. Parse Double,ArduinoJson (C++),double34,true
2. Parse Double,ArduinoJson (C++),double35,true
2. Parse Double,ArduinoJson (C++),double36,true
2. Parse Double,ArduinoJson (C++),double37,true
2. Parse Double,ArduinoJson (C++),double38,true
2. Parse Double,ArduinoJson (C++),double39,true
2. Parse Double,ArduinoJson (C++),double40,true
2. Parse Double,ArduinoJson (C++),double41,true
2. Parse Double,ArduinoJson (C++),double42,true
2. Parse Double,ArduinoJson (C++),double43,true
2. Parse Double,ArduinoJson (C++),double44,true
2. Parse Double,ArduinoJson (C++),double45,true
2. Parse Double,ArduinoJson (C++),double46,true
2. Parse Double,ArduinoJson (C++),double47,true
2. Parse Double,ArduinoJson (C++),double48,true
2. Parse Double,ArduinoJson (C++),double49,true
2. Parse Double,ArduinoJson (C++),double50,true
2. Parse Double,ArduinoJson (C++),double51,true
2. Parse Double,ArduinoJson (C++),double52,true
2. Parse Double,ArduinoJson (C++),double53,true
2. Parse Double,ArduinoJson (C++),double54,true
2. Parse Double,ArduinoJson (C++),double55,false
2. Parse Double,ArduinoJson (C++),double56,false
2. Parse Double,ArduinoJson (C++),double57,false
2. Parse Double,ArduinoJson (C++),double58,true
2. Parse Double,ArduinoJson (C++),double59,true
2. Parse Double,ArduinoJson (C++),double60,false
2. Parse Double,ArduinoJson (C++),double61,false
2. Parse Double,ArduinoJson (C++),double62,false
2. Parse Double,ArduinoJson (C++),double63,true
2. Parse Double,ArduinoJson (C++),double64,true
2. Parse Double,ArduinoJson (C++),double65,false
2. Parse Double,ArduinoJson (C++),double66,true
3. Parse String,ArduinoJson (C++),string01,true
3. Parse String,ArduinoJson (C++),string02,true
3. Parse String,ArduinoJson (C++),string03,true
3. Parse String,ArduinoJson (C++),string04,false
3. Parse String,ArduinoJson (C++),string05,true
3. Parse String,ArduinoJson (C++),string06,false
3. Parse String,ArduinoJson (C++),string07,false
3. Parse String,ArduinoJson (C++),string08,false
3. Parse String,ArduinoJson (C++),string09,false
4. Roundtrip,ArduinoJson (C++),roundtrip01,true
4. Roundtrip,ArduinoJson (C++),roundtrip02,true
4. Roundtrip,ArduinoJson (C++),roundtrip03,true
4. Roundtrip,ArduinoJson (C++),roundtrip04,true
4. Roundtrip,ArduinoJson (C++),roundtrip05,true
4. Roundtrip,ArduinoJson (C++),roundtrip06,true
4. Roundtrip,ArduinoJson (C++),roundtrip07,true
4. Roundtrip,ArduinoJson (C++),roundtrip08,true
4. Roundtrip,ArduinoJson (C++),roundtrip09,true
4. Roundtrip,ArduinoJson (C++),roundtrip10,true
4. Roundtrip,ArduinoJson (C++),roundtrip11,true
4. Roundtrip,ArduinoJson (C++),roundtrip12,true
4. Roundtrip,ArduinoJson (C++),roundtrip13,true
4. Roundtrip,ArduinoJson (C++),roundtrip14,true
4. Roundtrip,ArduinoJson (C++),roundtrip15,true
4. Roundtrip,ArduinoJson (C++),roundtrip16,true
4. Roundtrip,ArduinoJson (C++),roundtrip17,true
4. Roundtrip,ArduinoJson (C++),roundtrip18,true
4. Roundtrip,ArduinoJson (C++),roundtrip19,true
4. Roundtrip,ArduinoJson (C++),roundtrip20,true
4. Roundtrip,ArduinoJson (C++),roundtrip21,true
4. Roundtrip,ArduinoJson (C++),roundtrip22,true
4. Roundtrip,ArduinoJson (C++),roundtrip23,true
4. Roundtrip,ArduinoJson (C++),roundtrip24,false
4. Roundtrip,ArduinoJson (C++),roundtrip25,false
4. Roundtrip,ArduinoJson (C++),roundtrip26,false
4. Roundtrip,ArduinoJson (C++),roundtrip27,false
1. Parse Validation,CAJUN (C++),pass01,true
1. Parse Validation,CAJUN (C++),pass02,true
1. Parse Validation,CAJUN (C++),pass03,true
1. Parse Validation,CAJUN (C++),fail02,true
1. Parse Validation,CAJUN (C++),fail03,true
1. Parse Validation,CAJUN (C++),fail04,true
1. Parse Validation,CAJUN (C++),fail05,true
1. Parse Validation,CAJUN (C++),fail06,true
1. Parse Validation,CAJUN (C++),fail07,true
1. Parse Validation,CAJUN (C++),fail08,true
1. Parse Validation,CAJUN (C++),fail09,true
1. Parse Validation,CAJUN (C++),fail10,true
1. Parse Validation,CAJUN (C++),fail11,true
1. Parse Validation,CAJUN (C++),fail12,true
1. Parse Validation,CAJUN (C++),fail13,false
1. Parse Validation,CAJUN (C++),fail14,true
1. Parse Validation,CAJUN (C++),fail15,true
1. Parse Validation,CAJUN (C++),fail16,true
1. Parse Validation,CAJUN (C++),fail17,true
1. Parse Validation,CAJUN (C++),fail19,true
1. Parse Validation,CAJUN (C++),fail20,true
1. Parse Validation,CAJUN (C++),fail21,true
1. Parse Validation,CAJUN (C++),fail22,true
1. Parse Validation,CAJUN (C++),fail23,true
1. Parse Validation,CAJUN (C++),fail24,true
1. Parse Validation,CAJUN (C++),fail25,false
1. Parse Validation,CAJUN (C++),fail26,true
1. Parse Validation,CAJUN (C++),fail27,false
1. Parse Validation,CAJUN (C++),fail28,true
1. Parse Validation,CAJUN (C++),fail29,false
1. Parse Validation,CAJUN (C++),fail30,false
1. Parse Validation,CAJUN (C++),fail31,true
1. Parse Validation,CAJUN (C++),fail32,true
1. Parse Validation,CAJUN (C++),fail33,true
2. Parse Double,CAJUN (C++),double01,true
2. Parse Double,CAJUN (C++),double02,true
2. Parse Double,CAJUN (C++),double03,true
2. Parse Double,CAJUN (C++),double04,true
2. Parse Double,CAJUN (C++),double05,true
2. Parse Double,CAJUN (C++),double06,true
2. Parse Double,CAJUN (C++),double07,true
2. Parse Double,CAJUN (C++),double08,true
2. Parse Double,CAJUN (C++),double09,true
2. Parse Double,CAJUN (C++),double10,true
2. Parse Double,CAJUN (C++),double11,true
2. Parse Double,CAJUN (C++),double12,true
2. Parse Double,CAJUN (C++),double13,true
2. Parse Double,CAJUN (C++),double14,true
2. Parse Double,CAJUN (C++),double15,true
2. Parse Double,CAJUN (C++),double16,true
2. Parse Double,CAJUN (C++),double17,true
2. Parse Double,CAJUN (C++),double18,true
2. Parse Double,CAJUN (C++),double19,true
2. Parse Double,CAJUN (C++),double20,true
2. Parse Double,CAJUN (C++),double21,true
2. Parse Double,CAJUN (C++),double22,true
2. Parse Double,CAJUN (C++),double23,true
2. Parse Double,CAJUN (C++),double24,true
2. Parse Double,CAJUN (C++),double25,true
2. Parse Double,CAJUN (C++),double26,true
2. Parse Double,CAJUN (C++),double27,true
2. Parse Double,CAJUN (C++),double28,true
2. Parse Double,CAJUN (C++),double29,true
2. Parse Double,CAJUN (C++),double30,true
2. Parse Double,CAJUN (C++),double31,true
2. Parse Double,CAJUN (C++),double32,true
2. Parse Double,CAJUN (C++),double33,true
2. Parse Double,CAJUN (C++),double34,true
2. Parse Double,CAJUN (C++),double35,true
2. Parse Double,CAJUN (C++),double36,true
2. Parse Double,CAJUN (C++),double37,false
2. Parse Double,CAJUN (C++),double38,true
2. Parse Double,CAJUN (C++),double39,true
2. Parse Double,CAJUN (C++),double40,false
2. Parse Double,CAJUN (C++),double41,true
2. Parse Double,CAJUN (C++),double42,true
2. Parse Double,CAJUN (C++),double43,true
2. Parse Double,CAJUN (C++),double44,false
2. Parse Double,CAJUN (C++),double45,true
2. Parse Double,CAJUN (C++),double46,true
2. Parse Double,CAJUN (C++),double47,true
2. Parse Double,CAJUN (C++),double48,false
2. Parse Double,CAJUN (C++),double49,true
2. Parse Double,CAJUN (C++),double50,true
2. Parse Double,CAJUN (C++),double51,true
2. Parse Double,CAJUN (C++),double52,true
2. Parse Double,CAJUN (C++),double53,false
2. Parse Double,CAJUN (C++),double54,true
2. Parse Double,CAJUN (C++),double55,true
2. Parse Double,CAJUN (C++),double56,true
2. Parse Double,CAJUN (C++),double57,true
2. Parse Double,CAJUN (C++),double58,false
2. Parse Double,CAJUN (C++),double59,true
2. Parse Double,CAJUN (C++),double60,true
2. Parse Double,CAJUN (C++),double61,true
2. Parse Double,CAJUN (C++),double62,true
2. Parse Double,CAJUN (C++),double63,false
2. Parse Double,CAJUN (C++),double64,true
2. Parse Double,CAJUN (C++),double65,true
2. Parse Double,CAJUN (C++),double66,true
3. Parse String,CAJUN (C++),string01,true
3. Parse String,CAJUN (C++),string02,true
3. Parse String,CAJUN (C++),string03,true
3. Parse String,CAJUN (C++),string04,true
3. Parse String,CAJUN (C++),string05,true
3. Parse String,CAJUN (C++),string06,true
3. Parse String,CAJUN (C++),string07,true
3. Parse String,CAJUN (C++),string08,true
3. Parse String,CAJUN (C++),string09,false
4. Roundtrip,CAJUN (C++),roundtrip01,true
4. Roundtrip,CAJUN (C++),roundtrip02,true
4. Roundtrip,CAJUN (C++),roundtrip03,true
4. Roundtrip,CAJUN (C++),roundtrip04,true
4. Roundtrip,CAJUN (C++),roundtrip05,true
4. Roundtrip,CAJUN (C++),roundtrip06,true
4. Roundtrip,CAJUN (C++),roundtrip07,true
4. Roundtrip,CAJUN (C++),roundtrip08,true
4. Roundtrip,CAJUN (C++),roundtrip09,false
4. Roundtrip,CAJUN (C++),roundtrip10,false
4. Roundtrip,CAJUN (C++),roundtrip11,true
4. Roundtrip,CAJUN (C++),roundtrip12,true
4. Roundtrip,CAJUN (C++),roundtrip13,false
4. Roundtrip,CAJUN (C++),roundtrip14,true
4. Roundtrip,CAJUN (C++),roundtrip15,true
4. Roundtrip,CAJUN (C++),roundtrip16,true
4. Roundtrip,CAJUN (C++),roundtrip17,true
4. Roundtrip,CAJUN (C++),roundtrip18,false
4. Roundtrip,CAJUN (C++),roundtrip19,false
4. Roundtrip,CAJUN (C++),roundtrip20,false
4. Roundtrip,CAJUN (C++),roundtrip21,false
4. Roundtrip,CAJUN (C++),roundtrip22,false
4. Roundtrip,CAJUN (C++),roundtrip23,false
4. Roundtrip,CAJUN (C++),roundtrip24,false
4. Roundtrip,CAJUN (C++),roundtrip25,false
4. Roundtrip,CAJUN (C++),roundtrip26,false
4. Roundtrip,CAJUN (C++),roundtrip27,false
1. Parse Validation,C++ REST SDK (C++11),pass01,true
1. Parse Validation,C++ REST SDK (C++11),pass02,true
1. Parse Validation,C++ REST SDK (C++11),pass03,true
1. Parse Validation,C++ REST SDK (C++11),fail02,true
1. Parse Validation,C++ REST SDK (C++11),fail03,true
1. Parse Validation,C++ REST SDK (C++11),fail04,true
1. Parse Validation,C++ REST SDK (C++11),fail05,true
1. Parse Validation,C++ REST SDK (C++11),fail06,true
1. Parse Validation,C++ REST SDK (C++11),fail07,true
1. Parse Validation,C++ REST SDK (C++11),fail08,true
1. Parse Validation,C++ REST SDK (C++11),fail09,true
1. Parse Validation,C++ REST SDK (C++11),fail10,true
1. Parse Validation,C++ REST SDK (C++11),fail11,true
1. Parse Validation,C++ REST SDK (C++11),fail12,true
1. Parse Validation,C++ REST SDK (C++11),fail13,false
1. Parse Validation,C++ REST SDK (C++11),fail14,true
1. Parse Validation,C++ REST SDK (C++11),fail15,false
1. Parse Validation,C++ REST SDK (C++11),fail16,true
1. Parse Validation,C++ REST SDK (C++11),fail17,false
1. Parse Validation,C++ REST SDK (C++11),fail19,true
1. Parse Validation,C++ REST SDK (C++11),fail20,true
1. Parse Validation,C++ REST SDK (C++11),fail21,true
1. Parse Validation,C++ REST SDK (C++11),fail22,true
1. Parse Validation,C++ REST SDK (C++11),fail23,true
1. Parse Validation,C++ REST SDK (C++11),fail24,true
1. Parse Validation,C++ REST SDK (C++11),fail25,true
1. Parse Validation,C++ REST SDK (C++11),fail26,false
1. Parse Validation,C++ REST SDK (C++11),fail27,true
1. Parse Validation,C++ REST SDK (C++11),fail28,false
1. Parse Validation,C++ REST SDK (C++11),fail29,true
1. Parse Validation,C++ REST SDK (C++11),fail30,true
1. Parse Validation,C++ REST SDK (C++11),fail31,true
1. Parse Validation,C++ REST SDK (C++11),fail32,true
1. Parse Validation,C++ REST SDK (C++11),fail33,true
2. Parse Double,C++ REST SDK (C++11),double01,true
2. Parse Double,C++ REST SDK (C++11),double02,true
2. Parse Double,C++ REST SDK (C++11),double03,true
2. Parse Double,C++ REST SDK (C++11),double04,true
2. Parse Double,C++ REST SDK (C++11),double05,true
2. Parse Double,C++ REST SDK (C++11),double06,true
2. Parse Double,C++ REST SDK (C++11),double07,true
2. Parse Double,C++ REST SDK (C++11),double08,true
2. Parse Double,C++ REST SDK (C++11),double09,true
2. Parse Double,C++ REST SDK (C++11),double10,true
2. Parse Double,C++ REST SDK (C++11),double11,true
2. Parse Double,C++ REST SDK (C++11),double12,true
2. Parse Double,C++ REST SDK (C++11),double13,true
2. Parse Double,C++ REST SDK (C++11),double14,true
2. Parse Double,C++ REST SDK (C++11),double15,true
2. Parse Double,C++ REST SDK (C++11),double16,true
2. Parse Double,C++ REST SDK (C++11),double17,true
2. Parse Double,C++ REST SDK (C++11),double18,true
2. Parse Double,C++ REST SDK (C++11),double19,true
2. Parse Double,C++ REST SDK (C++11),double20,true
2. Parse Double,C++ REST SDK (C++11),double21,true
2. Parse Double,C++ REST SDK (C++11),double22,true
2. Parse Double,C++ REST SDK (C++11),double23,true
2. Parse Double,C++ REST SDK (C++11),double24,true
2. Parse Double,C++ REST SDK (C++11),double25,true
2. Parse Double,C++ REST SDK (C++11),double26,true
2. Parse Double,C++ REST SDK (C++11),double27,true
2. Parse Double,C++ REST SDK (C++11),double28,true
2. Parse Double,C++ REST SDK (C++11),double29,true
2. Parse Double,C++ REST SDK (C++11),double30,true
2. Parse Double,C++ REST SDK (C++11),double31,true
2. Parse Double,C++ REST SDK (C++11),double32,true
2. Parse Double,C++ REST SDK (C++11),double33,true
2. Parse Double,C++ REST SDK (C++11),double34,true
2. Parse Double,C++ REST SDK (C++11),double35,true
2. Parse Double,C++ REST SDK (C++11),double36,true
2. Parse Double,C++ REST SDK (C++11),double37,true
2. Parse Double,C++ REST SDK (C++11),double38,true
2. Parse Double,C++ REST SDK (C++11),double39,true
2. Parse Double,C++ REST SDK (C++11),double40,true
2. Parse Double,C++ REST SDK (C++11),double41,true
2. Parse Double,C++ REST SDK (C++11),double42,true
2. Parse Double,C++ REST SDK (C++11),double43,true
2. Parse Double,C++ REST SDK (C++11),double44,true
2. Parse Double,C++ REST SDK (C++11),double45,true
2. Parse Double,C++ REST SDK (C++11),double46,true
2. Parse Double,C++ REST SDK (C++11),double47,true
2. Parse Double,C++ REST SDK (C++11),double48,true
2. Parse Double,C++ REST SDK (C++11),double49,true
2. Parse Double,C++ REST SDK (C++11),double50,true
2. Parse Double,C++ REST SDK (C++11),double51,true
2. Parse Double,C++ REST SDK (C++11),double52,true
2. Parse Double,C++ REST SDK (C++11),double53,true
2. Parse Double,C++ REST SDK (C++11),double54,true
2. Parse Double,C++ REST SDK (C++11),double55,true
2. Parse Double,C++ REST SDK (C++11),double56,true
2. Parse Double,C++ REST SDK (C++11),double57,true
2. Parse Double,C++ REST SDK (C++11),double58,true
2. Parse Double,C++ REST SDK (C++11),double59,true
2. Parse Double,C++ REST SDK (C++11),double60,true
2. Parse Double,C++ REST SDK (C++11),double61,true
2. Parse Double,C++ REST SDK (C++11),double62,true
2. Parse Double,C++ REST SDK (C++11),double63,true
2. Parse Double,C++ REST SDK (C++11),double64,true
2. Parse Double,C++ REST SDK (C++11),double65,true
2. Parse Double,C++ REST SDK (C++11),double66,true
3. Parse String,C++ REST SDK (C++11),string01,true
3. Parse String,C++ REST SDK (C++11),string02,true
3. Parse String,C++ REST SDK (C++11),string03,true
3. Parse String,C++ REST SDK (C++11),string04,true
3. Parse String,C++ REST SDK (C++11),string05,true
3. Parse String,C++ REST SDK (C++11),string06,true
3. Parse String,C++ REST SDK (C++11),string07,true
3. Parse String,C++ REST SDK (C++11),string08,true
3. Parse String,C++ REST SDK (C++11),string09,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip01,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip02,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip03,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip04,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip05,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip06,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip07,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip08,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip09,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip10,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip11,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip12,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip13,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip14,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip15,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip16,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip17,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip18,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip19,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip20,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip21,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip22,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip23,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip24,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip25,false
4. Roundtrip,C++ REST SDK (C++11),roundtrip26,true
4. Roundtrip,C++ REST SDK (C++11),roundtrip27,false
1. Parse Validation,cJSON (C),pass01,true
1. Parse Validation,cJSON (C),pass02,true
1. Parse Validation,cJSON (C),pass03,true
1. Parse Validation,cJSON (C),fail02,true
1. Parse Validation,cJSON (C),fail03,true
1. Parse Validation,cJSON (C),fail04,true
1. Parse Validation,cJSON (C),fail05,true
1. Parse Validation,cJSON (C),fail06,true
1. Parse Validation,cJSON (C),fail07,false
1. Parse Validation,cJSON (C),fail08,false
1. Parse Validation,cJSON (C),fail09,true
1. Parse Validation,cJSON (C),fail10,false
1. Parse Validation,cJSON (C),fail11,true
1. Parse Validation,cJSON (C),fail12,true
1. Parse Validation,cJSON (C),fail13,false
1. Parse Validation,cJSON (C),fail14,true
1. Parse Validation,cJSON (C),fail15,false
1. Parse Validation,cJSON (C),fail16,true
1. Parse Validation,cJSON (C),fail17,false
1. Parse Validation,cJSON (C),fail19,true
1. Parse Validation,cJSON (C),fail20,true
1. Parse Validation,cJSON (C),fail21,true
1. Parse Validation,cJSON (C),fail22,true
1. Parse Validation,cJSON (C),fail23,true
1. Parse Validation,cJSON (C),fail24,true
1. Parse Validation,cJSON (C),fail25,false
1. Parse Validation,cJSON (C),fail26,false
1. Parse Validation,cJSON (C),fail27,false
1. Parse Validation,cJSON (C),fail28,false
1. Parse Validation,cJSON (C),fail29,false
1. Parse Validation,cJSON (C),fail30,false
1. Parse Validation,cJSON (C),fail31,true
1. Parse Validation,cJSON (C),fail32,true
1. Parse Validation,cJSON (C),fail33,true
2. Parse Double,cJSON (C),double01,true
2. Parse Double,cJSON (C),double02,true
2. Parse Double,cJSON (C),double03,true
2. Parse Double,cJSON (C),double04,true
2. Parse Double,cJSON (C),double05,true
2. Parse Double,cJSON (C),double06,true
2. Parse Double,cJSON (C),double07,true
2. Parse Double,cJSON (C),double08,true
2. Parse Double,cJSON (C),double09,true
2. Parse Double,cJSON (C),double10,true
2. Parse Double,cJSON (C),double11,true
2. Parse Double,cJSON (C),double12,true
2. Parse Double,cJSON (C),double13,true
2. Parse Double,cJSON (C),double14,true
2. Parse Double,cJSON (C),double15,true
2. Parse Double,cJSON (C),double16,true
2. Parse Double,cJSON (C),double17,true
2. Parse Double,cJSON (C),double18,true
2. Parse Double,cJSON (C),double19,false
2. Parse Double,cJSON (C),double20,true
2. Parse Double,cJSON (C),double21,false
2. Parse Double,cJSON (C),double22,false
2. Parse Double,cJSON (C),double23,false
2. Parse Double,cJSON (C),double24,false
2. Parse Double,cJSON (C),double25,true
2. Parse Double,cJSON (C),double26,true
2. Parse Double,cJSON (C),double27,true
2. Parse Double,cJSON (C),double28,false
2. Parse Double,cJSON (C),double29,false
2. Parse Double,cJSON (C),double30,true
2. Parse Double,cJSON (C),double31,true
2. Parse Double,cJSON (C),double32,false
2. Parse Double,cJSON (C),double33,true
2. Parse Double,cJSON (C),double34,true
2. Parse Double,cJSON (C),double35,true
2. Parse Double,cJSON (C),double36,false
2. Parse Double,cJSON (C),double37,false
2. Parse Double,cJSON (C),double38,false
2. Parse Double,cJSON (C),double39,true
2. Parse Double,cJSON (C),double40,false
2. Parse Double,cJSON (C),double41,true
2. Parse Double,cJSON (C),double42,true
2. Parse Double,cJSON (C),double43,true
2. Parse Double,cJSON (C),double44,false
2. Parse Double,cJSON (C),double45,true
2. Parse Double,cJSON (C),double46,true
2. Parse Double,cJSON (C),double47,false
2. Parse Double,cJSON (C),double48,true
2. Parse Double,cJSON (C),double49,false
2. Parse Double,cJSON (C),double50,true
2. Parse Double,cJSON (C),double51,false
2. Parse Double,cJSON (C),double52,true
2. Parse Double,cJSON (C),double53,false
2. Parse Double,cJSON (C),double54,true
2. Parse Double,cJSON (C),double55,false
2. Parse Double,cJSON (C),double56,false
2. Parse Double,cJSON (C),double57,false
2. Parse Double,cJSON (C),double58,true
2. Parse Double,cJSON (C),double59,false
2. Parse Double,cJSON (C),double60,false
2. Parse Double,cJSON (C),double61,false
2. Parse Double,cJSON (C),double62,false
2. Parse Double,cJSON (C),double63,false
2. Parse Double,cJSON (C),double64,false
2. Parse Double,cJSON (C),double65,false
2. Parse Double,cJSON (C),double66,false
3. Parse String,cJSON (C),string01,true
3. Parse String,cJSON (C),string02,true
3. Parse String,cJSON (C),string03,true
3. Parse String,cJSON (C),string04,false
3. Parse String,cJSON (C),string05,true
3. Parse String,cJSON (C),string06,true
3. Parse String,cJSON (C),string07,true
3. Parse String,cJSON (C),string08,true
3. Parse String,cJSON (C),string09,true
4. Roundtrip,cJSON (C),roundtrip01,true
4. Roundtrip,cJSON (C),roundtrip02,true
4. Roundtrip,cJSON (C),roundtrip03,true
4. Roundtrip,cJSON (C),roundtrip04,true
4. Roundtrip,cJSON (C),roundtrip05,true
4. Roundtrip,cJSON (C),roundtrip06,true
4. Roundtrip,cJSON (C),roundtrip07,true
4. Roundtrip,cJSON (C),roundtrip08,true
4. Roundtrip,cJSON (C),roundtrip09,true
4. Roundtrip,cJSON (C),roundtrip10,true
4. Roundtrip,cJSON (C),roundtrip11,true
4. Roundtrip,cJSON (C),roundtrip12,true
4. Roundtrip,cJSON (C),roundtrip13,false
4. Roundtrip,cJSON (C),roundtrip14,false
4. Roundtrip,cJSON (C),roundtrip15,true
4. Roundtrip,cJSON (C),roundtrip16,true
4. Roundtrip,cJSON (C),roundtrip17,true
4. Roundtrip,cJSON (C),roundtrip18,false
4. Roundtrip,cJSON (C),roundtrip19,false
4. Roundtrip,cJSON (C),roundtrip20,false
4. Roundtrip,cJSON (C),roundtrip21,false
4. Roundtrip,cJSON (C),roundtrip22,false
4. Roundtrip,cJSON (C),roundtrip23,false
4. Roundtrip,cJSON (C),roundtrip24,false
4. Roundtrip,cJSON (C),roundtrip25,false
4. Roundtrip,cJSON (C),roundtrip26,false
4. Roundtrip,cJSON (C),roundtrip27,false
1. Parse Validation,dropbox/json11 (C++11),pass01,true
1. Parse Validation,dropbox/json11 (C++11),pass02,true
1. Parse Validation,dropbox/json11 (C++11),pass03,true
1. Parse Validation,dropbox/json11 (C++11),fail02,true
1. Parse Validation,dropbox/json11 (C++11),fail03,true
1. Parse Validation,dropbox/json11 (C++11),fail04,true
1. Parse Validation,dropbox/json11 (C++11),fail05,true
1. Parse Validation,dropbox/json11 (C++11),fail06,true
1. Parse Validation,dropbox/json11 (C++11),fail07,true
1. Parse Validation,dropbox/json11 (C++11),fail08,true
1. Parse Validation,dropbox/json11 (C++11),fail09,true
1. Parse Validation,dropbox/json11 (C++11),fail10,true
1. Parse Validation,dropbox/json11 (C++11),fail11,true
1. Parse Validation,dropbox/json11 (C++11),fail12,true
1. Parse Validation,dropbox/json11 (C++11),fail13,true
1. Parse Validation,dropbox/json11 (C++11),fail14,true
1. Parse Validation,dropbox/json11 (C++11),fail15,true
1. Parse Validation,dropbox/json11 (C++11),fail16,true
1. Parse Validation,dropbox/json11 (C++11),fail17,true
1. Parse Validation,dropbox/json11 (C++11),fail19,true
1. Parse Validation,dropbox/json11 (C++11),fail20,true
1. Parse Validation,dropbox/json11 (C++11),fail21,true
1. Parse Validation,dropbox/json11 (C++11),fail22,true
1. Parse Validation,dropbox/json11 (C++11),fail23,true
1. Parse Validation,dropbox/json11 (C++11),fail24,true
1. Parse Validation,dropbox/json11 (C++11),fail25,true
1. Parse Validation,dropbox/json11 (C++11),fail26,true
1. Parse Validation,dropbox/json11 (C++11),fail27,true
1. Parse Validation,dropbox/json11 (C++11),fail28,true
1. Parse Validation,dropbox/json11 (C++11),fail29,true
1. Parse Validation,dropbox/json11 (C++11),fail30,true
1. Parse Validation,dropbox/json11 (C++11),fail31,true
1. Parse Validation,dropbox/json11 (C++11),fail32,true
1. Parse Validation,dropbox/json11 (C++11),fail33,true
2. Parse Double,dropbox/json11 (C++11),double01,true
2. Parse Double,dropbox/json11 (C++11),double02,true
2. Parse Double,dropbox/json11 (C++11),double03,true
2. Parse Double,dropbox/json11 (C++11),double04,true
2. Parse Double,dropbox/json11 (C++11),double05,true
2. Parse Double,dropbox/json11 (C++11),double06,true
2. Parse Double,dropbox/json11 (C++11),double07,true
2. Parse Double,dropbox/json11 (C++11),double08,true
2. Parse Double,dropbox/json11 (C++11),double09,true
2. Parse Double,dropbox/json11 (C++11),double10,true
2. Parse Double,dropbox/json11 (C++11),double11,true
2. Parse Double,dropbox/json11 (C++11),double12,true
2. Parse Double,dropbox/json11 (C++11),double13,true
2. Parse Double,dropbox/json11 (C++11),double14,true
2. Parse Double,dropbox/json11 (C++11),double15,true
2. Parse Double,dropbox/json11 (C++11),double16,true
2. Parse Double,dropbox/json11 (C++11),double17,true
2. Parse Double,dropbox/json11 (C++11),double18,true
2. Parse Double,dropbox/json11 (C++11),double19,true
2. Parse Double,dropbox/json11 (C++11),double20,true
2. Parse Double,dropbox/json11 (C++11),double21,true
2. Parse Double,dropbox/json11 (C++11),double22,true
2. Parse Double,dropbox/json11 (C++11),double23,true
2. Parse Double,dropbox/json11 (C++11),double24,true
2. Parse Double,dropbox/json11 (C++11),double25,true
2. Parse Double,dropbox/json11 (C++11),double26,true
2. Parse Double,dropbox/json11 (C++11),double27,true
2. Parse Double,dropbox/json11 (C++11),double28,true
2. Parse Double,dropbox/json11 (C++11),double29,true
2. Parse Double,dropbox/json11 (C++11),double30,true
2. Parse Double,dropbox/json11 (C++11),double31,true
2. Parse Double,dropbox/json11 (C++11),double32,true
2. Parse Double,dropbox/json11 (C++11),double33,true
2. Parse Double,dropbox/json11 (C++11),double34,true
2. Parse Double,dropbox/json11 (C++11),double35,true
2. Parse Double,dropbox/json11 (C++11),double36,true
2. Parse Double,dropbox/json11 (C++11),double37,true
2. Parse Double,dropbox/json11 (C++11),double38,true
2. Parse Double,dropbox/json11 (C++11),double39,true
2. Parse Double,dropbox/json11 (C++11),double40,true
2. Parse Double,dropbox/json11 (C++11),double41,true
2. Parse Double,dropbox/json11 (C++11),double42,true
2. Parse Double,dropbox/json11 (C++11),double43,true
2. Parse Double,dropbox/json11 (C++11),double44,true
2. Parse Double,dropbox/json11 (C++11),double45,true
2. Parse Double,dropbox/json11 (C++11),double46,true
2. Parse Double,dropbox/json11 (C++11),double47,true
2. Parse Double,dropbox/json11 (C++11),double48,true
2. Parse Double,dropbox/json11 (C++11),double49,true
2. Parse Double,dropbox/json11 (C++11),double50,true
2. Parse Double,dropbox/json11 (C++11),double51,true
2. Parse Double,dropbox/json11 (C++11),double52,true
2. Parse Double,dropbox/json11 (C++11),double53,true
2. Parse Double,dropbox/json11 (C++11),double54,true
2. Parse Double,dropbox/json11 (C++11),double55,true
2. Parse Double,dropbox/json11 (C++11),double56,true
2. Parse Double,dropbox/json11 (C++11),double57,true
2. Parse Double,dropbox/json11 (C++11),double58,true
2. Parse Double,dropbox/json11 (C++11),double59,true
2. Parse Double,dropbox/json11 (C++11),double60,true
2. Parse Double,dropbox/json11 (C++11),double61,true
2. Parse Double,dropbox/json11 (C++11),double62,true
2. Parse Double,dropbox/json11 (C++11),double63,true
2. Parse Double,dropbox/json11 (C++11),double64,true
2. Parse Double,dropbox/json11 (C++11),double65,true
2. Parse Double,dropbox/json11 (C++11),double66,true
3. Parse String,dropbox/json11 (C++11),string01,true
3. Parse String,dropbox/json11 (C++11),string02,true
3. Parse String,dropbox/json11 (C++11),string03,true
3. Parse String,dropbox/json11 (C++11),string04,true
3. Parse String,dropbox/json11 (C++11),string05,true
3. Parse String,dropbox/json11 (C++11),string06,true
3. Parse String,dropbox/json11 (C++11),string07,true
3. Parse String,dropbox/json11 (C++11),string08,true
3. Parse String,dropbox/json11 (C++11),string09,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip01,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip02,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip03,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip04,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip05,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip06,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip07,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip08,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip09,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip10,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip11,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip12,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip13,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip14,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip15,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip16,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip17,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip18,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip19,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip20,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip21,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip22,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip23,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip24,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip25,false
4. Roundtrip,dropbox/json11 (C++11),roundtrip26,true
4. Roundtrip,dropbox/json11 (C++11),roundtrip27,false
1. Parse Validation,mikeando/FastJson (C++),pass01,true
1. Parse Validation,mikeando/FastJson (C++),pass02,true
1. Parse Validation,mikeando/FastJson (C++),pass03,true
1. Parse Validation,mikeando/FastJson (C++),fail02,true
1. Parse Validation,mikeando/FastJson (C++),fail03,true
1. Parse Validation,mikeando/FastJson (C++),fail04,true
1. Parse Validation,mikeando/FastJson (C++),fail05,true
1. Parse Validation,mikeando/FastJson (C++),fail06,true
1. Parse Validation,mikeando/FastJson (C++),fail07,true
1. Parse Validation,mikeando/FastJson (C++),fail08,true
1. Parse Validation,mikeando/FastJson (C++),fail09,true
1. Parse Validation,mikeando/FastJson (C++),fail10,false
1. Parse Validation,mikeando/FastJson (C++),fail11,true
1. Parse Validation,mikeando/FastJson (C++),fail12,true
1. Parse Validation,mikeando/FastJson (C++),fail13,true
1. Parse Validation,mikeando/FastJson (C++),fail14,true
1. Parse Validation,mikeando/FastJson (C++),fail15,true
1. Parse Validation,mikeando/FastJson (C++),fail16,true
1. Parse Validation,mikeando/FastJson (C++),fail17,true
1. Parse Validation,mikeando/FastJson (C++),fail19,true
1. Parse Validation,mikeando/FastJson (C++),fail20,true
1. Parse Validation,mikeando/FastJson (C++),fail21,true
1. Parse Validation,mikeando/FastJson (C++),fail22,true
1. Parse Validation,mikeando/FastJson (C++),fail23,true
1. Parse Validation,mikeando/FastJson (C++),fail24,true
1. Parse Validation,mikeando/FastJson (C++),fail25,false
1. Parse Validation,mikeando/FastJson (C++),fail26,true
1. Parse Validation,mikeando/FastJson (C++),fail27,false
1. Parse Validation,mikeando/FastJson (C++),fail28,true
1. Parse Validation,mikeando/FastJson (C++),fail29,true
1. Parse Validation,mikeando/FastJson (C++),fail30,true
1. Parse Validation,mikeando/FastJson (C++),fail31,true
1. Parse Validation,mikeando/FastJson (C++),fail32,true
1. Parse Validation,mikeando/FastJson (C++),fail33,true
2. Parse Double,mikeando/FastJson (C++),double01,true
2. Parse Double,mikeando/FastJson (C++),double02,true
2. Parse Double,mikeando/FastJson (C++),double03,true
2. Parse Double,mikeando/FastJson (C++),double04,true
2. Parse Double,mikeando/FastJson (C++),double05,true
2. Parse Double,mikeando/FastJson (C++),double06,true
2. Parse Double,mikeando/FastJson (C++),double07,true
2. Parse Double,mikeando/FastJson (C++),double08,true
2. Parse Double,mikeando/FastJson (C++),double09,true
2. Parse Double,mikeando/FastJson (C++),double10,true
2. Parse Double,mikeando/FastJson (C++),double11,true
2. Parse Double,mikeando/FastJson (C++),double12,true
2. Parse Double,mikeando/FastJson (C++),double13,true
2. Parse Double,mikeando/FastJson (C++),double14,true
2. Parse Double,mikeando/FastJson (C++),double15,true
2. Parse Double,mikeando/FastJson (C++),double16,true
2. Parse Double,mikeando/FastJson (C++),double17,true
2. Parse Double,mikeando/FastJson (C++),double18,true
2. Parse Double,mikeando/FastJson (C++),double19,true
2. Parse Double,mikeando/FastJson (C++),double20,true
2. Parse Double,mikeando/FastJson (C++),double21,true
2. Parse Double,mikeando/FastJson (C++),double22,true
2. Parse Double,mikeando/FastJson (C++),double23,true
2. Parse Double,mikeando/FastJson (C++),double24,true
2. Parse Double,mikeando/FastJson (C++),double25,true
2. Parse Double,mikeando/FastJson (C++),double26,true
2. Parse Double,mikeando/FastJson (C++),double27,true
2. Parse Double,mikeando/FastJson (C++),double28,true
2. Parse Double,mikeando/FastJson (C++),double29,true
2. Parse Double,mikeando/FastJson (C++),double30,true
2. Parse Double,mikeando/FastJson (C++),double31,true
2. Parse Double,mikeando/FastJson (C++),double32,true
2. Parse Double,mikeando/FastJson (C++),double33,true
2. Parse Double,mikeando/FastJson (C++),double34,true
2. Parse Double,mikeando/FastJson (C++),double35,true
2. Parse Double,mikeando/FastJson (C++),double36,true
2. Parse Double,mikeando/FastJson (C++),double37,true
2. Parse Double,mikeando/FastJson (C++),double38,true
2. Parse Double,mikeando/FastJson (C++),double39,true
2. Parse Double,mikeando/FastJson (C++),double40,true
2. Parse Double,mikeando/FastJson (C++),double41,true
2. Parse Double,mikeando/FastJson (C++),double42,false
2. Parse Double,mikeando/FastJson (C++),double43,true
2. Parse Double,mikeando/FastJson (C++),double44,true
2. Parse Double,mikeando/FastJson (C++),double45,true
2. Parse Double,mikeando/FastJson (C++),double46,true
2. Parse Double,mikeando/FastJson (C++),double47,true
2. Parse Double,mikeando/FastJson (C++),double48,true
2. Parse Double,mikeando/FastJson (C++),double49,true
2. Parse Double,mikeando/FastJson (C++),double50,true
2. Parse Double,mikeando/FastJson (C++),double51,true
2. Parse Double,mikeando/FastJson (C++),double52,true
2. Parse Double,mikeando/FastJson (C++),double53,true
2. Parse Double,mikeando/FastJson (C++),double54,true
2. Parse Double,mikeando/FastJson (C++),double55,true
2. Parse Double,mikeando/FastJson (C++),double56,true
2. Parse Double,mikeando/FastJson (C++),double57,true
2. Parse Double,mikeando/FastJson (C++),double58,true
2. Parse Double,mikeando/FastJson (C++),double59,true
2. Parse Double,mikeando/FastJson (C++),double60,true
2. Parse Double,mikeando/FastJson (C++),double61,true
2. Parse Double,mikeando/FastJson (C++),double62,true
2. Parse Double,mikeando/FastJson (C++),double63,true
2. Parse Double,mikeando/FastJson (C++),double64,true
2. Parse Double,mikeando/FastJson (C++),double65,true
2. Parse Double,mikeando/FastJson (C++),double66,true
3. Parse String,mikeando/FastJson (C++),string01,true
3. Parse String,mikeando/FastJson (C++),string02,true
3. Parse String,mikeando/FastJson (C++),string03,true
3. Parse String,mikeando/FastJson (C++),string04,true
3. Parse String,mikeando/FastJson (C++),string05,true
3. Parse String,mikeando/FastJson (C++),string06,true
3. Parse String,mikeando/FastJson (C++),string07,true
3. Parse String,mikeando/FastJson (C++),string08,true
3. Parse String,mikeando/FastJson (C++),string09,false
4. Roundtrip,mikeando/FastJson (C++),roundtrip01,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip02,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip03,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip04,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip05,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip06,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip07,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip08,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip09,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip10,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip11,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip12,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip13,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip14,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip15,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip16,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip17,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip18,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip19,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip20,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip21,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip22,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip23,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip24,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip25,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip26,true
4. Roundtrip,mikeando/FastJson (C++),roundtrip27,true
1. Parse Validation,gason (C++11),pass01,true
1. Parse Validation,gason (C++11),pass02,true
1. Parse Validation,gason (C++11),pass03,true
1. Parse Validation,gason (C++11),fail02,true
1. Parse Validation,gason (C++11),fail03,true
1. Parse Validation,gason (C++11),fail04,false
1. Parse Validation,gason (C++11),fail05,true
1. Parse Validation,gason (C++11),fail06,true
1. Parse Validation,gason (C++11),fail07,false
1. Parse Validation,gason (C++11),fail08,false
1. Parse Validation,gason (C++11),fail09,false
1. Parse Validation,gason (C++11),fail10,false
1. Parse Validation,gason (C++11),fail11,true
1. Parse Validation,gason (C++11),fail12,true
1. Parse Validation,gason (C++11),fail13,false
1. Parse Validation,gason (C++11),fail14,true
1. Parse Validation,gason (C++11),fail15,true
1. Parse Validation,gason (C++11),fail16,true
1. Parse Validation,gason (C++11),fail17,true
1. Parse Validation,gason (C++11),fail19,false
1. Parse Validation,gason (C++11),fail20,true
1. Parse Validation,gason (C++11),fail21,true
1. Parse Validation,gason (C++11),fail22,true
1. Parse Validation,gason (C++11),fail23,true
1. Parse Validation,gason (C++11),fail24,true
1. Parse Validation,gason (C++11),fail25,true
1. Parse Validation,gason (C++11),fail26,true
1. Parse Validation,gason (C++11),fail27,true
1. Parse Validation,gason (C++11),fail28,true
1. Parse Validation,gason (C++11),fail29,false
1. Parse Validation,gason (C++11),fail30,false
1. Parse Validation,gason (C++11),fail31,true
1. Parse Validation,gason (C++11),fail32,true
1. Parse Validation,gason (C++11),fail33,true
2. Parse Double,gason (C++11),double01,true
2. Parse Double,gason (C++11),double02,true
2. Parse Double,gason (C++11),double03,true
2. Parse Double,gason (C++11),double04,true
2. Parse Double,gason (C++11),double05,true
2. Parse Double,gason (C++11),double06,true
2. Parse Double,gason (C++11),double07,true
2. Parse Double,gason (C++11),double08,true
2. Parse Double,gason (C++11),double09,true
2. Parse Double,gason (C++11),double10,true
2. Parse Double,gason (C++11),double11,false
2. Parse Double,gason (C++11),double12,true
2. Parse Double,gason (C++11),double13,true
2. Parse Double,gason (C++11),double14,true
2. Parse Double,gason (C++11),double15,false
2. Parse Double,gason (C++11),double16,true
2. Parse Double,gason (C++11),double17,false
2. Parse Double,gason (C++11),double18,false
2. Parse Double,gason (C++11),double19,false
2. Parse Double,gason (C++11),double20,false
2. Parse Double,gason (C++11),double21,false
2. Parse Double,gason (C++11),double22,false
2. Parse Double,gason (C++11),double23,false
2. Parse Double,gason (C++11),double24,false
2. Parse Double,gason (C++11),double25,false
2. Parse Double,gason (C++11),double26,true
2. Parse Double,gason (C++11),double27,true
2. Parse Double,gason (C++11),double28,false
2. Parse Double,gason (C++11),double29,true
2. Parse Double,gason (C++11),double30,false
2. Parse Double,gason (C++11),double31,true
2. Parse Double,gason (C++11),double32,false
2. Parse Double,gason (C++11),double33,true
2. Parse Double,gason (C++11),double34,true
2. Parse Double,gason (C++11),double35,false
2. Parse Double,gason (C++11),double36,false
2. Parse Double,gason (C++11),double37,false
2. Parse Double,gason (C++11),double38,false
2. Parse Double,gason (C++11),double39,false
2. Parse Double,gason (C++11),double40,true
2. Parse Double,gason (C++11),double41,false
2. Parse Double,gason (C++11),double42,true
2. Parse Double,gason (C++11),double43,true
2. Parse Double,gason (C++11),double44,false
2. Parse Double,gason (C++11),double45,true
2. Parse Double,gason (C++11),double46,true
2. Parse Double,gason (C++11),double47,false
2. Parse Double,gason (C++11),double48,false
2. Parse Double,gason (C++11),double49,false
2. Parse Double,gason (C++11),double50,false
2. Parse Double,gason (C++11),double51,false
2. Parse Double,gason (C++11),double52,true
2. Parse Double,gason (C++11),double53,false
2. Parse Double,gason (C++11),double54,false
2. Parse Double,gason (C++11),double55,false
2. Parse Double,gason (C++11),double56,false
2. Parse Double,gason (C++11),double57,false
2. Parse Double,gason (C++11),double58,false
2. Parse Double,gason (C++11),double59,false
2. Parse Double,gason (C++11),double60,false
2. Parse Double,gason (C++11),double61,false
2. Parse Double,gason (C++11),double62,false
2. Parse Double,gason (C++11),double63,false
2. Parse Double,gason (C++11),double64,false
2. Parse Double,gason (C++11),double65,false
2. Parse Double,gason (C++11),double66,false
3. Parse String,gason (C++11),string01,true
3. Parse String,gason (C++11),string02,true
3. Parse String,gason (C++11),string03,true
3. Parse String,gason (C++11),string04,false
3. Parse String,gason (C++11),string05,true
3. Parse String,gason (C++11),string06,true
3. Parse String,gason (C++11),string07,true
3. Parse String,gason (C++11),string08,true
3. Parse String,gason (C++11),string09,false
4. Roundtrip,gason (C++11),roundtrip01,true
4. Roundtrip,gason (C++11),roundtrip02,true
4. Roundtrip,gason (C++11),roundtrip03,true
4. Roundtrip,gason (C++11),roundtrip04,false
4. Roundtrip,gason (C++11),roundtrip05,true
4. Roundtrip,gason (C++11),roundtrip06,true
4. Roundtrip,gason (C++11),roundtrip07,true
4. Roundtrip,gason (C++11),roundtrip08,false
4. Roundtrip,gason (C++11),roundtrip09,true
4. Roundtrip,gason (C++11),roundtrip10,true
4. Roundtrip,gason (C++11),roundtrip11,false
4. Roundtrip,gason (C++11),roundtrip12,false
4. Roundtrip,gason (C++11),roundtrip13,false
4. Roundtrip,gason (C++11),roundtrip14,false
4. Roundtrip,gason (C++11),roundtrip15,false
4. Roundtrip,gason (C++11),roundtrip16,false
4. Roundtrip,gason (C++11),roundtrip17,false
4. Roundtrip,gason (C++11),roundtrip18,false
4. Roundtrip,gason (C++11),roundtrip19,false
4. Roundtrip,gason (C++11),roundtrip20,false
4. Roundtrip,gason (C++11),roundtrip21,false
4. Roundtrip,gason (C++11),roundtrip22,false
4. Roundtrip,gason (C++11),roundtrip23,false
4. Roundtrip,gason (C++11),roundtrip24,false
4. Roundtrip,gason (C++11),roundtrip25,false
4. Roundtrip,gason (C++11),roundtrip26,false
4. Roundtrip,gason (C++11),roundtrip27,false
1. Parse Validation,Jansson (C),pass01,true
1. Parse Validation,Jansson (C),pass02,true
1. Parse Validation,Jansson (C),pass03,true
1. Parse Validation,Jansson (C),fail02,true
1. Parse Validation,Jansson (C),fail03,true
1. Parse Validation,Jansson (C),fail04,true
1. Parse Validation,Jansson (C),fail05,true
1. Parse Validation,Jansson (C),fail06,true
1. Parse Validation,Jansson (C),fail07,true
1. Parse Validation,Jansson (C),fail08,true
1. Parse Validation,Jansson (C),fail09,true
1. Parse Validation,Jansson (C),fail10,true
1. Parse Validation,Jansson (C),fail11,true
1. Parse Validation,Jansson (C),fail12,true
1. Parse Validation,Jansson (C),fail13,true
1. Parse Validation,Jansson (C),fail14,true
1. Parse Validation,Jansson (C),fail15,true
1. Parse Validation,Jansson (C),fail16,true
1. Parse Validation,Jansson (C),fail17,true
1. Parse Validation,Jansson (C),fail19,true
1. Parse Validation,Jansson (C),fail20,true
1. Parse Validation,Jansson (C),fail21,true
1. Parse Validation,Jansson (C),fail22,true
1. Parse Validation,Jansson (C),fail23,true
1. Parse Validation,Jansson (C),fail24,true
1. Parse Validation,Jansson (C),fail25,true
1. Parse Validation,Jansson (C),fail26,true
1. Parse Validation,Jansson (C),fail27,true
1. Parse Validation,Jansson (C),fail28,true
1. Parse Validation,Jansson (C),fail29,true
1. Parse Validation,Jansson (C),fail30,true
1. Parse Validation,Jansson (C),fail31,true
1. Parse Validation,Jansson (C),fail32,true
1. Parse Validation,Jansson (C),fail33,true
2. Parse Double,Jansson (C),double01,true
2. Parse Double,Jansson (C),double02,true
2. Parse Double,Jansson (C),double03,true
2. Parse Double,Jansson (C),double04,true
2. Parse Double,Jansson (C),double05,true
2. Parse Double,Jansson (C),double06,true
2. Parse Double,Jansson (C),double07,true
2. Parse Double,Jansson (C),double08,true
2. Parse Double,Jansson (C),double09,true
2. Parse Double,Jansson (C),double10,true
2. Parse Double,Jansson (C),double11,true
2. Parse Double,Jansson (C),double12,true
2. Parse Double,Jansson (C),double13,true
2. Parse Double,Jansson (C),double14,true
2. Parse Double,Jansson (C),double15,true
2. Parse Double,Jansson (C),double16,true
2. Parse Double,Jansson (C),double17,true
2. Parse Double,Jansson (C),double18,true
2. Parse Double,Jansson (C),double19,true
2. Parse Double,Jansson (C),double20,true
2. Parse Double,Jansson (C),double21,true
2. Parse Double,Jansson (C),double22,true
2. Parse Double,Jansson (C),double23,true
2. Parse Double,Jansson (C),double24,true
2. Parse Double,Jansson (C),double25,true
2. Parse Double,Jansson (C),double26,true
2. Parse Double,Jansson (C),double27,false
2. Parse Double,Jansson (C),double28,false
2. Parse Double,Jansson (C),double29,true
2. Parse Double,Jansson (C),double30,true
2. Parse Double,Jansson (C),double31,true
2. Parse Double,Jansson (C),double32,true
2. Parse Double,Jansson (C),double33,true
2. Parse Double,Jansson (C),double34,true
2. Parse Double,Jansson (C),double35,true
2. Parse Double,Jansson (C),double36,true
2. Parse Double,Jansson (C),double37,true
2. Parse Double,Jansson (C),double38,true
2. Parse Double,Jansson (C),double39,true
2. Parse Double,Jansson (C),double40,true
2. Parse Double,Jansson (C),double41,true
2. Parse Double,Jansson (C),double42,true
2. Parse Double,Jansson (C),double43,true
2. Parse Double,Jansson (C),double44,true
2. Parse Double,Jansson (C),double45,true
2. Parse Double,Jansson (C),double46,true
2. Parse Double,Jansson (C),double47,true
2. Parse Double,Jansson (C),double48,true
2. Parse Double,Jansson (C),double49,true
2. Parse Double,Jansson (C),double50,true
2. Parse Double,Jansson (C),double51,true
2. Parse Double,Jansson (C),double52,true
2. Parse Double,Jansson (C),double53,true
2. Parse Double,Jansson (C),double54,true
2. Parse Double,Jansson (C),double55,false
2. Parse Double,Jansson (C),double56,false
2. Parse Double,Jansson (C),double57,false
2. Parse Double,Jansson (C),double58,true
2. Parse Double,Jansson (C),double59,true
2. Parse Double,Jansson (C),double60,false
2. Parse Double,Jansson (C),double61,false
2. Parse Double,Jansson (C),double62,false
2. Parse Double,Jansson (C),double63,true
2. Parse Double,Jansson (C),double64,true
2. Parse Double,Jansson (C),double65,false
2. Parse Double,Jansson (C),double66,true
3. Parse String,Jansson (C),string01,true
3. Parse String,Jansson (C),string02,true
3. Parse String,Jansson (C),string03,true
3. Parse String,Jansson (C),string04,false
3. Parse String,Jansson (C),string05,true
3. Parse String,Jansson (C),string06,true
3. Parse String,Jansson (C),string07,true
3. Parse String,Jansson (C),string08,true
3. Parse String,Jansson (C),string09,true
4. Roundtrip,Jansson (C),roundtrip01,true
4. Roundtrip,Jansson (C),roundtrip02,true
4. Roundtrip,Jansson (C),roundtrip03,true
4. Roundtrip,Jansson (C),roundtrip04,true
4. Roundtrip,Jansson (C),roundtrip05,true
4. Roundtrip,Jansson (C),roundtrip06,true
4. Roundtrip,Jansson (C),roundtrip07,true
4. Roundtrip,Jansson (C),roundtrip08,false
4. Roundtrip,Jansson (C),roundtrip09,false
4. Roundtrip,Jansson (C),roundtrip10,false
4. Roundtrip,Jansson (C),roundtrip11,true
4. Roundtrip,Jansson (C),roundtrip12,true
4. Roundtrip,Jansson (C),roundtrip13,true
4. Roundtrip,Jansson (C),roundtrip14,true
4. Roundtrip,Jansson (C),roundtrip15,true
4. Roundtrip,Jansson (C),roundtrip16,true
4. Roundtrip,Jansson (C),roundtrip17,true
4. Roundtrip,Jansson (C),roundtrip18,true
4. Roundtrip,Jansson (C),roundtrip19,true
4. Roundtrip,Jansson (C),roundtrip20,true
4. Roundtrip,Jansson (C),roundtrip21,true
4. Roundtrip,Jansson (C),roundtrip22,false
4. Roundtrip,Jansson (C),roundtrip23,false
4. Roundtrip,Jansson (C),roundtrip24,false
4. Roundtrip,Jansson (C),roundtrip25,false
4. Roundtrip,Jansson (C),roundtrip26,true
4. Roundtrip,Jansson (C),roundtrip27,true
1. Parse Validation,JeayeSON (C++14),pass01,true
1. Parse Validation,JeayeSON (C++14),pass02,true
1. Parse Validation,JeayeSON (C++14),pass03,true
1. Parse Validation,JeayeSON (C++14),fail02,false
1. Parse Validation,JeayeSON (C++14),fail03,false
1. Parse Validation,JeayeSON (C++14),fail04,false
1. Parse Validation,JeayeSON (C++14),fail05,false
1. Parse Validation,JeayeSON (C++14),fail06,false
1. Parse Validation,JeayeSON (C++14),fail07,false
1. Parse Validation,JeayeSON (C++14),fail08,false
1. Parse Validation,JeayeSON (C++14),fail09,false
1. Parse Validation,JeayeSON (C++14),fail10,false
1. Parse Validation,JeayeSON (C++14),fail11,false
1. Parse Validation,JeayeSON (C++14),fail12,false
1. Parse Validation,JeayeSON (C++14),fail13,false
1. Parse Validation,JeayeSON (C++14),fail14,false
1. Parse Validation,JeayeSON (C++14),fail15,false
1. Parse Validation,JeayeSON (C++14),fail16,false
1. Parse Validation,JeayeSON (C++14),fail17,false
1. Parse Validation,JeayeSON (C++14),fail19,false
1. Parse Validation,JeayeSON (C++14),fail20,false
1. Parse Validation,JeayeSON (C++14),fail21,false
1. Parse Validation,JeayeSON (C++14),fail22,false
1. Parse Validation,JeayeSON (C++14),fail23,false
1. Parse Validation,JeayeSON (C++14),fail24,false
1. Parse Validation,JeayeSON (C++14),fail25,false
1. Parse Validation,JeayeSON (C++14),fail26,false
1. Parse Validation,JeayeSON (C++14),fail27,false
1. Parse Validation,JeayeSON (C++14),fail28,false
1. Parse Validation,JeayeSON (C++14),fail29,false
1. Parse Validation,JeayeSON (C++14),fail30,false
1. Parse Validation,JeayeSON (C++14),fail31,false
1. Parse Validation,JeayeSON (C++14),fail32,false
1. Parse Validation,JeayeSON (C++14),fail33,false
2. Parse Double,JeayeSON (C++14),double01,true
2. Parse Double,JeayeSON (C++14),double02,true
2. Parse Double,JeayeSON (C++14),double03,true
2. Parse Double,JeayeSON (C++14),double04,true
2. Parse Double,JeayeSON (C++14),double05,true
2. Parse Double,JeayeSON (C++14),double06,true
2. Parse Double,JeayeSON (C++14),double07,false
2. Parse Double,JeayeSON (C++14),double08,true
2. Parse Double,JeayeSON (C++14),double09,true
2. Parse Double,JeayeSON (C++14),double10,true
2. Parse Double,JeayeSON (C++14),double11,false
2. Parse Double,JeayeSON (C++14),double12,true
2. Parse Double,JeayeSON (C++14),double13,true
2. Parse Double,JeayeSON (C++14),double14,true
2. Parse Double,JeayeSON (C++14),double15,false
2. Parse Double,JeayeSON (C++14),double16,false
2. Parse Double,JeayeSON (C++14),double17,false
2. Parse Double,JeayeSON (C++14),double18,false
2. Parse Double,JeayeSON (C++14),double19,false
2. Parse Double,JeayeSON (C++14),double20,false
2. Parse Double,JeayeSON (C++14),double21,false
2. Parse Double,JeayeSON (C++14),double22,false
2. Parse Double,JeayeSON (C++14),double23,false
2. Parse Double,JeayeSON (C++14),double24,false
2. Parse Double,JeayeSON (C++14),double25,false
2. Parse Double,JeayeSON (C++14),double26,true
2. Parse Double,JeayeSON (C++14),double27,false
2. Parse Double,JeayeSON (C++14),double28,false
2. Parse Double,JeayeSON (C++14),double29,true
2. Parse Double,JeayeSON (C++14),double30,false
2. Parse Double,JeayeSON (C++14),double31,false
2. Parse Double,JeayeSON (C++14),double32,false
2. Parse Double,JeayeSON (C++14),double33,true
2. Parse Double,JeayeSON (C++14),double34,true
2. Parse Double,JeayeSON (C++14),double35,false
2. Parse Double,JeayeSON (C++14),double36,false
2. Parse Double,JeayeSON (C++14),double37,false
2. Parse Double,JeayeSON (C++14),double38,false
2. Parse Double,JeayeSON (C++14),double39,true
2. Parse Double,JeayeSON (C++14),double40,false
2. Parse Double,JeayeSON (C++14),double41,true
2. Parse Double,JeayeSON (C++14),double42,true
2. Parse Double,JeayeSON (C++14),double43,true
2. Parse Double,JeayeSON (C++14),double44,false
2. Parse Double,JeayeSON (C++14),double45,false
2. Parse Double,JeayeSON (C++14),double46,true
2. Parse Double,JeayeSON (C++14),double47,true
2. Parse Double,JeayeSON (C++14),double48,false
2. Parse Double,JeayeSON (C++14),double49,true
2. Parse Double,JeayeSON (C++14),double50,false
2. Parse Double,JeayeSON (C++14),double51,true
2. Parse Double,JeayeSON (C++14),double52,true
2. Parse Double,JeayeSON (C++14),double53,false
2. Parse Double,JeayeSON (C++14),double54,true
2. Parse Double,JeayeSON (C++14),double55,false
2. Parse Double,JeayeSON (C++14),double56,false
2. Parse Double,JeayeSON (C++14),double57,false
2. Parse Double,JeayeSON (C++14),double58,false
2. Parse Double,JeayeSON (C++14),double59,true
2. Parse Double,JeayeSON (C++14),double60,false
2. Parse Double,JeayeSON (C++14),double61,false
2. Parse Double,JeayeSON (C++14),double62,false
2. Parse Double,JeayeSON (C++14),double63,false
2. Parse Double,JeayeSON (C++14),double64,false
2. Parse Double,JeayeSON (C++14),double65,false
2. Parse Double,JeayeSON (C++14),double66,false
3. Parse String,JeayeSON (C++14),string01,true
3. Parse String,JeayeSON (C++14),string02,true
3. Parse String,JeayeSON (C++14),string03,true
3. Parse String,JeayeSON (C++14),string04,true
3. Parse String,JeayeSON (C++14),string05,true
3. Parse String,JeayeSON (C++14),string06,true
3. Parse String,JeayeSON (C++14),string07,true
3. Parse String,JeayeSON (C++14),string08,true
3. Parse String,JeayeSON (C++14),string09,true
4. Roundtrip,JeayeSON (C++14),roundtrip01,true
4. Roundtrip,JeayeSON (C++14),roundtrip02,true
4. Roundtrip,JeayeSON (C++14),roundtrip03,true
4. Roundtrip,JeayeSON (C++14),roundtrip04,true
4. Roundtrip,JeayeSON (C++14),roundtrip05,true
4. Roundtrip,JeayeSON (C++14),roundtrip06,true
4. Roundtrip,JeayeSON (C++14),roundtrip07,true
4. Roundtrip,JeayeSON (C++14),roundtrip08,true
4. Roundtrip,JeayeSON (C++14),roundtrip09,true
4. Roundtrip,JeayeSON (C++14),roundtrip10,true
4. Roundtrip,JeayeSON (C++14),roundtrip11,true
4. Roundtrip,JeayeSON (C++14),roundtrip12,true
4. Roundtrip,JeayeSON (C++14),roundtrip13,false
4. Roundtrip,JeayeSON (C++14),roundtrip14,false
4. Roundtrip,JeayeSON (C++14),roundtrip15,true
4. Roundtrip,JeayeSON (C++14),roundtrip16,true
4. Roundtrip,JeayeSON (C++14),roundtrip17,false
4. Roundtrip,JeayeSON (C++14),roundtrip18,false
4. Roundtrip,JeayeSON (C++14),roundtrip19,false
4. Roundtrip,JeayeSON (C++14),roundtrip20,false
4. Roundtrip,JeayeSON (C++14),roundtrip21,false
4. Roundtrip,JeayeSON (C++14),roundtrip22,true
4. Roundtrip,JeayeSON (C++14),roundtrip23,true
4. Roundtrip,JeayeSON (C++14),roundtrip24,false
4. Roundtrip,JeayeSON (C++14),roundtrip25,false
4. Roundtrip,JeayeSON (C++14),roundtrip26,false
4. Roundtrip,JeayeSON (C++14),roundtrip27,false
1. Parse Validation,JsonBox (C++),pass01,true
1. Parse Validation,JsonBox (C++),pass02,true
1. Parse Validation,JsonBox (C++),pass03,true
1. Parse Validation,JsonBox (C++),fail02,false
1. Parse Validation,JsonBox (C++),fail03,false
1. Parse Validation,JsonBox (C++),fail04,false
1. Parse Validation,JsonBox (C++),fail05,true
1. Parse Validation,JsonBox (C++),fail06,true
1. Parse Validation,JsonBox (C++),fail07,false
1. Parse Validation,JsonBox (C++),fail08,false
1. Parse Validation,JsonBox (C++),fail09,false
1. Parse Validation,JsonBox (C++),fail10,false
1. Parse Validation,JsonBox (C++),fail11,false
1. Parse Validation,JsonBox (C++),fail12,true
1. Parse Validation,JsonBox (C++),fail13,false
1. Parse Validation,JsonBox (C++),fail14,false
1. Parse Validation,JsonBox (C++),fail15,false
1. Parse Validation,JsonBox (C++),fail16,true
1. Parse Validation,JsonBox (C++),fail17,false
1. Parse Validation,JsonBox (C++),fail19,false
1. Parse Validation,JsonBox (C++),fail20,true
1. Parse Validation,JsonBox (C++),fail21,false
1. Parse Validation,JsonBox (C++),fail22,false
1. Parse Validation,JsonBox (C++),fail23,true
1. Parse Validation,JsonBox (C++),fail24,true
1. Parse Validation,JsonBox (C++),fail25,false
1. Parse Validation,JsonBox (C++),fail26,false
1. Parse Validation,JsonBox (C++),fail27,false
1. Parse Validation,JsonBox (C++),fail28,false
1. Parse Validation,JsonBox (C++),fail29,false
1. Parse Validation,JsonBox (C++),fail30,false
1. Parse Validation,JsonBox (C++),fail31,false
1. Parse Validation,JsonBox (C++),fail32,false
1. Parse Validation,JsonBox (C++),fail33,false
2. Parse Double,JsonBox (C++),double01,true
2. Parse Double,JsonBox (C++),double02,true
2. Parse Double,JsonBox (C++),double03,true
2. Parse Double,JsonBox (C++),double04,true
2. Parse Double,JsonBox (C++),double05,true
2. Parse Double,JsonBox (C++),double06,true
2. Parse Double,JsonBox (C++),double07,true
2. Parse Double,JsonBox (C++),double08,true
2. Parse Double,JsonBox (C++),double09,true
2. Parse Double,JsonBox (C++),double10,true
2. Parse Double,JsonBox (C++),double11,true
2. Parse Double,JsonBox (C++),double12,true
2. Parse Double,JsonBox (C++),double13,true
2. Parse Double,JsonBox (C++),double14,true
2. Parse Double,JsonBox (C++),double15,true
2. Parse Double,JsonBox (C++),double16,true
2. Parse Double,JsonBox (C++),double17,true
2. Parse Double,JsonBox (C++),double18,true
2. Parse Double,JsonBox (C++),double19,true
2. Parse Double,JsonBox (C++),double20,true
2. Parse Double,JsonBox (C++),double21,true
2. Parse Double,JsonBox (C++),double22,true
2. Parse Double,JsonBox (C++),double23,true
2. Parse Double,JsonBox (C++),double24,true
2. Parse Double,JsonBox (C++),double25,true
2. Parse Double,JsonBox (C++),double26,true
2. Parse Double,JsonBox (C++),double27,false
2. Parse Double,JsonBox (C++),double28,false
2. Parse Double,JsonBox (C++),double29,true
2. Parse Double,JsonBox (C++),double30,true
2. Parse Double,JsonBox (C++),double31,true
2. Parse Double,JsonBox (C++),double32,true
2. Parse Double,JsonBox (C++),double33,true
2. Parse Double,JsonBox (C++),double34,true
2. Parse Double,JsonBox (C++),double35,true
2. Parse Double,JsonBox (C++),double36,true
2. Parse Double,JsonBox (C++),double37,false
2. Parse Double,JsonBox (C++),double38,true
2. Parse Double,JsonBox (C++),double39,true
2. Parse Double,JsonBox (C++),double40,false
2. Parse Double,JsonBox (C++),double41,true
2. Parse Double,JsonBox (C++),double42,true
2. Parse Double,JsonBox (C++),double43,true
2. Parse Double,JsonBox (C++),double44,false
2. Parse Double,JsonBox (C++),double45,true
2. Parse Double,JsonBox (C++),double46,true
2. Parse Double,JsonBox (C++),double47,true
2. Parse Double,JsonBox (C++),double48,false
2. Parse Double,JsonBox (C++),double49,true
2. Parse Double,JsonBox (C++),double50,true
2. Parse Double,JsonBox (C++),double51,true
2. Parse Double,JsonBox (C++),double52,true
2. Parse Double,JsonBox (C++),double53,false
2. Parse Double,JsonBox (C++),double54,true
2. Parse Double,JsonBox (C++),double55,false
2. Parse Double,JsonBox (C++),double56,false
2. Parse Double,JsonBox (C++),double57,false
2. Parse Double,JsonBox (C++),double58,false
2. Parse Double,JsonBox (C++),double59,true
2. Parse Double,JsonBox (C++),double60,false
2. Parse Double,JsonBox (C++),double61,false
2. Parse Double,JsonBox (C++),double62,false
2. Parse Double,JsonBox (C++),double63,false
2. Parse Double,JsonBox (C++),double64,true
2. Parse Double,JsonBox (C++),double65,false
2. Parse Double,JsonBox (C++),double66,true
3. Parse String,JsonBox (C++),string01,true
3. Parse String,JsonBox (C++),string02,true
3. Parse String,JsonBox (C++),string03,true
3. Parse String,JsonBox (C++),string04,true
3. Parse String,JsonBox (C++),string05,true
3. Parse String,JsonBox (C++),string06,true
3. Parse String,JsonBox (C++),string07,true
3. Parse String,JsonBox (C++),string08,true
3. Parse String,JsonBox (C++),string09,false
4. Roundtrip,JsonBox (C++),roundtrip01,true
4. Roundtrip,JsonBox (C++),roundtrip02,true
4. Roundtrip,JsonBox (C++),roundtrip03,true
4. Roundtrip,JsonBox (C++),roundtrip04,true
4. Roundtrip,JsonBox (C++),roundtrip05,true
4. Roundtrip,JsonBox (C++),roundtrip06,true
4. Roundtrip,JsonBox (C++),roundtrip07,true
4. Roundtrip,JsonBox (C++),roundtrip08,true
4. Roundtrip,JsonBox (C++),roundtrip09,true
4. Roundtrip,JsonBox (C++),roundtrip10,true
4. Roundtrip,JsonBox (C++),roundtrip11,true
4. Roundtrip,JsonBox (C++),roundtrip12,true
4. Roundtrip,JsonBox (C++),roundtrip13,false
4. Roundtrip,JsonBox (C++),roundtrip14,false
4. Roundtrip,JsonBox (C++),roundtrip15,true
4. Roundtrip,JsonBox (C++),roundtrip16,true
4. Roundtrip,JsonBox (C++),roundtrip17,false
4. Roundtrip,JsonBox (C++),roundtrip18,false
4. Roundtrip,JsonBox (C++),roundtrip19,false
4. Roundtrip,JsonBox (C++),roundtrip20,false
4. Roundtrip,JsonBox (C++),roundtrip21,false
4. Roundtrip,JsonBox (C++),roundtrip22,false
4. Roundtrip,JsonBox (C++),roundtrip23,false
4. Roundtrip,JsonBox (C++),roundtrip24,false
4. Roundtrip,JsonBox (C++),roundtrip25,false
4. Roundtrip,JsonBox (C++),roundtrip26,true
4. Roundtrip,JsonBox (C++),roundtrip27,false
1. Parse Validation,jsoncons (C++),pass01,true
1. Parse Validation,jsoncons (C++),pass02,true
1. Parse Validation,jsoncons (C++),pass03,true
1. Parse Validation,jsoncons (C++),fail02,true
1. Parse Validation,jsoncons (C++),fail03,true
1. Parse Validation,jsoncons (C++),fail04,true
1. Parse Validation,jsoncons (C++),fail05,true
1. Parse Validation,jsoncons (C++),fail06,true
1. Parse Validation,jsoncons (C++),fail07,false
1. Parse Validation,jsoncons (C++),fail08,false
1. Parse Validation,jsoncons (C++),fail09,true
1. Parse Validation,jsoncons (C++),fail10,false
1. Parse Validation,jsoncons (C++),fail11,true
1. Parse Validation,jsoncons (C++),fail12,true
1. Parse Validation,jsoncons (C++),fail13,false
1. Parse Validation,jsoncons (C++),fail14,true
1. Parse Validation,jsoncons (C++),fail15,true
1. Parse Validation,jsoncons (C++),fail16,true
1. Parse Validation,jsoncons (C++),fail17,true
1. Parse Validation,jsoncons (C++),fail19,true
1. Parse Validation,jsoncons (C++),fail20,true
1. Parse Validation,jsoncons (C++),fail21,true
1. Parse Validation,jsoncons (C++),fail22,true
1. Parse Validation,jsoncons (C++),fail23,true
1. Parse Validation,jsoncons (C++),fail24,true
1. Parse Validation,jsoncons (C++),fail25,true
1. Parse Validation,jsoncons (C++),fail26,true
1. Parse Validation,jsoncons (C++),fail27,true
1. Parse Validation,jsoncons (C++),fail28,true
1. Parse Validation,jsoncons (C++),fail29,true
1. Parse Validation,jsoncons (C++),fail30,true
1. Parse Validation,jsoncons (C++),fail31,true
1. Parse Validation,jsoncons (C++),fail32,true
1. Parse Validation,jsoncons (C++),fail33,true
2. Parse Double,jsoncons (C++),double01,true
2. Parse Double,jsoncons (C++),double02,true
2. Parse Double,jsoncons (C++),double03,true
2. Parse Double,jsoncons (C++),double04,true
2. Parse Double,jsoncons (C++),double05,true
2. Parse Double,jsoncons (C++),double06,true
2. Parse Double,jsoncons (C++),double07,true
2. Parse Double,jsoncons (C++),double08,true
2. Parse Double,jsoncons (C++),double09,true
2. Parse Double,jsoncons (C++),double10,true
2. Parse Double,jsoncons (C++),double11,true
2. Parse Double,jsoncons (C++),double12,true
2. Parse Double,jsoncons (C++),double13,true
2. Parse Double,jsoncons (C++),double14,true
2. Parse Double,jsoncons (C++),double15,true
2. Parse Double,jsoncons (C++),double16,true
2. Parse Double,jsoncons (C++),double17,true
2. Parse Double,jsoncons (C++),double18,true
2. Parse Double,jsoncons (C++),double19,true
2. Parse Double,jsoncons (C++),double20,true
2. Parse Double,jsoncons (C++),double21,true
2. Parse Double,jsoncons (C++),double22,true
2. Parse Double,jsoncons (C++),double23,true
2. Parse Double,jsoncons (C++),double24,true
2. Parse Double,jsoncons (C++),double25,true
2. Parse Double,jsoncons (C++),double26,false
2. Parse Double,jsoncons (C++),double27,true
2. Parse Double,jsoncons (C++),double28,true
2. Parse Double,jsoncons (C++),double29,true
2. Parse Double,jsoncons (C++),double30,true
2. Parse Double,jsoncons (C++),double31,true
2. Parse Double,jsoncons (C++),double32,true
2. Parse Double,jsoncons (C++),double33,false
2. Parse Double,jsoncons (C++),double34,false
2. Parse Double,jsoncons (C++),double35,true
2. Parse Double,jsoncons (C++),double36,true
2. Parse Double,jsoncons (C++),double37,false
2. Parse Double,jsoncons (C++),double38,true
2. Parse Double,jsoncons (C++),double39,true
2. Parse Double,jsoncons (C++),double40,false
2. Parse Double,jsoncons (C++),double41,true
2. Parse Double,jsoncons (C++),double42,true
2. Parse Double,jsoncons (C++),double43,true
2. Parse Double,jsoncons (C++),double44,false
2. Parse Double,jsoncons (C++),double45,true
2. Parse Double,jsoncons (C++),double46,true
2. Parse Double,jsoncons (C++),double47,true
2. Parse Double,jsoncons (C++),double48,false
2. Parse Double,jsoncons (C++),double49,true
2. Parse Double,jsoncons (C++),double50,true
2. Parse Double,jsoncons (C++),double51,true
2. Parse Double,jsoncons (C++),double52,true
2. Parse Double,jsoncons (C++),double53,false
2. Parse Double,jsoncons (C++),double54,true
2. Parse Double,jsoncons (C++),double55,true
2. Parse Double,jsoncons (C++),double56,true
2. Parse Double,jsoncons (C++),double57,true
2. Parse Double,jsoncons (C++),double58,false
2. Parse Double,jsoncons (C++),double59,true
2. Parse Double,jsoncons (C++),double60,true
2. Parse Double,jsoncons (C++),double61,true
2. Parse Double,jsoncons (C++),double62,true
2. Parse Double,jsoncons (C++),double63,false
2. Parse Double,jsoncons (C++),double64,true
2. Parse Double,jsoncons (C++),double65,true
2. Parse Double,jsoncons (C++),double66,true
3. Parse String,jsoncons (C++),string01,true
3. Parse String,jsoncons (C++),string02,true
3. Parse String,jsoncons (C++),string03,true
3. Parse String,jsoncons (C++),string04,true
3. Parse String,jsoncons (C++),string05,true
3. Parse String,jsoncons (C++),string06,true
3. Parse String,jsoncons (C++),string07,true
3. Parse String,jsoncons (C++),string08,true
3. Parse String,jsoncons (C++),string09,true
4. Roundtrip,jsoncons (C++),roundtrip01,true
4. Roundtrip,jsoncons (C++),roundtrip02,true
4. Roundtrip,jsoncons (C++),roundtrip03,true
4. Roundtrip,jsoncons (C++),roundtrip04,true
4. Roundtrip,jsoncons (C++),roundtrip05,true
4. Roundtrip,jsoncons (C++),roundtrip06,true
4. Roundtrip,jsoncons (C++),roundtrip07,true
4. Roundtrip,jsoncons (C++),roundtrip08,true
4. Roundtrip,jsoncons (C++),roundtrip09,true
4. Roundtrip,jsoncons (C++),roundtrip10,true
4. Roundtrip,jsoncons (C++),roundtrip11,true
4. Roundtrip,jsoncons (C++),roundtrip12,true
4. Roundtrip,jsoncons (C++),roundtrip13,true
4. Roundtrip,jsoncons (C++),roundtrip14,false
4. Roundtrip,jsoncons (C++),roundtrip15,true
4. Roundtrip,jsoncons (C++),roundtrip16,true
4. Roundtrip,jsoncons (C++),roundtrip17,true
4. Roundtrip,jsoncons (C++),roundtrip18,true
4. Roundtrip,jsoncons (C++),roundtrip19,true
4. Roundtrip,jsoncons (C++),roundtrip20,true
4. Roundtrip,jsoncons (C++),roundtrip21,true
4. Roundtrip,jsoncons (C++),roundtrip22,true
4. Roundtrip,jsoncons (C++),roundtrip23,true
4. Roundtrip,jsoncons (C++),roundtrip24,false
4. Roundtrip,jsoncons (C++),roundtrip25,true
4. Roundtrip,jsoncons (C++),roundtrip26,false
4. Roundtrip,jsoncons (C++),roundtrip27,false
1. Parse Validation,JsonCpp (C++),pass01,true
1. Parse Validation,JsonCpp (C++),pass02,true
1. Parse Validation,JsonCpp (C++),pass03,true
1. Parse Validation,JsonCpp (C++),fail02,true
1. Parse Validation,JsonCpp (C++),fail03,true
1. Parse Validation,JsonCpp (C++),fail04,true
1. Parse Validation,JsonCpp (C++),fail05,true
1. Parse Validation,JsonCpp (C++),fail06,true
1. Parse Validation,JsonCpp (C++),fail07,false
1. Parse Validation,JsonCpp (C++),fail08,false
1. Parse Validation,JsonCpp (C++),fail09,true
1. Parse Validation,JsonCpp (C++),fail10,false
1. Parse Validation,JsonCpp (C++),fail11,true
1. Parse Validation,JsonCpp (C++),fail12,true
1. Parse Validation,JsonCpp (C++),fail13,false
1. Parse Validation,JsonCpp (C++),fail14,true
1. Parse Validation,JsonCpp (C++),fail15,true
1. Parse Validation,JsonCpp (C++),fail16,true
1. Parse Validation,JsonCpp (C++),fail17,true
1. Parse Validation,JsonCpp (C++),fail19,true
1. Parse Validation,JsonCpp (C++),fail20,true
1. Parse Validation,JsonCpp (C++),fail21,true
1. Parse Validation,JsonCpp (C++),fail22,true
1. Parse Validation,JsonCpp (C++),fail23,true
1. Parse Validation,JsonCpp (C++),fail24,true
1. Parse Validation,JsonCpp (C++),fail25,false
1. Parse Validation,JsonCpp (C++),fail26,true
1. Parse Validation,JsonCpp (C++),fail27,false
1. Parse Validation,JsonCpp (C++),fail28,true
1. Parse Validation,JsonCpp (C++),fail29,false
1. Parse Validation,JsonCpp (C++),fail30,false
1. Parse Validation,JsonCpp (C++),fail31,true
1. Parse Validation,JsonCpp (C++),fail32,true
1. Parse Validation,JsonCpp (C++),fail33,true
2. Parse Double,JsonCpp (C++),double01,true
2. Parse Double,JsonCpp (C++),double02,true
2. Parse Double,JsonCpp (C++),double03,true
2. Parse Double,JsonCpp (C++),double04,true
2. Parse Double,JsonCpp (C++),double05,true
2. Parse Double,JsonCpp (C++),double06,true
2. Parse Double,JsonCpp (C++),double07,true
2. Parse Double,JsonCpp (C++),double08,true
2. Parse Double,JsonCpp (C++),double09,true
2. Parse Double,JsonCpp (C++),double10,true
2. Parse Double,JsonCpp (C++),double11,true
2. Parse Double,JsonCpp (C++),double12,true
2. Parse Double,JsonCpp (C++),double13,true
2. Parse Double,JsonCpp (C++),double14,true
2. Parse Double,JsonCpp (C++),double15,true
2. Parse Double,JsonCpp (C++),double16,true
2. Parse Double,JsonCpp (C++),double17,true
2. Parse Double,JsonCpp (C++),double18,true
2. Parse Double,JsonCpp (C++),double19,true
2. Parse Double,JsonCpp (C++),double20,true
2. Parse Double,JsonCpp (C++),double21,true
2. Parse Double,JsonCpp (C++),double22,true
2. Parse Double,JsonCpp (C++),double23,true
2. Parse Double,JsonCpp (C++),double24,true
2. Parse Double,JsonCpp (C++),double25,true
2. Parse Double,JsonCpp (C++),double26,true
2. Parse Double,JsonCpp (C++),double27,true
2. Parse Double,JsonCpp (C++),double28,true
2. Parse Double,JsonCpp (C++),double29,true
2. Parse Double,JsonCpp (C++),double30,true
2. Parse Double,JsonCpp (C++),double31,true
2. Parse Double,JsonCpp (C++),double32,true
2. Parse Double,JsonCpp (C++),double33,true
2. Parse Double,JsonCpp (C++),double34,true
2. Parse Double,JsonCpp (C++),double35,true
2. Parse Double,JsonCpp (C++),double36,true
2. Parse Double,JsonCpp (C++),double37,true
2. Parse Double,JsonCpp (C++),double38,true
2. Parse Double,JsonCpp (C++),double39,true
2. Parse Double,JsonCpp (C++),double40,true
2. Parse Double,JsonCpp (C++),double41,true
2. Parse Double,JsonCpp (C++),double42,true
2. Parse Double,JsonCpp (C++),double43,true
2. Parse Double,JsonCpp (C++),double44,true
2. Parse Double,JsonCpp (C++),double45,true
2. Parse Double,JsonCpp (C++),double46,true
2. Parse Double,JsonCpp (C++),double47,true
2. Parse Double,JsonCpp (C++),double48,true
2. Parse Double,JsonCpp (C++),double49,true
2. Parse Double,JsonCpp (C++),double50,true
2. Parse Double,JsonCpp (C++),double51,true
2. Parse Double,JsonCpp (C++),double52,true
2. Parse Double,JsonCpp (C++),double53,true
2. Parse Double,JsonCpp (C++),double54,true
2. Parse Double,JsonCpp (C++),double55,true
2. Parse Double,JsonCpp (C++),double56,true
2. Parse Double,JsonCpp (C++),double57,true
2. Parse Double,JsonCpp (C++),double58,true
2. Parse Double,JsonCpp (C++),double59,true
2. Parse Double,JsonCpp (C++),double60,true
2. Parse Double,JsonCpp (C++),double61,true
2. Parse Double,JsonCpp (C++),double62,true
2. Parse Double,JsonCpp (C++),double63,true
2. Parse Double,JsonCpp (C++),double64,true
2. Parse Double,JsonCpp (C++),double65,true
2. Parse Double,JsonCpp (C++),double66,true
3. Parse String,JsonCpp (C++),string01,true
3. Parse String,JsonCpp (C++),string02,true
3. Parse String,JsonCpp (C++),string03,true
3. Parse String,JsonCpp (C++),string04,true
3. Parse String,JsonCpp (C++),string05,true
3. Parse String,JsonCpp (C++),string06,true
3. Parse String,JsonCpp (C++),string07,true
3. Parse String,JsonCpp (C++),string08,true
3. Parse String,JsonCpp (C++),string09,true
4. Roundtrip,JsonCpp (C++),roundtrip01,true
4. Roundtrip,JsonCpp (C++),roundtrip02,true
4. Roundtrip,JsonCpp (C++),roundtrip03,true
4. Roundtrip,JsonCpp (C++),roundtrip04,true
4. Roundtrip,JsonCpp (C++),roundtrip05,true
4. Roundtrip,JsonCpp (C++),roundtrip06,true
4. Roundtrip,JsonCpp (C++),roundtrip07,true
4. Roundtrip,JsonCpp (C++),roundtrip08,true
4. Roundtrip,JsonCpp (C++),roundtrip09,true
4. Roundtrip,JsonCpp (C++),roundtrip10,true
4. Roundtrip,JsonCpp (C++),roundtrip11,true
4. Roundtrip,JsonCpp (C++),roundtrip12,true
4. Roundtrip,JsonCpp (C++),roundtrip13,true
4. Roundtrip,JsonCpp (C++),roundtrip14,true
4. Roundtrip,JsonCpp (C++),roundtrip15,true
4. Roundtrip,JsonCpp (C++),roundtrip16,true
4. Roundtrip,JsonCpp (C++),roundtrip17,true
4. Roundtrip,JsonCpp (C++),roundtrip18,true
4. Roundtrip,JsonCpp (C++),roundtrip19,true
4. Roundtrip,JsonCpp (C++),roundtrip20,false
4. Roundtrip,JsonCpp (C++),roundtrip21,false
4. Roundtrip,JsonCpp (C++),roundtrip22,false
4. Roundtrip,JsonCpp (C++),roundtrip23,false
4. Roundtrip,JsonCpp (C++),roundtrip24,false
4. Roundtrip,JsonCpp (C++),roundtrip25,false
4. Roundtrip,JsonCpp (C++),roundtrip26,true
4. Roundtrip,JsonCpp (C++),roundtrip27,false
1. Parse Validation,json-c (C),pass01,true
1. Parse Validation,json-c (C),pass02,true
1. Parse Validation,json-c (C),pass03,true
1. Parse Validation,json-c (C),fail02,true
1. Parse Validation,json-c (C),fail03,true
1. Parse Validation,json-c (C),fail04,false
1. Parse Validation,json-c (C),fail05,true
1. Parse Validation,json-c (C),fail06,true
1. Parse Validation,json-c (C),fail07,false
1. Parse Validation,json-c (C),fail08,false
1. Parse Validation,json-c (C),fail09,false
1. Parse Validation,json-c (C),fail10,false
1. Parse Validation,json-c (C),fail11,true
1. Parse Validation,json-c (C),fail12,true
1. Parse Validation,json-c (C),fail13,false
1. Parse Validation,json-c (C),fail14,true
1. Parse Validation,json-c (C),fail15,true
1. Parse Validation,json-c (C),fail16,true
1. Parse Validation,json-c (C),fail17,true
1. Parse Validation,json-c (C),fail19,true
1. Parse Validation,json-c (C),fail20,true
1. Parse Validation,json-c (C),fail21,true
1. Parse Validation,json-c (C),fail22,true
1. Parse Validation,json-c (C),fail23,true
1. Parse Validation,json-c (C),fail24,false
1. Parse Validation,json-c (C),fail25,false
1. Parse Validation,json-c (C),fail26,true
1. Parse Validation,json-c (C),fail27,false
1. Parse Validation,json-c (C),fail28,true
1. Parse Validation,json-c (C),fail29,false
1. Parse Validation,json-c (C),fail30,false
1. Parse Validation,json-c (C),fail31,true
1. Parse Validation,json-c (C),fail32,true
1. Parse Validation,json-c (C),fail33,true
2. Parse Double,json-c (C),double01,true
2. Parse Double,json-c (C),double02,true
2. Parse Double,json-c (C),double03,true
2. Parse Double,json-c (C),double04,true
2. Parse Double,json-c (C),double05,true
2. Parse Double,json-c (C),double06,true
2. Parse Double,json-c (C),double07,true
2. Parse Double,json-c (C),double08,true
2. Parse Double,json-c (C),double09,true
2. Parse Double,json-c (C),double10,true
2. Parse Double,json-c (C),double11,true
2. Parse Double,json-c (C),double12,true
2. Parse Double,json-c (C),double13,true
2. Parse Double,json-c (C),double14,true
2. Parse Double,json-c (C),double15,true
2. Parse Double,json-c (C),double16,true
2. Parse Double,json-c (C),double17,true
2. Parse Double,json-c (C),double18,true
2. Parse Double,json-c (C),double19,true
2. Parse Double,json-c (C),double20,true
2. Parse Double,json-c (C),double21,true
2. Parse Double,json-c (C),double22,true
2. Parse Double,json-c (C),double23,true
2. Parse Double,json-c (C),double24,true
2. Parse Double,json-c (C),double25,true
2. Parse Double,json-c (C),double26,true
2. Parse Double,json-c (C),double27,false
2. Parse Double,json-c (C),double28,false
2. Parse Double,json-c (C),double29,true
2. Parse Double,json-c (C),double30,true
2. Parse Double,json-c (C),double31,true
2. Parse Double,json-c (C),double32,true
2. Parse Double,json-c (C),double33,true
2. Parse Double,json-c (C),double34,true
2. Parse Double,json-c (C),double35,true
2. Parse Double,json-c (C),double36,true
2. Parse Double,json-c (C),double37,true
2. Parse Double,json-c (C),double38,true
2. Parse Double,json-c (C),double39,true
2. Parse Double,json-c (C),double40,true
2. Parse Double,json-c (C),double41,true
2. Parse Double,json-c (C),double42,true
2. Parse Double,json-c (C),double43,true
2. Parse Double,json-c (C),double44,true
2. Parse Double,json-c (C),double45,true
2. Parse Double,json-c (C),double46,true
2. Parse Double,json-c (C),double47,true
2. Parse Double,json-c (C),double48,true
2. Parse Double,json-c (C),double49,true
2. Parse Double,json-c (C),double50,true
2. Parse Double,json-c (C),double51,true
2. Parse Double,json-c (C),double52,true
2. Parse Double,json-c (C),double53,true
2. Parse Double,json-c (C),double54,true
2. Parse Double,json-c (C),double55,false
2. Parse Double,json-c (C),double56,false
2. Parse Double,json-c (C),double57,false
2. Parse Double,json-c (C),double58,true
2. Parse Double,json-c (C),double59,true
2. Parse Double,json-c (C),double60,false
2. Parse Double,json-c (C),double61,false
2. Parse Double,json-c (C),double62,false
2. Parse Double,json-c (C),double63,true
2. Parse Double,json-c (C),double64,true
2. Parse Double,json-c (C),double65,false
2. Parse Double,json-c (C),double66,true
3. Parse String,json-c (C),string01,true
3. Parse String,json-c (C),string02,true
3. Parse String,json-c (C),string03,true
3. Parse String,json-c (C),string04,true
3. Parse String,json-c (C),string05,true
3. Parse String,json-c (C),string06,true
3. Parse String,json-c (C),string07,true
3. Parse String,json-c (C),string08,true
3. Parse String,json-c (C),string09,true
4. Roundtrip,json-c (C),roundtrip01,true
4. Roundtrip,json-c (C),roundtrip02,true
4. Roundtrip,json-c (C),roundtrip03,true
4. Roundtrip,json-c (C),roundtrip04,true
4. Roundtrip,json-c (C),roundtrip05,true
4. Roundtrip,json-c (C),roundtrip06,true
4. Roundtrip,json-c (C),roundtrip07,true
4. Roundtrip,json-c (C),roundtrip08,true
4. Roundtrip,json-c (C),roundtrip09,true
4. Roundtrip,json-c (C),roundtrip10,true
4. Roundtrip,json-c (C),roundtrip11,true
4. Roundtrip,json-c (C),roundtrip12,true
4. Roundtrip,json-c (C),roundtrip13,true
4. Roundtrip,json-c (C),roundtrip14,true
4. Roundtrip,json-c (C),roundtrip15,true
4. Roundtrip,json-c (C),roundtrip16,true
4. Roundtrip,json-c (C),roundtrip17,true
4. Roundtrip,json-c (C),roundtrip18,true
4. Roundtrip,json-c (C),roundtrip19,true
4. Roundtrip,json-c (C),roundtrip20,true
4. Roundtrip,json-c (C),roundtrip21,true
4. Roundtrip,json-c (C),roundtrip22,true
4. Roundtrip,json-c (C),roundtrip23,true
4. Roundtrip,json-c (C),roundtrip24,true
4. Roundtrip,json-c (C),roundtrip25,true
4. Roundtrip,json-c (C),roundtrip26,true
4. Roundtrip,json-c (C),roundtrip27,true
1. Parse Validation,JSON Spirit (C++),pass01,true
1. Parse Validation,JSON Spirit (C++),pass02,true
1. Parse Validation,JSON Spirit (C++),pass03,true
1. Parse Validation,JSON Spirit (C++),fail02,true
1. Parse Validation,JSON Spirit (C++),fail03,true
1. Parse Validation,JSON Spirit (C++),fail04,true
1. Parse Validation,JSON Spirit (C++),fail05,true
1. Parse Validation,JSON Spirit (C++),fail06,true
1. Parse Validation,JSON Spirit (C++),fail07,false
1. Parse Validation,JSON Spirit (C++),fail08,false
1. Parse Validation,JSON Spirit (C++),fail09,true
1. Parse Validation,JSON Spirit (C++),fail10,false
1. Parse Validation,JSON Spirit (C++),fail11,true
1. Parse Validation,JSON Spirit (C++),fail12,true
1. Parse Validation,JSON Spirit (C++),fail13,false
1. Parse Validation,JSON Spirit (C++),fail14,true
1. Parse Validation,JSON Spirit (C++),fail15,false
1. Parse Validation,JSON Spirit (C++),fail16,true
1. Parse Validation,JSON Spirit (C++),fail17,false
1. Parse Validation,JSON Spirit (C++),fail19,true
1. Parse Validation,JSON Spirit (C++),fail20,true
1. Parse Validation,JSON Spirit (C++),fail21,true
1. Parse Validation,JSON Spirit (C++),fail22,true
1. Parse Validation,JSON Spirit (C++),fail23,true
1. Parse Validation,JSON Spirit (C++),fail24,true
1. Parse Validation,JSON Spirit (C++),fail25,false
1. Parse Validation,JSON Spirit (C++),fail26,false
1. Parse Validation,JSON Spirit (C++),fail27,false
1. Parse Validation,JSON Spirit (C++),fail28,false
1. Parse Validation,JSON Spirit (C++),fail29,true
1. Parse Validation,JSON Spirit (C++),fail30,true
1. Parse Validation,JSON Spirit (C++),fail31,true
1. Parse Validation,JSON Spirit (C++),fail32,true
1. Parse Validation,JSON Spirit (C++),fail33,true
2. Parse Double,JSON Spirit (C++),double01,true
2. Parse Double,JSON Spirit (C++),double02,true
2. Parse Double,JSON Spirit (C++),double03,true
2. Parse Double,JSON Spirit (C++),double04,true
2. Parse Double,JSON Spirit (C++),double05,true
2. Parse Double,JSON Spirit (C++),double06,true
2. Parse Double,JSON Spirit (C++),double07,true
2. Parse Double,JSON Spirit (C++),double08,true
2. Parse Double,JSON Spirit (C++),double09,true
2. Parse Double,JSON Spirit (C++),double10,true
2. Parse Double,JSON Spirit (C++),double11,true
2. Parse Double,JSON Spirit (C++),double12,true
2. Parse Double,JSON Spirit (C++),double13,true
2. Parse Double,JSON Spirit (C++),double14,true
2. Parse Double,JSON Spirit (C++),double15,true
2. Parse Double,JSON Spirit (C++),double16,true
2. Parse Double,JSON Spirit (C++),double17,true
2. Parse Double,JSON Spirit (C++),double18,true
2. Parse Double,JSON Spirit (C++),double19,true
2. Parse Double,JSON Spirit (C++),double20,true
2. Parse Double,JSON Spirit (C++),double21,true
2. Parse Double,JSON Spirit (C++),double22,false
2. Parse Double,JSON Spirit (C++),double23,true
2. Parse Double,JSON Spirit (C++),double24,true
2. Parse Double,JSON Spirit (C++),double25,true
2. Parse Double,JSON Spirit (C++),double26,true
2. Parse Double,JSON Spirit (C++),double27,false
2. Parse Double,JSON Spirit (C++),double28,false
2. Parse Double,JSON Spirit (C++),double29,false
2. Parse Double,JSON Spirit (C++),double30,true
2. Parse Double,JSON Spirit (C++),double31,true
2. Parse Double,JSON Spirit (C++),double32,true
2. Parse Double,JSON Spirit (C++),double33,true
2. Parse Double,JSON Spirit (C++),double34,true
2. Parse Double,JSON Spirit (C++),double35,false
2. Parse Double,JSON Spirit (C++),double36,true
2. Parse Double,JSON Spirit (C++),double37,true
2. Parse Double,JSON Spirit (C++),double38,false
2. Parse Double,JSON Spirit (C++),double39,true
2. Parse Double,JSON Spirit (C++),double40,false
2. Parse Double,JSON Spirit (C++),double41,true
2. Parse Double,JSON Spirit (C++),double42,true
2. Parse Double,JSON Spirit (C++),double43,true
2. Parse Double,JSON Spirit (C++),double44,false
2. Parse Double,JSON Spirit (C++),double45,true
2. Parse Double,JSON Spirit (C++),double46,true
2. Parse Double,JSON Spirit (C++),double47,false
2. Parse Double,JSON Spirit (C++),double48,true
2. Parse Double,JSON Spirit (C++),double49,false
2. Parse Double,JSON Spirit (C++),double50,false
2. Parse Double,JSON Spirit (C++),double51,false
2. Parse Double,JSON Spirit (C++),double52,true
2. Parse Double,JSON Spirit (C++),double53,false
2. Parse Double,JSON Spirit (C++),double54,true
2. Parse Double,JSON Spirit (C++),double55,false
2. Parse Double,JSON Spirit (C++),double56,false
2. Parse Double,JSON Spirit (C++),double57,false
2. Parse Double,JSON Spirit (C++),double58,true
2. Parse Double,JSON Spirit (C++),double59,false
2. Parse Double,JSON Spirit (C++),double60,false
2. Parse Double,JSON Spirit (C++),double61,false
2. Parse Double,JSON Spirit (C++),double62,false
2. Parse Double,JSON Spirit (C++),double63,false
2. Parse Double,JSON Spirit (C++),double64,false
2. Parse Double,JSON Spirit (C++),double65,false
2. Parse Double,JSON Spirit (C++),double66,false
3. Parse String,JSON Spirit (C++),string01,true
3. Parse String,JSON Spirit (C++),string02,true
3. Parse String,JSON Spirit (C++),string03,true
3. Parse String,JSON Spirit (C++),string04,true
3. Parse String,JSON Spirit (C++),string05,true
3. Parse String,JSON Spirit (C++),string06,true
3. Parse String,JSON Spirit (C++),string07,false
3. Parse String,JSON Spirit (C++),string08,false
3. Parse String,JSON Spirit (C++),string09,false
4. Roundtrip,JSON Spirit (C++),roundtrip01,true
4. Roundtrip,JSON Spirit (C++),roundtrip02,true
4. Roundtrip,JSON Spirit (C++),roundtrip03,true
4. Roundtrip,JSON Spirit (C++),roundtrip04,true
4. Roundtrip,JSON Spirit (C++),roundtrip05,true
4. Roundtrip,JSON Spirit (C++),roundtrip06,true
4. Roundtrip,JSON Spirit (C++),roundtrip07,true
4. Roundtrip,JSON Spirit (C++),roundtrip08,true
4. Roundtrip,JSON Spirit (C++),roundtrip09,true
4. Roundtrip,JSON Spirit (C++),roundtrip10,true
4. Roundtrip,JSON Spirit (C++),roundtrip11,true
4. Roundtrip,JSON Spirit (C++),roundtrip12,true
4. Roundtrip,JSON Spirit (C++),roundtrip13,true
4. Roundtrip,JSON Spirit (C++),roundtrip14,true
4. Roundtrip,JSON Spirit (C++),roundtrip15,true
4. Roundtrip,JSON Spirit (C++),roundtrip16,true
4. Roundtrip,JSON Spirit (C++),roundtrip17,true
4. Roundtrip,JSON Spirit (C++),roundtrip18,true
4. Roundtrip,JSON Spirit (C++),roundtrip19,true
4. Roundtrip,JSON Spirit (C++),roundtrip20,false
4. Roundtrip,JSON Spirit (C++),roundtrip21,false
4. Roundtrip,JSON Spirit (C++),roundtrip22,false
4. Roundtrip,JSON Spirit (C++),roundtrip23,false
4. Roundtrip,JSON Spirit (C++),roundtrip24,false
4. Roundtrip,JSON Spirit (C++),roundtrip25,false
4. Roundtrip,JSON Spirit (C++),roundtrip26,true
4. Roundtrip,JSON Spirit (C++),roundtrip27,false
1. Parse Validation,hjiang/JSON++ (C++),pass01,true
1. Parse Validation,hjiang/JSON++ (C++),pass02,true
1. Parse Validation,hjiang/JSON++ (C++),pass03,true
1. Parse Validation,hjiang/JSON++ (C++),fail02,true
1. Parse Validation,hjiang/JSON++ (C++),fail03,true
1. Parse Validation,hjiang/JSON++ (C++),fail04,false
1. Parse Validation,hjiang/JSON++ (C++),fail05,false
1. Parse Validation,hjiang/JSON++ (C++),fail06,false
1. Parse Validation,hjiang/JSON++ (C++),fail07,false
1. Parse Validation,hjiang/JSON++ (C++),fail08,false
1. Parse Validation,hjiang/JSON++ (C++),fail09,false
1. Parse Validation,hjiang/JSON++ (C++),fail10,false
1. Parse Validation,hjiang/JSON++ (C++),fail11,true
1. Parse Validation,hjiang/JSON++ (C++),fail12,true
1. Parse Validation,hjiang/JSON++ (C++),fail13,false
1. Parse Validation,hjiang/JSON++ (C++),fail14,false
1. Parse Validation,hjiang/JSON++ (C++),fail15,false
1. Parse Validation,hjiang/JSON++ (C++),fail16,true
1. Parse Validation,hjiang/JSON++ (C++),fail17,false
1. Parse Validation,hjiang/JSON++ (C++),fail19,true
1. Parse Validation,hjiang/JSON++ (C++),fail20,true
1. Parse Validation,hjiang/JSON++ (C++),fail21,true
1. Parse Validation,hjiang/JSON++ (C++),fail22,true
1. Parse Validation,hjiang/JSON++ (C++),fail23,true
1. Parse Validation,hjiang/JSON++ (C++),fail24,false
1. Parse Validation,hjiang/JSON++ (C++),fail25,false
1. Parse Validation,hjiang/JSON++ (C++),fail26,false
1. Parse Validation,hjiang/JSON++ (C++),fail27,false
1. Parse Validation,hjiang/JSON++ (C++),fail28,false
1. Parse Validation,hjiang/JSON++ (C++),fail29,true
1. Parse Validation,hjiang/JSON++ (C++),fail30,true
1. Parse Validation,hjiang/JSON++ (C++),fail31,true
1. Parse Validation,hjiang/JSON++ (C++),fail32,true
1. Parse Validation,hjiang/JSON++ (C++),fail33,true
2. Parse Double,hjiang/JSON++ (C++),double01,true
2. Parse Double,hjiang/JSON++ (C++),double02,true
2. Parse Double,hjiang/JSON++ (C++),double03,true
2. Parse Double,hjiang/JSON++ (C++),double04,true
2. Parse Double,hjiang/JSON++ (C++),double05,true
2. Parse Double,hjiang/JSON++ (C++),double06,true
2. Parse Double,hjiang/JSON++ (C++),double07,true
2. Parse Double,hjiang/JSON++ (C++),double08,true
2. Parse Double,hjiang/JSON++ (C++),double09,true
2. Parse Double,hjiang/JSON++ (C++),double10,true
2. Parse Double,hjiang/JSON++ (C++),double11,true
2. Parse Double,hjiang/JSON++ (C++),double12,true
2. Parse Double,hjiang/JSON++ (C++),double13,true
2. Parse Double,hjiang/JSON++ (C++),double14,true
2. Parse Double,hjiang/JSON++ (C++),double15,true
2. Parse Double,hjiang/JSON++ (C++),double16,true
2. Parse Double,hjiang/JSON++ (C++),double17,true
2. Parse Double,hjiang/JSON++ (C++),double18,true
2. Parse Double,hjiang/JSON++ (C++),double19,true
2. Parse Double,hjiang/JSON++ (C++),double20,true
2. Parse Double,hjiang/JSON++ (C++),double21,true
2. Parse Double,hjiang/JSON++ (C++),double22,true
2. Parse Double,hjiang/JSON++ (C++),double23,true
2. Parse Double,hjiang/JSON++ (C++),double24,true
2. Parse Double,hjiang/JSON++ (C++),double25,true
2. Parse Double,hjiang/JSON++ (C++),double26,false
2. Parse Double,hjiang/JSON++ (C++),double27,true
2. Parse Double,hjiang/JSON++ (C++),double28,true
2. Parse Double,hjiang/JSON++ (C++),double29,true
2. Parse Double,hjiang/JSON++ (C++),double30,true
2. Parse Double,hjiang/JSON++ (C++),double31,true
2. Parse Double,hjiang/JSON++ (C++),double32,true
2. Parse Double,hjiang/JSON++ (C++),double33,false
2. Parse Double,hjiang/JSON++ (C++),double34,false
2. Parse Double,hjiang/JSON++ (C++),double35,true
2. Parse Double,hjiang/JSON++ (C++),double36,true
2. Parse Double,hjiang/JSON++ (C++),double37,false
2. Parse Double,hjiang/JSON++ (C++),double38,true
2. Parse Double,hjiang/JSON++ (C++),double39,true
2. Parse Double,hjiang/JSON++ (C++),double40,false
2. Parse Double,hjiang/JSON++ (C++),double41,true
2. Parse Double,hjiang/JSON++ (C++),double42,true
2. Parse Double,hjiang/JSON++ (C++),double43,true
2. Parse Double,hjiang/JSON++ (C++),double44,false
2. Parse Double,hjiang/JSON++ (C++),double45,true
2. Parse Double,hjiang/JSON++ (C++),double46,true
2. Parse Double,hjiang/JSON++ (C++),double47,true
2. Parse Double,hjiang/JSON++ (C++),double48,false
2. Parse Double,hjiang/JSON++ (C++),double49,true
2. Parse Double,hjiang/JSON++ (C++),double50,true
2. Parse Double,hjiang/JSON++ (C++),double51,true
2. Parse Double,hjiang/JSON++ (C++),double52,true
2. Parse Double,hjiang/JSON++ (C++),double53,false
2. Parse Double,hjiang/JSON++ (C++),double54,true
2. Parse Double,hjiang/JSON++ (C++),double55,true
2. Parse Double,hjiang/JSON++ (C++),double56,true
2. Parse Double,hjiang/JSON++ (C++),double57,true
2. Parse Double,hjiang/JSON++ (C++),double58,false
2. Parse Double,hjiang/JSON++ (C++),double59,true
2. Parse Double,hjiang/JSON++ (C++),double60,true
2. Parse Double,hjiang/JSON++ (C++),double61,true
2. Parse Double,hjiang/JSON++ (C++),double62,true
2. Parse Double,hjiang/JSON++ (C++),double63,false
2. Parse Double,hjiang/JSON++ (C++),double64,true
2. Parse Double,hjiang/JSON++ (C++),double65,true
2. Parse Double,hjiang/JSON++ (C++),double66,true
3. Parse String,hjiang/JSON++ (C++),string01,true
3. Parse String,hjiang/JSON++ (C++),string02,true
3. Parse String,hjiang/JSON++ (C++),string03,true
3. Parse String,hjiang/JSON++ (C++),string04,true
3. Parse String,hjiang/JSON++ (C++),string05,true
3. Parse String,hjiang/JSON++ (C++),string06,true
3. Parse String,hjiang/JSON++ (C++),string07,false
3. Parse String,hjiang/JSON++ (C++),string08,false
3. Parse String,hjiang/JSON++ (C++),string09,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip01,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip02,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip03,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip04,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip05,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip06,true
4. Roundtrip,hjiang/JSON++ (C++),roundtrip07,true
4. Roundtrip,hjiang/JSON++ (C++),roundtrip08,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip09,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip10,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip11,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip12,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip13,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip14,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip15,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip16,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip17,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip18,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip19,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip20,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip21,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip22,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip23,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip24,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip25,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip26,false
4. Roundtrip,hjiang/JSON++ (C++),roundtrip27,false
1. Parse Validation,Jzon (C++),pass01,false
1. Parse Validation,Jzon (C++),pass02,true
1. Parse Validation,Jzon (C++),pass03,true
1. Parse Validation,Jzon (C++),fail02,false
1. Parse Validation,Jzon (C++),fail03,true
1. Parse Validation,Jzon (C++),fail04,true
1. Parse Validation,Jzon (C++),fail05,true
1. Parse Validation,Jzon (C++),fail06,false
1. Parse Validation,Jzon (C++),fail07,false
1. Parse Validation,Jzon (C++),fail08,true
1. Parse Validation,Jzon (C++),fail09,false
1. Parse Validation,Jzon (C++),fail10,true
1. Parse Validation,Jzon (C++),fail11,true
1. Parse Validation,Jzon (C++),fail12,true
1. Parse Validation,Jzon (C++),fail13,false
1. Parse Validation,Jzon (C++),fail14,true
1. Parse Validation,Jzon (C++),fail15,false
1. Parse Validation,Jzon (C++),fail16,true
1. Parse Validation,Jzon (C++),fail17,false
1. Parse Validation,Jzon (C++),fail19,false
1. Parse Validation,Jzon (C++),fail20,false
1. Parse Validation,Jzon (C++),fail21,false
1. Parse Validation,Jzon (C++),fail22,false
1. Parse Validation,Jzon (C++),fail23,true
1. Parse Validation,Jzon (C++),fail24,true
1. Parse Validation,Jzon (C++),fail25,false
1. Parse Validation,Jzon (C++),fail26,false
1. Parse Validation,Jzon (C++),fail27,false
1. Parse Validation,Jzon (C++),fail28,false
1. Parse Validation,Jzon (C++),fail29,true
1. Parse Validation,Jzon (C++),fail30,true
1. Parse Validation,Jzon (C++),fail31,true
1. Parse Validation,Jzon (C++),fail32,false
1. Parse Validation,Jzon (C++),fail33,true
2. Parse Double,Jzon (C++),double01,true
2. Parse Double,Jzon (C++),double02,true
2. Parse Double,Jzon (C++),double03,true
2. Parse Double,Jzon (C++),double04,true
2. Parse Double,Jzon (C++),double05,true
2. Parse Double,Jzon (C++),double06,true
2. Parse Double,Jzon (C++),double07,true
2. Parse Double,Jzon (C++),double08,true
2. Parse Double,Jzon (C++),double09,true
2. Parse Double,Jzon (C++),double10,true
2. Parse Double,Jzon (C++),double11,true
2. Parse Double,Jzon (C++),double12,true
2. Parse Double,Jzon (C++),double13,true
2. Parse Double,Jzon (C++),double14,true
2. Parse Double,Jzon (C++),double15,true
2. Parse Double,Jzon (C++),double16,true
2. Parse Double,Jzon (C++),double17,true
2. Parse Double,Jzon (C++),double18,true
2. Parse Double,Jzon (C++),double19,true
2. Parse Double,Jzon (C++),double20,true
2. Parse Double,Jzon (C++),double21,true
2. Parse Double,Jzon (C++),double22,true
2. Parse Double,Jzon (C++),double23,true
2. Parse Double,Jzon (C++),double24,true
2. Parse Double,Jzon (C++),double25,true
2. Parse Double,Jzon (C++),double26,true
2. Parse Double,Jzon (C++),double27,true
2. Parse Double,Jzon (C++),double28,true
2. Parse Double,Jzon (C++),double29,true
2. Parse Double,Jzon (C++),double30,true
2. Parse Double,Jzon (C++),double31,true
2. Parse Double,Jzon (C++),double32,true
2. Parse Double,Jzon (C++),double33,true
2. Parse Double,Jzon (C++),double34,true
2. Parse Double,Jzon (C++),double35,true
2. Parse Double,Jzon (C++),double36,true
2. Parse Double,Jzon (C++),double37,false
2. Parse Double,Jzon (C++),double38,true
2. Parse Double,Jzon (C++),double39,true
2. Parse Double,Jzon (C++),double40,false
2. Parse Double,Jzon (C++),double41,true
2. Parse Double,Jzon (C++),double42,true
2. Parse Double,Jzon (C++),double43,true
2. Parse Double,Jzon (C++),double44,false
2. Parse Double,Jzon (C++),double45,true
2. Parse Double,Jzon (C++),double46,true
2. Parse Double,Jzon (C++),double47,true
2. Parse Double,Jzon (C++),double48,false
2. Parse Double,Jzon (C++),double49,true
2. Parse Double,Jzon (C++),double50,true
2. Parse Double,Jzon (C++),double51,true
2. Parse Double,Jzon (C++),double52,true
2. Parse Double,Jzon (C++),double53,false
2. Parse Double,Jzon (C++),double54,true
2. Parse Double,Jzon (C++),double55,true
2. Parse Double,Jzon (C++),double56,true
2. Parse Double,Jzon (C++),double57,true
2. Parse Double,Jzon (C++),double58,false
2. Parse Double,Jzon (C++),double59,true
2. Parse Double,Jzon (C++),double60,true
2. Parse Double,Jzon (C++),double61,true
2. Parse Double,Jzon (C++),double62,true
2. Parse Double,Jzon (C++),double63,false
2. Parse Double,Jzon (C++),double64,true
2. Parse Double,Jzon (C++),double65,true
2. Parse Double,Jzon (C++),double66,true
3. Parse String,Jzon (C++),string01,true
3. Parse String,Jzon (C++),string02,true
3. Parse String,Jzon (C++),string03,true
3. Parse String,Jzon (C++),string04,false
3. Parse String,Jzon (C++),string05,true
3. Parse String,Jzon (C++),string06,false
3. Parse String,Jzon (C++),string07,false
3. Parse String,Jzon (C++),string08,false
3. Parse String,Jzon (C++),string09,false
4. Roundtrip,Jzon (C++),roundtrip01,true
4. Roundtrip,Jzon (C++),roundtrip02,true
4. Roundtrip,Jzon (C++),roundtrip03,true
4. Roundtrip,Jzon (C++),roundtrip04,true
4. Roundtrip,Jzon (C++),roundtrip05,true
4. Roundtrip,Jzon (C++),roundtrip06,true
4. Roundtrip,Jzon (C++),roundtrip07,true
4. Roundtrip,Jzon (C++),roundtrip08,true
4. Roundtrip,Jzon (C++),roundtrip09,true
4. Roundtrip,Jzon (C++),roundtrip10,true
4. Roundtrip,Jzon (C++),roundtrip11,true
4. Roundtrip,Jzon (C++),roundtrip12,true
4. Roundtrip,Jzon (C++),roundtrip13,true
4. Roundtrip,Jzon (C++),roundtrip14,true
4. Roundtrip,Jzon (C++),roundtrip15,true
4. Roundtrip,Jzon (C++),roundtrip16,true
4. Roundtrip,Jzon (C++),roundtrip17,true
4. Roundtrip,Jzon (C++),roundtrip18,true
4. Roundtrip,Jzon (C++),roundtrip19,true
4. Roundtrip,Jzon (C++),roundtrip20,true
4. Roundtrip,Jzon (C++),roundtrip21,true
4. Roundtrip,Jzon (C++),roundtrip22,true
4. Roundtrip,Jzon (C++),roundtrip23,true
4. Roundtrip,Jzon (C++),roundtrip24,true
4. Roundtrip,Jzon (C++),roundtrip25,true
4. Roundtrip,Jzon (C++),roundtrip26,true
4. Roundtrip,Jzon (C++),roundtrip27,true
1. Parse Validation,nbsdx_SimpleJSON (C++11),pass01,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),pass02,true
1. Parse Validation,nbsdx_SimpleJSON (C++11),pass03,true
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail02,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail03,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail04,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail05,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail06,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail07,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail08,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail09,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail10,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail11,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail12,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail13,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail14,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail15,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail16,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail17,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail19,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail20,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail21,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail22,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail23,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail24,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail25,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail26,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail27,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail28,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail29,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail30,true
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail31,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail32,false
1. Parse Validation,nbsdx_SimpleJSON (C++11),fail33,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double01,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double02,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double03,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double04,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double05,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double06,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double07,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double08,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double09,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double10,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double11,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double12,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double13,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double14,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double15,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double16,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double17,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double18,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double19,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double20,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double21,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double22,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double23,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double24,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double25,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double26,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double27,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double28,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double29,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double30,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double31,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double32,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double33,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double34,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double35,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double36,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double37,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double38,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double39,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double40,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double41,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double42,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double43,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double44,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double45,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double46,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double47,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double48,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double49,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double50,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double51,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double52,true
2. Parse Double,nbsdx_SimpleJSON (C++11),double53,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double54,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double55,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double56,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double57,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double58,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double59,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double60,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double61,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double62,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double63,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double64,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double65,false
2. Parse Double,nbsdx_SimpleJSON (C++11),double66,false
3. Parse String,nbsdx_SimpleJSON (C++11),string01,true
3. Parse String,nbsdx_SimpleJSON (C++11),string02,true
3. Parse String,nbsdx_SimpleJSON (C++11),string03,false
3. Parse String,nbsdx_SimpleJSON (C++11),string04,false
3. Parse String,nbsdx_SimpleJSON (C++11),string05,false
3. Parse String,nbsdx_SimpleJSON (C++11),string06,false
3. Parse String,nbsdx_SimpleJSON (C++11),string07,false
3. Parse String,nbsdx_SimpleJSON (C++11),string08,false
3. Parse String,nbsdx_SimpleJSON (C++11),string09,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip01,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip02,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip03,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip04,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip05,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip06,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip07,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip08,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip09,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip10,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip11,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip12,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip13,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip14,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip15,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip16,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip17,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip18,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip19,true
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip20,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip21,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip22,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip23,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip24,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip25,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip26,false
4. Roundtrip,nbsdx_SimpleJSON (C++11),roundtrip27,false
1. Parse Validation,Nlohmann (C++11),pass01,true
1. Parse Validation,Nlohmann (C++11),pass02,true
1. Parse Validation,Nlohmann (C++11),pass03,true
1. Parse Validation,Nlohmann (C++11),fail02,true
1. Parse Validation,Nlohmann (C++11),fail03,true
1. Parse Validation,Nlohmann (C++11),fail04,true
1. Parse Validation,Nlohmann (C++11),fail05,true
1. Parse Validation,Nlohmann (C++11),fail06,false
1. Parse Validation,Nlohmann (C++11),fail07,true
1. Parse Validation,Nlohmann (C++11),fail08,true
1. Parse Validation,Nlohmann (C++11),fail09,true
1. Parse Validation,Nlohmann (C++11),fail10,true
1. Parse Validation,Nlohmann (C++11),fail11,true
1. Parse Validation,Nlohmann (C++11),fail12,true
1. Parse Validation,Nlohmann (C++11),fail13,true
1. Parse Validation,Nlohmann (C++11),fail14,true
1. Parse Validation,Nlohmann (C++11),fail15,true
1. Parse Validation,Nlohmann (C++11),fail16,true
1. Parse Validation,Nlohmann (C++11),fail17,true
1. Parse Validation,Nlohmann (C++11),fail19,true
1. Parse Validation,Nlohmann (C++11),fail20,true
1. Parse Validation,Nlohmann (C++11),fail21,true
1. Parse Validation,Nlohmann (C++11),fail22,true
1. Parse Validation,Nlohmann (C++11),fail23,true
1. Parse Validation,Nlohmann (C++11),fail24,true
1. Parse Validation,Nlohmann (C++11),fail25,false
1. Parse Validation,Nlohmann (C++11),fail26,true
1. Parse Validation,Nlohmann (C++11),fail27,false
1. Parse Validation,Nlohmann (C++11),fail28,true
1. Parse Validation,Nlohmann (C++11),fail29,true
1. Parse Validation,Nlohmann (C++11),fail30,true
1. Parse Validation,Nlohmann (C++11),fail31,true
1. Parse Validation,Nlohmann (C++11),fail32,true
1. Parse Validation,Nlohmann (C++11),fail33,true
2. Parse Double,Nlohmann (C++11),double01,true
2. Parse Double,Nlohmann (C++11),double02,false
2. Parse Double,Nlohmann (C++11),double03,true
2. Parse Double,Nlohmann (C++11),double04,true
2. Parse Double,Nlohmann (C++11),double05,true
2. Parse Double,Nlohmann (C++11),double06,true
2. Parse Double,Nlohmann (C++11),double07,true
2. Parse Double,Nlohmann (C++11),double08,true
2. Parse Double,Nlohmann (C++11),double09,true
2. Parse Double,Nlohmann (C++11),double10,true
2. Parse Double,Nlohmann (C++11),double11,true
2. Parse Double,Nlohmann (C++11),double12,true
2. Parse Double,Nlohmann (C++11),double13,true
2. Parse Double,Nlohmann (C++11),double14,true
2. Parse Double,Nlohmann (C++11),double15,true
2. Parse Double,Nlohmann (C++11),double16,true
2. Parse Double,Nlohmann (C++11),double17,true
2. Parse Double,Nlohmann (C++11),double18,true
2. Parse Double,Nlohmann (C++11),double19,true
2. Parse Double,Nlohmann (C++11),double20,true
2. Parse Double,Nlohmann (C++11),double21,true
2. Parse Double,Nlohmann (C++11),double22,true
2. Parse Double,Nlohmann (C++11),double23,true
2. Parse Double,Nlohmann (C++11),double24,true
2. Parse Double,Nlohmann (C++11),double25,true
2. Parse Double,Nlohmann (C++11),double26,true
2. Parse Double,Nlohmann (C++11),double27,true
2. Parse Double,Nlohmann (C++11),double28,true
2. Parse Double,Nlohmann (C++11),double29,true
2. Parse Double,Nlohmann (C++11),double30,true
2. Parse Double,Nlohmann (C++11),double31,true
2. Parse Double,Nlohmann (C++11),double32,true
2. Parse Double,Nlohmann (C++11),double33,true
2. Parse Double,Nlohmann (C++11),double34,true
2. Parse Double,Nlohmann (C++11),double35,true
2. Parse Double,Nlohmann (C++11),double36,true
2. Parse Double,Nlohmann (C++11),double37,true
2. Parse Double,Nlohmann (C++11),double38,true
2. Parse Double,Nlohmann (C++11),double39,true
2. Parse Double,Nlohmann (C++11),double40,true
2. Parse Double,Nlohmann (C++11),double41,true
2. Parse Double,Nlohmann (C++11),double42,true
2. Parse Double,Nlohmann (C++11),double43,true
2. Parse Double,Nlohmann (C++11),double44,true
2. Parse Double,Nlohmann (C++11),double45,true
2. Parse Double,Nlohmann (C++11),double46,true
2. Parse Double,Nlohmann (C++11),double47,true
2. Parse Double,Nlohmann (C++11),double48,true
2. Parse Double,Nlohmann (C++11),double49,true
2. Parse Double,Nlohmann (C++11),double50,true
2. Parse Double,Nlohmann (C++11),double51,true
2. Parse Double,Nlohmann (C++11),double52,true
2. Parse Double,Nlohmann (C++11),double53,true
2. Parse Double,Nlohmann (C++11),double54,true
2. Parse Double,Nlohmann (C++11),double55,true
2. Parse Double,Nlohmann (C++11),double56,true
2. Parse Double,Nlohmann (C++11),double57,true
2. Parse Double,Nlohmann (C++11),double58,true
2. Parse Double,Nlohmann (C++11),double59,true
2. Parse Double,Nlohmann (C++11),double60,true
2. Parse Double,Nlohmann (C++11),double61,true
2. Parse Double,Nlohmann (C++11),double62,true
2. Parse Double,Nlohmann (C++11),double63,true
2. Parse Double,Nlohmann (C++11),double64,true
2. Parse Double,Nlohmann (C++11),double65,true
2. Parse Double,Nlohmann (C++11),double66,true
3. Parse String,Nlohmann (C++11),string01,true
3. Parse String,Nlohmann (C++11),string02,true
3. Parse String,Nlohmann (C++11),string03,true
3. Parse String,Nlohmann (C++11),string04,true
3. Parse String,Nlohmann (C++11),string05,true
3. Parse String,Nlohmann (C++11),string06,true
3. Parse String,Nlohmann (C++11),string07,true
3. Parse String,Nlohmann (C++11),string08,true
3. Parse String,Nlohmann (C++11),string09,true
4. Roundtrip,Nlohmann (C++11),roundtrip01,true
4. Roundtrip,Nlohmann (C++11),roundtrip02,true
4. Roundtrip,Nlohmann (C++11),roundtrip03,true
4. Roundtrip,Nlohmann (C++11),roundtrip04,true
4. Roundtrip,Nlohmann (C++11),roundtrip05,true
4. Roundtrip,Nlohmann (C++11),roundtrip06,true
4. Roundtrip,Nlohmann (C++11),roundtrip07,true
4. Roundtrip,Nlohmann (C++11),roundtrip08,true
4. Roundtrip,Nlohmann (C++11),roundtrip09,true
4. Roundtrip,Nlohmann (C++11),roundtrip10,true
4. Roundtrip,Nlohmann (C++11),roundtrip11,true
4. Roundtrip,Nlohmann (C++11),roundtrip12,true
4. Roundtrip,Nlohmann (C++11),roundtrip13,false
4. Roundtrip,Nlohmann (C++11),roundtrip14,true
4. Roundtrip,Nlohmann (C++11),roundtrip15,true
4. Roundtrip,Nlohmann (C++11),roundtrip16,true
4. Roundtrip,Nlohmann (C++11),roundtrip17,true
4. Roundtrip,Nlohmann (C++11),roundtrip18,false
4. Roundtrip,Nlohmann (C++11),roundtrip19,false
4. Roundtrip,Nlohmann (C++11),roundtrip20,false
4. Roundtrip,Nlohmann (C++11),roundtrip21,false
4. Roundtrip,Nlohmann (C++11),roundtrip22,true
4. Roundtrip,Nlohmann (C++11),roundtrip23,true
4. Roundtrip,Nlohmann (C++11),roundtrip24,false
4. Roundtrip,Nlohmann (C++11),roundtrip25,false
4. Roundtrip,Nlohmann (C++11),roundtrip26,false
4. Roundtrip,Nlohmann (C++11),roundtrip27,false
1. Parse Validation,Parson (C),pass01,true
1. Parse Validation,Parson (C),pass02,true
1. Parse Validation,Parson (C),pass03,true
1. Parse Validation,Parson (C),fail02,true
1. Parse Validation,Parson (C),fail03,true
1. Parse Validation,Parson (C),fail04,true
1. Parse Validation,Parson (C),fail05,true
1. Parse Validation,Parson (C),fail06,true
1. Parse Validation,Parson (C),fail07,false
1. Parse Validation,Parson (C),fail08,false
1. Parse Validation,Parson (C),fail09,true
1. Parse Validation,Parson (C),fail10,false
1. Parse Validation,Parson (C),fail11,true
1. Parse Validation,Parson (C),fail12,true
1. Parse Validation,Parson (C),fail13,true
1. Parse Validation,Parson (C),fail14,true
1. Parse Validation,Parson (C),fail15,true
1. Parse Validation,Parson (C),fail16,true
1. Parse Validation,Parson (C),fail17,true
1. Parse Validation,Parson (C),fail19,true
1. Parse Validation,Parson (C),fail20,true
1. Parse Validation,Parson (C),fail21,true
1. Parse Validation,Parson (C),fail22,true
1. Parse Validation,Parson (C),fail23,true
1. Parse Validation,Parson (C),fail24,true
1. Parse Validation,Parson (C),fail25,true
1. Parse Validation,Parson (C),fail26,true
1. Parse Validation,Parson (C),fail27,true
1. Parse Validation,Parson (C),fail28,true
1. Parse Validation,Parson (C),fail29,true
1. Parse Validation,Parson (C),fail30,true
1. Parse Validation,Parson (C),fail31,true
1. Parse Validation,Parson (C),fail32,true
1. Parse Validation,Parson (C),fail33,true
2. Parse Double,Parson (C),double01,true
2. Parse Double,Parson (C),double02,true
2. Parse Double,Parson (C),double03,true
2. Parse Double,Parson (C),double04,true
2. Parse Double,Parson (C),double05,true
2. Parse Double,Parson (C),double06,true
2. Parse Double,Parson (C),double07,true
2. Parse Double,Parson (C),double08,true
2. Parse Double,Parson (C),double09,true
2. Parse Double,Parson (C),double10,true
2. Parse Double,Parson (C),double11,true
2. Parse Double,Parson (C),double12,true
2. Parse Double,Parson (C),double13,true
2. Parse Double,Parson (C),double14,true
2. Parse Double,Parson (C),double15,true
2. Parse Double,Parson (C),double16,true
2. Parse Double,Parson (C),double17,true
2. Parse Double,Parson (C),double18,true
2. Parse Double,Parson (C),double19,true
2. Parse Double,Parson (C),double20,true
2. Parse Double,Parson (C),double21,true
2. Parse Double,Parson (C),double22,true
2. Parse Double,Parson (C),double23,true
2. Parse Double,Parson (C),double24,true
2. Parse Double,Parson (C),double25,true
2. Parse Double,Parson (C),double26,true
2. Parse Double,Parson (C),double27,true
2. Parse Double,Parson (C),double28,true
2. Parse Double,Parson (C),double29,true
2. Parse Double,Parson (C),double30,true
2. Parse Double,Parson (C),double31,true
2. Parse Double,Parson (C),double32,true
2. Parse Double,Parson (C),double33,true
2. Parse Double,Parson (C),double34,true
2. Parse Double,Parson (C),double35,true
2. Parse Double,Parson (C),double36,true
2. Parse Double,Parson (C),double37,true
2. Parse Double,Parson (C),double38,true
2. Parse Double,Parson (C),double39,true
2. Parse Double,Parson (C),double40,true
2. Parse Double,Parson (C),double41,true
2. Parse Double,Parson (C),double42,true
2. Parse Double,Parson (C),double43,true
2. Parse Double,Parson (C),double44,true
2. Parse Double,Parson (C),double45,true
2. Parse Double,Parson (C),double46,true
2. Parse Double,Parson (C),double47,true
2. Parse Double,Parson (C),double48,true
2. Parse Double,Parson (C),double49,true
2. Parse Double,Parson (C),double50,true
2. Parse Double,Parson (C),double51,true
2. Parse Double,Parson (C),double52,true
2. Parse Double,Parson (C),double53,true
2. Parse Double,Parson (C),double54,true
2. Parse Double,Parson (C),double55,true
2. Parse Double,Parson (C),double56,true
2. Parse Double,Parson (C),double57,true
2. Parse Double,Parson (C),double58,true
2. Parse Double,Parson (C),double59,true
2. Parse Double,Parson (C),double60,true
2. Parse Double,Parson (C),double61,true
2. Parse Double,Parson (C),double62,true
2. Parse Double,Parson (C),double63,true
2. Parse Double,Parson (C),double64,true
2. Parse Double,Parson (C),double65,true
2. Parse Double,Parson (C),double66,true
3. Parse String,Parson (C),string01,true
3. Parse String,Parson (C),string02,true
3. Parse String,Parson (C),string03,true
3. Parse String,Parson (C),string04,false
3. Parse String,Parson (C),string05,true
3. Parse String,Parson (C),string06,true
3. Parse String,Parson (C),string07,true
3. Parse String,Parson (C),string08,true
3. Parse String,Parson (C),string09,true
1. Parse Validation,PicoJSON (C++),pass01,true
1. Parse Validation,PicoJSON (C++),pass02,true
1. Parse Validation,PicoJSON (C++),pass03,true
1. Parse Validation,PicoJSON (C++),fail02,true
1. Parse Validation,PicoJSON (C++),fail03,true
1. Parse Validation,PicoJSON (C++),fail04,true
1. Parse Validation,PicoJSON (C++),fail05,true
1. Parse Validation,PicoJSON (C++),fail06,true
1. Parse Validation,PicoJSON (C++),fail07,false
1. Parse Validation,PicoJSON (C++),fail08,false
1. Parse Validation,PicoJSON (C++),fail09,true
1. Parse Validation,PicoJSON (C++),fail10,false
1. Parse Validation,PicoJSON (C++),fail11,true
1. Parse Validation,PicoJSON (C++),fail12,true
1. Parse Validation,PicoJSON (C++),fail13,false
1. Parse Validation,PicoJSON (C++),fail14,true
1. Parse Validation,PicoJSON (C++),fail15,true
1. Parse Validation,PicoJSON (C++),fail16,true
1. Parse Validation,PicoJSON (C++),fail17,true
1. Parse Validation,PicoJSON (C++),fail19,true
1. Parse Validation,PicoJSON (C++),fail20,true
1. Parse Validation,PicoJSON (C++),fail21,true
1. Parse Validation,PicoJSON (C++),fail22,true
1. Parse Validation,PicoJSON (C++),fail23,true
1. Parse Validation,PicoJSON (C++),fail24,true
1. Parse Validation,PicoJSON (C++),fail25,true
1. Parse Validation,PicoJSON (C++),fail26,true
1. Parse Validation,PicoJSON (C++),fail27,true
1. Parse Validation,PicoJSON (C++),fail28,true
1. Parse Validation,PicoJSON (C++),fail29,true
1. Parse Validation,PicoJSON (C++),fail30,true
1. Parse Validation,PicoJSON (C++),fail31,true
1. Parse Validation,PicoJSON (C++),fail32,true
1. Parse Validation,PicoJSON (C++),fail33,true
2. Parse Double,PicoJSON (C++),double01,true
2. Parse Double,PicoJSON (C++),double02,true
2. Parse Double,PicoJSON (C++),double03,true
2. Parse Double,PicoJSON (C++),double04,true
2. Parse Double,PicoJSON (C++),double05,true
2. Parse Double,PicoJSON (C++),double06,true
2. Parse Double,PicoJSON (C++),double07,true
2. Parse Double,PicoJSON (C++),double08,true
2. Parse Double,PicoJSON (C++),double09,true
2. Parse Double,PicoJSON (C++),double10,true
2. Parse Double,PicoJSON (C++),double11,true
2. Parse Double,PicoJSON (C++),double12,true
2. Parse Double,PicoJSON (C++),double13,true
2. Parse Double,PicoJSON (C++),double14,true
2. Parse Double,PicoJSON (C++),double15,true
2. Parse Double,PicoJSON (C++),double16,true
2. Parse Double,PicoJSON (C++),double17,true
2. Parse Double,PicoJSON (C++),double18,true
2. Parse Double,PicoJSON (C++),double19,true
2. Parse Double,PicoJSON (C++),double20,true
2. Parse Double,PicoJSON (C++),double21,true
2. Parse Double,PicoJSON (C++),double22,true
2. Parse Double,PicoJSON (C++),double23,true
2. Parse Double,PicoJSON (C++),double24,true
2. Parse Double,PicoJSON (C++),double25,true
2. Parse Double,PicoJSON (C++),double26,true
2. Parse Double,PicoJSON (C++),double27,true
2. Parse Double,PicoJSON (C++),double28,true
2. Parse Double,PicoJSON (C++),double29,true
2. Parse Double,PicoJSON (C++),double30,true
2. Parse Double,PicoJSON (C++),double31,true
2. Parse Double,PicoJSON (C++),double32,true
2. Parse Double,PicoJSON (C++),double33,true
2. Parse Double,PicoJSON (C++),double34,true
2. Parse Double,PicoJSON (C++),double35,true
2. Parse Double,PicoJSON (C++),double36,true
2. Parse Double,PicoJSON (C++),double37,true
2. Parse Double,PicoJSON (C++),double38,true
2. Parse Double,PicoJSON (C++),double39,true
2. Parse Double,PicoJSON (C++),double40,true
2. Parse Double,PicoJSON (C++),double41,true
2. Parse Double,PicoJSON (C++),double42,true
2. Parse Double,PicoJSON (C++),double43,true
2. Parse Double,PicoJSON (C++),double44,true
2. Parse Double,PicoJSON (C++),double45,true
2. Parse Double,PicoJSON (C++),double46,true
2. Parse Double,PicoJSON (C++),double47,true
2. Parse Double,PicoJSON (C++),double48,true
2. Parse Double,PicoJSON (C++),double49,true
2. Parse Double,PicoJSON (C++),double50,true
2. Parse Double,PicoJSON (C++),double51,true
2. Parse Double,PicoJSON (C++),double52,true
2. Parse Double,PicoJSON (C++),double53,true
2. Parse Double,PicoJSON (C++),double54,true
2. Parse Double,PicoJSON (C++),double55,true
2. Parse Double,PicoJSON (C++),double56,true
2. Parse Double,PicoJSON (C++),double57,true
2. Parse Double,PicoJSON (C++),double58,true
2. Parse Double,PicoJSON (C++),double59,true
2. Parse Double,PicoJSON (C++),double60,true
2. Parse Double,PicoJSON (C++),double61,true
2. Parse Double,PicoJSON (C++),double62,true
2. Parse Double,PicoJSON (C++),double63,true
2. Parse Double,PicoJSON (C++),double64,true
2. Parse Double,PicoJSON (C++),double65,true
2. Parse Double,PicoJSON (C++),double66,true
3. Parse String,PicoJSON (C++),string01,true
3. Parse String,PicoJSON (C++),string02,true
3. Parse String,PicoJSON (C++),string03,true
3. Parse String,PicoJSON (C++),string04,true
3. Parse String,PicoJSON (C++),string05,true
3. Parse String,PicoJSON (C++),string06,true
3. Parse String,PicoJSON (C++),string07,true
3. Parse String,PicoJSON (C++),string08,true
3. Parse String,PicoJSON (C++),string09,true
4. Roundtrip,PicoJSON (C++),roundtrip01,true
4. Roundtrip,PicoJSON (C++),roundtrip02,true
4. Roundtrip,PicoJSON (C++),roundtrip03,true
4. Roundtrip,PicoJSON (C++),roundtrip04,true
4. Roundtrip,PicoJSON (C++),roundtrip05,true
4. Roundtrip,PicoJSON (C++),roundtrip06,true
4. Roundtrip,PicoJSON (C++),roundtrip07,true
4. Roundtrip,PicoJSON (C++),roundtrip08,true
4. Roundtrip,PicoJSON (C++),roundtrip09,true
4. Roundtrip,PicoJSON (C++),roundtrip10,true
4. Roundtrip,PicoJSON (C++),roundtrip11,true
4. Roundtrip,PicoJSON (C++),roundtrip12,true
4. Roundtrip,PicoJSON (C++),roundtrip13,false
4. Roundtrip,PicoJSON (C++),roundtrip14,false
4. Roundtrip,PicoJSON (C++),roundtrip15,true
4. Roundtrip,PicoJSON (C++),roundtrip16,true
4. Roundtrip,PicoJSON (C++),roundtrip17,true
4. Roundtrip,PicoJSON (C++),roundtrip18,false
4. Roundtrip,PicoJSON (C++),roundtrip19,false
4. Roundtrip,PicoJSON (C++),roundtrip20,false
4. Roundtrip,PicoJSON (C++),roundtrip21,false
4. Roundtrip,PicoJSON (C++),roundtrip22,false
4. Roundtrip,PicoJSON (C++),roundtrip23,false
4. Roundtrip,PicoJSON (C++),roundtrip24,false
4. Roundtrip,PicoJSON (C++),roundtrip25,false
4. Roundtrip,PicoJSON (C++),roundtrip26,true
4. Roundtrip,PicoJSON (C++),roundtrip27,false
1. Parse Validation,RapidJSON_AutoUTF (C++),pass01,true
1. Parse Validation,RapidJSON_AutoUTF (C++),pass02,true
1. Parse Validation,RapidJSON_AutoUTF (C++),pass03,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail02,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail03,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail04,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail05,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail06,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail07,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail08,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail09,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail10,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail11,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail12,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail13,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail14,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail15,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail16,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail17,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail19,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail20,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail21,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail22,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail23,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail24,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail25,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail26,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail27,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail28,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail29,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail30,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail31,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail32,true
1. Parse Validation,RapidJSON_AutoUTF (C++),fail33,true
2. Parse Double,RapidJSON_AutoUTF (C++),double01,true
2. Parse Double,RapidJSON_AutoUTF (C++),double02,true
2. Parse Double,RapidJSON_AutoUTF (C++),double03,true
2. Parse Double,RapidJSON_AutoUTF (C++),double04,true
2. Parse Double,RapidJSON_AutoUTF (C++),double05,true
2. Parse Double,RapidJSON_AutoUTF (C++),double06,true
2. Parse Double,RapidJSON_AutoUTF (C++),double07,true
2. Parse Double,RapidJSON_AutoUTF (C++),double08,true
2. Parse Double,RapidJSON_AutoUTF (C++),double09,true
2. Parse Double,RapidJSON_AutoUTF (C++),double10,true
2. Parse Double,RapidJSON_AutoUTF (C++),double11,true
2. Parse Double,RapidJSON_AutoUTF (C++),double12,true
2. Parse Double,RapidJSON_AutoUTF (C++),double13,true
2. Parse Double,RapidJSON_AutoUTF (C++),double14,true
2. Parse Double,RapidJSON_AutoUTF (C++),double15,true
2. Parse Double,RapidJSON_AutoUTF (C++),double16,true
2. Parse Double,RapidJSON_AutoUTF (C++),double17,true
2. Parse Double,RapidJSON_AutoUTF (C++),double18,true
2. Parse Double,RapidJSON_AutoUTF (C++),double19,false
2. Parse Double,RapidJSON_AutoUTF (C++),double20,true
2. Parse Double,RapidJSON_AutoUTF (C++),double21,false
2. Parse Double,RapidJSON_AutoUTF (C++),double22,true
2. Parse Double,RapidJSON_AutoUTF (C++),double23,true
2. Parse Double,RapidJSON_AutoUTF (C++),double24,true
2. Parse Double,RapidJSON_AutoUTF (C++),double25,true
2. Parse Double,RapidJSON_AutoUTF (C++),double26,true
2. Parse Double,RapidJSON_AutoUTF (C++),double27,true
2. Parse Double,RapidJSON_AutoUTF (C++),double28,true
2. Parse Double,RapidJSON_AutoUTF (C++),double29,false
2. Parse Double,RapidJSON_AutoUTF (C++),double30,true
2. Parse Double,RapidJSON_AutoUTF (C++),double31,true
2. Parse Double,RapidJSON_AutoUTF (C++),double32,false
2. Parse Double,RapidJSON_AutoUTF (C++),double33,true
2. Parse Double,RapidJSON_AutoUTF (C++),double34,true
2. Parse Double,RapidJSON_AutoUTF (C++),double35,true
2. Parse Double,RapidJSON_AutoUTF (C++),double36,true
2. Parse Double,RapidJSON_AutoUTF (C++),double37,false
2. Parse Double,RapidJSON_AutoUTF (C++),double38,true
2. Parse Double,RapidJSON_AutoUTF (C++),double39,true
2. Parse Double,RapidJSON_AutoUTF (C++),double40,false
2. Parse Double,RapidJSON_AutoUTF (C++),double41,true
2. Parse Double,RapidJSON_AutoUTF (C++),double42,true
2. Parse Double,RapidJSON_AutoUTF (C++),double43,true
2. Parse Double,RapidJSON_AutoUTF (C++),double44,false
2. Parse Double,RapidJSON_AutoUTF (C++),double45,false
2. Parse Double,RapidJSON_AutoUTF (C++),double46,true
2. Parse Double,RapidJSON_AutoUTF (C++),double47,true
2. Parse Double,RapidJSON_AutoUTF (C++),double48,false
2. Parse Double,RapidJSON_AutoUTF (C++),double49,true
2. Parse Double,RapidJSON_AutoUTF (C++),double50,true
2. Parse Double,RapidJSON_AutoUTF (C++),double51,true
2. Parse Double,RapidJSON_AutoUTF (C++),double52,true
2. Parse Double,RapidJSON_AutoUTF (C++),double53,true
2. Parse Double,RapidJSON_AutoUTF (C++),double54,true
2. Parse Double,RapidJSON_AutoUTF (C++),double55,false
2. Parse Double,RapidJSON_AutoUTF (C++),double56,false
2. Parse Double,RapidJSON_AutoUTF (C++),double57,false
2. Parse Double,RapidJSON_AutoUTF (C++),double58,true
2. Parse Double,RapidJSON_AutoUTF (C++),double59,false
2. Parse Double,RapidJSON_AutoUTF (C++),double60,false
2. Parse Double,RapidJSON_AutoUTF (C++),double61,false
2. Parse Double,RapidJSON_AutoUTF (C++),double62,false
2. Parse Double,RapidJSON_AutoUTF (C++),double63,false
2. Parse Double,RapidJSON_AutoUTF (C++),double64,false
2. Parse Double,RapidJSON_AutoUTF (C++),double65,false
2. Parse Double,RapidJSON_AutoUTF (C++),double66,true
3. Parse String,RapidJSON_AutoUTF (C++),string01,true
3. Parse String,RapidJSON_AutoUTF (C++),string02,true
3. Parse String,RapidJSON_AutoUTF (C++),string03,true
3. Parse String,RapidJSON_AutoUTF (C++),string04,true
3. Parse String,RapidJSON_AutoUTF (C++),string05,true
3. Parse String,RapidJSON_AutoUTF (C++),string06,true
3. Parse String,RapidJSON_AutoUTF (C++),string07,true
3. Parse String,RapidJSON_AutoUTF (C++),string08,true
3. Parse String,RapidJSON_AutoUTF (C++),string09,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip01,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip02,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip03,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip04,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip05,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip06,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip07,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip08,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip09,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip10,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip11,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip12,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip13,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip14,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip15,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip16,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip17,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip18,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip19,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip20,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip21,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip22,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip23,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip24,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip25,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip26,true
4. Roundtrip,RapidJSON_AutoUTF (C++),roundtrip27,true
1. Parse Validation,RapidJSON_FullPrec (C++),pass01,true
1. Parse Validation,RapidJSON_FullPrec (C++),pass02,true
1. Parse Validation,RapidJSON_FullPrec (C++),pass03,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail02,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail03,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail04,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail05,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail06,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail07,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail08,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail09,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail10,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail11,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail12,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail13,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail14,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail15,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail16,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail17,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail19,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail20,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail21,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail22,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail23,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail24,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail25,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail26,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail27,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail28,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail29,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail30,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail31,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail32,true
1. Parse Validation,RapidJSON_FullPrec (C++),fail33,true
2. Parse Double,RapidJSON_FullPrec (C++),double01,true
2. Parse Double,RapidJSON_FullPrec (C++),double02,true
2. Parse Double,RapidJSON_FullPrec (C++),double03,true
2. Parse Double,RapidJSON_FullPrec (C++),double04,true
2. Parse Double,RapidJSON_FullPrec (C++),double05,true
2. Parse Double,RapidJSON_FullPrec (C++),double06,true
2. Parse Double,RapidJSON_FullPrec (C++),double07,true
2. Parse Double,RapidJSON_FullPrec (C++),double08,true
2. Parse Double,RapidJSON_FullPrec (C++),double09,true
2. Parse Double,RapidJSON_FullPrec (C++),double10,true
2. Parse Double,RapidJSON_FullPrec (C++),double11,true
2. Parse Double,RapidJSON_FullPrec (C++),double12,true
2. Parse Double,RapidJSON_FullPrec (C++),double13,true
2. Parse Double,RapidJSON_FullPrec (C++),double14,true
2. Parse Double,RapidJSON_FullPrec (C++),double15,true
2. Parse Double,RapidJSON_FullPrec (C++),double16,true
2. Parse Double,RapidJSON_FullPrec (C++),double17,true
2. Parse Double,RapidJSON_FullPrec (C++),double18,true
2. Parse Double,RapidJSON_FullPrec (C++),double19,true
2. Parse Double,RapidJSON_FullPrec (C++),double20,true
2. Parse Double,RapidJSON_FullPrec (C++),double21,true
2. Parse Double,RapidJSON_FullPrec (C++),double22,true
2. Parse Double,RapidJSON_FullPrec (C++),double23,true
2. Parse Double,RapidJSON_FullPrec (C++),double24,true
2. Parse Double,RapidJSON_FullPrec (C++),double25,true
2. Parse Double,RapidJSON_FullPrec (C++),double26,true
2. Parse Double,RapidJSON_FullPrec (C++),double27,true
2. Parse Double,RapidJSON_FullPrec (C++),double28,true
2. Parse Double,RapidJSON_FullPrec (C++),double29,true
2. Parse Double,RapidJSON_FullPrec (C++),double30,true
2. Parse Double,RapidJSON_FullPrec (C++),double31,true
2. Parse Double,RapidJSON_FullPrec (C++),double32,true
2. Parse Double,RapidJSON_FullPrec (C++),double33,true
2. Parse Double,RapidJSON_FullPrec (C++),double34,true
2. Parse Double,RapidJSON_FullPrec (C++),double35,true
2. Parse Double,RapidJSON_FullPrec (C++),double36,true
2. Parse Double,RapidJSON_FullPrec (C++),double37,true
2. Parse Double,RapidJSON_FullPrec (C++),double38,true
2. Parse Double,RapidJSON_FullPrec (C++),double39,true
2. Parse Double,RapidJSON_FullPrec (C++),double40,true
2. Parse Double,RapidJSON_FullPrec (C++),double41,true
2. Parse Double,RapidJSON_FullPrec (C++),double42,true
2. Parse Double,RapidJSON_FullPrec (C++),double43,true
2. Parse Double,RapidJSON_FullPrec (C++),double44,true
2. Parse Double,RapidJSON_FullPrec (C++),double45,true
2. Parse Double,RapidJSON_FullPrec (C++),double46,true
2. Parse Double,RapidJSON_FullPrec (C++),double47,true
2. Parse Double,RapidJSON_FullPrec (C++),double48,true
2. Parse Double,RapidJSON_FullPrec (C++),double49,true
2. Parse Double,RapidJSON_FullPrec (C++),double50,true
2. Parse Double,RapidJSON_FullPrec (C++),double51,true
2. Parse Double,RapidJSON_FullPrec (C++),double52,true
2. Parse Double,RapidJSON_FullPrec (C++),double53,true
2. Parse Double,RapidJSON_FullPrec (C++),double54,true
2. Parse Double,RapidJSON_FullPrec (C++),double55,true
2. Parse Double,RapidJSON_FullPrec (C++),double56,true
2. Parse Double,RapidJSON_FullPrec (C++),double57,true
2. Parse Double,RapidJSON_FullPrec (C++),double58,true
2. Parse Double,RapidJSON_FullPrec (C++),double59,true
2. Parse Double,RapidJSON_FullPrec (C++),double60,true
2. Parse Double,RapidJSON_FullPrec (C++),double61,true
2. Parse Double,RapidJSON_FullPrec (C++),double62,true
2. Parse Double,RapidJSON_FullPrec (C++),double63,true
2. Parse Double,RapidJSON_FullPrec (C++),double64,true
2. Parse Double,RapidJSON_FullPrec (C++),double65,true
2. Parse Double,RapidJSON_FullPrec (C++),double66,true
3. Parse String,RapidJSON_FullPrec (C++),string01,true
3. Parse String,RapidJSON_FullPrec (C++),string02,true
3. Parse String,RapidJSON_FullPrec (C++),string03,true
3. Parse String,RapidJSON_FullPrec (C++),string04,true
3. Parse String,RapidJSON_FullPrec (C++),string05,true
3. Parse String,RapidJSON_FullPrec (C++),string06,true
3. Parse String,RapidJSON_FullPrec (C++),string07,true
3. Parse String,RapidJSON_FullPrec (C++),string08,true
3. Parse String,RapidJSON_FullPrec (C++),string09,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip01,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip02,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip03,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip04,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip05,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip06,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip07,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip08,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip09,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip10,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip11,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip12,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip13,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip14,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip15,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip16,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip17,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip18,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip19,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip20,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip21,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip22,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip23,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip24,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip25,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip26,true
4. Roundtrip,RapidJSON_FullPrec (C++),roundtrip27,true
1. Parse Validation,RapidJSON_Insitu (C++),pass01,true
1. Parse Validation,RapidJSON_Insitu (C++),pass02,true
1. Parse Validation,RapidJSON_Insitu (C++),pass03,true
1. Parse Validation,RapidJSON_Insitu (C++),fail02,true
1. Parse Validation,RapidJSON_Insitu (C++),fail03,true
1. Parse Validation,RapidJSON_Insitu (C++),fail04,true
1. Parse Validation,RapidJSON_Insitu (C++),fail05,true
1. Parse Validation,RapidJSON_Insitu (C++),fail06,true
1. Parse Validation,RapidJSON_Insitu (C++),fail07,true
1. Parse Validation,RapidJSON_Insitu (C++),fail08,true
1. Parse Validation,RapidJSON_Insitu (C++),fail09,true
1. Parse Validation,RapidJSON_Insitu (C++),fail10,true
1. Parse Validation,RapidJSON_Insitu (C++),fail11,true
1. Parse Validation,RapidJSON_Insitu (C++),fail12,true
1. Parse Validation,RapidJSON_Insitu (C++),fail13,true
1. Parse Validation,RapidJSON_Insitu (C++),fail14,true
1. Parse Validation,RapidJSON_Insitu (C++),fail15,true
1. Parse Validation,RapidJSON_Insitu (C++),fail16,true
1. Parse Validation,RapidJSON_Insitu (C++),fail17,true
1. Parse Validation,RapidJSON_Insitu (C++),fail19,true
1. Parse Validation,RapidJSON_Insitu (C++),fail20,true
1. Parse Validation,RapidJSON_Insitu (C++),fail21,true
1. Parse Validation,RapidJSON_Insitu (C++),fail22,true
1. Parse Validation,RapidJSON_Insitu (C++),fail23,true
1. Parse Validation,RapidJSON_Insitu (C++),fail24,true
1. Parse Validation,RapidJSON_Insitu (C++),fail25,true
1. Parse Validation,RapidJSON_Insitu (C++),fail26,true
1. Parse Validation,RapidJSON_Insitu (C++),fail27,true
1. Parse Validation,RapidJSON_Insitu (C++),fail28,true
1. Parse Validation,RapidJSON_Insitu (C++),fail29,true
1. Parse Validation,RapidJSON_Insitu (C++),fail30,true
1. Parse Validation,RapidJSON_Insitu (C++),fail31,true
1. Parse Validation,RapidJSON_Insitu (C++),fail32,true
1. Parse Validation,RapidJSON_Insitu (C++),fail33,true
2. Parse Double,RapidJSON_Insitu (C++),double01,true
2. Parse Double,RapidJSON_Insitu (C++),double02,true
2. Parse Double,RapidJSON_Insitu (C++),double03,true
2. Parse Double,RapidJSON_Insitu (C++),double04,true
2. Parse Double,RapidJSON_Insitu (C++),double05,true
2. Parse Double,RapidJSON_Insitu (C++),double06,true
2. Parse Double,RapidJSON_Insitu (C++),double07,true
2. Parse Double,RapidJSON_Insitu (C++),double08,true
2. Parse Double,RapidJSON_Insitu (C++),double09,true
2. Parse Double,RapidJSON_Insitu (C++),double10,true
2. Parse Double,RapidJSON_Insitu (C++),double11,true
2. Parse Double,RapidJSON_Insitu (C++),double12,true
2. Parse Double,RapidJSON_Insitu (C++),double13,true
2. Parse Double,RapidJSON_Insitu (C++),double14,true
2. Parse Double,RapidJSON_Insitu (C++),double15,true
2. Parse Double,RapidJSON_Insitu (C++),double16,true
2. Parse Double,RapidJSON_Insitu (C++),double17,true
2. Parse Double,RapidJSON_Insitu (C++),double18,true
2. Parse Double,RapidJSON_Insitu (C++),double19,false
2. Parse Double,RapidJSON_Insitu (C++),double20,true
2. Parse Double,RapidJSON_Insitu (C++),double21,false
2. Parse Double,RapidJSON_Insitu (C++),double22,true
2. Parse Double,RapidJSON_Insitu (C++),double23,true
2. Parse Double,RapidJSON_Insitu (C++),double24,true
2. Parse Double,RapidJSON_Insitu (C++),double25,true
2. Parse Double,RapidJSON_Insitu (C++),double26,true
2. Parse Double,RapidJSON_Insitu (C++),double27,true
2. Parse Double,RapidJSON_Insitu (C++),double28,true
2. Parse Double,RapidJSON_Insitu (C++),double29,false
2. Parse Double,RapidJSON_Insitu (C++),double30,true
2. Parse Double,RapidJSON_Insitu (C++),double31,true
2. Parse Double,RapidJSON_Insitu (C++),double32,false
2. Parse Double,RapidJSON_Insitu (C++),double33,true
2. Parse Double,RapidJSON_Insitu (C++),double34,true
2. Parse Double,RapidJSON_Insitu (C++),double35,true
2. Parse Double,RapidJSON_Insitu (C++),double36,true
2. Parse Double,RapidJSON_Insitu (C++),double37,false
2. Parse Double,RapidJSON_Insitu (C++),double38,true
2. Parse Double,RapidJSON_Insitu (C++),double39,true
2. Parse Double,RapidJSON_Insitu (C++),double40,false
2. Parse Double,RapidJSON_Insitu (C++),double41,true
2. Parse Double,RapidJSON_Insitu (C++),double42,true
2. Parse Double,RapidJSON_Insitu (C++),double43,true
2. Parse Double,RapidJSON_Insitu (C++),double44,false
2. Parse Double,RapidJSON_Insitu (C++),double45,false
2. Parse Double,RapidJSON_Insitu (C++),double46,true
2. Parse Double,RapidJSON_Insitu (C++),double47,true
2. Parse Double,RapidJSON_Insitu (C++),double48,false
2. Parse Double,RapidJSON_Insitu (C++),double49,true
2. Parse Double,RapidJSON_Insitu (C++),double50,true
2. Parse Double,RapidJSON_Insitu (C++),double51,true
2. Parse Double,RapidJSON_Insitu (C++),double52,true
2. Parse Double,RapidJSON_Insitu (C++),double53,true
2. Parse Double,RapidJSON_Insitu (C++),double54,true
2. Parse Double,RapidJSON_Insitu (C++),double55,false
2. Parse Double,RapidJSON_Insitu (C++),double56,false
2. Parse Double,RapidJSON_Insitu (C++),double57,false
2. Parse Double,RapidJSON_Insitu (C++),double58,true
2. Parse Double,RapidJSON_Insitu (C++),double59,false
2. Parse Double,RapidJSON_Insitu (C++),double60,false
2. Parse Double,RapidJSON_Insitu (C++),double61,false
2. Parse Double,RapidJSON_Insitu (C++),double62,false
2. Parse Double,RapidJSON_Insitu (C++),double63,false
2. Parse Double,RapidJSON_Insitu (C++),double64,false
2. Parse Double,RapidJSON_Insitu (C++),double65,false
2. Parse Double,RapidJSON_Insitu (C++),double66,true
3. Parse String,RapidJSON_Insitu (C++),string01,true
3. Parse String,RapidJSON_Insitu (C++),string02,true
3. Parse String,RapidJSON_Insitu (C++),string03,true
3. Parse String,RapidJSON_Insitu (C++),string04,true
3. Parse String,RapidJSON_Insitu (C++),string05,true
3. Parse String,RapidJSON_Insitu (C++),string06,true
3. Parse String,RapidJSON_Insitu (C++),string07,true
3. Parse String,RapidJSON_Insitu (C++),string08,true
3. Parse String,RapidJSON_Insitu (C++),string09,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip01,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip02,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip03,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip04,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip05,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip06,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip07,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip08,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip09,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip10,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip11,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip12,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip13,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip14,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip15,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip16,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip17,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip18,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip19,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip20,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip21,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip22,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip23,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip24,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip25,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip26,true
4. Roundtrip,RapidJSON_Insitu (C++),roundtrip27,true
1. Parse Validation,RapidJSON (C++),pass01,true
1. Parse Validation,RapidJSON (C++),pass02,true
1. Parse Validation,RapidJSON (C++),pass03,true
1. Parse Validation,RapidJSON (C++),fail02,true
1. Parse Validation,RapidJSON (C++),fail03,true
1. Parse Validation,RapidJSON (C++),fail04,true
1. Parse Validation,RapidJSON (C++),fail05,true
1. Parse Validation,RapidJSON (C++),fail06,true
1. Parse Validation,RapidJSON (C++),fail07,true
1. Parse Validation,RapidJSON (C++),fail08,true
1. Parse Validation,RapidJSON (C++),fail09,true
1. Parse Validation,RapidJSON (C++),fail10,true
1. Parse Validation,RapidJSON (C++),fail11,true
1. Parse Validation,RapidJSON (C++),fail12,true
1. Parse Validation,RapidJSON (C++),fail13,true
1. Parse Validation,RapidJSON (C++),fail14,true
1. Parse Validation,RapidJSON (C++),fail15,true
1. Parse Validation,RapidJSON (C++),fail16,true
1. Parse Validation,RapidJSON (C++),fail17,true
1. Parse Validation,RapidJSON (C++),fail19,true
1. Parse Validation,RapidJSON (C++),fail20,true
1. Parse Validation,RapidJSON (C++),fail21,true
1. Parse Validation,RapidJSON (C++),fail22,true
1. Parse Validation,RapidJSON (C++),fail23,true
1. Parse Validation,RapidJSON (C++),fail24,true
1. Parse Validation,RapidJSON (C++),fail25,true
1. Parse Validation,RapidJSON (C++),fail26,true
1. Parse Validation,RapidJSON (C++),fail27,true
1. Parse Validation,RapidJSON (C++),fail28,true
1. Parse Validation,RapidJSON (C++),fail29,true
1. Parse Validation,RapidJSON (C++),fail30,true
1. Parse Validation,RapidJSON (C++),fail31,true
1. Parse Validation,RapidJSON (C++),fail32,true
1. Parse Validation,RapidJSON (C++),fail33,true
2. Parse Double,RapidJSON (C++),double01,true
2. Parse Double,RapidJSON (C++),double02,true
2. Parse Double,RapidJSON (C++),double03,true
2. Parse Double,RapidJSON (C++),double04,true
2. Parse Double,RapidJSON (C++),double05,true
2. Parse Double,RapidJSON (C++),double06,true
2. Parse Double,RapidJSON (C++),double07,true
2. Parse Double,RapidJSON (C++),double08,true
2. Parse Double,RapidJSON (C++),double09,true
2. Parse Double,RapidJSON (C++),double10,true
2. Parse Double,RapidJSON (C++),double11,true
2. Parse Double,RapidJSON (C++),double12,true
2. Parse Double,RapidJSON (C++),double13,true
2. Parse Double,RapidJSON (C++),double14,true
2. Parse Double,RapidJSON (C++),double15,true
2. Parse Double,RapidJSON (C++),double16,true
2. Parse Double,RapidJSON (C++),double17,true
2. Parse Double,RapidJSON (C++),double18,true
2. Parse Double,RapidJSON (C++),double19,false
2. Parse Double,RapidJSON (C++),double20,true
2. Parse Double,RapidJSON (C++),double21,false
2. Parse Double,RapidJSON (C++),double22,true
2. Parse Double,RapidJSON (C++),double23,true
2. Parse Double,RapidJSON (C++),double24,true
2. Parse Double,RapidJSON (C++),double25,true
2. Parse Double,RapidJSON (C++),double26,true
2. Parse Double,RapidJSON (C++),double27,true
2. Parse Double,RapidJSON (C++),double28,true
2. Parse Double,RapidJSON (C++),double29,false
2. Parse Double,RapidJSON (C++),double30,true
2. Parse Double,RapidJSON (C++),double31,true
2. Parse Double,RapidJSON (C++),double32,false
2. Parse Double,RapidJSON (C++),double33,true
2. Parse Double,RapidJSON (C++),double34,true
2. Parse Double,RapidJSON (C++),double35,true
2. Parse Double,RapidJSON (C++),double36,true
2. Parse Double,RapidJSON (C++),double37,false
2. Parse Double,RapidJSON (C++),double38,true
2. Parse Double,RapidJSON (C++),double39,true
2. Parse Double,RapidJSON (C++),double40,false
2. Parse Double,RapidJSON (C++),double41,true
2. Parse Double,RapidJSON (C++),double42,true
2. Parse Double,RapidJSON (C++),double43,true
2. Parse Double,RapidJSON (C++),double44,false
2. Parse Double,RapidJSON (C++),double45,false
2. Parse Double,RapidJSON (C++),double46,true
2. Parse Double,RapidJSON (C++),double47,true
2. Parse Double,RapidJSON (C++),double48,false
2. Parse Double,RapidJSON (C++),double49,true
2. Parse Double,RapidJSON (C++),double50,true
2. Parse Double,RapidJSON (C++),double51,true
2. Parse Double,RapidJSON (C++),double52,true
2. Parse Double,RapidJSON (C++),double53,true
2. Parse Double,RapidJSON (C++),double54,true
2. Parse Double,RapidJSON (C++),double55,false
2. Parse Double,RapidJSON (C++),double56,false
2. Parse Double,RapidJSON (C++),double57,false
2. Parse Double,RapidJSON (C++),double58,true
2. Parse Double,RapidJSON (C++),double59,false
2. Parse Double,RapidJSON (C++),double60,false
2. Parse Double,RapidJSON (C++),double61,false
2. Parse Double,RapidJSON (C++),double62,false
2. Parse Double,RapidJSON (C++),double63,false
2. Parse Double,RapidJSON (C++),double64,false
2. Parse Double,RapidJSON (C++),double65,false
2. Parse Double,RapidJSON (C++),double66,true
3. Parse String,RapidJSON (C++),string01,true
3. Parse String,RapidJSON (C++),string02,true
3. Parse String,RapidJSON (C++),string03,true
3. Parse String,RapidJSON (C++),string04,true
3. Parse String,RapidJSON (C++),string05,true
3. Parse String,RapidJSON (C++),string06,true
3. Parse String,RapidJSON (C++),string07,true
3. Parse String,RapidJSON (C++),string08,true
3. Parse String,RapidJSON (C++),string09,true
4. Roundtrip,RapidJSON (C++),roundtrip01,true
4. Roundtrip,RapidJSON (C++),roundtrip02,true
4. Roundtrip,RapidJSON (C++),roundtrip03,true
4. Roundtrip,RapidJSON (C++),roundtrip04,true
4. Roundtrip,RapidJSON (C++),roundtrip05,true
4. Roundtrip,RapidJSON (C++),roundtrip06,true
4. Roundtrip,RapidJSON (C++),roundtrip07,true
4. Roundtrip,RapidJSON (C++),roundtrip08,true
4. Roundtrip,RapidJSON (C++),roundtrip09,true
4. Roundtrip,RapidJSON (C++),roundtrip10,true
4. Roundtrip,RapidJSON (C++),roundtrip11,true
4. Roundtrip,RapidJSON (C++),roundtrip12,true
4. Roundtrip,RapidJSON (C++),roundtrip13,true
4. Roundtrip,RapidJSON (C++),roundtrip14,true
4. Roundtrip,RapidJSON (C++),roundtrip15,true
4. Roundtrip,RapidJSON (C++),roundtrip16,true
4. Roundtrip,RapidJSON (C++),roundtrip17,true
4. Roundtrip,RapidJSON (C++),roundtrip18,true
4. Roundtrip,RapidJSON (C++),roundtrip19,true
4. Roundtrip,RapidJSON (C++),roundtrip20,true
4. Roundtrip,RapidJSON (C++),roundtrip21,true
4. Roundtrip,RapidJSON (C++),roundtrip22,true
4. Roundtrip,RapidJSON (C++),roundtrip23,true
4. Roundtrip,RapidJSON (C++),roundtrip24,true
4. Roundtrip,RapidJSON (C++),roundtrip25,true
4. Roundtrip,RapidJSON (C++),roundtrip26,true
4. Roundtrip,RapidJSON (C++),roundtrip27,true
1. Parse Validation,sajson (C++),pass01,true
1. Parse Validation,sajson (C++),pass02,true
1. Parse Validation,sajson (C++),pass03,true
1. Parse Validation,sajson (C++),fail02,true
1. Parse Validation,sajson (C++),fail03,true
1. Parse Validation,sajson (C++),fail04,false
1. Parse Validation,sajson (C++),fail05,true
1. Parse Validation,sajson (C++),fail06,true
1. Parse Validation,sajson (C++),fail07,true
1. Parse Validation,sajson (C++),fail08,true
1. Parse Validation,sajson (C++),fail09,false
1. Parse Validation,sajson (C++),fail10,true
1. Parse Validation,sajson (C++),fail11,true
1. Parse Validation,sajson (C++),fail12,true
1. Parse Validation,sajson (C++),fail13,false
1. Parse Validation,sajson (C++),fail14,true
1. Parse Validation,sajson (C++),fail15,true
1. Parse Validation,sajson (C++),fail16,true
1. Parse Validation,sajson (C++),fail17,true
1. Parse Validation,sajson (C++),fail19,true
1. Parse Validation,sajson (C++),fail20,true
1. Parse Validation,sajson (C++),fail21,true
1. Parse Validation,sajson (C++),fail22,true
1. Parse Validation,sajson (C++),fail23,true
1. Parse Validation,sajson (C++),fail24,true
1. Parse Validation,sajson (C++),fail25,true
1. Parse Validation,sajson (C++),fail26,true
1. Parse Validation,sajson (C++),fail27,true
1. Parse Validation,sajson (C++),fail28,true
1. Parse Validation,sajson (C++),fail29,false
1. Parse Validation,sajson (C++),fail30,false
1. Parse Validation,sajson (C++),fail31,true
1. Parse Validation,sajson (C++),fail32,true
1. Parse Validation,sajson (C++),fail33,true
2. Parse Double,sajson (C++),double01,true
2. Parse Double,sajson (C++),double02,true
2. Parse Double,sajson (C++),double03,true
2. Parse Double,sajson (C++),double04,true
2. Parse Double,sajson (C++),double05,true
2. Parse Double,sajson (C++),double06,true
2. Parse Double,sajson (C++),double07,true
2. Parse Double,sajson (C++),double08,true
2. Parse Double,sajson (C++),double09,true
2. Parse Double,sajson (C++),double10,true
2. Parse Double,sajson (C++),double11,true
2. Parse Double,sajson (C++),double12,true
2. Parse Double,sajson (C++),double13,true
2. Parse Double,sajson (C++),double14,true
2. Parse Double,sajson (C++),double15,true
2. Parse Double,sajson (C++),double16,true
2. Parse Double,sajson (C++),double17,true
2. Parse Double,sajson (C++),double18,true
2. Parse Double,sajson (C++),double19,false
2. Parse Double,sajson (C++),double20,true
2. Parse Double,sajson (C++),double21,false
2. Parse Double,sajson (C++),double22,false
2. Parse Double,sajson (C++),double23,false
2. Parse Double,sajson (C++),double24,false
2. Parse Double,sajson (C++),double25,true
2. Parse Double,sajson (C++),double26,true
2. Parse Double,sajson (C++),double27,true
2. Parse Double,sajson (C++),double28,false
2. Parse Double,sajson (C++),double29,false
2. Parse Double,sajson (C++),double30,true
2. Parse Double,sajson (C++),double31,true
2. Parse Double,sajson (C++),double32,false
2. Parse Double,sajson (C++),double33,true
2. Parse Double,sajson (C++),double34,true
2. Parse Double,sajson (C++),double35,true
2. Parse Double,sajson (C++),double36,false
2. Parse Double,sajson (C++),double37,false
2. Parse Double,sajson (C++),double38,false
2. Parse Double,sajson (C++),double39,true
2. Parse Double,sajson (C++),double40,false
2. Parse Double,sajson (C++),double41,true
2. Parse Double,sajson (C++),double42,true
2. Parse Double,sajson (C++),double43,true
2. Parse Double,sajson (C++),double44,false
2. Parse Double,sajson (C++),double45,true
2. Parse Double,sajson (C++),double46,true
2. Parse Double,sajson (C++),double47,false
2. Parse Double,sajson (C++),double48,true
2. Parse Double,sajson (C++),double49,false
2. Parse Double,sajson (C++),double50,true
2. Parse Double,sajson (C++),double51,false
2. Parse Double,sajson (C++),double52,true
2. Parse Double,sajson (C++),double53,false
2. Parse Double,sajson (C++),double54,true
2. Parse Double,sajson (C++),double55,false
2. Parse Double,sajson (C++),double56,false
2. Parse Double,sajson (C++),double57,false
2. Parse Double,sajson (C++),double58,true
2. Parse Double,sajson (C++),double59,false
2. Parse Double,sajson (C++),double60,false
2. Parse Double,sajson (C++),double61,false
2. Parse Double,sajson (C++),double62,false
2. Parse Double,sajson (C++),double63,false
2. Parse Double,sajson (C++),double64,false
2. Parse Double,sajson (C++),double65,false
2. Parse Double,sajson (C++),double66,false
3. Parse String,sajson (C++),string01,true
3. Parse String,sajson (C++),string02,true
3. Parse String,sajson (C++),string03,true
3. Parse String,sajson (C++),string04,true
3. Parse String,sajson (C++),string05,true
3. Parse String,sajson (C++),string06,true
3. Parse String,sajson (C++),string07,true
3. Parse String,sajson (C++),string08,true
3. Parse String,sajson (C++),string09,true
1. Parse Validation,SimpleJSON (C++),pass01,true
1. Parse Validation,SimpleJSON (C++),pass02,true
1. Parse Validation,SimpleJSON (C++),pass03,true
1. Parse Validation,SimpleJSON (C++),fail02,true
1. Parse Validation,SimpleJSON (C++),fail03,true
1. Parse Validation,SimpleJSON (C++),fail04,true
1. Parse Validation,SimpleJSON (C++),fail05,true
1. Parse Validation,SimpleJSON (C++),fail06,true
1. Parse Validation,SimpleJSON (C++),fail07,true
1. Parse Validation,SimpleJSON (C++),fail08,true
1. Parse Validation,SimpleJSON (C++),fail09,true
1. Parse Validation,SimpleJSON (C++),fail10,true
1. Parse Validation,SimpleJSON (C++),fail11,true
1. Parse Validation,SimpleJSON (C++),fail12,true
1. Parse Validation,SimpleJSON (C++),fail13,true
1. Parse Validation,SimpleJSON (C++),fail14,true
1. Parse Validation,SimpleJSON (C++),fail15,true
1. Parse Validation,SimpleJSON (C++),fail16,true
1. Parse Validation,SimpleJSON (C++),fail17,true
1. Parse Validation,SimpleJSON (C++),fail19,true
1. Parse Validation,SimpleJSON (C++),fail20,true
1. Parse Validation,SimpleJSON (C++),fail21,true
1. Parse Validation,SimpleJSON (C++),fail22,true
1. Parse Validation,SimpleJSON (C++),fail23,true
1. Parse Validation,SimpleJSON (C++),fail24,true
1. Parse Validation,SimpleJSON (C++),fail25,false
1. Parse Validation,SimpleJSON (C++),fail26,true
1. Parse Validation,SimpleJSON (C++),fail27,true
1. Parse Validation,SimpleJSON (C++),fail28,true
1. Parse Validation,SimpleJSON (C++),fail29,true
1. Parse Validation,SimpleJSON (C++),fail30,true
1. Parse Validation,SimpleJSON (C++),fail31,true
1. Parse Validation,SimpleJSON (C++),fail32,true
1. Parse Validation,SimpleJSON (C++),fail33,true
2. Parse Double,SimpleJSON (C++),double01,true
2. Parse Double,SimpleJSON (C++),double02,true
2. Parse Double,SimpleJSON (C++),double03,true
2. Parse Double,SimpleJSON (C++),double04,true
2. Parse Double,SimpleJSON (C++),double05,true
2. Parse Double,SimpleJSON (C++),double06,true
2. Parse Double,SimpleJSON (C++),double07,true
2. Parse Double,SimpleJSON (C++),double08,true
2. Parse Double,SimpleJSON (C++),double09,true
2. Parse Double,SimpleJSON (C++),double10,true
2. Parse Double,SimpleJSON (C++),double11,false
2. Parse Double,SimpleJSON (C++),double12,true
2. Parse Double,SimpleJSON (C++),double13,true
2. Parse Double,SimpleJSON (C++),double14,true
2. Parse Double,SimpleJSON (C++),double15,false
2. Parse Double,SimpleJSON (C++),double16,true
2. Parse Double,SimpleJSON (C++),double17,true
2. Parse Double,SimpleJSON (C++),double18,false
2. Parse Double,SimpleJSON (C++),double19,false
2. Parse Double,SimpleJSON (C++),double20,false
2. Parse Double,SimpleJSON (C++),double21,false
2. Parse Double,SimpleJSON (C++),double22,true
2. Parse Double,SimpleJSON (C++),double23,false
2. Parse Double,SimpleJSON (C++),double24,false
2. Parse Double,SimpleJSON (C++),double25,false
2. Parse Double,SimpleJSON (C++),double26,true
2. Parse Double,SimpleJSON (C++),double27,true
2. Parse Double,SimpleJSON (C++),double28,false
2. Parse Double,SimpleJSON (C++),double29,true
2. Parse Double,SimpleJSON (C++),double30,false
2. Parse Double,SimpleJSON (C++),double31,true
2. Parse Double,SimpleJSON (C++),double32,false
2. Parse Double,SimpleJSON (C++),double33,true
2. Parse Double,SimpleJSON (C++),double34,true
2. Parse Double,SimpleJSON (C++),double35,false
2. Parse Double,SimpleJSON (C++),double36,false
2. Parse Double,SimpleJSON (C++),double37,false
2. Parse Double,SimpleJSON (C++),double38,false
2. Parse Double,SimpleJSON (C++),double39,false
2. Parse Double,SimpleJSON (C++),double40,true
2. Parse Double,SimpleJSON (C++),double41,false
2. Parse Double,SimpleJSON (C++),double42,false
2. Parse Double,SimpleJSON (C++),double43,false
2. Parse Double,SimpleJSON (C++),double44,true
2. Parse Double,SimpleJSON (C++),double45,true
2. Parse Double,SimpleJSON (C++),double46,true
2. Parse Double,SimpleJSON (C++),double47,false
2. Parse Double,SimpleJSON (C++),double48,false
2. Parse Double,SimpleJSON (C++),double49,false
2. Parse Double,SimpleJSON (C++),double50,false
2. Parse Double,SimpleJSON (C++),double51,false
2. Parse Double,SimpleJSON (C++),double52,true
2. Parse Double,SimpleJSON (C++),double53,false
2. Parse Double,SimpleJSON (C++),double54,true
2. Parse Double,SimpleJSON (C++),double55,false
2. Parse Double,SimpleJSON (C++),double56,false
2. Parse Double,SimpleJSON (C++),double57,false
2. Parse Double,SimpleJSON (C++),double58,false
2. Parse Double,SimpleJSON (C++),double59,false
2. Parse Double,SimpleJSON (C++),double60,false
2. Parse Double,SimpleJSON (C++),double61,false
2. Parse Double,SimpleJSON (C++),double62,false
2. Parse Double,SimpleJSON (C++),double63,false
2. Parse Double,SimpleJSON (C++),double64,false
2. Parse Double,SimpleJSON (C++),double65,false
2. Parse Double,SimpleJSON (C++),double66,false
3. Parse String,SimpleJSON (C++),string01,true
3. Parse String,SimpleJSON (C++),string02,true
3. Parse String,SimpleJSON (C++),string03,true
3. Parse String,SimpleJSON (C++),string04,false
3. Parse String,SimpleJSON (C++),string05,true
3. Parse String,SimpleJSON (C++),string06,true
3. Parse String,SimpleJSON (C++),string07,true
3. Parse String,SimpleJSON (C++),string08,true
3. Parse String,SimpleJSON (C++),string09,false
4. Roundtrip,SimpleJSON (C++),roundtrip01,true
4. Roundtrip,SimpleJSON (C++),roundtrip02,true
4. Roundtrip,SimpleJSON (C++),roundtrip03,true
4. Roundtrip,SimpleJSON (C++),roundtrip04,true
4. Roundtrip,SimpleJSON (C++),roundtrip05,true
4. Roundtrip,SimpleJSON (C++),roundtrip06,true
4. Roundtrip,SimpleJSON (C++),roundtrip07,true
4. Roundtrip,SimpleJSON (C++),roundtrip08,true
4. Roundtrip,SimpleJSON (C++),roundtrip09,true
4. Roundtrip,SimpleJSON (C++),roundtrip10,true
4. Roundtrip,SimpleJSON (C++),roundtrip11,true
4. Roundtrip,SimpleJSON (C++),roundtrip12,true
4. Roundtrip,SimpleJSON (C++),roundtrip13,false
4. Roundtrip,SimpleJSON (C++),roundtrip14,false
4. Roundtrip,SimpleJSON (C++),roundtrip15,true
4. Roundtrip,SimpleJSON (C++),roundtrip16,true
4. Roundtrip,SimpleJSON (C++),roundtrip17,true
4. Roundtrip,SimpleJSON (C++),roundtrip18,false
4. Roundtrip,SimpleJSON (C++),roundtrip19,false
4. Roundtrip,SimpleJSON (C++),roundtrip20,false
4. Roundtrip,SimpleJSON (C++),roundtrip21,false
4. Roundtrip,SimpleJSON (C++),roundtrip22,true
4. Roundtrip,SimpleJSON (C++),roundtrip23,true
4. Roundtrip,SimpleJSON (C++),roundtrip24,false
4. Roundtrip,SimpleJSON (C++),roundtrip25,false
4. Roundtrip,SimpleJSON (C++),roundtrip26,false
4. Roundtrip,SimpleJSON (C++),roundtrip27,false
1. Parse Validation,udp/json-parser (C),pass01,true
1. Parse Validation,udp/json-parser (C),pass02,true
1. Parse Validation,udp/json-parser (C),pass03,true
1. Parse Validation,udp/json-parser (C),fail02,true
1. Parse Validation,udp/json-parser (C),fail03,true
1. Parse Validation,udp/json-parser (C),fail04,false
1. Parse Validation,udp/json-parser (C),fail05,true
1. Parse Validation,udp/json-parser (C),fail06,true
1. Parse Validation,udp/json-parser (C),fail07,true
1. Parse Validation,udp/json-parser (C),fail08,true
1. Parse Validation,udp/json-parser (C),fail09,false
1. Parse Validation,udp/json-parser (C),fail10,true
1. Parse Validation,udp/json-parser (C),fail11,true
1. Parse Validation,udp/json-parser (C),fail12,true
1. Parse Validation,udp/json-parser (C),fail13,true
1. Parse Validation,udp/json-parser (C),fail14,true
1. Parse Validation,udp/json-parser (C),fail15,false
1. Parse Validation,udp/json-parser (C),fail16,true
1. Parse Validation,udp/json-parser (C),fail17,false
1. Parse Validation,udp/json-parser (C),fail19,true
1. Parse Validation,udp/json-parser (C),fail20,true
1. Parse Validation,udp/json-parser (C),fail21,true
1. Parse Validation,udp/json-parser (C),fail22,true
1. Parse Validation,udp/json-parser (C),fail23,true
1. Parse Validation,udp/json-parser (C),fail24,true
1. Parse Validation,udp/json-parser (C),fail25,false
1. Parse Validation,udp/json-parser (C),fail26,false
1. Parse Validation,udp/json-parser (C),fail27,false
1. Parse Validation,udp/json-parser (C),fail28,false
1. Parse Validation,udp/json-parser (C),fail29,true
1. Parse Validation,udp/json-parser (C),fail30,true
1. Parse Validation,udp/json-parser (C),fail31,true
1. Parse Validation,udp/json-parser (C),fail32,true
1. Parse Validation,udp/json-parser (C),fail33,true
2. Parse Double,udp/json-parser (C),double01,true
2. Parse Double,udp/json-parser (C),double02,true
2. Parse Double,udp/json-parser (C),double03,true
2. Parse Double,udp/json-parser (C),double04,true
2. Parse Double,udp/json-parser (C),double05,true
2. Parse Double,udp/json-parser (C),double06,true
2. Parse Double,udp/json-parser (C),double07,true
2. Parse Double,udp/json-parser (C),double08,true
2. Parse Double,udp/json-parser (C),double09,true
2. Parse Double,udp/json-parser (C),double10,true
2. Parse Double,udp/json-parser (C),double11,true
2. Parse Double,udp/json-parser (C),double12,true
2. Parse Double,udp/json-parser (C),double13,true
2. Parse Double,udp/json-parser (C),double14,true
2. Parse Double,udp/json-parser (C),double15,true
2. Parse Double,udp/json-parser (C),double16,true
2. Parse Double,udp/json-parser (C),double17,true
2. Parse Double,udp/json-parser (C),double18,true
2. Parse Double,udp/json-parser (C),double19,true
2. Parse Double,udp/json-parser (C),double20,true
2. Parse Double,udp/json-parser (C),double21,true
2. Parse Double,udp/json-parser (C),double22,false
2. Parse Double,udp/json-parser (C),double23,true
2. Parse Double,udp/json-parser (C),double24,true
2. Parse Double,udp/json-parser (C),double25,true
2. Parse Double,udp/json-parser (C),double26,true
2. Parse Double,udp/json-parser (C),double27,false
2. Parse Double,udp/json-parser (C),double28,false
2. Parse Double,udp/json-parser (C),double29,false
2. Parse Double,udp/json-parser (C),double30,true
2. Parse Double,udp/json-parser (C),double31,false
2. Parse Double,udp/json-parser (C),double32,true
2. Parse Double,udp/json-parser (C),double33,true
2. Parse Double,udp/json-parser (C),double34,true
2. Parse Double,udp/json-parser (C),double35,false
2. Parse Double,udp/json-parser (C),double36,true
2. Parse Double,udp/json-parser (C),double37,false
2. Parse Double,udp/json-parser (C),double38,false
2. Parse Double,udp/json-parser (C),double39,false
2. Parse Double,udp/json-parser (C),double40,false
2. Parse Double,udp/json-parser (C),double41,false
2. Parse Double,udp/json-parser (C),double42,true
2. Parse Double,udp/json-parser (C),double43,true
2. Parse Double,udp/json-parser (C),double44,false
2. Parse Double,udp/json-parser (C),double45,true
2. Parse Double,udp/json-parser (C),double46,true
2. Parse Double,udp/json-parser (C),double47,true
2. Parse Double,udp/json-parser (C),double48,false
2. Parse Double,udp/json-parser (C),double49,false
2. Parse Double,udp/json-parser (C),double50,true
2. Parse Double,udp/json-parser (C),double51,false
2. Parse Double,udp/json-parser (C),double52,true
2. Parse Double,udp/json-parser (C),double53,false
2. Parse Double,udp/json-parser (C),double54,false
2. Parse Double,udp/json-parser (C),double55,false
2. Parse Double,udp/json-parser (C),double56,false
2. Parse Double,udp/json-parser (C),double57,false
2. Parse Double,udp/json-parser (C),double58,false
2. Parse Double,udp/json-parser (C),double59,false
2. Parse Double,udp/json-parser (C),double60,false
2. Parse Double,udp/json-parser (C),double61,false
2. Parse Double,udp/json-parser (C),double62,false
2. Parse Double,udp/json-parser (C),double63,false
2. Parse Double,udp/json-parser (C),double64,false
2. Parse Double,udp/json-parser (C),double65,false
2. Parse Double,udp/json-parser (C),double66,false
3. Parse String,udp/json-parser (C),string01,true
3. Parse String,udp/json-parser (C),string02,true
3. Parse String,udp/json-parser (C),string03,true
3. Parse String,udp/json-parser (C),string04,true
3. Parse String,udp/json-parser (C),string05,true
3. Parse String,udp/json-parser (C),string06,true
3. Parse String,udp/json-parser (C),string07,true
3. Parse String,udp/json-parser (C),string08,true
3. Parse String,udp/json-parser (C),string09,true
4. Roundtrip,udp/json-parser (C),roundtrip01,true
4. Roundtrip,udp/json-parser (C),roundtrip02,true
4. Roundtrip,udp/json-parser (C),roundtrip03,true
4. Roundtrip,udp/json-parser (C),roundtrip04,true
4. Roundtrip,udp/json-parser (C),roundtrip05,true
4. Roundtrip,udp/json-parser (C),roundtrip06,true
4. Roundtrip,udp/json-parser (C),roundtrip07,true
4. Roundtrip,udp/json-parser (C),roundtrip08,true
4. Roundtrip,udp/json-parser (C),roundtrip09,true
4. Roundtrip,udp/json-parser (C),roundtrip10,true
4. Roundtrip,udp/json-parser (C),roundtrip11,true
4. Roundtrip,udp/json-parser (C),roundtrip12,true
4. Roundtrip,udp/json-parser (C),roundtrip13,true
4. Roundtrip,udp/json-parser (C),roundtrip14,false
4. Roundtrip,udp/json-parser (C),roundtrip15,true
4. Roundtrip,udp/json-parser (C),roundtrip16,true
4. Roundtrip,udp/json-parser (C),roundtrip17,true
4. Roundtrip,udp/json-parser (C),roundtrip18,true
4. Roundtrip,udp/json-parser (C),roundtrip19,true
4. Roundtrip,udp/json-parser (C),roundtrip20,true
4. Roundtrip,udp/json-parser (C),roundtrip21,true
4. Roundtrip,udp/json-parser (C),roundtrip22,true
4. Roundtrip,udp/json-parser (C),roundtrip23,true
4. Roundtrip,udp/json-parser (C),roundtrip24,false
4. Roundtrip,udp/json-parser (C),roundtrip25,false
4. Roundtrip,udp/json-parser (C),roundtrip26,false
4. Roundtrip,udp/json-parser (C),roundtrip27,false
1. Parse Validation,ujson4c (C),pass01,true
1. Parse Validation,ujson4c (C),pass02,true
1. Parse Validation,ujson4c (C),pass03,true
1. Parse Validation,ujson4c (C),fail02,true
1. Parse Validation,ujson4c (C),fail03,true
1. Parse Validation,ujson4c (C),fail04,true
1. Parse Validation,ujson4c (C),fail05,true
1. Parse Validation,ujson4c (C),fail06,true
1. Parse Validation,ujson4c (C),fail07,true
1. Parse Validation,ujson4c (C),fail08,true
1. Parse Validation,ujson4c (C),fail09,false
1. Parse Validation,ujson4c (C),fail10,true
1. Parse Validation,ujson4c (C),fail11,true
1. Parse Validation,ujson4c (C),fail12,true
1. Parse Validation,ujson4c (C),fail13,false
1. Parse Validation,ujson4c (C),fail14,true
1. Parse Validation,ujson4c (C),fail15,true
1. Parse Validation,ujson4c (C),fail16,true
1. Parse Validation,ujson4c (C),fail17,true
1. Parse Validation,ujson4c (C),fail19,true
1. Parse Validation,ujson4c (C),fail20,true
1. Parse Validation,ujson4c (C),fail21,true
1. Parse Validation,ujson4c (C),fail22,true
1. Parse Validation,ujson4c (C),fail23,true
1. Parse Validation,ujson4c (C),fail24,true
1. Parse Validation,ujson4c (C),fail25,false
1. Parse Validation,ujson4c (C),fail26,true
1. Parse Validation,ujson4c (C),fail27,false
1. Parse Validation,ujson4c (C),fail28,true
1. Parse Validation,ujson4c (C),fail29,false
1. Parse Validation,ujson4c (C),fail30,false
1. Parse Validation,ujson4c (C),fail31,true
1. Parse Validation,ujson4c (C),fail32,true
1. Parse Validation,ujson4c (C),fail33,true
2. Parse Double,ujson4c (C),double01,true
2. Parse Double,ujson4c (C),double02,true
2. Parse Double,ujson4c (C),double03,true
2. Parse Double,ujson4c (C),double04,true
2. Parse Double,ujson4c (C),double05,true
2. Parse Double,ujson4c (C),double06,true
2. Parse Double,ujson4c (C),double07,true
2. Parse Double,ujson4c (C),double08,true
2. Parse Double,ujson4c (C),double09,true
2. Parse Double,ujson4c (C),double10,true
2. Parse Double,ujson4c (C),double11,true
2. Parse Double,ujson4c (C),double12,true
2. Parse Double,ujson4c (C),double13,true
2. Parse Double,ujson4c (C),double14,true
2. Parse Double,ujson4c (C),double15,true
2. Parse Double,ujson4c (C),double16,true
2. Parse Double,ujson4c (C),double17,true
2. Parse Double,ujson4c (C),double18,true
2. Parse Double,ujson4c (C),double19,true
2. Parse Double,ujson4c (C),double20,true
2. Parse Double,ujson4c (C),double21,true
2. Parse Double,ujson4c (C),double22,false
2. Parse Double,ujson4c (C),double23,false
2. Parse Double,ujson4c (C),double24,false
2. Parse Double,ujson4c (C),double25,false
2. Parse Double,ujson4c (C),double26,true
2. Parse Double,ujson4c (C),double27,false
2. Parse Double,ujson4c (C),double28,false
2. Parse Double,ujson4c (C),double29,false
2. Parse Double,ujson4c (C),double30,true
2. Parse Double,ujson4c (C),double31,false
2. Parse Double,ujson4c (C),double32,true
2. Parse Double,ujson4c (C),double33,true
2. Parse Double,ujson4c (C),double34,true
2. Parse Double,ujson4c (C),double35,false
2. Parse Double,ujson4c (C),double36,false
2. Parse Double,ujson4c (C),double37,true
2. Parse Double,ujson4c (C),double38,false
2. Parse Double,ujson4c (C),double39,false
2. Parse Double,ujson4c (C),double40,false
2. Parse Double,ujson4c (C),double41,false
2. Parse Double,ujson4c (C),double42,true
2. Parse Double,ujson4c (C),double43,true
2. Parse Double,ujson4c (C),double44,false
2. Parse Double,ujson4c (C),double45,true
2. Parse Double,ujson4c (C),double46,true
2. Parse Double,ujson4c (C),double47,true
2. Parse Double,ujson4c (C),double48,false
2. Parse Double,ujson4c (C),double49,false
2. Parse Double,ujson4c (C),double50,true
2. Parse Double,ujson4c (C),double51,false
2. Parse Double,ujson4c (C),double52,true
2. Parse Double,ujson4c (C),double53,false
2. Parse Double,ujson4c (C),double54,false
2. Parse Double,ujson4c (C),double55,false
2. Parse Double,ujson4c (C),double56,false
2. Parse Double,ujson4c (C),double57,false
2. Parse Double,ujson4c (C),double58,false
2. Parse Double,ujson4c (C),double59,false
2. Parse Double,ujson4c (C),double60,false
2. Parse Double,ujson4c (C),double61,false
2. Parse Double,ujson4c (C),double62,false
2. Parse Double,ujson4c (C),double63,false
2. Parse Double,ujson4c (C),double64,false
2. Parse Double,ujson4c (C),double65,false
2. Parse Double,ujson4c (C),double66,false
3. Parse String,ujson4c (C),string01,true
3. Parse String,ujson4c (C),string02,true
3. Parse String,ujson4c (C),string03,true
3. Parse String,ujson4c (C),string04,false
3. Parse String,ujson4c (C),string05,true
3. Parse String,ujson4c (C),string06,true
3. Parse String,ujson4c (C),string07,false
3. Parse String,ujson4c (C),string08,false
3. Parse String,ujson4c (C),string09,false
1. Parse Validation,Vinenthz/libjson (C),pass01,true
1. Parse Validation,Vinenthz/libjson (C),pass02,true
1. Parse Validation,Vinenthz/libjson (C),pass03,true
1. Parse Validation,Vinenthz/libjson (C),fail02,false
1. Parse Validation,Vinenthz/libjson (C),fail03,true
1. Parse Validation,Vinenthz/libjson (C),fail04,true
1. Parse Validation,Vinenthz/libjson (C),fail05,true
1. Parse Validation,Vinenthz/libjson (C),fail06,true
1. Parse Validation,Vinenthz/libjson (C),fail07,true
1. Parse Validation,Vinenthz/libjson (C),fail08,true
1. Parse Validation,Vinenthz/libjson (C),fail09,true
1. Parse Validation,Vinenthz/libjson (C),fail10,true
1. Parse Validation,Vinenthz/libjson (C),fail11,true
1. Parse Validation,Vinenthz/libjson (C),fail12,true
1. Parse Validation,Vinenthz/libjson (C),fail13,true
1. Parse Validation,Vinenthz/libjson (C),fail14,true
1. Parse Validation,Vinenthz/libjson (C),fail15,true
1. Parse Validation,Vinenthz/libjson (C),fail16,true
1. Parse Validation,Vinenthz/libjson (C),fail17,true
1. Parse Validation,Vinenthz/libjson (C),fail19,true
1. Parse Validation,Vinenthz/libjson (C),fail20,true
1. Parse Validation,Vinenthz/libjson (C),fail21,true
1. Parse Validation,Vinenthz/libjson (C),fail22,true
1. Parse Validation,Vinenthz/libjson (C),fail23,true
1. Parse Validation,Vinenthz/libjson (C),fail24,true
1. Parse Validation,Vinenthz/libjson (C),fail25,true
1. Parse Validation,Vinenthz/libjson (C),fail26,true
1. Parse Validation,Vinenthz/libjson (C),fail27,true
1. Parse Validation,Vinenthz/libjson (C),fail28,true
1. Parse Validation,Vinenthz/libjson (C),fail29,true
1. Parse Validation,Vinenthz/libjson (C),fail30,true
1. Parse Validation,Vinenthz/libjson (C),fail31,true
1. Parse Validation,Vinenthz/libjson (C),fail32,false
1. Parse Validation,Vinenthz/libjson (C),fail33,true
2. Parse Double,Vinenthz/libjson (C),double01,true
2. Parse Double,Vinenthz/libjson (C),double02,true
2. Parse Double,Vinenthz/libjson (C),double03,true
2. Parse Double,Vinenthz/libjson (C),double04,true
2. Parse Double,Vinenthz/libjson (C),double05,true
2. Parse Double,Vinenthz/libjson (C),double06,true
2. Parse Double,Vinenthz/libjson (C),double07,true
2. Parse Double,Vinenthz/libjson (C),double08,true
2. Parse Double,Vinenthz/libjson (C),double09,true
2. Parse Double,Vinenthz/libjson (C),double10,true
2. Parse Double,Vinenthz/libjson (C),double11,true
2. Parse Double,Vinenthz/libjson (C),double12,true
2. Parse Double,Vinenthz/libjson (C),double13,true
2. Parse Double,Vinenthz/libjson (C),double14,true
2. Parse Double,Vinenthz/libjson (C),double15,true
2. Parse Double,Vinenthz/libjson (C),double16,true
2. Parse Double,Vinenthz/libjson (C),double17,true
2. Parse Double,Vinenthz/libjson (C),double18,true
2. Parse Double,Vinenthz/libjson (C),double19,true
2. Parse Double,Vinenthz/libjson (C),double20,true
2. Parse Double,Vinenthz/libjson (C),double21,true
2. Parse Double,Vinenthz/libjson (C),double22,true
2. Parse Double,Vinenthz/libjson (C),double23,true
2. Parse Double,Vinenthz/libjson (C),double24,true
2. Parse Double,Vinenthz/libjson (C),double25,true
2. Parse Double,Vinenthz/libjson (C),double26,true
2. Parse Double,Vinenthz/libjson (C),double27,false
2. Parse Double,Vinenthz/libjson (C),double28,false
2. Parse Double,Vinenthz/libjson (C),double29,true
2. Parse Double,Vinenthz/libjson (C),double30,true
2. Parse Double,Vinenthz/libjson (C),double31,true
2. Parse Double,Vinenthz/libjson (C),double32,true
2. Parse Double,Vinenthz/libjson (C),double33,true
2. Parse Double,Vinenthz/libjson (C),double34,true
2. Parse Double,Vinenthz/libjson (C),double35,true
2. Parse Double,Vinenthz/libjson (C),double36,true
2. Parse Double,Vinenthz/libjson (C),double37,true
2. Parse Double,Vinenthz/libjson (C),double38,true
2. Parse Double,Vinenthz/libjson (C),double39,true
2. Parse Double,Vinenthz/libjson (C),double40,true
2. Parse Double,Vinenthz/libjson (C),double41,true
2. Parse Double,Vinenthz/libjson (C),double42,true
2. Parse Double,Vinenthz/libjson (C),double43,true
2. Parse Double,Vinenthz/libjson (C),double44,true
2. Parse Double,Vinenthz/libjson (C),double45,true
2. Parse Double,Vinenthz/libjson (C),double46,true
2. Parse Double,Vinenthz/libjson (C),double47,true
2. Parse Double,Vinenthz/libjson (C),double48,true
2. Parse Double,Vinenthz/libjson (C),double49,true
2. Parse Double,Vinenthz/libjson (C),double50,true
2. Parse Double,Vinenthz/libjson (C),double51,true
2. Parse Double,Vinenthz/libjson (C),double52,true
2. Parse Double,Vinenthz/libjson (C),double53,true
2. Parse Double,Vinenthz/libjson (C),double54,true
2. Parse Double,Vinenthz/libjson (C),double55,false
2. Parse Double,Vinenthz/libjson (C),double56,false
2. Parse Double,Vinenthz/libjson (C),double57,false
2. Parse Double,Vinenthz/libjson (C),double58,true
2. Parse Double,Vinenthz/libjson (C),double59,true
2. Parse Double,Vinenthz/libjson (C),double60,false
2. Parse Double,Vinenthz/libjson (C),double61,false
2. Parse Double,Vinenthz/libjson (C),double62,false
2. Parse Double,Vinenthz/libjson (C),double63,true
2. Parse Double,Vinenthz/libjson (C),double64,true
2. Parse Double,Vinenthz/libjson (C),double65,false
2. Parse Double,Vinenthz/libjson (C),double66,true
3. Parse String,Vinenthz/libjson (C),string01,true
3. Parse String,Vinenthz/libjson (C),string02,true
3. Parse String,Vinenthz/libjson (C),string03,true
3. Parse String,Vinenthz/libjson (C),string04,true
3. Parse String,Vinenthz/libjson (C),string05,true
3. Parse String,Vinenthz/libjson (C),string06,true
3. Parse String,Vinenthz/libjson (C),string07,true
3. Parse String,Vinenthz/libjson (C),string08,true
3. Parse String,Vinenthz/libjson (C),string09,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip01,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip02,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip03,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip04,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip05,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip06,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip07,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip08,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip09,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip10,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip11,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip12,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip13,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip14,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip15,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip16,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip17,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip18,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip19,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip20,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip21,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip22,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip23,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip24,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip25,false
4. Roundtrip,Vinenthz/libjson (C),roundtrip26,true
4. Roundtrip,Vinenthz/libjson (C),roundtrip27,false
1. Parse Validation,JSON Voorhees (C++),pass01,true
1. Parse Validation,JSON Voorhees (C++),pass02,true
1. Parse Validation,JSON Voorhees (C++),pass03,true
1. Parse Validation,JSON Voorhees (C++),fail02,true
1. Parse Validation,JSON Voorhees (C++),fail03,true
1. Parse Validation,JSON Voorhees (C++),fail04,false
1. Parse Validation,JSON Voorhees (C++),fail05,true
1. Parse Validation,JSON Voorhees (C++),fail06,true
1. Parse Validation,JSON Voorhees (C++),fail07,true
1. Parse Validation,JSON Voorhees (C++),fail08,true
1. Parse Validation,JSON Voorhees (C++),fail09,false
1. Parse Validation,JSON Voorhees (C++),fail10,true
1. Parse Validation,JSON Voorhees (C++),fail11,true
1. Parse Validation,JSON Voorhees (C++),fail12,true
1. Parse Validation,JSON Voorhees (C++),fail13,false
1. Parse Validation,JSON Voorhees (C++),fail14,true
1. Parse Validation,JSON Voorhees (C++),fail15,true
1. Parse Validation,JSON Voorhees (C++),fail16,true
1. Parse Validation,JSON Voorhees (C++),fail17,true
1. Parse Validation,JSON Voorhees (C++),fail19,true
1. Parse Validation,JSON Voorhees (C++),fail20,true
1. Parse Validation,JSON Voorhees (C++),fail21,true
1. Parse Validation,JSON Voorhees (C++),fail22,true
1. Parse Validation,JSON Voorhees (C++),fail23,true
1. Parse Validation,JSON Voorhees (C++),fail24,true
1. Parse Validation,JSON Voorhees (C++),fail25,false
1. Parse Validation,JSON Voorhees (C++),fail26,true
1. Parse Validation,JSON Voorhees (C++),fail27,false
1. Parse Validation,JSON Voorhees (C++),fail28,true
1. Parse Validation,JSON Voorhees (C++),fail29,true
1. Parse Validation,JSON Voorhees (C++),fail30,true
1. Parse Validation,JSON Voorhees (C++),fail31,true
1. Parse Validation,JSON Voorhees (C++),fail32,true
1. Parse Validation,JSON Voorhees (C++),fail33,true
2. Parse Double,JSON Voorhees (C++),double01,true
2. Parse Double,JSON Voorhees (C++),double02,true
2. Parse Double,JSON Voorhees (C++),double03,true
2. Parse Double,JSON Voorhees (C++),double04,true
2. Parse Double,JSON Voorhees (C++),double05,true
2. Parse Double,JSON Voorhees (C++),double06,true
2. Parse Double,JSON Voorhees (C++),double07,true
2. Parse Double,JSON Voorhees (C++),double08,true
2. Parse Double,JSON Voorhees (C++),double09,true
2. Parse Double,JSON Voorhees (C++),double10,true
2. Parse Double,JSON Voorhees (C++),double11,true
2. Parse Double,JSON Voorhees (C++),double12,true
2. Parse Double,JSON Voorhees (C++),double13,true
2. Parse Double,JSON Voorhees (C++),double14,true
2. Parse Double,JSON Voorhees (C++),double15,true
2. Parse Double,JSON Voorhees (C++),double16,true
2. Parse Double,JSON Voorhees (C++),double17,true
2. Parse Double,JSON Voorhees (C++),double18,true
2. Parse Double,JSON Voorhees (C++),double19,true
2. Parse Double,JSON Voorhees (C++),double20,true
2. Parse Double,JSON Voorhees (C++),double21,true
2. Parse Double,JSON Voorhees (C++),double22,true
2. Parse Double,JSON Voorhees (C++),double23,true
2. Parse Double,JSON Voorhees (C++),double24,true
2. Parse Double,JSON Voorhees (C++),double25,true
2. Parse Double,JSON Voorhees (C++),double26,true
2. Parse Double,JSON Voorhees (C++),double27,true
2. Parse Double,JSON Voorhees (C++),double28,true
2. Parse Double,JSON Voorhees (C++),double29,true
2. Parse Double,JSON Voorhees (C++),double30,true
2. Parse Double,JSON Voorhees (C++),double31,true
2. Parse Double,JSON Voorhees (C++),double32,true
2. Parse Double,JSON Voorhees (C++),double33,true
2. Parse Double,JSON Voorhees (C++),double34,true
2. Parse Double,JSON Voorhees (C++),double35,true
2. Parse Double,JSON Voorhees (C++),double36,true
2. Parse Double,JSON Voorhees (C++),double37,false
2. Parse Double,JSON Voorhees (C++),double38,true
2. Parse Double,JSON Voorhees (C++),double39,true
2. Parse Double,JSON Voorhees (C++),double40,false
2. Parse Double,JSON Voorhees (C++),double41,true
2. Parse Double,JSON Voorhees (C++),double42,false
2. Parse Double,JSON Voorhees (C++),double43,false
2. Parse Double,JSON Voorhees (C++),double44,true
2. Parse Double,JSON Voorhees (C++),double45,true
2. Parse Double,JSON Voorhees (C++),double46,true
2. Parse Double,JSON Voorhees (C++),double47,true
2. Parse Double,JSON Voorhees (C++),double48,true
2. Parse Double,JSON Voorhees (C++),double49,true
2. Parse Double,JSON Voorhees (C++),double50,true
2. Parse Double,JSON Voorhees (C++),double51,true
2. Parse Double,JSON Voorhees (C++),double52,true
2. Parse Double,JSON Voorhees (C++),double53,true
2. Parse Double,JSON Voorhees (C++),double54,true
2. Parse Double,JSON Voorhees (C++),double55,true
2. Parse Double,JSON Voorhees (C++),double56,true
2. Parse Double,JSON Voorhees (C++),double57,true
2. Parse Double,JSON Voorhees (C++),double58,false
2. Parse Double,JSON Voorhees (C++),double59,true
2. Parse Double,JSON Voorhees (C++),double60,true
2. Parse Double,JSON Voorhees (C++),double61,true
2. Parse Double,JSON Voorhees (C++),double62,false
2. Parse Double,JSON Voorhees (C++),double63,true
2. Parse Double,JSON Voorhees (C++),double64,false
2. Parse Double,JSON Voorhees (C++),double65,true
2. Parse Double,JSON Voorhees (C++),double66,true
3. Parse String,JSON Voorhees (C++),string01,true
3. Parse String,JSON Voorhees (C++),string02,true
3. Parse String,JSON Voorhees (C++),string03,true
3. Parse String,JSON Voorhees (C++),string04,true
3. Parse String,JSON Voorhees (C++),string05,true
3. Parse String,JSON Voorhees (C++),string06,true
3. Parse String,JSON Voorhees (C++),string07,true
3. Parse String,JSON Voorhees (C++),string08,true
3. Parse String,JSON Voorhees (C++),string09,true
4. Roundtrip,JSON Voorhees (C++),roundtrip01,true
4. Roundtrip,JSON Voorhees (C++),roundtrip02,true
4. Roundtrip,JSON Voorhees (C++),roundtrip03,true
4. Roundtrip,JSON Voorhees (C++),roundtrip04,true
4. Roundtrip,JSON Voorhees (C++),roundtrip05,true
4. Roundtrip,JSON Voorhees (C++),roundtrip06,true
4. Roundtrip,JSON Voorhees (C++),roundtrip07,true
4. Roundtrip,JSON Voorhees (C++),roundtrip08,true
4. Roundtrip,JSON Voorhees (C++),roundtrip09,true
4. Roundtrip,JSON Voorhees (C++),roundtrip10,true
4. Roundtrip,JSON Voorhees (C++),roundtrip11,true
4. Roundtrip,JSON Voorhees (C++),roundtrip12,true
4. Roundtrip,JSON Voorhees (C++),roundtrip13,true
4. Roundtrip,JSON Voorhees (C++),roundtrip14,true
4. Roundtrip,JSON Voorhees (C++),roundtrip15,true
4. Roundtrip,JSON Voorhees (C++),roundtrip16,true
4. Roundtrip,JSON Voorhees (C++),roundtrip17,true
4. Roundtrip,JSON Voorhees (C++),roundtrip18,true
4. Roundtrip,JSON Voorhees (C++),roundtrip19,true
4. Roundtrip,JSON Voorhees (C++),roundtrip20,false
4. Roundtrip,JSON Voorhees (C++),roundtrip21,false
4. Roundtrip,JSON Voorhees (C++),roundtrip22,true
4. Roundtrip,JSON Voorhees (C++),roundtrip23,true
4. Roundtrip,JSON Voorhees (C++),roundtrip24,false
4. Roundtrip,JSON Voorhees (C++),roundtrip25,false
4. Roundtrip,JSON Voorhees (C++),roundtrip26,false
4. Roundtrip,JSON Voorhees (C++),roundtrip27,false
1. Parse Validation,YAJL (C),pass01,true
1. Parse Validation,YAJL (C),pass02,true
1. Parse Validation,YAJL (C),pass03,true
1. Parse Validation,YAJL (C),fail02,true
1. Parse Validation,YAJL (C),fail03,true
1. Parse Validation,YAJL (C),fail04,true
1. Parse Validation,YAJL (C),fail05,true
1. Parse Validation,YAJL (C),fail06,true
1. Parse Validation,YAJL (C),fail07,true
1. Parse Validation,YAJL (C),fail08,true
1. Parse Validation,YAJL (C),fail09,true
1. Parse Validation,YAJL (C),fail10,true
1. Parse Validation,YAJL (C),fail11,true
1. Parse Validation,YAJL (C),fail12,true
1. Parse Validation,YAJL (C),fail13,true
1. Parse Validation,YAJL (C),fail14,true
1. Parse Validation,YAJL (C),fail15,true
1. Parse Validation,YAJL (C),fail16,true
1. Parse Validation,YAJL (C),fail17,true
1. Parse Validation,YAJL (C),fail19,true
1. Parse Validation,YAJL (C),fail20,true
1. Parse Validation,YAJL (C),fail21,true
1. Parse Validation,YAJL (C),fail22,true
1. Parse Validation,YAJL (C),fail23,true
1. Parse Validation,YAJL (C),fail24,true
1. Parse Validation,YAJL (C),fail25,true
1. Parse Validation,YAJL (C),fail26,true
1. Parse Validation,YAJL (C),fail27,true
1. Parse Validation,YAJL (C),fail28,true
1. Parse Validation,YAJL (C),fail29,true
1. Parse Validation,YAJL (C),fail30,true
1. Parse Validation,YAJL (C),fail31,true
1. Parse Validation,YAJL (C),fail32,true
1. Parse Validation,YAJL (C),fail33,true
2. Parse Double,YAJL (C),double01,true
2. Parse Double,YAJL (C),double02,true
2. Parse Double,YAJL (C),double03,true
2. Parse Double,YAJL (C),double04,true
2. Parse Double,YAJL (C),double05,true
2. Parse Double,YAJL (C),double06,true
2. Parse Double,YAJL (C),double07,true
2. Parse Double,YAJL (C),double08,true
2. Parse Double,YAJL (C),double09,true
2. Parse Double,YAJL (C),double10,true
2. Parse Double,YAJL (C),double11,true
2. Parse Double,YAJL (C),double12,true
2. Parse Double,YAJL (C),double13,true
2. Parse Double,YAJL (C),double14,true
2. Parse Double,YAJL (C),double15,true
2. Parse Double,YAJL (C),double16,true
2. Parse Double,YAJL (C),double17,true
2. Parse Double,YAJL (C),double18,true
2. Parse Double,YAJL (C),double19,false
2. Parse Double,YAJL (C),double20,true
2. Parse Double,YAJL (C),double21,false
2. Parse Double,YAJL (C),double22,false
2. Parse Double,YAJL (C),double23,false
2. Parse Double,YAJL (C),double24,true
2. Parse Double,YAJL (C),double25,true
2. Parse Double,YAJL (C),double26,false
2. Parse Double,YAJL (C),double27,true
2. Parse Double,YAJL (C),double28,true
2. Parse Double,YAJL (C),double29,true
2. Parse Double,YAJL (C),double30,true
2. Parse Double,YAJL (C),double31,true
2. Parse Double,YAJL (C),double32,false
2. Parse Double,YAJL (C),double33,false
2. Parse Double,YAJL (C),double34,false
2. Parse Double,YAJL (C),double35,true
2. Parse Double,YAJL (C),double36,true
2. Parse Double,YAJL (C),double37,false
2. Parse Double,YAJL (C),double38,true
2. Parse Double,YAJL (C),double39,true
2. Parse Double,YAJL (C),double40,true
2. Parse Double,YAJL (C),double41,true
2. Parse Double,YAJL (C),double42,true
2. Parse Double,YAJL (C),double43,true
2. Parse Double,YAJL (C),double44,true
2. Parse Double,YAJL (C),double45,true
2. Parse Double,YAJL (C),double46,true
2. Parse Double,YAJL (C),double47,true
2. Parse Double,YAJL (C),double48,true
2. Parse Double,YAJL (C),double49,true
2. Parse Double,YAJL (C),double50,true
2. Parse Double,YAJL (C),double51,true
2. Parse Double,YAJL (C),double52,true
2. Parse Double,YAJL (C),double53,true
2. Parse Double,YAJL (C),double54,true
2. Parse Double,YAJL (C),double55,true
2. Parse Double,YAJL (C),double56,true
2. Parse Double,YAJL (C),double57,true
2. Parse Double,YAJL (C),double58,true
2. Parse Double,YAJL (C),double59,true
2. Parse Double,YAJL (C),double60,true
2. Parse Double,YAJL (C),double61,true
2. Parse Double,YAJL (C),double62,true
2. Parse Double,YAJL (C),double63,true
2. Parse Double,YAJL (C),double64,true
2. Parse Double,YAJL (C),double65,true
2. Parse Double,YAJL (C),double66,true
3. Parse String,YAJL (C),string01,true
3. Parse String,YAJL (C),string02,true
3. Parse String,YAJL (C),string03,true
3. Parse String,YAJL (C),string04,false
3. Parse String,YAJL (C),string05,true
3. Parse String,YAJL (C),string06,true
3. Parse String,YAJL (C),string07,true
3. Parse String,YAJL (C),string08,true
3. Parse String,YAJL (C),string09,true
4. Roundtrip,YAJL (C),roundtrip01,true
4. Roundtrip,YAJL (C),roundtrip02,true
4. Roundtrip,YAJL (C),roundtrip03,true
4. Roundtrip,YAJL (C),roundtrip04,true
4. Roundtrip,YAJL (C),roundtrip05,true
4. Roundtrip,YAJL (C),roundtrip06,true
4. Roundtrip,YAJL (C),roundtrip07,true
4. Roundtrip,YAJL (C),roundtrip08,true
4. Roundtrip,YAJL (C),roundtrip09,true
4. Roundtrip,YAJL (C),roundtrip10,true
4. Roundtrip,YAJL (C),roundtrip11,true
4. Roundtrip,YAJL (C),roundtrip12,true
4. Roundtrip,YAJL (C),roundtrip13,true
4. Roundtrip,YAJL (C),roundtrip14,false
4. Roundtrip,YAJL (C),roundtrip15,true
4. Roundtrip,YAJL (C),roundtrip16,true
4. Roundtrip,YAJL (C),roundtrip17,true
4. Roundtrip,YAJL (C),roundtrip18,true
4. Roundtrip,YAJL (C),roundtrip19,true
4. Roundtrip,YAJL (C),roundtrip20,true
4. Roundtrip,YAJL (C),roundtrip21,true
4. Roundtrip,YAJL (C),roundtrip22,false
4. Roundtrip,YAJL (C),roundtrip23,false
4. Roundtrip,YAJL (C),roundtrip24,true
4. Roundtrip,YAJL (C),roundtrip25,false
4. Roundtrip,YAJL (C),roundtrip26,false
4. Roundtrip,YAJL (C),roundtrip27,false
</textarea>
</div>
<div class="row" id="downloadDD" style="display: none">
<div class="btn-group pull-right" >
<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-picture"></span></button>
<ul class="dropdown-menu">
<li><a tabindex="-1" href="#" dltype="image/jpeg">JPEG</a></li>
<li><a tabindex="-1" href="#" dltype="image/png">PNG</a></li>
<li><a tabindex="-1" href="#" dltype="application/pdf">PDF</a></li>
<li><a tabindex="-1" href="#" dltype="image/svg+xml">SVG</a></li>
</ul>
</div>
</div>
<form method="post" action="http://export.highcharts.com/" id="imageGetForm">
<input type="hidden" name="filename" id="imageFilename" value="" />
<input type="hidden" name="type" id="imageGetFormTYPE" value="" />
<input type="hidden" name="width" value="900" />
<input type="hidden" name="svg" value="" id="imageGetFormSVG" />
</form>
</div>
</body>
</html> |
hongs-wms/web/centra/index.html | ihongs/HongsCORE.new | <!doctype html>
<html>
<head>
<title>管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<base href="../">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" type="text/css" href="static/assets/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="static/assets/css/hongscore.min.css"/>
<link rel="stylesheet" type="text/css" href="static/centra/base.min.css"/>
<!--[if glt IE8.0]>
<script type="text/javascript" src="static/addons/respond/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="static/assets/jquery.min.js"></script>
<script type="text/javascript" src="static/assets/jquery-ui.min.js"></script>
<script type="text/javascript" src="static/assets/bootstrap.min.js"></script>
<script type="text/javascript" src="static/assets/hongscore.min.js"></script>
<script type="text/javascript" src="static/assets/hongsedge.min.js"></script>
<script type="text/javascript" src="common/conf/default.js"></script>
<script type="text/javascript" src="common/lang/default.js"></script>
<script type="text/javascript" src="common/auth/centra.js" ></script>
</head>
<body class="sider-open">
<div id="context">
<div id="headbox">
<div id="menu-context" data-load="centra/head.jsp"></div>
</div>
<div id="bodybox">
<div id="main-context" class="container-fluid" >...</div>
</div>
</div>
</body>
</html>
|
lib/dom4j-1.6.1/docs/xref/org/dom4j/io/STAXEventReader.html | teslaworksumn/lightshow-visualizer | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>STAXEventReader xref</title>
<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../apidocs/org/dom4j/io/STAXEventReader.html">View Javadoc</a></div><pre>
<a name="1" href="#1">1</a> <em class="comment">/*</em>
<a name="2" href="#2">2</a> <em class="comment"> * Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.</em>
<a name="3" href="#3">3</a> <em class="comment"> *</em>
<a name="4" href="#4">4</a> <em class="comment"> * This software is open source.</em>
<a name="5" href="#5">5</a> <em class="comment"> * See the bottom of this file for the licence.</em>
<a name="6" href="#6">6</a> <em class="comment"> */</em>
<a name="7" href="#7">7</a>
<a name="8" href="#8">8</a> <strong>package</strong> <a href="../../../org/dom4j/io/package-summary.html">org.dom4j.io</a>;
<a name="9" href="#9">9</a>
<a name="10" href="#10">10</a> <strong>import</strong> java.io.InputStream;
<a name="11" href="#11">11</a> <strong>import</strong> java.io.Reader;
<a name="12" href="#12">12</a> <strong>import</strong> java.util.Iterator;
<a name="13" href="#13">13</a>
<a name="14" href="#14">14</a> <strong>import</strong> javax.xml.namespace.QName;
<a name="15" href="#15">15</a> <strong>import</strong> javax.xml.stream.XMLEventReader;
<a name="16" href="#16">16</a> <strong>import</strong> javax.xml.stream.XMLInputFactory;
<a name="17" href="#17">17</a> <strong>import</strong> javax.xml.stream.XMLStreamConstants;
<a name="18" href="#18">18</a> <strong>import</strong> javax.xml.stream.XMLStreamException;
<a name="19" href="#19">19</a> <strong>import</strong> javax.xml.stream.events.Attribute;
<a name="20" href="#20">20</a> <strong>import</strong> javax.xml.stream.events.Characters;
<a name="21" href="#21">21</a> <strong>import</strong> javax.xml.stream.events.Comment;
<a name="22" href="#22">22</a> <strong>import</strong> javax.xml.stream.events.EndElement;
<a name="23" href="#23">23</a> <strong>import</strong> javax.xml.stream.events.EntityReference;
<a name="24" href="#24">24</a> <strong>import</strong> javax.xml.stream.events.Namespace;
<a name="25" href="#25">25</a> <strong>import</strong> javax.xml.stream.events.ProcessingInstruction;
<a name="26" href="#26">26</a> <strong>import</strong> javax.xml.stream.events.StartDocument;
<a name="27" href="#27">27</a> <strong>import</strong> javax.xml.stream.events.StartElement;
<a name="28" href="#28">28</a> <strong>import</strong> javax.xml.stream.events.XMLEvent;
<a name="29" href="#29">29</a>
<a name="30" href="#30">30</a> <strong>import</strong> org.dom4j.CharacterData;
<a name="31" href="#31">31</a> <strong>import</strong> org.dom4j.Document;
<a name="32" href="#32">32</a> <strong>import</strong> org.dom4j.DocumentFactory;
<a name="33" href="#33">33</a> <strong>import</strong> org.dom4j.Element;
<a name="34" href="#34">34</a> <strong>import</strong> org.dom4j.Entity;
<a name="35" href="#35">35</a> <strong>import</strong> org.dom4j.Node;
<a name="36" href="#36">36</a>
<a name="37" href="#37">37</a> <em>/**<em>*</em></em>
<a name="38" href="#38">38</a> <em> * Reads a DOM4J {@link Document}, as well as other {@link Node}s, from a StAX</em>
<a name="39" href="#39">39</a> <em> * {@link XMLEventReader}.</em>
<a name="40" href="#40">40</a> <em> * </em>
<a name="41" href="#41">41</a> <em> * @author Christian Niles</em>
<a name="42" href="#42">42</a> <em> */</em>
<a name="43" href="#43">43</a> <strong>public</strong> <strong>class</strong> <a href="../../../org/dom4j/io/STAXEventReader.html">STAXEventReader</a> {
<a name="44" href="#44">44</a> <em>/**<em>* Reference to the <a href="../../../org/dom4j/DocumentFactory.html">DocumentFactory</a> used to build DOM4J nodes. */</em></em>
<a name="45" href="#45">45</a> <strong>private</strong> <a href="../../../org/dom4j/DocumentFactory.html">DocumentFactory</a> factory;
<a name="46" href="#46">46</a>
<a name="47" href="#47">47</a> <em>/**<em>* A StAX input factory, used to construct streams from IO streams. */</em></em>
<a name="48" href="#48">48</a> <strong>private</strong> XMLInputFactory inputFactory = XMLInputFactory.newInstance();
<a name="49" href="#49">49</a>
<a name="50" href="#50">50</a> <em>/**<em>*</em></em>
<a name="51" href="#51">51</a> <em> * Constructs a default <code>STAXEventReader</code> instance with a</em>
<a name="52" href="#52">52</a> <em> * default {@link DocumentFactory}.</em>
<a name="53" href="#53">53</a> <em> */</em>
<a name="54" href="#54">54</a> <strong>public</strong> <a href="../../../org/dom4j/io/STAXEventReader.html">STAXEventReader</a>() {
<a name="55" href="#55">55</a> <strong>this</strong>.factory = DocumentFactory.getInstance();
<a name="56" href="#56">56</a> }
<a name="57" href="#57">57</a>
<a name="58" href="#58">58</a> <em>/**<em>*</em></em>
<a name="59" href="#59">59</a> <em> * Constructs a <code>STAXEventReader</code> instance that uses the</em>
<a name="60" href="#60">60</a> <em> * specified {@link DocumentFactory}to construct DOM4J {@link Node}s.</em>
<a name="61" href="#61">61</a> <em> * </em>
<a name="62" href="#62">62</a> <em> * @param factory</em>
<a name="63" href="#63">63</a> <em> * The DocumentFactory to use when constructing DOM4J nodes, or</em>
<a name="64" href="#64">64</a> <em> * <code>null</code> if a default should be used.</em>
<a name="65" href="#65">65</a> <em> */</em>
<a name="66" href="#66">66</a> <strong>public</strong> <a href="../../../org/dom4j/io/STAXEventReader.html">STAXEventReader</a>(<a href="../../../org/dom4j/DocumentFactory.html">DocumentFactory</a> factory) {
<a name="67" href="#67">67</a> <strong>if</strong> (factory != <strong>null</strong>) {
<a name="68" href="#68">68</a> <strong>this</strong>.factory = factory;
<a name="69" href="#69">69</a> } <strong>else</strong> {
<a name="70" href="#70">70</a> <strong>this</strong>.factory = DocumentFactory.getInstance();
<a name="71" href="#71">71</a> }
<a name="72" href="#72">72</a> }
<a name="73" href="#73">73</a>
<a name="74" href="#74">74</a> <em>/**<em>*</em></em>
<a name="75" href="#75">75</a> <em> * Sets the DocumentFactory to be used when constructing DOM4J nodes.</em>
<a name="76" href="#76">76</a> <em> * </em>
<a name="77" href="#77">77</a> <em> * @param documentFactory</em>
<a name="78" href="#78">78</a> <em> * The DocumentFactory to use when constructing DOM4J nodes, or</em>
<a name="79" href="#79">79</a> <em> * <code>null</code> if a default should be used.</em>
<a name="80" href="#80">80</a> <em> */</em>
<a name="81" href="#81">81</a> <strong>public</strong> <strong>void</strong> setDocumentFactory(<a href="../../../org/dom4j/DocumentFactory.html">DocumentFactory</a> documentFactory) {
<a name="82" href="#82">82</a> <strong>if</strong> (documentFactory != <strong>null</strong>) {
<a name="83" href="#83">83</a> <strong>this</strong>.factory = documentFactory;
<a name="84" href="#84">84</a> } <strong>else</strong> {
<a name="85" href="#85">85</a> <strong>this</strong>.factory = DocumentFactory.getInstance();
<a name="86" href="#86">86</a> }
<a name="87" href="#87">87</a> }
<a name="88" href="#88">88</a>
<a name="89" href="#89">89</a> <em>/**<em>*</em></em>
<a name="90" href="#90">90</a> <em> * Constructs a StAX event stream from the provided I/O stream and reads a</em>
<a name="91" href="#91">91</a> <em> * DOM4J document from it.</em>
<a name="92" href="#92">92</a> <em> * </em>
<a name="93" href="#93">93</a> <em> * @param is</em>
<a name="94" href="#94">94</a> <em> * The I/O stream from which the Document will be read.</em>
<a name="95" href="#95">95</a> <em> * </em>
<a name="96" href="#96">96</a> <em> * @return The Document that was read from the stream.</em>
<a name="97" href="#97">97</a> <em> * </em>
<a name="98" href="#98">98</a> <em> * @throws XMLStreamException</em>
<a name="99" href="#99">99</a> <em> * If an error occurs reading content from the stream.</em>
<a name="100" href="#100">100</a> <em> */</em>
<a name="101" href="#101">101</a> <strong>public</strong> <a href="../../../org/dom4j/Document.html">Document</a> readDocument(InputStream is) throws XMLStreamException {
<a name="102" href="#102">102</a> <strong>return</strong> readDocument(is, <strong>null</strong>);
<a name="103" href="#103">103</a> }
<a name="104" href="#104">104</a>
<a name="105" href="#105">105</a> <em>/**<em>*</em></em>
<a name="106" href="#106">106</a> <em> * Constructs a StAX event stream from the provided I/O character stream and</em>
<a name="107" href="#107">107</a> <em> * reads a DOM4J document from it.</em>
<a name="108" href="#108">108</a> <em> * </em>
<a name="109" href="#109">109</a> <em> * @param reader</em>
<a name="110" href="#110">110</a> <em> * The character stream from which the Document will be read.</em>
<a name="111" href="#111">111</a> <em> * </em>
<a name="112" href="#112">112</a> <em> * @return The Document that was read from the stream.</em>
<a name="113" href="#113">113</a> <em> * </em>
<a name="114" href="#114">114</a> <em> * @throws XMLStreamException</em>
<a name="115" href="#115">115</a> <em> * If an error occurs reading content from the stream.</em>
<a name="116" href="#116">116</a> <em> */</em>
<a name="117" href="#117">117</a> <strong>public</strong> <a href="../../../org/dom4j/Document.html">Document</a> readDocument(Reader reader) throws XMLStreamException {
<a name="118" href="#118">118</a> <strong>return</strong> readDocument(reader, <strong>null</strong>);
<a name="119" href="#119">119</a> }
<a name="120" href="#120">120</a>
<a name="121" href="#121">121</a> <em>/**<em>*</em></em>
<a name="122" href="#122">122</a> <em> * Constructs a StAX event stream from the provided I/O stream and reads a</em>
<a name="123" href="#123">123</a> <em> * DOM4J document from it.</em>
<a name="124" href="#124">124</a> <em> * </em>
<a name="125" href="#125">125</a> <em> * @param is</em>
<a name="126" href="#126">126</a> <em> * The I/O stream from which the Document will be read.</em>
<a name="127" href="#127">127</a> <em> * @param systemId</em>
<a name="128" href="#128">128</a> <em> * A system id used to resolve entities.</em>
<a name="129" href="#129">129</a> <em> * </em>
<a name="130" href="#130">130</a> <em> * @return The Document that was read from the stream.</em>
<a name="131" href="#131">131</a> <em> * </em>
<a name="132" href="#132">132</a> <em> * @throws XMLStreamException</em>
<a name="133" href="#133">133</a> <em> * If an error occurs reading content from the stream.</em>
<a name="134" href="#134">134</a> <em> */</em>
<a name="135" href="#135">135</a> <strong>public</strong> <a href="../../../org/dom4j/Document.html">Document</a> readDocument(InputStream is, String systemId)
<a name="136" href="#136">136</a> throws XMLStreamException {
<a name="137" href="#137">137</a> XMLEventReader eventReader = inputFactory.createXMLEventReader(
<a name="138" href="#138">138</a> systemId, is);
<a name="139" href="#139">139</a>
<a name="140" href="#140">140</a> <strong>try</strong> {
<a name="141" href="#141">141</a> <strong>return</strong> readDocument(eventReader);
<a name="142" href="#142">142</a> } <strong>finally</strong> {
<a name="143" href="#143">143</a> eventReader.close();
<a name="144" href="#144">144</a> }
<a name="145" href="#145">145</a> }
<a name="146" href="#146">146</a>
<a name="147" href="#147">147</a> <em>/**<em>*</em></em>
<a name="148" href="#148">148</a> <em> * Constructs a StAX event stream from the provided I/O character stream and</em>
<a name="149" href="#149">149</a> <em> * reads a DOM4J document from it.</em>
<a name="150" href="#150">150</a> <em> * </em>
<a name="151" href="#151">151</a> <em> * @param reader</em>
<a name="152" href="#152">152</a> <em> * The character stream from which the Document will be read.</em>
<a name="153" href="#153">153</a> <em> * @param systemId</em>
<a name="154" href="#154">154</a> <em> * A system id used to resolve entities.</em>
<a name="155" href="#155">155</a> <em> * </em>
<a name="156" href="#156">156</a> <em> * @return The Document that was read from the stream.</em>
<a name="157" href="#157">157</a> <em> * </em>
<a name="158" href="#158">158</a> <em> * @throws XMLStreamException</em>
<a name="159" href="#159">159</a> <em> * If an error occurs reading content from the stream.</em>
<a name="160" href="#160">160</a> <em> */</em>
<a name="161" href="#161">161</a> <strong>public</strong> <a href="../../../org/dom4j/Document.html">Document</a> readDocument(Reader reader, String systemId)
<a name="162" href="#162">162</a> throws XMLStreamException {
<a name="163" href="#163">163</a> XMLEventReader eventReader = inputFactory.createXMLEventReader(
<a name="164" href="#164">164</a> systemId, reader);
<a name="165" href="#165">165</a>
<a name="166" href="#166">166</a> <strong>try</strong> {
<a name="167" href="#167">167</a> <strong>return</strong> readDocument(eventReader);
<a name="168" href="#168">168</a> } <strong>finally</strong> {
<a name="169" href="#169">169</a> eventReader.close();
<a name="170" href="#170">170</a> }
<a name="171" href="#171">171</a> }
<a name="172" href="#172">172</a>
<a name="173" href="#173">173</a> <em>/**<em>*</em></em>
<a name="174" href="#174">174</a> <em> * Reads a {@link Node}from the event stream. If the next event is a</em>
<a name="175" href="#175">175</a> <em> * {@link StartElement}, all events until the closing {@link EndElement}</em>
<a name="176" href="#176">176</a> <em> * will be read, and the resulting nodes will be added to the returned</em>
<a name="177" href="#177">177</a> <em> * {@link Element}.</em>
<a name="178" href="#178">178</a> <em> * </em>
<a name="179" href="#179">179</a> <em> * <p></em>
<a name="180" href="#180">180</a> <em> * <strong>Pre-Conditions </strong>: The stream must be positioned before an</em>
<a name="181" href="#181">181</a> <em> * event other than an <code>EndElement</code>,<code>EndDocument</code>,</em>
<a name="182" href="#182">182</a> <em> * or any DTD-related events, which are not currently supported.</em>
<a name="183" href="#183">183</a> <em> * </p></em>
<a name="184" href="#184">184</a> <em> * </em>
<a name="185" href="#185">185</a> <em> * @param reader</em>
<a name="186" href="#186">186</a> <em> * The reader from which events will be read.</em>
<a name="187" href="#187">187</a> <em> * </em>
<a name="188" href="#188">188</a> <em> * @return A DOM4J {@link Node}constructed from the read events.</em>
<a name="189" href="#189">189</a> <em> * </em>
<a name="190" href="#190">190</a> <em> * @throws XMLStreamException</em>
<a name="191" href="#191">191</a> <em> * If an error occurs reading from the stream, or the stream was</em>
<a name="192" href="#192">192</a> <em> * positioned before an unsupported event.</em>
<a name="193" href="#193">193</a> <em> */</em>
<a name="194" href="#194">194</a> <strong>public</strong> <a href="../../../org/dom4j/Node.html">Node</a> readNode(XMLEventReader reader) throws XMLStreamException {
<a name="195" href="#195">195</a> XMLEvent event = reader.peek();
<a name="196" href="#196">196</a>
<a name="197" href="#197">197</a> <strong>if</strong> (event.isStartElement()) {
<a name="198" href="#198">198</a> <strong>return</strong> readElement(reader);
<a name="199" href="#199">199</a> } <strong>else</strong> <strong>if</strong> (event.isCharacters()) {
<a name="200" href="#200">200</a> <strong>return</strong> readCharacters(reader);
<a name="201" href="#201">201</a> } <strong>else</strong> <strong>if</strong> (event.isStartDocument()) {
<a name="202" href="#202">202</a> <strong>return</strong> readDocument(reader);
<a name="203" href="#203">203</a> } <strong>else</strong> <strong>if</strong> (event.isProcessingInstruction()) {
<a name="204" href="#204">204</a> <strong>return</strong> readProcessingInstruction(reader);
<a name="205" href="#205">205</a> } <strong>else</strong> <strong>if</strong> (event.isEntityReference()) {
<a name="206" href="#206">206</a> <strong>return</strong> readEntityReference(reader);
<a name="207" href="#207">207</a> } <strong>else</strong> <strong>if</strong> (event.isAttribute()) {
<a name="208" href="#208">208</a> <strong>return</strong> readAttribute(reader);
<a name="209" href="#209">209</a> } <strong>else</strong> <strong>if</strong> (event.isNamespace()) {
<a name="210" href="#210">210</a> <strong>return</strong> readNamespace(reader);
<a name="211" href="#211">211</a> } <strong>else</strong> {
<a name="212" href="#212">212</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Unsupported event: "</span> + event);
<a name="213" href="#213">213</a> }
<a name="214" href="#214">214</a> }
<a name="215" href="#215">215</a>
<a name="216" href="#216">216</a> <em>/**<em>*</em></em>
<a name="217" href="#217">217</a> <em> * Reads a DOM4J {@link Document}from the provided stream. The stream</em>
<a name="218" href="#218">218</a> <em> * should be positioned at the start of a document, or before a {@link</em>
<a name="219" href="#219">219</a> <em> * StartElement} event.</em>
<a name="220" href="#220">220</a> <em> * </em>
<a name="221" href="#221">221</a> <em> * @param reader</em>
<a name="222" href="#222">222</a> <em> * The event stream from which to read the {@link Document}.</em>
<a name="223" href="#223">223</a> <em> * </em>
<a name="224" href="#224">224</a> <em> * @return The {@link Document}that was read from the stream.</em>
<a name="225" href="#225">225</a> <em> * </em>
<a name="226" href="#226">226</a> <em> * @throws XMLStreamException</em>
<a name="227" href="#227">227</a> <em> * If an error occurs reading events from the stream.</em>
<a name="228" href="#228">228</a> <em> */</em>
<a name="229" href="#229">229</a> <strong>public</strong> <a href="../../../org/dom4j/Document.html">Document</a> readDocument(XMLEventReader reader)
<a name="230" href="#230">230</a> throws XMLStreamException {
<a name="231" href="#231">231</a> <a href="../../../org/dom4j/Document.html">Document</a> doc = <strong>null</strong>;
<a name="232" href="#232">232</a>
<a name="233" href="#233">233</a> <strong>while</strong> (reader.hasNext()) {
<a name="234" href="#234">234</a> XMLEvent nextEvent = reader.peek();
<a name="235" href="#235">235</a> <strong>int</strong> type = nextEvent.getEventType();
<a name="236" href="#236">236</a>
<a name="237" href="#237">237</a> <strong>switch</strong> (type) {
<a name="238" href="#238">238</a> <strong>case</strong> XMLStreamConstants.START_DOCUMENT:
<a name="239" href="#239">239</a>
<a name="240" href="#240">240</a> StartDocument event = (StartDocument) reader.nextEvent();
<a name="241" href="#241">241</a>
<a name="242" href="#242">242</a> <strong>if</strong> (doc == <strong>null</strong>) {
<a name="243" href="#243">243</a> <em class="comment">// create document</em>
<a name="244" href="#244">244</a> <strong>if</strong> (event.encodingSet()) {
<a name="245" href="#245">245</a> String encodingScheme = event
<a name="246" href="#246">246</a> .getCharacterEncodingScheme();
<a name="247" href="#247">247</a> doc = factory.createDocument(encodingScheme);
<a name="248" href="#248">248</a> } <strong>else</strong> {
<a name="249" href="#249">249</a> doc = factory.createDocument();
<a name="250" href="#250">250</a> }
<a name="251" href="#251">251</a> } <strong>else</strong> {
<a name="252" href="#252">252</a> <em class="comment">// duplicate or misplaced xml declaration</em>
<a name="253" href="#253">253</a> String msg = <span class="string">"Unexpected StartDocument event"</span>;
<a name="254" href="#254">254</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(msg, event.getLocation());
<a name="255" href="#255">255</a> }
<a name="256" href="#256">256</a>
<a name="257" href="#257">257</a> <strong>break</strong>;
<a name="258" href="#258">258</a>
<a name="259" href="#259">259</a> <strong>case</strong> XMLStreamConstants.END_DOCUMENT:
<a name="260" href="#260">260</a> <strong>case</strong> XMLStreamConstants.SPACE:
<a name="261" href="#261">261</a> <strong>case</strong> XMLStreamConstants.CHARACTERS:
<a name="262" href="#262">262</a>
<a name="263" href="#263">263</a> <em class="comment">// skip end document and space outside the root element</em>
<a name="264" href="#264">264</a> reader.nextEvent();
<a name="265" href="#265">265</a>
<a name="266" href="#266">266</a> <strong>break</strong>;
<a name="267" href="#267">267</a>
<a name="268" href="#268">268</a> <strong>default</strong>:
<a name="269" href="#269">269</a>
<a name="270" href="#270">270</a> <strong>if</strong> (doc == <strong>null</strong>) {
<a name="271" href="#271">271</a> <em class="comment">// create document</em>
<a name="272" href="#272">272</a> doc = factory.createDocument();
<a name="273" href="#273">273</a> }
<a name="274" href="#274">274</a>
<a name="275" href="#275">275</a> <a href="../../../org/dom4j/Node.html">Node</a> n = readNode(reader);
<a name="276" href="#276">276</a> doc.add(n);
<a name="277" href="#277">277</a> }
<a name="278" href="#278">278</a> }
<a name="279" href="#279">279</a>
<a name="280" href="#280">280</a> <strong>return</strong> doc;
<a name="281" href="#281">281</a> }
<a name="282" href="#282">282</a>
<a name="283" href="#283">283</a> <em>/**<em>*</em></em>
<a name="284" href="#284">284</a> <em> * Reads a DOM4J Element from the provided event stream. The stream must be</em>
<a name="285" href="#285">285</a> <em> * positioned before an {@link StartElement}event. In addition to the</em>
<a name="286" href="#286">286</a> <em> * initial start event, all events up to and including the closing {@link</em>
<a name="287" href="#287">287</a> <em> * EndElement} will be read, and included with the returned element.</em>
<a name="288" href="#288">288</a> <em> * </em>
<a name="289" href="#289">289</a> <em> * @param eventReader</em>
<a name="290" href="#290">290</a> <em> * The event stream from which to read the Element.</em>
<a name="291" href="#291">291</a> <em> * </em>
<a name="292" href="#292">292</a> <em> * @return The Element that was read from the stream.</em>
<a name="293" href="#293">293</a> <em> * </em>
<a name="294" href="#294">294</a> <em> * @throws XMLStreamException</em>
<a name="295" href="#295">295</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="296" href="#296">296</a> <em> * stream was not positioned before a {@linkStartElement}event.</em>
<a name="297" href="#297">297</a> <em> */</em>
<a name="298" href="#298">298</a> <strong>public</strong> <a href="../../../org/dom4j/Element.html">Element</a> readElement(XMLEventReader eventReader)
<a name="299" href="#299">299</a> throws XMLStreamException {
<a name="300" href="#300">300</a> XMLEvent event = eventReader.peek();
<a name="301" href="#301">301</a>
<a name="302" href="#302">302</a> <strong>if</strong> (event.isStartElement()) {
<a name="303" href="#303">303</a> <em class="comment">// advance the reader and get the StartElement event</em>
<a name="304" href="#304">304</a> StartElement startTag = eventReader.nextEvent().asStartElement();
<a name="305" href="#305">305</a> <a href="../../../org/dom4j/Element.html">Element</a> elem = createElement(startTag);
<a name="306" href="#306">306</a>
<a name="307" href="#307">307</a> <em class="comment">// read element content</em>
<a name="308" href="#308">308</a> <strong>while</strong> (<strong>true</strong>) {
<a name="309" href="#309">309</a> <strong>if</strong> (!eventReader.hasNext()) {
<a name="310" href="#310">310</a> String msg = <span class="string">"Unexpected end of stream while reading"</span>
<a name="311" href="#311">311</a> + <span class="string">" element content"</span>;
<a name="312" href="#312">312</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(msg);
<a name="313" href="#313">313</a> }
<a name="314" href="#314">314</a>
<a name="315" href="#315">315</a> XMLEvent nextEvent = eventReader.peek();
<a name="316" href="#316">316</a>
<a name="317" href="#317">317</a> <strong>if</strong> (nextEvent.isEndElement()) {
<a name="318" href="#318">318</a> EndElement endElem = eventReader.nextEvent().asEndElement();
<a name="319" href="#319">319</a>
<a name="320" href="#320">320</a> <strong>if</strong> (!endElem.getName().equals(startTag.getName())) {
<a name="321" href="#321">321</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected "</span>
<a name="322" href="#322">322</a> + startTag.getName() + <span class="string">" end-tag, but found"</span>
<a name="323" href="#323">323</a> + endElem.getName());
<a name="324" href="#324">324</a> }
<a name="325" href="#325">325</a>
<a name="326" href="#326">326</a> <strong>break</strong>;
<a name="327" href="#327">327</a> }
<a name="328" href="#328">328</a>
<a name="329" href="#329">329</a> <a href="../../../org/dom4j/Node.html">Node</a> child = readNode(eventReader);
<a name="330" href="#330">330</a> elem.add(child);
<a name="331" href="#331">331</a> }
<a name="332" href="#332">332</a>
<a name="333" href="#333">333</a> <strong>return</strong> elem;
<a name="334" href="#334">334</a> } <strong>else</strong> {
<a name="335" href="#335">335</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected Element event, found: "</span>
<a name="336" href="#336">336</a> + event);
<a name="337" href="#337">337</a> }
<a name="338" href="#338">338</a> }
<a name="339" href="#339">339</a>
<a name="340" href="#340">340</a> <em>/**<em>*</em></em>
<a name="341" href="#341">341</a> <em> * Constructs a DOM4J Attribute from the provided event stream. The stream</em>
<a name="342" href="#342">342</a> <em> * must be positioned before an {@link Attribute}event.</em>
<a name="343" href="#343">343</a> <em> * </em>
<a name="344" href="#344">344</a> <em> * @param reader</em>
<a name="345" href="#345">345</a> <em> * The event stream from which to read the Attribute.</em>
<a name="346" href="#346">346</a> <em> * </em>
<a name="347" href="#347">347</a> <em> * @return The Attribute that was read from the stream.</em>
<a name="348" href="#348">348</a> <em> * </em>
<a name="349" href="#349">349</a> <em> * @throws XMLStreamException</em>
<a name="350" href="#350">350</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="351" href="#351">351</a> <em> * stream was not positioned before an {@linkAttribute}event.</em>
<a name="352" href="#352">352</a> <em> */</em>
<a name="353" href="#353">353</a> <strong>public</strong> org.dom4j.Attribute readAttribute(XMLEventReader reader)
<a name="354" href="#354">354</a> throws XMLStreamException {
<a name="355" href="#355">355</a> XMLEvent event = reader.peek();
<a name="356" href="#356">356</a>
<a name="357" href="#357">357</a> <strong>if</strong> (event.isAttribute()) {
<a name="358" href="#358">358</a> <a href="../../../org/dom4j/Attribute.html">Attribute</a> attr = (Attribute) reader.nextEvent();
<a name="359" href="#359">359</a>
<a name="360" href="#360">360</a> <strong>return</strong> createAttribute(<strong>null</strong>, attr);
<a name="361" href="#361">361</a> } <strong>else</strong> {
<a name="362" href="#362">362</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected Attribute event, found: "</span>
<a name="363" href="#363">363</a> + event);
<a name="364" href="#364">364</a> }
<a name="365" href="#365">365</a> }
<a name="366" href="#366">366</a>
<a name="367" href="#367">367</a> <em>/**<em>*</em></em>
<a name="368" href="#368">368</a> <em> * Constructs a DOM4J Namespace from the provided event stream. The stream</em>
<a name="369" href="#369">369</a> <em> * must be positioned before a {@link Namespace}event.</em>
<a name="370" href="#370">370</a> <em> * </em>
<a name="371" href="#371">371</a> <em> * @param reader</em>
<a name="372" href="#372">372</a> <em> * The event stream from which to read the Namespace.</em>
<a name="373" href="#373">373</a> <em> * </em>
<a name="374" href="#374">374</a> <em> * @return The Namespace that was read from the stream.</em>
<a name="375" href="#375">375</a> <em> * </em>
<a name="376" href="#376">376</a> <em> * @throws XMLStreamException</em>
<a name="377" href="#377">377</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="378" href="#378">378</a> <em> * stream was not positioned before a {@linkNamespace}event.</em>
<a name="379" href="#379">379</a> <em> */</em>
<a name="380" href="#380">380</a> <strong>public</strong> org.dom4j.Namespace readNamespace(XMLEventReader reader)
<a name="381" href="#381">381</a> throws XMLStreamException {
<a name="382" href="#382">382</a> XMLEvent event = reader.peek();
<a name="383" href="#383">383</a>
<a name="384" href="#384">384</a> <strong>if</strong> (event.isNamespace()) {
<a name="385" href="#385">385</a> <a href="../../../org/dom4j/Namespace.html">Namespace</a> ns = (Namespace) reader.nextEvent();
<a name="386" href="#386">386</a>
<a name="387" href="#387">387</a> <strong>return</strong> createNamespace(ns);
<a name="388" href="#388">388</a> } <strong>else</strong> {
<a name="389" href="#389">389</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected Namespace event, found: "</span>
<a name="390" href="#390">390</a> + event);
<a name="391" href="#391">391</a> }
<a name="392" href="#392">392</a> }
<a name="393" href="#393">393</a>
<a name="394" href="#394">394</a> <em>/**<em>*</em></em>
<a name="395" href="#395">395</a> <em> * Constructs a DOM4J Text or CDATA section from the provided event stream.</em>
<a name="396" href="#396">396</a> <em> * The stream must be positioned before a {@link Characters}event.</em>
<a name="397" href="#397">397</a> <em> * </em>
<a name="398" href="#398">398</a> <em> * @param reader</em>
<a name="399" href="#399">399</a> <em> * The event stream from which to read the Text or CDATA.</em>
<a name="400" href="#400">400</a> <em> * </em>
<a name="401" href="#401">401</a> <em> * @return The Text or CDATA that was read from the stream.</em>
<a name="402" href="#402">402</a> <em> * </em>
<a name="403" href="#403">403</a> <em> * @throws XMLStreamException</em>
<a name="404" href="#404">404</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="405" href="#405">405</a> <em> * stream was not positioned before a {@linkCharacters}event.</em>
<a name="406" href="#406">406</a> <em> */</em>
<a name="407" href="#407">407</a> <strong>public</strong> <a href="../../../org/dom4j/CharacterData.html">CharacterData</a> readCharacters(XMLEventReader reader)
<a name="408" href="#408">408</a> throws XMLStreamException {
<a name="409" href="#409">409</a> XMLEvent event = reader.peek();
<a name="410" href="#410">410</a>
<a name="411" href="#411">411</a> <strong>if</strong> (event.isCharacters()) {
<a name="412" href="#412">412</a> Characters characters = reader.nextEvent().asCharacters();
<a name="413" href="#413">413</a>
<a name="414" href="#414">414</a> <strong>return</strong> createCharacterData(characters);
<a name="415" href="#415">415</a> } <strong>else</strong> {
<a name="416" href="#416">416</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected Characters event, found: "</span>
<a name="417" href="#417">417</a> + event);
<a name="418" href="#418">418</a> }
<a name="419" href="#419">419</a> }
<a name="420" href="#420">420</a>
<a name="421" href="#421">421</a> <em>/**<em>*</em></em>
<a name="422" href="#422">422</a> <em> * Constructs a DOM4J Comment from the provided event stream. The stream</em>
<a name="423" href="#423">423</a> <em> * must be positioned before a {@link Comment}event.</em>
<a name="424" href="#424">424</a> <em> * </em>
<a name="425" href="#425">425</a> <em> * @param reader</em>
<a name="426" href="#426">426</a> <em> * The event stream from which to read the Comment.</em>
<a name="427" href="#427">427</a> <em> * </em>
<a name="428" href="#428">428</a> <em> * @return The Comment that was read from the stream.</em>
<a name="429" href="#429">429</a> <em> * </em>
<a name="430" href="#430">430</a> <em> * @throws XMLStreamException</em>
<a name="431" href="#431">431</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="432" href="#432">432</a> <em> * stream was not positioned before a {@linkComment}event.</em>
<a name="433" href="#433">433</a> <em> */</em>
<a name="434" href="#434">434</a> <strong>public</strong> org.dom4j.Comment readComment(XMLEventReader reader)
<a name="435" href="#435">435</a> throws XMLStreamException {
<a name="436" href="#436">436</a> XMLEvent event = reader.peek();
<a name="437" href="#437">437</a>
<a name="438" href="#438">438</a> <strong>if</strong> (event instanceof Comment) {
<a name="439" href="#439">439</a> <strong>return</strong> createComment((Comment) reader.nextEvent());
<a name="440" href="#440">440</a> } <strong>else</strong> {
<a name="441" href="#441">441</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected Comment event, found: "</span>
<a name="442" href="#442">442</a> + event);
<a name="443" href="#443">443</a> }
<a name="444" href="#444">444</a> }
<a name="445" href="#445">445</a>
<a name="446" href="#446">446</a> <em>/**<em>*</em></em>
<a name="447" href="#447">447</a> <em> * Constructs a DOM4J Entity from the provided event stream. The stream must</em>
<a name="448" href="#448">448</a> <em> * be positioned before an {@link EntityReference}event.</em>
<a name="449" href="#449">449</a> <em> * </em>
<a name="450" href="#450">450</a> <em> * @param reader</em>
<a name="451" href="#451">451</a> <em> * The event stream from which to read the {@link</em>
<a name="452" href="#452">452</a> <em> * EntityReference}.</em>
<a name="453" href="#453">453</a> <em> * </em>
<a name="454" href="#454">454</a> <em> * @return The {@link org.dom4j.Entity}that was read from the stream.</em>
<a name="455" href="#455">455</a> <em> * </em>
<a name="456" href="#456">456</a> <em> * @throws XMLStreamException</em>
<a name="457" href="#457">457</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="458" href="#458">458</a> <em> * stream was not positioned before an {@linkEntityReference}</em>
<a name="459" href="#459">459</a> <em> * event.</em>
<a name="460" href="#460">460</a> <em> */</em>
<a name="461" href="#461">461</a> <strong>public</strong> <a href="../../../org/dom4j/Entity.html">Entity</a> readEntityReference(XMLEventReader reader)
<a name="462" href="#462">462</a> throws XMLStreamException {
<a name="463" href="#463">463</a> XMLEvent event = reader.peek();
<a name="464" href="#464">464</a>
<a name="465" href="#465">465</a> <strong>if</strong> (event.isEntityReference()) {
<a name="466" href="#466">466</a> EntityReference entityRef = (EntityReference) reader.nextEvent();
<a name="467" href="#467">467</a>
<a name="468" href="#468">468</a> <strong>return</strong> createEntity(entityRef);
<a name="469" href="#469">469</a> } <strong>else</strong> {
<a name="470" href="#470">470</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected EntityRef event, found: "</span>
<a name="471" href="#471">471</a> + event);
<a name="472" href="#472">472</a> }
<a name="473" href="#473">473</a> }
<a name="474" href="#474">474</a>
<a name="475" href="#475">475</a> <em>/**<em>*</em></em>
<a name="476" href="#476">476</a> <em> * Constructs a DOM4J ProcessingInstruction from the provided event stream.</em>
<a name="477" href="#477">477</a> <em> * The stream must be positioned before a {@link ProcessingInstruction}</em>
<a name="478" href="#478">478</a> <em> * event.</em>
<a name="479" href="#479">479</a> <em> * </em>
<a name="480" href="#480">480</a> <em> * @param reader</em>
<a name="481" href="#481">481</a> <em> * The event stream from which to read the ProcessingInstruction.</em>
<a name="482" href="#482">482</a> <em> * </em>
<a name="483" href="#483">483</a> <em> * @return The ProcessingInstruction that was read from the stream.</em>
<a name="484" href="#484">484</a> <em> * </em>
<a name="485" href="#485">485</a> <em> * @throws XMLStreamException</em>
<a name="486" href="#486">486</a> <em> * If an error occured reading events from the stream, or the</em>
<a name="487" href="#487">487</a> <em> * stream was not positioned before a {@link</em>
<a name="488" href="#488">488</a> <em> * ProcessingInstruction} event.</em>
<a name="489" href="#489">489</a> <em> */</em>
<a name="490" href="#490">490</a> <strong>public</strong> org.dom4j.ProcessingInstruction readProcessingInstruction(
<a name="491" href="#491">491</a> XMLEventReader reader) throws XMLStreamException {
<a name="492" href="#492">492</a> XMLEvent event = reader.peek();
<a name="493" href="#493">493</a>
<a name="494" href="#494">494</a> <strong>if</strong> (event.isProcessingInstruction()) {
<a name="495" href="#495">495</a> <a href="../../../org/dom4j/ProcessingInstruction.html">ProcessingInstruction</a> pi = (ProcessingInstruction) reader
<a name="496" href="#496">496</a> .nextEvent();
<a name="497" href="#497">497</a>
<a name="498" href="#498">498</a> <strong>return</strong> createProcessingInstruction(pi);
<a name="499" href="#499">499</a> } <strong>else</strong> {
<a name="500" href="#500">500</a> <strong>throw</strong> <strong>new</strong> XMLStreamException(<span class="string">"Expected PI event, found: "</span> + event);
<a name="501" href="#501">501</a> }
<a name="502" href="#502">502</a> }
<a name="503" href="#503">503</a>
<a name="504" href="#504">504</a> <em>/**<em>*</em></em>
<a name="505" href="#505">505</a> <em> * Constructs a new DOM4J Element from the provided StartElement event. All</em>
<a name="506" href="#506">506</a> <em> * attributes and namespaces will be added to the returned element.</em>
<a name="507" href="#507">507</a> <em> * </em>
<a name="508" href="#508">508</a> <em> * @param startEvent</em>
<a name="509" href="#509">509</a> <em> * The StartElement event from which to construct the new DOM4J</em>
<a name="510" href="#510">510</a> <em> * Element.</em>
<a name="511" href="#511">511</a> <em> * </em>
<a name="512" href="#512">512</a> <em> * @return The Element constructed from the provided StartElement event.</em>
<a name="513" href="#513">513</a> <em> */</em>
<a name="514" href="#514">514</a> <strong>public</strong> <a href="../../../org/dom4j/Element.html">Element</a> createElement(StartElement startEvent) {
<a name="515" href="#515">515</a> <a href="../../../org/dom4j/QName.html">QName</a> qname = startEvent.getName();
<a name="516" href="#516">516</a> org.dom4j.QName elemName = createQName(qname);
<a name="517" href="#517">517</a>
<a name="518" href="#518">518</a> <a href="../../../org/dom4j/Element.html">Element</a> elem = factory.createElement(elemName);
<a name="519" href="#519">519</a>
<a name="520" href="#520">520</a> <em class="comment">// create attributes</em>
<a name="521" href="#521">521</a> <strong>for</strong> (Iterator i = startEvent.getAttributes(); i.hasNext();) {
<a name="522" href="#522">522</a> <a href="../../../org/dom4j/Attribute.html">Attribute</a> attr = (Attribute) i.next();
<a name="523" href="#523">523</a> elem.addAttribute(createQName(attr.getName()), attr.getValue());
<a name="524" href="#524">524</a> }
<a name="525" href="#525">525</a>
<a name="526" href="#526">526</a> <em class="comment">// create namespaces</em>
<a name="527" href="#527">527</a> <strong>for</strong> (Iterator i = startEvent.getNamespaces(); i.hasNext();) {
<a name="528" href="#528">528</a> <a href="../../../org/dom4j/Namespace.html">Namespace</a> ns = (Namespace) i.next();
<a name="529" href="#529">529</a> elem.addNamespace(ns.getPrefix(), ns.getNamespaceURI());
<a name="530" href="#530">530</a> }
<a name="531" href="#531">531</a>
<a name="532" href="#532">532</a> <strong>return</strong> elem;
<a name="533" href="#533">533</a> }
<a name="534" href="#534">534</a>
<a name="535" href="#535">535</a> <em>/**<em>*</em></em>
<a name="536" href="#536">536</a> <em> * Constructs a new DOM4J Attribute from the provided StAX Attribute event.</em>
<a name="537" href="#537">537</a> <em> * </em>
<a name="538" href="#538">538</a> <em> * @param elem</em>
<a name="539" href="#539">539</a> <em> * DOCUMENT ME!</em>
<a name="540" href="#540">540</a> <em> * @param attr</em>
<a name="541" href="#541">541</a> <em> * The Attribute event from which to construct the new DOM4J</em>
<a name="542" href="#542">542</a> <em> * Attribute.</em>
<a name="543" href="#543">543</a> <em> * </em>
<a name="544" href="#544">544</a> <em> * @return The Attribute constructed from the provided Attribute event.</em>
<a name="545" href="#545">545</a> <em> */</em>
<a name="546" href="#546">546</a> <strong>public</strong> org.dom4j.Attribute createAttribute(<a href="../../../org/dom4j/Element.html">Element</a> elem, <a href="../../../org/dom4j/Attribute.html">Attribute</a> attr) {
<a name="547" href="#547">547</a> <strong>return</strong> factory.createAttribute(elem, createQName(attr.getName()), attr
<a name="548" href="#548">548</a> .getValue());
<a name="549" href="#549">549</a> }
<a name="550" href="#550">550</a>
<a name="551" href="#551">551</a> <em>/**<em>*</em></em>
<a name="552" href="#552">552</a> <em> * Constructs a new DOM4J Namespace from the provided StAX Namespace event.</em>
<a name="553" href="#553">553</a> <em> * </em>
<a name="554" href="#554">554</a> <em> * @param ns</em>
<a name="555" href="#555">555</a> <em> * The Namespace event from which to construct the new DOM4J</em>
<a name="556" href="#556">556</a> <em> * Namespace.</em>
<a name="557" href="#557">557</a> <em> * </em>
<a name="558" href="#558">558</a> <em> * @return The Namespace constructed from the provided Namespace event.</em>
<a name="559" href="#559">559</a> <em> */</em>
<a name="560" href="#560">560</a> <strong>public</strong> org.dom4j.Namespace createNamespace(<a href="../../../org/dom4j/Namespace.html">Namespace</a> ns) {
<a name="561" href="#561">561</a> <strong>return</strong> factory.createNamespace(ns.getPrefix(), ns.getNamespaceURI());
<a name="562" href="#562">562</a> }
<a name="563" href="#563">563</a>
<a name="564" href="#564">564</a> <em>/**<em>*</em></em>
<a name="565" href="#565">565</a> <em> * Constructs a new DOM4J Text or CDATA object from the provided Characters</em>
<a name="566" href="#566">566</a> <em> * event.</em>
<a name="567" href="#567">567</a> <em> * </em>
<a name="568" href="#568">568</a> <em> * @param characters</em>
<a name="569" href="#569">569</a> <em> * The Characters event from which to construct the new DOM4J</em>
<a name="570" href="#570">570</a> <em> * Text or CDATA object.</em>
<a name="571" href="#571">571</a> <em> * </em>
<a name="572" href="#572">572</a> <em> * @return The Text or CDATA object constructed from the provided Characters</em>
<a name="573" href="#573">573</a> <em> * event.</em>
<a name="574" href="#574">574</a> <em> */</em>
<a name="575" href="#575">575</a> <strong>public</strong> <a href="../../../org/dom4j/CharacterData.html">CharacterData</a> createCharacterData(Characters characters) {
<a name="576" href="#576">576</a> String data = characters.getData();
<a name="577" href="#577">577</a>
<a name="578" href="#578">578</a> <strong>if</strong> (characters.isCData()) {
<a name="579" href="#579">579</a> <strong>return</strong> factory.createCDATA(data);
<a name="580" href="#580">580</a> } <strong>else</strong> {
<a name="581" href="#581">581</a> <strong>return</strong> factory.createText(data);
<a name="582" href="#582">582</a> }
<a name="583" href="#583">583</a> }
<a name="584" href="#584">584</a>
<a name="585" href="#585">585</a> <em>/**<em>*</em></em>
<a name="586" href="#586">586</a> <em> * Constructs a new DOM4J Comment from the provided StAX Comment event.</em>
<a name="587" href="#587">587</a> <em> * </em>
<a name="588" href="#588">588</a> <em> * @param comment</em>
<a name="589" href="#589">589</a> <em> * The Comment event from which to construct the new DOM4J</em>
<a name="590" href="#590">590</a> <em> * Comment.</em>
<a name="591" href="#591">591</a> <em> * </em>
<a name="592" href="#592">592</a> <em> * @return The Comment constructed from the provided Comment event.</em>
<a name="593" href="#593">593</a> <em> */</em>
<a name="594" href="#594">594</a> <strong>public</strong> org.dom4j.Comment createComment(<a href="../../../org/dom4j/Comment.html">Comment</a> comment) {
<a name="595" href="#595">595</a> <strong>return</strong> factory.createComment(comment.getText());
<a name="596" href="#596">596</a> }
<a name="597" href="#597">597</a>
<a name="598" href="#598">598</a> <em>/**<em>*</em></em>
<a name="599" href="#599">599</a> <em> * Constructs a new DOM4J Entity from the provided StAX EntityReference</em>
<a name="600" href="#600">600</a> <em> * event.</em>
<a name="601" href="#601">601</a> <em> * </em>
<a name="602" href="#602">602</a> <em> * @param entityRef</em>
<a name="603" href="#603">603</a> <em> * The EntityReference event from which to construct the new</em>
<a name="604" href="#604">604</a> <em> * DOM4J Entity.</em>
<a name="605" href="#605">605</a> <em> * </em>
<a name="606" href="#606">606</a> <em> * @return The Entity constructed from the provided EntityReference event.</em>
<a name="607" href="#607">607</a> <em> */</em>
<a name="608" href="#608">608</a> <strong>public</strong> org.dom4j.Entity createEntity(EntityReference entityRef) {
<a name="609" href="#609">609</a> <strong>return</strong> factory.createEntity(entityRef.getName(), entityRef
<a name="610" href="#610">610</a> .getDeclaration().getReplacementText());
<a name="611" href="#611">611</a> }
<a name="612" href="#612">612</a>
<a name="613" href="#613">613</a> <em>/**<em>*</em></em>
<a name="614" href="#614">614</a> <em> * Constructs a new DOM4J ProcessingInstruction from the provided StAX</em>
<a name="615" href="#615">615</a> <em> * ProcessingInstruction event.</em>
<a name="616" href="#616">616</a> <em> * </em>
<a name="617" href="#617">617</a> <em> * @param pi</em>
<a name="618" href="#618">618</a> <em> * The ProcessingInstruction event from which to construct the</em>
<a name="619" href="#619">619</a> <em> * new DOM4J ProcessingInstruction.</em>
<a name="620" href="#620">620</a> <em> * </em>
<a name="621" href="#621">621</a> <em> * @return The ProcessingInstruction constructed from the provided</em>
<a name="622" href="#622">622</a> <em> * ProcessingInstruction event.</em>
<a name="623" href="#623">623</a> <em> */</em>
<a name="624" href="#624">624</a> <strong>public</strong> org.dom4j.ProcessingInstruction createProcessingInstruction(
<a name="625" href="#625">625</a> <a href="../../../org/dom4j/ProcessingInstruction.html">ProcessingInstruction</a> pi) {
<a name="626" href="#626">626</a> <strong>return</strong> factory
<a name="627" href="#627">627</a> .createProcessingInstruction(pi.getTarget(), pi.getData());
<a name="628" href="#628">628</a> }
<a name="629" href="#629">629</a>
<a name="630" href="#630">630</a> <em>/**<em>*</em></em>
<a name="631" href="#631">631</a> <em> * Constructs a new DOM4J QName from the provided JAXP QName.</em>
<a name="632" href="#632">632</a> <em> * </em>
<a name="633" href="#633">633</a> <em> * @param qname</em>
<a name="634" href="#634">634</a> <em> * The JAXP QName from which to create a DOM4J QName.</em>
<a name="635" href="#635">635</a> <em> * </em>
<a name="636" href="#636">636</a> <em> * @return The newly constructed DOM4J QName.</em>
<a name="637" href="#637">637</a> <em> */</em>
<a name="638" href="#638">638</a> <strong>public</strong> org.dom4j.QName createQName(<a href="../../../org/dom4j/QName.html">QName</a> qname) {
<a name="639" href="#639">639</a> <strong>return</strong> factory.createQName(qname.getLocalPart(), qname.getPrefix(),
<a name="640" href="#640">640</a> qname.getNamespaceURI());
<a name="641" href="#641">641</a> }
<a name="642" href="#642">642</a> }
<a name="643" href="#643">643</a>
<a name="644" href="#644">644</a> <em class="comment">/*</em>
<a name="645" href="#645">645</a> <em class="comment"> * Redistribution and use of this software and associated documentation</em>
<a name="646" href="#646">646</a> <em class="comment"> * ("Software"), with or without modification, are permitted provided that the</em>
<a name="647" href="#647">647</a> <em class="comment"> * following conditions are met:</em>
<a name="648" href="#648">648</a> <em class="comment"> * </em>
<a name="649" href="#649">649</a> <em class="comment"> * 1. Redistributions of source code must retain copyright statements and</em>
<a name="650" href="#650">650</a> <em class="comment"> * notices. Redistributions must also contain a copy of this document.</em>
<a name="651" href="#651">651</a> <em class="comment"> * </em>
<a name="652" href="#652">652</a> <em class="comment"> * 2. Redistributions in binary form must reproduce the above copyright notice,</em>
<a name="653" href="#653">653</a> <em class="comment"> * this list of conditions and the following disclaimer in the documentation</em>
<a name="654" href="#654">654</a> <em class="comment"> * and/or other materials provided with the distribution.</em>
<a name="655" href="#655">655</a> <em class="comment"> * </em>
<a name="656" href="#656">656</a> <em class="comment"> * 3. The name "DOM4J" must not be used to endorse or promote products derived</em>
<a name="657" href="#657">657</a> <em class="comment"> * from this Software without prior written permission of MetaStuff, Ltd. For</em>
<a name="658" href="#658">658</a> <em class="comment"> * written permission, please contact dom4j-info@metastuff.com.</em>
<a name="659" href="#659">659</a> <em class="comment"> * </em>
<a name="660" href="#660">660</a> <em class="comment"> * 4. Products derived from this Software may not be called "DOM4J" nor may</em>
<a name="661" href="#661">661</a> <em class="comment"> * "DOM4J" appear in their names without prior written permission of MetaStuff,</em>
<a name="662" href="#662">662</a> <em class="comment"> * Ltd. DOM4J is a registered trademark of MetaStuff, Ltd.</em>
<a name="663" href="#663">663</a> <em class="comment"> * </em>
<a name="664" href="#664">664</a> <em class="comment"> * 5. Due credit should be given to the DOM4J Project - <a href="http://www.dom4j.org" target="alexandria_uri">http://www.dom4j.org</a></em>
<a name="665" href="#665">665</a> <em class="comment"> * </em>
<a name="666" href="#666">666</a> <em class="comment"> * THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND</em>
<a name="667" href="#667">667</a> <em class="comment"> * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</em>
<a name="668" href="#668">668</a> <em class="comment"> * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</em>
<a name="669" href="#669">669</a> <em class="comment"> * ARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS CONTRIBUTORS BE</em>
<a name="670" href="#670">670</a> <em class="comment"> * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR</em>
<a name="671" href="#671">671</a> <em class="comment"> * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</em>
<a name="672" href="#672">672</a> <em class="comment"> * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</em>
<a name="673" href="#673">673</a> <em class="comment"> * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</em>
<a name="674" href="#674">674</a> <em class="comment"> * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</em>
<a name="675" href="#675">675</a> <em class="comment"> * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</em>
<a name="676" href="#676">676</a> <em class="comment"> * POSSIBILITY OF SUCH DAMAGE.</em>
<a name="677" href="#677">677</a> <em class="comment"> * </em>
<a name="678" href="#678">678</a> <em class="comment"> * Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.</em>
<a name="679" href="#679">679</a> <em class="comment"> */</em>
</pre>
<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
</html>
|
backend/normal/Karma/index.html | newset/theme | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie ie6 lte9 lte8 lte7 no-js"> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7 no-js"> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lte9 lte8 no-js"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lte9 no-js"> <![endif]-->
<!--[if gt IE 9]> <html class="no-js"> <![endif]-->
<!--[if !IE]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Karma - Responsive minimalistic bootstrapped admin theme.</title>
<!-- // IOS webapp icons // -->
<meta name="apple-mobile-web-app-title" content="Karma Webapp">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/mobile/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/mobile/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/mobile/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/mobile/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="images/mobile/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/mobile/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" href="images/mobile/apple-touch-icon.png" />
<link rel="shortcut icon" href="images/favicons/favicon.ico" />
<!-- // IOS webapp splash screens // -->
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-1536x2008.png"/>
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-1496x2048.png"/>
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-768x1004.png"/>
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-748x1024.png"/>
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-640x1096.png"/>
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-640x920.png"/>
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)"
href="http://themes.creativemilk.net/images/mobile/apple-touch-startup-image-320x460.png"/>
<!-- // Windows 8 tile // -->
<meta name="application-name" content="Karma Webapp">
<meta name="msapplication-TileColor" content="#333333" />
<meta name="msapplication-TileImage" content="images/mobile/windows8-icon.png" />
<!-- // Handheld devices misc // -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- // Stylesheets // -->
<link rel="stylesheet" href="bootstrap/core/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="bootstrap/select2/select2.css"/>
<link rel="stylesheet" href="bootstrap/datepicker/css/datepicker.css"/>
<link rel="stylesheet" href="bootstrap/fileupload/bootstrap-fileupload.min.css"/>
<link rel="stylesheet" href="bootstrap/typeahead/typeahead.min.css"/>
<link rel="stylesheet" href="bootstrap/colorpicker/css/colorpicker.css"/>
<link rel="stylesheet" href="bootstrap/timepicker/css/bootstrap-timepicker.min.css"/>
<link rel="stylesheet" href="fontawesome/css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/bootstrap-custom.css"/>
<link rel="stylesheet" href="css/bootstrap-extended.css"/>
<link rel="stylesheet" href="css/animate.min.css"/>
<link rel="stylesheet" href="css/helpers.css"/>
<link rel="stylesheet" href="css/base.min.css"/>
<link rel="stylesheet" href="css/light-theme.css"/>
<link rel="stylesheet" href="css/mediaqueries.css"/>
<!-- // Helpers // -->
<script src="js/plugins/modernizr.min.js"></script>
<script src="js/plugins/mobiledevices.js"></script>
<!-- // jQuery core // -->
<script src="js/libs/jquery-1.11.0.min.js"></script>
<script src="js/libs/jquery-ui-1.10.4.min.js"></script>
<!-- // Bootstrap // -->
<script src="bootstrap/core/dist/js/bootstrap.min.js"></script>
<script src="bootstrap/select2/select2.min.js"></script>
<script src="bootstrap/bootboxjs/bootboxjs.min.js"></script>
<script src="bootstrap/holder/holder.min.js"></script>
<script src="bootstrap/typeahead/typeahead.min.js"></script>
<script src="bootstrap/datepicker/js/bootstrap-datepicker.min.js"></script>
<script src="bootstrap/fileupload/bootstrap-fileupload.min.js"></script>
<script src="bootstrap/inputmask/bootstrap-inputmask.min.js"></script>
<script src="bootstrap/colorpicker/js/bootstrap-colorpicker.min.js"></script>
<script src="bootstrap/timepicker/js/bootstrap-timepicker.min.js"></script>
<!-- // Custom/premium plugins // -->
<script src="js/plugins/responsivetables.1.0.min.js"></script>
<script src="js/plugins/responsivehelper.1.0.min.js"></script>
<script src="js/plugins/mainmenu.1.0.min.js"></script>
<script src="js/plugins/easyfiletree.1.0.min.js"></script>
<script src="js/plugins/autosaveforms.1.0.min.js"></script>
<script src="js/plugins/chainedinputs.1.0.min.js"></script>
<script src="js/plugins/checkboxtoggle.1.0.min.js"></script>
<script src="js/plugins/bootstraptabsextend.1.0.min.js"></script>
<script src="js/plugins/lockscreen.1.0.min.js"></script>
<script src="js/plugins/autoexpand.1.0.min.js"></script>
<script src="js/plugins/notify.1.0.min.js"></script>
<script src="js/plugins/nanogress.1.0.min.js"></script>
<script src="js/plugins/powerwizard.1.0.min.js"></script>
<script src="js/plugins/simpleselect.1.0.min.js"></script>
<script src="js/plugins/tinycontextmenu.1.0.min.js"></script>
<!-- // Third-party plugins // -->
<script src="js/plugins/tinyscrollbar.min.js"></script>
<script src="js/plugins/jquery.knob.js"></script>
<script src="js/plugins/prism.min.js"></script>
<script src="js/plugins/h5f.min.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script src="js/plugins/gmap3.min.js"></script>
<script src="js/plugins/jquery.tablesorter.min.js"></script>
<script src="js/plugins/jquery.tablesorter.widgets.min.js"></script>
<script src="js/plugins/jquery.tablesorter.pager.min.js"></script>
<script src="js/plugins/fullcalendar.min.js"></script>
<script src="ckeditor/ckeditor.js"></script>
<script src="js/plugins/hogan-2.0.0.js"></script>
<script src="js/plugins/jquery.nouislider.min.js"></script>
<script src="js/plugins/jquery.autosize-min.js"></script>
<script src="js/plugins/jquery.magnific-popup.min.js"></script>
<script src="js/plugins/jquery.pwstrength.min.js"></script>
<script src="js/plugins/jquery.mixitup.min.js"></script>
<script src="js/plugins/jquery.vticker.min.js"></script>
<script src="js/flot/jquery.flot.min.js"></script>
<script src="js/flot/jquery.flot.resize.min.js"></script>
<script src="js/flot/excanvas.min.js"></script>
<script src="js/plugins/layout.min.js"></script>
<script src="js/plugins/masonry.pkgd.min.js"></script>
<script src="js/plugins/json2.js"></script>
<!-- // Custom //-->
<script src="js/plugins/theme-demo.min.js"></script>
</head>
<body>
<div id="container" class="clearfix">
<!-- ********************************************
* SIDEBAR MAIN: *
* *
* the part which contains the main *
* navigation, logo, search and more... *
******************************************** -->
<aside id="sidebar-main" class="sidebar">
<div class="sidebar-logo">
<a href="index.html" id="logo-big"><h1>karma</h1><h2>/webapp</h2></a>
</div><!-- End .sidebar-logo -->
<!-- ********** -->
<!-- NEW MODULE -->
<!-- ********** -->
<div class="sidebar-module">
<div class="sidebar-profile">
<img src="images/users/user-1.jpg" alt="" class="avatar"/>
<span class="indicator-dot">2</span>
<ul class="sidebar-profile-list">
<li><h3>Hi, Steven Watson</h3></li>
<li><a href="index.html#">Profile</a> | <a href="index.html#">Mail</a> | <a href="index.html#">Logout</a></li>
</ul>
</div><!-- End .sidebar-profile -->
</div><!-- End .sidebar-module -->
<div class="sidebar-line"><!-- A seperator line --></div>
<!-- * Tabs can be removed, if so dont forget * -->
<!-- * to remove the .tab-pane divs(wrapper). * -->
<ul class="ext-tabs-sidebar">
<li class="active">
<a href="index.html#sidebar-tab-1"><i class="fa fa-bars"></i> Navigation</a>
</li>
<li>
<a href="index.html#sidebar-tab-2"><i class="fa fa-folder"></i> Folders</a>
</li>
</ul><!-- End .ext-tabs-sidebar -->
<div class="tab-content">
<div id="sidebar-tab-1" class="tab-pane active clearfix">
<!-- ********** -->
<!-- NEW MODULE -->
<!-- ********** -->
<div class="sidebar-module">
<nav class="sidebar-nav-v2">
<ul>
<li class="page-arrow active-page">
<a href="index.html"><i class="fa fa-dashboard"></i> Dashboard <span class="indicator-pill">32</span></a>
</li>
<li>
<a href="statistics.html"><i class="fa fa-sun-o"></i> Statistics<span class="indicator-dot">2</span></a>
</li>
<li>
<a href="charts.html"><i class="fa fa-bar-chart-o"></i> Charts</a>
</li>
<li>
<a href="calendar.html"><i class="fa fa-calendar-o"></i> Calendar</a>
</li>
<li>
<a href="index.html#"><i class="fa fa-envelope-o"></i> Form Elements <i class="fa fa-caret-left pull-right"></i></a>
<!-- * sub menu * -->
<ul>
<li>
<a href="forms.html">Forms</a>
</li>
<li>
<a href="forgot.html">Forgot Form</a>
</li>
<li>
<a href="login.html">Login Form</a>
</li>
<li>
<a href="login2.html">Login 2 Form</a>
</li>
<li>
<a href="reset.html">Reset Form</a>
</li>
<li>
<a href="signup.html">Signup Form</a>
</li>
<li>
<a href="wizard.html">Wizard</a>
</li>
<li>
<a href="wysiwyg.html">WYSIWYG</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-file-o"></i> Pages <i class="fa fa-caret-left pull-right"></i></a>
<!-- * sub menu * -->
<ul>
<li>
<a href="index.html#">Billing</a>
</li>
<li>
<a href="comments.html">Comments</a>
</li>
<li>
<a href="clients.html">Clients</a>
</li>
<li>
<a href="faqs.html">FAQs</a>
</li>
<li>
<a href="files.html">Files</a>
</li>
<li>
<a href="planning.html">Planning</a>
</li>
<li>
<a href="index.html#">Social</a>
</li>
<li>
<a href="ticketsupport.html">Ticket Support</a>
</li>
<li>
<a href="timeline.html">Timeline</a>
</li>
<li>
<a href="wiki.html">Wiki</a>
</li>
</ul>
</li>
<li>
<a href="index.html#"><i class="fa fa-star-o"></i> UI Elements<i class="fa fa-caret-left pull-right"></i></a>
<!-- * sub menu * -->
<ul>
<li>
<a href="buttonsandicons.html">Buttons & Icons</a>
</li>
<li>
<a href="notifications.html">Notifications</a>
</li>
<li>
<a href="dropdownmenu.html">Dropdown & Menu</a>
</li>
<li>
<a href="misc.html">Misc</a>
</li>
<li>
<a href="tabs.html">Tabs</a>
</li>
<li>
<a href="toolbars.html">Toolbars</a>
</li>
</ul>
</li>
<li class="seperator"><!-- * seperator line * --></li>
<li>
<a href="media.html"><i class="fa fa-picture-o"></i> Media</a>
</li>
<li>
<a href="modules.html"><i class="fa fa-wrench"></i> Modules</a>
</li>
<li>
<a href="tables.html"><i class="fa fa-table"></i> Tables</a>
</li>
<li>
<a href="pagelayout.html"><i class="fa fa-th"></i> Page Layout</a>
</li>
<li>
<a href="index.html#"><i class="fa fa-warning"></i> Error Pages <i class="fa fa-caret-left pull-right"></i></a>
<!-- * sub menu * -->
<ul>
<li>
<a href="400.html">400</a>
</li>
<li>
<a href="401.html">401</a>
</li>
<li>
<a href="403.html">403</a>
</li>
<li>
<a href="404.html">404</a>
</li>
<li>
<a href="500.html">500</a>
</li>
<li>
<a href="503.html">503</a>
</li>
</ul>
</li>
<li class="menu-label">
<div class="spacer-20"></div>
Some group label
<div class="spacer-10"></div>
</li>
<li>
<a href="maps.html"><i class="fa fa-map-marker"></i> Maps</a>
</li>
<li>
<a href="widgets.html"><i class="fa fa-columns"></i> Widgets</a>
</li>
<li>
<a href="sitemap.html"><i class="fa fa-sitemap"></i> Sitemap</a>
</li>
</ul>
</nav><!-- End .sidebar-nav-v1 -->
</div><!-- End .sidebar-module -->
</div>
<div id="sidebar-tab-2" class="tab-pane clearfix">
<!-- ********** -->
<!-- NEW MODULE -->
<!-- ********** -->
<div class="sidebar-module">
<ul class="easyfiletree">
<li class="eft-open"><i class="fa fa-folder-open"></i>Folder 1
<ul>
<li><i class="fa fa-file-text"></i>Item 1.1</li>
<li><i class="fa fa-file"></i>Item 1.2</li>
<li><i class="fa fa-link"></i><a href="index.html#">Item 1.3 (link)</a></li>
</ul>
</li>
<li class="eft-open"><i class="fa fa-folder-open"></i>Folder 2
<ul>
<li class="eft-open"><i class="fa fa-folder-open"></i>Subfolder 2.1
<ul>
<li><i class="fa fa-file"></i>File 2.1.1</li>
<li><i class="fa fa-picture-o"></i>File 2.1.2</li>
</ul>
</li>
<li><i class="fa fa-file"></i>File 2.2</li>
</ul>
</li>
<li class="eft-closed"><i class="fa fa-folder"></i>Folder 3 (closed)
<ul>
<li><i class="fa fa-file"></i>File 3.1</li>
</ul>
</li>
<li><i class="fa fa-link"></i><a href="index.html#">File 4 (link)</a></li>
<li><i class="fa fa-file-text"></i>File 5</li>
<li><i class="fa fa-file"></i>File 6</li>
</ul>
</div><!-- End .sidebar-module -->
</div>
</div><!-- End .tab-content -->
<div class="sidebar-line"><!-- A seperator line --></div>
<div class="sidebar-heading" data-module-toggle="false">
<h3>
Milestones <small class="text-muted">/module</small>
<a href="index.html#" class="pull-right"><i class="fa fa-gear"></i></a>
</h3>
</div>
<!-- ********** -->
<!-- NEW MODULE -->
<!-- ********** -->
<div class="sidebar-module">
<div class="progress-project">
<div class="progress-project-header">
<h5>Project Alpha</h5><span>44<span class="text-muted">/55</span></span>
</div>
<div class="progress bar-small">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span class="sr-only">90% Complete</span>
</div>
</div>
</div><!-- End .progress-project -->
<div class="spacer-20"></div>
<div class="progress-project">
<div class="progress-project-header">
<h5>Project Beta</h5><span>4<span class="text-muted">/10</span></span>
</div>
<div class="progress bar-small">
<div class="progress-bar" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div><!-- End .progress-project -->
<div class="spacer-20"></div>
<div class="progress-project">
<div class="progress-project-header">
<h5>Project Zeta</h5><span>54<span class="text-muted">/88</span></span>
</div>
<div class="progress bar-small">
<div class="progress-bar" role="progressbar" aria-valuenow="78" aria-valuemin="0" aria-valuemax="100" style="width: 78%;">
<span class="sr-only">78% Complete</span>
</div>
</div>
</div><!-- End .progress-project -->
<div class="spacer-20"></div>
<div class="progress-project">
<div class="progress-project-header">
<h5>Project Tango</h5><span>4<span class="text-muted">/16</span></span>
</div>
<div class="progress bar-small">
<div class="progress-bar" role="progressbar" aria-valuenow="28" aria-valuemin="0" aria-valuemax="100" style="width: 28%;">
<span class="sr-only">28% Complete</span>
</div>
</div>
</div><!-- End .progress-project -->
<div class="spacer-20"></div>
<div class="progress-project">
<div class="progress-project-header">
<h5>Project Charlie</h5><span>50<span class="text-muted">/88</span></span>
</div>
<div class="progress bar-small">
<div class="progress-bar" role="progressbar" aria-valuenow="66" aria-valuemin="0" aria-valuemax="100" style="width: 66%;">
<span class="sr-only">66% Complete</span>
</div>
</div>
</div><!-- End .progress-project -->
</div><!-- End .sidebar-module -->
<div class="sidebar-line"><!-- A seperator line --></div>
<div class="sidebar-heading">
<h3>
Calendar <small class="text-muted">/module</small>
</h3>
</div>
<!-- ********** -->
<!-- NEW MODULE -->
<!-- ********** -->
<div class="sidebar-module">
<div class="csscalendar-mini">
<table>
<caption>January 2012</caption>
<thead>
<tr>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
<th>Sun</th>
</tr>
</thead>
<tbody>
<tr>
<td class="off"><a href="index.html">26</a></td>
<td class="off"><a href="index.html#">27</a></td>
<td class="off"><a href="index.html#">28</a></td>
<td class="off"><a href="index.html#">29</a></td>
<td class="off"><a href="index.html#">30</a></td>
<td class="off"><a href="index.html#">31</a></td>
<td><a href="index.html#">1</a></td>
</tr>
<tr>
<td><a href="index.html#">2</a></td>
<td><a href="index.html#">3</a></td>
<td class="cal-app"><a href="index.html#" class="tooltip-top" title="12:05 - Client X">4</a></td>
<td><a href="index.html#">5</a></td>
<td><a href="index.html#">6</a></td>
<td><a href="index.html#">7</a></td>
<td><a href="index.html#">8</a></td>
</tr>
<tr>
<td><a href="index.html#">9</a></td>
<td><a href="index.html#">10</a></td>
<td><a href="index.html#">11</a></td>
<td><a href="index.html#">12</a></td>
<td><a href="index.html#">13</a></td>
<td><a href="index.html#">14</a></td>
<td><a href="index.html#">15</a></td>
</tr>
<tr>
<td><a href="index.html#">16</a></td>
<td><a href="index.html#">17</a></td>
<td><a href="index.html#">18</a></td>
<td><a href="index.html#">19</a></td>
<td class="cal-app"><a href="index.html#" class="tooltip-top" title="16:15 - Launch website">20</a></td>
<td><a href="index.html#">21</a></td>
<td><a href="index.html#">22</a></td>
</tr>
<tr>
<td><a href="index.html#">23</a></td>
<td><a href="index.html#">24</a></td>
<td><a href="index.html#">25</a></td>
<td><a href="index.html#">26</a></td>
<td><a href="index.html#">27</a></td>
<td class="active"><a href="index.html#">28</a></td>
<td><a href="index.html#">29</a></td>
</tr>
<tr>
<td><a href="index.html#">30</a></td>
<td><a href="index.html#">31</a></td>
<td class="off"><a href="index.html#">1</a></td>
<td class="off"><a href="index.html#">2</a></td>
<td class="off"><a href="index.html#">3</a></td>
<td class="off"><a href="index.html#">4</a></td>
<td class="off"><a href="index.html#">5</a></td>
</tr>
</tbody>
</table>
</div><!-- End .csscalendar-mini -->
<div class="spacer-40"></div>
<h3>CSStip <small class="text-muted">/inside heading</small></h3>
<div class="spacer-40"></div>
<div class="example-box">
<div class="example-box-header">
<div class="example-label">CSStip</div>
</div>
<div class="inner-padding">
<span class="csstip bold underline text-center block" title="This is an default csstip">Tooltip default</span>
<div class="spacer-10"></div>
<span class="csstip tip-danger bold underline text-center block" title="This is an danger csstip">Tooltip danger</span>
<div class="spacer-10"></div>
<span class="csstip tip-warning bold underline text-center block" title="This is an warning csstip">Tooltip warning</span>
<div class="spacer-10"></div>
<span class="csstip tip-primary bold underline text-center block" title="This is an primary csstip">Tooltip primary</span>
<div class="spacer-50"></div>
<span class="csstip tip-warning csstip-visible bold underline text-center block" title="I am always visible">Tooltip always visible</span>
</div>
</div>
</div><!-- End .sidebar-module -->
</aside><!-- End aside -->
<div id="main" class="clearfix">
<!-- ********************************************
* MAIN HEADER: *
* *
* the part which contains the breadcrumbs, *
* dropdown menus, toggle sidebar button *
******************************************** -->
<header id="header-main">
<div class="header-main-top">
<div class="pull-left">
<!-- * This is the responsive logo * -->
<a href="index.html" id="logo-small"><h4>karma</h4><h5>/webapp</h5></a>
</div>
<div class="pull-right">
<!-- * This is the trigger that will show/hide the menu * -->
<!-- * if the layout is in responsive mode * -->
<a href="index.html#" id="responsive-menu-trigger">
<i class="fa fa-bars"></i>
</a>
</div>
</div><!-- End #header-main-top -->
<div class="header-main-bottom">
<div class="pull-left">
<ul class="breadcrumb">
<li><a href="index.html#">Home</a></li>
<li><a href="index.html#">Library</a></li>
<li class="active">Data</li>
</ul><!-- End .breadcrumb -->
</div>
<div class="pull-right">
<p>Version 1.0.0</p>
</div>
</div><!-- End #header-main-bottom -->
</header><!-- End #header-main -->
<div id="content" class="clearfix">
<!-- ********************************************
* HEADER SEC: *
* *
* the part which contains the page title, *
* buttons and dropdowns. *
******************************************** -->
<header id="header-sec">
<div class="inner-padding">
<div class="pull-left">
<h2>Dashboard</h2>
</div>
<div class="pull-right">
<div class="dropdown">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="index.html#">
<i class="fa fa-comments"></i>
<span class="indicator-dot">3</span>
</a>
<div role="menu" class="dropdown-menu pull-center ext-dropdown-comments">
<div class="ext-dropdown-header">
<i class="fa fa-comments"></i>
<h5>Comments</h5>
<a href="index.html#" class="btn btn-default btn-sm delete-master"><i class="fa fa-trash-o"></i></a>
<span class="indicator-dot">3</span>
</div>
<div class="ext-dropdown-comments-content">
<div>
<img src="images/users/user-1.jpg" alt="" class="avatar"/>
<a href="index.html#">Karma, a good thing</a>
<ul>
<li><span>Posted by:</span> <a href="index.html#">Steven</a></li>
<li><span>Date:</span> Dec 11, 2012</li>
<li>
<span>Actions:</span>
<a href="index.html#">Read</a> -
<a href="index.html#" class="delete">Delete</a>
</li>
</ul>
</div>
<div>
<img src="images/users/user-4.jpg" alt="" class="avatar"/>
<a href="index.html#">A simple, fast way to reduce stress</a>
<ul>
<li><span>Posted by:</span> <a href="index.html#">Linda</a></li>
<li><span>Date:</span> Dec 3, 2012</li>
<li>
<span>Actions:</span>
<a href="index.html#">Read</a> -
<a href="index.html#" class="delete">Delete</a>
</li>
</ul>
</div>
<div>
<img src="images/users/user-6.jpg" alt="" class="avatar"/>
<a href="index.html#">Blog: karma and revenge</a>
<ul>
<li><span>Posted by:</span> <a href="index.html#">Debra Hopper</a></li>
<li><span>Date:</span> Nov 18, 2012</li>
<li>
<span>Actions:</span>
<a href="index.html#">Read</a> -
<a href="index.html#" class="delete">Delete</a>
</li>
</ul>
</div>
<span>No new comments</span>
</div>
<div class="ext-dropdown-footer">
<p>Updated: 11/12/2012 - 14:12</p>
<a href="index.html#" class="btn btn-default btn-sm"><i class="fa fa-caret-right"></i></a>
</div>
</div>
</div><!-- End .dropdown -->
<div class="btn-group">
<a class="btn btn-default" href="index.html#">
<i class="fa fa-star"></i>
</a>
<a class="btn btn-default" href="index.html#" id="modal-update-trigger">
Modal
</a>
<a class="btn btn-default" href="index.html#">
<i class="fa fa-cog"></i>
</a>
</div><!-- End .btn-group -->
<div class="dropdown">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="index.html#">
<i class="fa fa-inbox"></i>
<span class="indicator-dot">3</span>
</a>
<div role="menu" class="dropdown-menu pull-right ext-dropdown-inbox">
<div class="ext-dropdown-header">
<h5>Inbox</h5>
<a href="index.html#" class="btn btn-default btn-sm delete-master"><i class="fa fa-trash-o"></i></a>
<span class="indicator-dot">3</span>
</div>
<div class="ext-dropdown-inbox-content">
<div>
<a href="index.html#">He did you get my new blog post?</a>
<ul class="nav">
<li><span>Send by:</span> <a href="index.html#">Debra Hopper</a></li>
<li><span>Date:</span> Dec 12, 2012 - 14:03:09</li>
<li>
<span>Actions:</span>
<a href="index.html#">Reply</a> -
<a href="index.html#">Read</a> -
<a href="index.html#">Spam</a> -
<a href="index.html#" class="delete">Delete</a>
</li>
</ul>
</div>
<div>
<a href="index.html#">I really love your karma theme</a>
<ul class="nav">
<li><span>Send by:</span> <a href="index.html#">Nathan Rupertson</a></li>
<li><span>Date:</span> Dec 3, 2012 - 22:44:12</li>
<li>
<span>Actions:</span>
<a href="index.html#">Reply</a> -
<a href="index.html#">Read</a> -
<a href="index.html#">Spam</a> -
<a href="index.html#" class="delete">Delete</a>
</li>
</ul>
</div>
<div>
<a href="index.html#">Feedback of a happy customer</a>
<ul class="nav">
<li><span>Send by:</span> <a href="index.html#">Steven Watson</a></li>
<li><span>Date:</span> Dec 11, 2012 - 10:53:59</li>
<li>
<span>Actions:</span>
<a href="index.html#">Reply</a> -
<a href="index.html#">Read</a> -
<a href="index.html#">Spam</a> -
<a href="index.html#" class="delete">Delete</a>
</li>
</ul>
</div>
<span>No new emails</span>
</div>
<div class="ext-dropdown-footer">
<div class="progress bar-small">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>
<p>60%</p>
<a href="index.html#" class="btn btn-default btn-sm"><i class="fa fa-caret-right"></i></a>
</div>
</div>
</div><!-- End .dropdown -->
</div>
</div><!-- End .inner-padding -->
</header><!-- End #header-sec -->
<!-- ********************************************
* WINDOW: *
* *
* the part which contains the main content *
******************************************** -->
<div class="window">
<div class="actionbar">
<div class="pull-left">
<a href="index.html#" class="btn small-toggle-btn" data-toggle-sidebar="left"></a>
<a href="index.html#" id="lockscreen-slider-trigger" class="btn">
<i class="fa fa-lock"></i> Lock screen
</a>
<div class="dropdown">
<a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="index.html#">
<img src="images/icons/flags/shiny/16/United-Kingdom.png" alt=""/>
<i class="fa fa-caret-down"></i>
</a>
<ul role="menu" class="dropdown-menu ext-flags">
<li>
<a href="index.html#">English <img src="images/icons/flags/shiny/16/United-Kingdom.png" alt=""/></a>
</li>
<li>
<a href="index.html#">German <img src="images/icons/flags/shiny/16/Germany.png" alt=""/></a>
</li>
<li>
<a href="index.html#">French <img src="images/icons/flags/shiny/16/France.png" alt=""/></a>
</li>
<li>
<a href="index.html#">Chinees <img src="images/icons/flags/shiny/16/China.png" alt=""/></a>
</li>
</ul>
</div>
</div>
<div class="pull-right">
<p>Some text here</p>
</div>
</div><!-- End .actionbar-->
<div class="row ext-raster">
<div class="col-sm-8">
<div class="row ext-raster">
<div class="col-sm-6">
<div class="inner-padding">
<div class="progress-project">
<div class="progress-project-header">
<h5>The goal</h5><span>90%</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span class="sr-only">90% Complete</span>
</div>
</div>
</div><!-- End .progress-project -->
</div><!-- End .inner-padding -->
</div>
<span class="breakpoint-sm ext-raster-line-6"></span>
<div class="col-sm-6">
<div class="grouped raster-3-blocks">
<div class="duo-val-block">
<span class="font-big">1778</span>
<span class="font-small">Clicks</span>
</div><!-- End .duo-val-block -->
<div class="duo-val-block">
<span class="font-big">7545</span>
<span class="font-small">Views</span>
</div><!-- End .duo-val-block -->
<div class="duo-val-block">
<span class="font-big">4459</span>
<span class="font-small">Sales</span>
</div><!-- End .duo-val-block -->
</div>
</div>
<span class="ext-raster-line-bottom"></span>
</div><!-- End .row -->
<div class="row">
<div class="col-sm-12">
<div class="alert alert-block alert-inline-top alert-dismissable">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Hello...</h4>
Build simple or complex layouts with Bootstrap(default + extended) gird.
</div>
<div class="inner-padding">
<div class="spacer-20"></div>
<div id="chart-mixed-1" style="width:100%; height:240px"></div>
<div class="spacer-20"></div>
<div class="subheading">
<h3>Widgets</h3>
<p>A couple of widgets with different content inside.</p>
</div>
<div class="row">
<!-- Start grid -->
<section class="col-sm-12">
<!-- New widget -->
<div class="widget">
<header>
<h2>Tabels & Scrollbar</h2>
</header>
<div>
<div class="scrollbar-y">
<table class="table">
<thead>
<tr>
<th scope="col" class="th-square"><label><input type="checkbox" class="checkbox-master"/><span></span></label></th>
<th scope="col">Contact</th>
<th scope="col">Company</th>
<th scope="col">Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>James Winters</td>
<td>CreativeMilk</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>Jim Jonnes</td>
<td>Envato</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox" class="ddd"/><span></span></label></td>
<td>Xander Jacksons</td>
<td>Google</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>Wim Monster</td>
<td>Microsoft</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>Jamie Peppler</td>
<td>Apple</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>Jim Jones</td>
<td>Google</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>Wim Saunders</td>
<td>CreativeMilk</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
<tr>
<td><label><input type="checkbox"/><span></span></label></td>
<td>John Peppler</td>
<td>Apple</td>
<td><a href="index.html#">Edit</a> | <a href="index.html#">Delete</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div><!-- End .widget -->
<!-- New widget -->
<div class="widget">
<header>
<h2>Raster</h2>
</header>
<div>
<div class="row ext-raster">
<div class="col-sm-6">
<div class="inner-padding">
Nullam vel diam et nulla iaculis varius vitae ac velit. Aliquam ac massa adipiscing, ultricies purus eu, vehicula tortor.
Ut ornare malesuada magna a aliquam. Quisque et tellus eget augue tincidunt lobortis in id est. Donec hendrerit, urna non
vulputate aliquam, erat lectus faucibus justo, at interdum velit mauris vel tellus. Nullam aliquet vestibulum nibh, at imperdiet
mauris feugiat sed. Maecenas tincidunt enim neque, quis ultrices felis ullamcorper in. Suspendisse potenti.
</div>
</div>
<span class="breakpoint-sm ext-raster-line-6"></span>
<div class="col-sm-6">
<div class="inner-padding">
Nullam vel diam et nulla iaculis varius vitae ac velit. Aliquam ac massa adipiscing, ultricies purus eu, vehicula tortor.
Ut ornare malesuada magna a aliquam. Quisque et tellus eget augue tincidunt lobortis in id est. Donec hendrerit, urna non
vulputate aliquam, erat lectus faucibus justo, at interdum velit mauris vel tellus. Nullam aliquet vestibulum nibh, at imperdiet
mauris feugiat sed. Maecenas tincidunt enim neque, quis ultrices felis ullamcorper in. Suspendisse potenti.
</div>
</div>
</div>
<div class="row ext-raster">
<span class="breakpoint-sm ext-raster-line-top"></span>
<div class="col-sm-12">
<div class="inner-padding">
Morbi laoreet elementum urna. Suspendisse tincidunt eleifend mauris, congue tempor turpis. Donec felis mauris, molestie et iaculis eget,
eleifend in sem. Integer eget imperdiet nisl. Curabitur interdum accumsan lectus, ut feugiat libero fringilla ac. Ut ut venenatis libero. Aliquam erat volutpat. Nunc ultricies velit ut libero cursus, ac tincidunt sem tristique.
</div>
</div>
</div>
</div>
</div><!-- End .widget -->
<!-- New widget -->
<div class="widget">
<header>
<h2>Maps</h2>
</header>
<div>
<div class="alert alert-danger alert-inline-top">
<button type="button" class="close" data-dismiss="alert">×</button>
<i class="fa fa-warning"></i>Put me inside a widget...
</div>
<div class="gmap3-flex" id="gmap3-1"></div>
</div>
</div><!-- End .widget -->
</section>
</div>
<div class="spacer-20"></div>
<div class="hr-totop"><span>Top</span></div>
<div class="spacer-40"></div>
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/120185136&color=ff6600&auto_play=false&show_artwork=false"></iframe>
</div><!-- End .inner-padding -->
</div>
</div><!-- End .row -->
</div>
<span class="breakpoint-sm ext-raster-line-8"></span>
<div class="col-sm-4">
<ul class="ext-tabs tabs-negative-position">
<li class="active">
<a href="index.html#content-tab-10">Tab 1</a>
</li>
<li>
<a href="index.html#content-tab-11">Tab 2</a>
</li>
</ul><!-- End .ext-tabs -->
<div class="tab-content">
<div id="content-tab-10" class="tab-pane active">
<div class="inner-padding">
<div class="subheading">
<h3>Recent Activity</h3>
<div class="btn-group pull-right">
<a href="index.html#" class="btn btn-default btn-sm tooltip-top" title="Show less" id="as-min-trigger">
<i class="fa fa-th-large"></i>
</a>
<a href="index.html#" class="btn btn-default btn-sm active tooltip-top" title="Show more" id="as-plus-trigger">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<div class="activity-stream">
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<i class="fa fa-exclamation-triangle"></i>Alert of some kind.
</div>
<div class="activity-stream-item" id="as-item-2">
<img src="images/users/user-5.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Martin Gardenar</a> <span class="busy-dot"></span> <small class="text-muted pull-right">1 min ago</small>
</div>
<div class="activity-stream-title">
Posted a message on the wall.
</div>
<div class="activity-stream-sub">
<i>Aenean diam enim, luctus congue egestas eu, euismod at erat. Mauris volutpat, massa eu fringilla laoreet,
sapien arcu fermentum ante, eu gravida eros sem ac est. Aenean lectus purus, gravida sagittis imperdiet et,
interdum non libero. Proin nunc felis, adipiscing ut diam nec, vulputate consequat...</i>
</div>
</div>
</div>
<div class="activity-stream-item" id="as-item-1">
<img src="images/users/user-1.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Steven Watson</a> <span class="online-dot"></span> <small class="text-muted pull-right">21 mins ago</small>
</div>
<div class="activity-stream-title">
Has accepted your friend request.
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-4.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Elly Martel</a> <span class="label label-warning">Comment</span> <small class="text-muted pull-right">27 mins ago</small>
</div>
<div class="activity-stream-title">
Posted a comment in the <a href="index.html#" class="highlight-link">forums</a>.
</div>
<div class="activity-stream-sub">
<p class="text-muted">
Phasellus ac aliquam justo. Vestibulum non lectus ultrices purus mollis mollis.
Sed eget ullamcorper lectus. Integer condimentum eleifend quam, adipiscing viverra arcu.
Praesent fermentum ligula non lorem accumsan.
</p>
<div class="spacer-20"></div>
<textarea class="auto-expand form-control noresizing" name="" placeholder="Type comment here..." data-autoexpand-size="100"></textarea>
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-2.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Maris Bradley</a> <small class="text-muted pull-right">44 mins ago</small>
</div>
<div class="activity-stream-title">
Has send you an message [<a href="index.html#" class="underline">read message</a>]
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-3.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Wyatt Brooke</a> <small class="text-muted pull-right">21 mins ago</small>
</div>
<div class="activity-stream-title">
Has posted a new video.
</div>
<div class="activity-stream-sub">
<div class="video-container">
<iframe src="http://player.vimeo.com/video/17047198" width="300" height="150" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<p><a href="http://vimeo.com/17047198">Theodore & Rosemary's Orchard</a>.</p>
</div><!-- End .video-container -->
</div>
</div>
</div>
<div class="activity-stream-item">
<img class="media-object avatar" src="http://themes.creativemilk.net/files/karma/leftsidebar/light/holder.js/40x40/karma-grey" alt=""/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Martin Gardenar</a> <small class="text-muted pull-right">1 day ago</small>
</div>
<div class="activity-stream-title">
Deleted his profile picture.
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-6.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Debra Hopper</a> <span class="offline-dot"></span> <small class="text-muted pull-right">10 days ago</small>
</div>
<div class="activity-stream-title">
Posted a quote.
</div>
<div class="activity-stream-sub">
<blockquote class="pull-right">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-7.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Nathan Rupertson</a> <small class="text-muted pull-right">11 mins ago</small>
</div>
<div class="activity-stream-title">
Posted a comment in the <a href="index.html#" class="highlight-link">forums</a>.
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-8.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Jeana Tucker</a> <small class="text-muted pull-right">23 day ago</small>
</div>
<div class="activity-stream-title">
Changed her account information.
</div>
</div>
</div>
<div class="activity-stream-item">
<img src="images/users/user-9.jpg" alt="" class="avatar"/>
<div class="activity-stream-content">
<div class="activity-stream-user">
<a href="index.html#" class="bold">Jayson Horton</a> <small class="text-muted pull-right">1 month ago</small>
</div>
<div class="activity-stream-title">
Added <u>5 new</u> images to media.
</div>
<div class="activity-stream-sub">
<div class="thumbs-list thumbs-small">
<ul>
<li>
<img src="images/gallery/60x60/img-1.jpg" alt=""/>
</li>
<li>
<img src="images/gallery/60x60/img-2.jpg" alt=""/>
</li>
<li>
<img src="images/gallery/60x60/img-3.jpg" alt=""/>
</li>
<li>
<img src="images/gallery/60x60/img-4.jpg" alt=""/>
</li>
<li>
<img src="images/gallery/60x60/img-5.jpg" alt=""/>
</li>
</ul>
</div>
</div>
</div>
</div>
</div><!-- End .activity-stream -->
</div><!-- End .inner-padding -->
<!-- Lockscreen -->
<div class="lockscreen" id="lockscreen-target">
<div class="lockscreen-overlay"></div>
<div class="lockscreen-modal">
<div class="lockscreen-placeholder"></div>
</div>
</div>
</div>
<div id="content-tab-11" class="tab-pane">
<div class="inner-padding">
<div class="subheading">
<h3>Form Elements</h3>
</div>
<form>
<div class="row">
<div class="col-sm-12">
<label for="ff-0">Full name: <span class="asterisk">*</span></label>
<input type="text" class="form-control" placeholder="Basic text input" id="ff-0"/>
</div>
</div>
<div class="spacer-20"></div>
<div class="row">
<div class="col-sm-12">
<label for="ff-1">Username:</label>
<div class="input-group">
<input class="form-control" type="text" placeholder="Input group" id="ff-1"/>
<span class="input-group-addon">.site.com</span>
</div>
</div>
</div>
<div class="spacer-20"></div>
<div class="row">
<div class="col-sm-12">
<label for="ff-2">Email:</label>
<input type="text" class="form-control input-lg" placeholder="Large input" id="ff-2"/>
<div class="helper-text-box">
<p>
The input field above is a large field. Dont worry this is not the default size.
</p>
</div><!-- End .helper-text-box -->
</div>
</div>
<div class="spacer-10"></div>
<fieldset>
<legend>Checkbox</legend>
<div class="row">
<div class="col-sm-6">
<div class="stacked-labels">
<label><input type="checkbox" name="tags" value="html5"/><span></span> HTML5</label>
<label><input type="checkbox" name="tags" value="css3"/><span></span> CSS3</label>
<label><input type="checkbox" name="tags" value="css3"/><span></span> Javascript</label>
</div>
</div>
<div class="col-sm-6">
<div class="stacked-labels">
<label><input type="checkbox" name="tags" value="html5"/><span></span> Database</label>
<label><input type="checkbox" name="tags" value="css3"/><span></span> Search</label>
<label><input type="checkbox" name="tags" value="css3"/><span></span> Projects</label>
</div>
</div>
</div>
</fieldset>
<div class="spacer-20"></div>
<div class="row">
<div class="col-sm-12">
<label for="ff-2">First time here:</label>
<select name="client" required class="form-control simpleselect">
<option value="">-- Select option --</option>
<option value="no">No</option>
<option value="yes">Yes</option>
</select>
</div>
</div>
<div class="spacer-20"></div>
<div class="row">
<div class="col-sm-12">
<label for="ff-2">Gender:</label>
<div class="inline-labels">
<label><input type="radio" name="gender" value="male" checked/><span></span> Male</label>
<label><input type="radio" name="gender" value="female"/><span></span> Female</label>
<label><input type="radio" name="gender" value="et"/><span></span> ET</label>
</div>
</div>
</div>
<div class="spacer-20"></div>
<div class="row">
<div class="col-sm-12">
<label for="ff-2">Message:</label>
<textarea class="form-control" placeholder="Basic textarea"></textarea>
</div>
</div>
<div class="spacer-20"></div>
<div class="row">
<div class="col-sm-12">
<label><input type="checkbox"/><span></span> Accept terms?</label>
<button class="btn btn-default pull-right" type="submit">Send</button>
</div>
</div>
</form>
</div><!-- End .inner-padding -->
</div>
</div>
<hr/>
<div class="inner-padding">
<img src="images/gallery/img-4.jpg" class="img-responsive" alt="Responsive image">
</div><!-- End .inner-padding -->
</div>
<span class="ext-raster-line-bottom"></span>
</div>
<div class="inner-padding">
<div class="row">
<div class="col-sm-12">
<div class="project-block">
<header>
<h3>Project Beta</h3>
<p class="text-muted">A simple project title</p>
</header>
<ul>
<li>
<div class="pull-left">
Progress:
</div>
<div class="pull-right">
29%
</div>
</li>
<li>
<div class="pull-left">
End date:
</div>
<div class="pull-right">
31 Feb
</div>
</li>
<li>
<div class="pull-left">
Developer:
</div>
<div class="pull-right">
Steven
</div>
</li>
<li>
<div class="pull-left">
Design by:
</div>
<div class="pull-right">
CreativeMilk
</div>
</li>
</ul>
<footer>
<div class="pull-left">
Status:
</div>
<div class="pull-right">
<span class="label label-primary">Finished</span>
</div>
</footer>
</div><!-- End .project-block -->
<div class="project-block">
<header>
<h3>Website Zeta</h3>
<p class="text-muted">A simple project title</p>
</header>
<ul>
<li>
<div class="pull-left">
Progress:
</div>
<div class="pull-right">
66%
</div>
</li>
<li>
<div class="pull-left">
End date:
</div>
<div class="pull-right">
11 Jan
</div>
</li>
<li>
<div class="pull-left">
Developer:
</div>
<div class="pull-right">
Wyatt
</div>
</li>
<li>
<div class="pull-left">
Design by:
</div>
<div class="pull-right">
Apple
</div>
</li>
</ul>
<footer>
<div class="pull-left">
Status:
</div>
<div class="pull-right">
<span class="label label-danger">Canceled</span>
</div>
</footer>
</div><!-- End .project-block -->
<div class="project-block">
<header>
<h3>Client Charlie</h3>
<p class="text-muted">A simple project title</p>
</header>
<ul>
<li>
<div class="pull-left">
Progress:
</div>
<div class="pull-right">
60%
</div>
</li>
<li>
<div class="pull-left">
End date:
</div>
<div class="pull-right">
21 Sep
</div>
</li>
<li>
<div class="pull-left">
Developer:
</div>
<div class="pull-right">
Linda
</div>
</li>
<li>
<div class="pull-left">
Design by:
</div>
<div class="pull-right">
Envato
</div>
</li>
</ul>
<footer>
<div class="pull-left">
Status:
</div>
<div class="pull-right">
<span class="label label-success">Active</span>
</div>
</footer>
</div><!-- End .project-block -->
<div class="project-block">
<header>
<h3>Document Alpha</h3>
<p class="text-muted">A simple project title</p>
</header>
<ul>
<li>
<div class="pull-left">
Progress:
</div>
<div class="pull-right">
5%
</div>
</li>
<li>
<div class="pull-left">
End date:
</div>
<div class="pull-right">
10 Dec
</div>
</li>
<li>
<div class="pull-left">
Developer:
</div>
<div class="pull-right">
Linda
</div>
</li>
<li>
<div class="pull-left">
Design by:
</div>
<div class="pull-right">
CreativeMilk
</div>
</li>
</ul>
<footer>
<div class="pull-left">
Status:
</div>
<div class="pull-right">
<span class="label label-default">Pending</span>
</div>
</footer>
</div><!-- End .project-block -->
<div class="project-block">
<header>
<h3>File Tango</h3>
<p class="text-muted">A simple project title</p>
</header>
<ul>
<li>
<div class="pull-left">
Progress:
</div>
<div class="pull-right">
100%
</div>
</li>
<li>
<div class="pull-left">
End date:
</div>
<div class="pull-right">
03 Feb
</div>
</li>
<li>
<div class="pull-left">
Developer:
</div>
<div class="pull-right">
Jessica
</div>
</li>
<li>
<div class="pull-left">
Design by:
</div>
<div class="pull-right">
CreativeMilk
</div>
</li>
</ul>
<footer>
<div class="pull-left">
Status:
</div>
<div class="pull-right">
<span class="label label-warning">Reviewd</span>
</div>
</footer>
</div><!-- End .project-block -->
<div class="project-block">
<header>
<h3>Progressbar</h3>
<p class="text-muted">A simple project title</p>
</header>
<ul>
<li>
<div class="pull-left">
Progress:
</div>
<div class="pull-right">
45%
</div>
</li>
<li>
<div class="pull-left">
End date:
</div>
<div class="pull-right">
1 Feb
</div>
</li>
<li>
<div class="pull-left">
Developer:
</div>
<div class="pull-right">
Linda
</div>
</li>
<li>
<div class="pull-left">
Design by:
</div>
<div class="pull-right">
Apple
</div>
</li>
</ul>
<footer>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="45" aria-valuemin="0" aria-valuemax="100" style="width: 45%;">
<span class="sr-only">45% Complete</span>
</div>
</div>
</footer>
</div><!-- End .project-block -->
</div>
</div>
</div>
</div><!-- End .window -->
<!-- ********************************************
* FOOTER MAIN: *
* *
* the part which contains things like *
* chat, buttons, copyright and *
* dropup menu(s). *
******************************************** -->
<footer id="footer-main" class="footer-sticky">
<div class="footer-main-inner">
<div class="pull-left">
<p>Copyright © 2013 CreativeMilk</p>
</div>
<div class="pull-right">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="index.html#">
<i class="fa fa-cogs"></i>
</a>
<div class="dropup" id="ext-dropdown-chat">
<a class="btn dropdown-toggle ext-dropdown-chat-btn" data-toggle="dropdown" href="index.html#">
<span class="online-dot"></span>
Steven Watson
<i class="fa fa-comments chat-blink-icon"></i>
</a>
<div class="ext-dropdown-chat dropdown-menu pull-right">
<div class="ext-dropdown-chat-inner">
<div class="ext-dropdown-header">
<i class="fa fa-comments"></i>
<h5>Live chat</h5>
<a href="index.html#" class="btn btn-default btn-sm ext-dropdown-chat-info-toggle">
<i class="fa fa-info-circle"></i>
</a>
</div>
<div class="ext-dropdown-chat-window scrollbar-y">
<div class="ext-dropdown-chat-msg">
<div class="seperator"><span>11/15/12</span></div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-5.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Martin:</strong>
<span>17:23</span>
<p>He, is anybody there...</p>
</div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="seperator"><span>11/17/12</span></div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-1.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Steven:</strong>
<span>14:24</span>
<p>It's going to be a long post, so I will split it into 2 parts...</p>
</div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-1.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Steven:</strong>
<span>13:44</span>
<p>How long must the blog post be....</p>
</div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-5.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Martin:</strong>
<span>13:31</span>
<p>Great, I will wait, dont forget to add some photo's <a href="index.html#">here</a>...</p>
</div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-1.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Steven:</strong>
<span>13:28</span>
<p>Sure no problem, I am typing the blog as we speak...</p>
</div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-5.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Martin:</strong>
<span>13:23</span>
<p>He, can you write a new blog post, I want update the blog...</p>
</div>
</div>
<div class="ext-dropdown-chat-msg">
<div class="ext-dropdown-chat-avatar">
<img src="images/users/user-1.jpg" alt=""/>
</div>
<div class="ext-dropdown-chat-user">
<strong>Steven:</strong>
<span>13:28</span>
<p>Sure no problem, I am typing the blog as we speak...</p>
</div>
</div>
</div>
<div class="ext-dropdown-chat-editor">
<textarea name="" class="form-control" placeholder="Type your message here..."></textarea>
</div>
<div class="ext-dropdown-chat-info">
<h5>Welcome to the chat</h5>
<p>
Vivamus nisl lectus, venenatis eu sagittis id, dignissim quis justo. Etiam viverra vestibulum libero,
vel vulputate risus pulvinar sit amet. Aenean a sollicitudin ante. Nam nec nisl eu nisl.
</p>
<div class="spacer-15"></div>
<p>
Maecenas in diam tempus velit viverra ultrices non eu urna. Maecenas nibh ante, consectetur non faucibus at,
suscipit non est. Integer lobortis imperdiet mattis curabitur cursust.
</p>
</div>
</div>
</div>
</div><!-- End .dropup -->
<a href="index.html#" class="btn" id="toggle-footer">
<i class="fa fa-chevron-down"></i>
</a>
</div>
</div><!-- End .footer-main-inner -->
</footer><!-- End #footer-main -->
</div><!-- End #content -->
</div><!-- End #main -->
</div><!-- End #container -->
<!--Modal -->
<div class="modal fade" id="modal-update" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Update 13.2.1 available</h4>
</div>
<div class="modal-body">
<div class="row" style="margin-bottom:-20px">
<div class="col-xs-3">
<i class="fa fa-download" style="font-size:120px;color:#ccc"></i>
</div>
<div class="col-xs-9">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse laoreet molestie justo at pulvinar.
In hac habitasse platea dictumst. Proin accumsan, tellus quis varius molestie, mi dolor facilisis risus,
quis tristique neque augue eget nunc. Curabitur turpis sapien, lacinia in lacinia nec,
</p>
<div class="spacer-20"></div>
<h4>Whats new in version 13.2.1</h4>
<div class="spacer-20"></div>
<ul>
<li>Suspendisse laoreet molestie justo at pulvinar.</li>
<li>Proin accumsan, tellus quis varius molestie, mi dolor facilisis risus.</li>
<li>In hac habitasse platea dictumst. Proin accumsan, tellus quis varius molestie dolum ipkut. Curabitur turpis sapien lorem.</li>
<li>Curabitur turpis sapien, lacinia in lacinia necr.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse laoreet molestie justo.</li>
</ul>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" data-dismiss="modal">Close</button>
<button class="btn btn-primary pull-right">Get it now</button>
</div>
</div>
</div>
</div>
<!-- Lockscreen -->
<div class="lockscreen" id="lockscreen-slider">
<div class="lockscreen-overlay"></div>
<div class="lockscreen-modal">
<img src="images/users/user-1.jpg" alt="" class="lockscreen-avatar"/>
<div class="lockscreen-placeholder"></div>
</div>
</div>
</body>
</html> |
contentcuration/contentcuration/templates/permissions/permissions_confirm.html | jonboiser/content-curation | {% extends "base.html" %}
{% load staticfiles %}
{% load i18n %}
{% block nav %}{% endblock nav %}
{% block content %}
<div class="message-page">
<div class="pull-left message-img-wrapper">
<img class="message-logo" src="{% static 'img/kolibri_login.png' %}"/>
</div>
<div class="message-wrapper">
<br/>
<h2>{% trans "Welcome back, " %}{% trans view.user.first_name %}</h2>
<h4>{% trans "Please enter your password to accept your invitation or " %}
<a href="/" class="action-text invitation-action-text" id="invitation-action-text">ignore it.</a></h4>
<form method="post" id="invitation_accept_form">
<div id="form-wrapper">
<input type="hidden" value="{% trans view.user.email %}" name="username"/>
{% csrf_token %}
<p>
<label><i class="required_asterisk">*</i> {{form.password.label}}</label>
{{form.password}}
<input class="btn message-btn" type="submit" value="Accept Invite" id="invitation_accept_button"/>
<span id="accept-error">{{form.password.errors.0}}</span>
</p>
</div>
</form>
</div>
</div>
{% endblock %}
|
Core/Piranha/Areas/Manager/Content/Css/Less/Sitemap.css | DH0/Piranha | ul.sitemap {
background: #eee;
clear: both;
}
ul.sitemap li {
background: #eee;
overflow: hidden;
}
ul.sitemap li span {
display: block;
float: right;
padding: 10px 20px;
}
ul.sitemap li span.info-unpublished,
ul.sitemap li span.info-draft,
ul.sitemap li span.info-copy {
display: inline-block;
float: left;
padding: 0;
}
ul.sitemap li.header {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
ul.sitemap li.header span {
padding: 12px 20px;
font-weight: bold;
}
ul.sitemap li.odd {
background: #f8f8f8;
}
ul.sitemap li.draft > span {
font-style: italic;
color: #a2a2a2;
}
ul.sitemap .action {
display: block;
float: left;
width: 20px;
height: 16px;
padding: 0;
cursor: pointer;
}
ul.sitemap.media li span {
line-height: 32px;
}
ul.sitemap.media li.header span {
line-height: normal;
}
ul.sitemap.media li.header .title {
text-indent: 40px;
}
ul.sitemap.media li .list-info {
margin-top: 8px;
}
ul.sitemap.media .action {
height: 32px;
}
ul.sitemap.media .expanded .action,
ul.sitemap.media .collapsed .action {
background-position: 0 10px;
}
ul.sitemap.media .icon {
background-position: 0 50%;
height: 32px;
}
ul.sitemap .buttons {
width: 70px;
}
ul.sitemap .date {
width: 80px;
white-space: nowrap;
}
ul.sitemap .type {
width: 200px;
}
ul.sitemap .title {
float: none;
padding-left: 10px;
border-bottom: solid 1px #dddddd;
}
ul.sitemap .title a {
display: block;
margin-left: 20px;
}
ul.sitemap .header .title {
padding-left: 30px;
border-bottom: solid 4px #dddddd;
}
ul.sitemap img.thumb {
width: 32px;
float: left;
padding-right: 10px;
}
ul.sitemap ul {
display: none;
}
ul.sitemap ul .title {
padding-left: 30px;
}
ul.sitemap ul ul .title {
padding-left: 50px;
}
ul.sitemap ul ul ul .title {
padding-left: 70px;
}
ul.sitemap ul ul ul ul .title {
padding-left: 90px;
}
ul.sitemap ul ul ul ul ul .title {
padding-left: 120px;
}
ul.sitemap .expanded .action {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQFJREFUeNpi/P//PwMMdHV18QEpHgZM8K6srOwHiMEI0gBUKMbBwbH+9+/fJiwsLH/QVQPF2dnY2Hb8+PEjngUkAFR83NPTU0lRURHEZcNiA8PRo0e9Ll26tIaZi4tLEMhv9PHxYWFiYmLAhUVFRRlPnTolDLKBDSjwDwgY8AGYX1mQ3IlXA0yeBab758+fDN+/f2fIyMhAUcjJyckwY8YMhl+/fqHaABJgZmZmmD17NobpIDkQBhlMtJP+/PkDt+HL379/WQhpADmZkZHxDzjiJkyYcBQYB+YqKirMuDRcv379x5MnT7axQN3off/+/YV37tyxx6UBGPTrgK5IAwgwAOUcef3ybTpWAAAAAElFTkSuQmCC) 0 3px no-repeat;
}
ul.sitemap .expanded ul {
display: block;
}
ul.sitemap .collapsed ul {
display: none;
}
ul.sitemap .collapsed .action {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARBJREFUeNpi/P//PwMMdHV18QEpHgZM8K6srOwHiMEI0gBUKMbBwbH+9+/fJiwsLH/QVQPF2dnY2Hb8+PEjngUkAFR83NPTU0lRURHEZcNiA8PRo0e9Ll26tIaZi4tLEMhv9PHxYWFiYmLAhUVFRRlPnTolzAQyESjwDwgYkHFBQQEKH+ZXFiR3MmBxOwYbrAGk++fPnwxATzG0tbXBFZWXl4P8x1BVVcXw69cvVBtAAiC31tTUgPktLS1wNkgOhEEGE+2kP3/+wG348vfvXxZ0DUVFRSgaQE5mZGT8A464CRMmHAXGgbmKigozAw5w/fr1H0+ePNnGAnWj9/379xfeuXPHHpcGoP/WAW1MAwgwAHVnm1X1kmhJAAAAAElFTkSuQmCC) 0 3px no-repeat;
}
.list-info {
margin: 2px 0 0 10px;
position: absolute;
display: inline-block;
}
.info-unpublished,
.info-draft,
.info-copy {
height: 16px;
padding: 0;
display: inline-block;
float: left;
opacity: 0.5;
margin-right: 6px;
}
.info-unpublished:hover,
.info-draft:hover,
.info-copy:hover {
opacity: 0.8;
}
.info-unpublished {
background: url('../../img/info-unpublished.png') 0 0 no-repeat;
width: 75px;
}
.info-draft {
background: url('../../img/info-draft.png') 0 0 no-repeat;
width: 42px;
}
.info-copy {
background: url('../../img/info-copy.png') 0 0 no-repeat;
width: 39px;
}
|
rawdata/utf8_lawstat/version2/01306/0130671062600.html | czchen/laweasyread-data | <html>
<META HTTP-EQUIV=Content-Type Content="text/html; charset=utf8">
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01306/0130671062600.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:10:14 GMT -->
<head><title>法編號:01306 版本:071062600</title>
<link rel="stylesheet" type="text/css" href="../../version.css" >
</HEAD>
<body><left>
<table><tr><td><FONT COLOR=blue SIZE=5>駐華外國機構及其人員特權暨豁免條例(01306)</font>
<table><tr><td> </td><td>
<table><tr><td> </td><td>
<table><tr><td> </td>
<tr><td align=left valign=top>
<a href=0130671062600.html target=law01306><nobr><font size=2>中華民國 71 年 6 月 26 日</font></nobr></a>
</td>
<td valign=top><font size=2>制定9條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 71 年 7 月 9 日公布</font></nobr></td>
<tr><td align=left valign=top>
<a href=0130686041500.html target=law01306><nobr><font size=2>中華民國 86 年 4 月 15 日</font></nobr></a>
</td>
<td valign=top><font size=2>修正第9條<br>
增訂第7之1條</font></td>
<tr><td align=left valign=top><nobr><font size=2>中華民國 86 年 5 月 7 日公布</font></nobr></td>
</table></table></table></table>
<p><table><tr><td><font color=blue size=4>民國71年6月26日(非現行條文)</font></td>
<td><a href=http://lis.ly.gov.tw/lgcgi/lglawproc?0130671062600 target=proc><font size=2>立法紀錄</font></a></td>
</table>
<table><tr><td> </td><td><font color=8000ff>第一條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國機構及其人員之特權暨豁免,除條約另有規定者外,依本條例之規定。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第二條</font>
</font>
<table><tr><td> </td>
<td>
本條例所稱駐華外國機構之設立,應經外交部核准,其人員應經外交部認定。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第三條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國機構及其人員依本條例享受之特權暨豁免,應基於互惠原則,以該外國亦畀予中華民國駐該外國之機構及人員同等之特權暨豁免者為限。但有特殊需要,經外交部特許享受第五條第六款、第七款及第六條第一項第二款之特權者不在此限。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第四條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國機構基於互惠原則,於法令限制內有享受權利、負擔義務之能力。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第五條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國機構得享受左列特權暨豁免:<br>
一、館舍不可侵犯,非經負責人同意,不得入內。但遇火災或其他災害須迅速採取行動時,得推定已獲其同意。<br>
二、財產免於搜索、扣押、執行及徵收。<br>
三、檔案文件不可侵犯。<br>
四、豁免民事、刑事及行政管轄。但左列情形不在此限:<br>
(一)捨棄豁免。<br>
(二)為反訴之被告。<br>
(三)因商業行為而涉訟。<br>
(四)因在中華民國之不動產而涉訟。<br>
五、電信及郵件免除檢查,並得以密碼之方式行之。其需設置無線電臺者,應經外交部及有關機關核可。<br>
六、稅捐之徵免比照駐華使領館待遇辦理。<br>
七、公務用品之進出口比照駐華使領館待遇辦理。<br>
八、其他經行政院於駐華使領館所享待遇範圍內核定之特權暨豁免。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第六條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國機構之人員得享受左列特權暨豁免:<br>
一、豁免因執行職務而發生之民事及刑事管轄。<br>
二、職務上之所得、購取物品、第一次到達中華民國國境所攜帶之自用物品暨行李,其稅捐徵免比照駐華外交領事人員待遇辦理。<br>
三、其他經行政院於駐華外交領事人員所享待遇範圍內核定之特權暨豁免。<br>
前項人員,以非中華民國國民為限。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第七條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國機構及其人員依第五條及第六條得享受特權暨豁免之項目及範圍,由外交部核定;其變更亦同。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第八條</font>
</font>
<table><tr><td> </td>
<td>
駐華外國名譽代表機構及其人員不適用本條例之規定。<br>
</td>
</table>
</table>
<table><tr><td> </td><td><font color=8000ff>第九條</font>
</font>
<table><tr><td> </td>
<td>
本條例自公布日施行。<br>
</td>
</table>
</table>
</left>
</body>
<!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01306/0130671062600.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:10:14 GMT -->
</html>
|
Projects/EKATTE/ver 0.2/index.html | ivoelenchev/HackerSchool | <html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>
Справочник на населените места в България
</title>
<style>
body {
background-color: deepskyblue;
}
#panel{
position: absolute;
top: 25px;
left: 50%;
margin-left: -180px;
z-index: 5;
background-color: #454545;
padding-left: 15px;
padding-right: 15px;
border: 4px solid #151515;
font-family: monospace;
color:aliceblue;
}
#results {
width: 151px;
display: absolute;
position: absolute;
margin-left: 135px;
border: 1px solid #151515;
}
#results .item {
padding: 3px;
font-family: monospace;
color:aliceblue;
background-color: #454545;
border-bottom: 1px solid #151515;
}
#results .item:last-child {
border-bottom: 0px;
}
#results .item:hover {
background-color: #656565;
cursor: pointer;
}
#search{
position: absolute;
top: 100px;
left: 40%;
margin-left: -180px;
z-index: 0;
}
#search .item{
margin-top: 20px;
background-color: #454545;
padding-left: 15px;
padding-right: 15px;
border: 4px solid #151515;
font-family: monospace;
color:aliceblue;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript">
var MIN_LENGTH = 1;
$( document ).ready(function() {
$("#input").keyup(function() {
var keyword = $("#input").val();
if (keyword.length >= MIN_LENGTH) {
$.get( "name.php", {
keyword: keyword
} )
.done(function( data ) {
$('#results').html('');
var results = jQuery.parseJSON(data);
$(results).each(function(key, value) {
$('#results').append('<div class="item">' + value + '</div>');
})
$('.item').click(function() {
var text = $(this).html();
$('#input').val(text);
})
});
} else {
$('#results').html('');
}
});
$("#input").blur(function(){
$("#results").slideUp(500);
})
.focus(function() {
$("#results").slideDown(500);
});
});
function search() {
var keyword = $("#input").val();
$.get( "search.php", {
keyword: keyword
} )
.done(function( data ) {
$('#search').html('');
var results = jQuery.parseJSON(data);
//console.log(results);
$(results).each(function(key, value) {
$('#search').append('<div class="item"><h2>' + value["t_v_m"] + ' ' + value["name"] + '</h2><p>Област ' + value["oblast"] + ', ' + value["region"] + ' регионн, средна надморска височина '+ value["altitude"] +'00 метра </p></hr></div>');
})
});
};
</script>
</head>
<body>
<div id="panel">
<label for="input">Въведете селище:</label>
<input name="input" id="input" type="text"/>
<input type="button" value="Търси" onclick="search();"/>
<div id="results">
</div>
</div>
<div id="search">
<center><div class="item">
<h2>гр. София</h2>
<p>Област София (столица), Югозападен регионн, средна надморска височина 600 метра</p>
</hr>
</div></center>
</div>
</body>
</html> |
tests/testthat/files/static/index.html | trestletech/rapier | <html>I am HTML</html>
|
test/expected/extra_bake.html | MathiasPaumgarten/grunt-bake | <!DOCTYPE html>
<html>
<head></head>
<body>
<a href="extra-page.html">Open</a>
</body>
</html> |
doc/schemas/DATEXIISchema_2_0RC1_2_0_xsd/elements/measurementTimeDefault.html | laidig/siri-20-java | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!-- Generated by DocFlex/XML 1.9.5 on Tue Nov 18 22:19:56 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>element <D2LogicalModel:measurementTimeDefault> (local) | XML Schema Documentation</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript">
window.onload = function() {
parent.document.title="element <D2LogicalModel:measurementTimeDefault> (local) | XML Schema Documentation";
}
</script>
</head>
<body>
<div class="a1A"><span class="a2">element <D2LogicalModel:measurementTimeDefault> (local)</span></div>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><div class="a1F"><span class="a20">Namespace:</span></div></td>
<td><div class="a21"><span class="a12"><a href="../../../namespaces/http_datex2_eu_schema_2_0RC1_2_0/namespace-overview.html">http://datex2.eu/schema/2_0RC1/2_0</a></span></div></td>
</tr>
<tr>
<td valign="top"><div class="a1F"><span class="a20">Type:</span></div></td>
<td><div class="a21"><span class="a12"><a href="../simpleTypes/DateTime.html" title="simpleType">D2LogicalModel:DateTime</a></span></div></td>
</tr>
<tr>
<td valign="top"><div class="a1F"><span class="a20">Content:</span></div></td>
<td><div class="a21"><span class="a22">simple</span></div></td>
</tr>
<tr>
<td valign="top"><div class="a1F"><span class="a20">Defined:</span></div></td>
<td><div class="a21"><span class="a22"><a href="../complexTypes/SiteMeasurements.html#a6">locally</a> within </span><span class="a12"><a href="../complexTypes/SiteMeasurements.html" title="complexType">D2LogicalModel:SiteMeasurements</a></span><span class="a22"> complexType in <a href="../schema-overview.html" title="XML Schema “DATEXIISchema_2_0RC1_2_0.xsd”">DATEXIISchema_2_0RC1_2_0.xsd</a>; see <a href="#xml_source">XML source</a></span></div></td>
</tr>
</table>
<div class="a1B"></div>
<a name="xml_rep_summary"></a>
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="a2D">
<tr>
<td colspan="3" width="83.4%" class="a3E"><div class="a3F"><span class="a40">XML Representation Summary</span></div></td>
</tr>
<tr>
<td colspan="3" width="83.4%" class="a3E"><div><span class="a41"><</span><span class="a42">D2LogicalModel:measurementTimeDefault</span><span class="a41">></span></div></td>
</tr>
<tr valign="top">
<td width="1%" class="a43"><div><span class="a44"> </span></div></td>
<td width="1%" class="a46"><div class="aF"><span class="a47">Content:</span><span class="a48"> </span></div></td>
<td class="a45"><div><span class="a48">{ </span><span class="a53">xs:dateTime</span><span class="a48"> }</span></div></td>
</tr>
<tr>
<td colspan="3" width="83.4%" class="a49"><div><span class="a41"></</span><span class="a42">D2LogicalModel:measurementTimeDefault</span><span class="a41">></span></div></td>
</tr>
</table>
<div class="a1B"></div>
<div class="a4A"><span class="a2B">Included in content model of elements (1):</span></div>
<dl class="aD"><dd>
<div><a href="siteMeasurements.html" title="local element">D2LogicalModel:siteMeasurements</a><span class="a26"> (type </span><a href="../complexTypes/SiteMeasurements.html" title="complexType" target="detailFrame" class="a27">D2LogicalModel:SiteMeasurements</a><span class="a26">)</span></div>
</dd></dl>
<div class="a2C"><a name="xml_source"></a><span class="a6">XML Source</span><span class="a1C"> </span><span class="a1D">(<a href="../schema-overview.html#a716">see</a> within schema source)</span></div>
<table width="100%" cellspacing="0" cellpadding="5" border="0" class="a2D">
<tr>
<td>
<div><span class="a2E"><</span><span class="a2F">xs:element maxOccurs</span><span class="a2E">="</span><span class="a30">1</span><span class="a2E">" </span><span class="a2F">minOccurs</span><span class="a2E">="</span><span class="a30">1</span><span class="a2E">" </span><span class="a2F">name</span><span class="a2E">="</span><a href="../complexTypes/SiteMeasurements.html#a6" class="a31">measurementTimeDefault</a><span class="a2E">" </span><span class="a2F">type</span><span class="a2E">="</span><a href="../simpleTypes/DateTime.html" class="a31">D2LogicalModel:DateTime</a><span class="a2E">"/></span></div>
</td>
</tr>
</table>
<div class="a13"><hr class="a14"></div>
<table width="100%" cellspacing="0" cellpadding="4" border="0" class="a15">
<tr>
<td>
<div class="a16"><span class="a17">This XML schema documentation has been generated with <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> 1.9.5 using <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> 2.8.1 template set.</span></div>
<div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from
any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually
using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.</span></div>
<div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> is a commercial template application of <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML,
single-file HTML and RTF output formats. (More formats are planned in the future).</span></div>
<div class="a16"><span class="a17">A commercial license for "<a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a>" will allow you:</span></div>
<ul class="a18">
<li>
<div class="a0">
<div><span class="a17">To configure the generated documentation so much as you want.
Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options"
of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them
have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them.
That will give you swift and effective control over the generated content!</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To use certain features disabled in the free mode (such as the full documenting of substitution groups).</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To select only the initial, imported, included, redefined XML schemas to be documented
or only those directly specified by name.</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To include only XML schema components specified by name.</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To document local element components both globally and locally (similar to attributes).</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To allow/suppress unification of local elements by type.</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To enable/disable reproducing of namespace prefixes.</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To use <a href="http://www.filigris.com/docflex-xml/xsddoc/#PlainDoc.tpl" target="_blank">PlainDoc.tpl</a> main template to generate all the XML schema documentation in a signle-file form as both HTML
and incredible quality RTF output.</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a17">To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).</span></div>
</div>
</li>
<li>
<div class="a0">
<div><span class="a19">To remove this very advertisement text!</span></div>
</div>
</li>
</ul>
<div class="a11"><span class="a17">Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with <a href="http://www.filigris.com/docflex-xml/#full_edition" target="_blank">DocFlex/XML (Full Edition)</a> and with <a href="http://www.filigris.com/docflex-xml/#docflex-xml-re" target="_blank">DocFlex/XML RE</a>, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!</span></div>
<div class="a11"><span class="a17">But this is not all. In addition to it, a commercial license for "<a href="http://www.filigris.com/docflex-xml/#docflex-xml-sdk" target="_blank">DocFlex/XML SDK</a>" will allow you to modify the <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">XSDDoc</a> templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only.
And, of course, you could develop any template applications by your own!</span></div>
<div class="a11"><span class="a19">Please note that by purchasing a license for this software, you not only acquire a useful tool,
you will also make an important investment in its future development, the results of which you could enjoy later by yourself.
Every single your purchase matters and makes a difference for us!</span></div>
<div class="a11"><span class="a17">To purchase a license, please follow this link: <a href="http://www.filigris.com/shop/" target="_blank">http://www.filigris.com/shop/</a></span></div>
</td>
</tr>
</table>
</body>
</html> |
resources/templates/reset.html | sysbio-bioinf/TraqBio | {% extends "templates/base.html" %}
{% block content %}
{% if not request.isAuthenticated %}
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2>Password Reset</h2>
{% if reset.success %}
<div class="alert alert-success">Password changed successfully.</div>
{% else %}
{% if reset.completed %}
<div class="alert alert-danger">
{% if reset.error %}
{{reset.error}}
{% else %}
An unexpected error occured! Please contact the website administrator.
{% endif %}
</div>
{% endif %}
<form role="form" action="{{serverRoot}}/reset/{{reset.requestid}}" method="POST">
<div class="form-group">
<label for="resetUsername">Username</label>
<input type="text" class="form-control" id="resetUsername" name="username" placeholder="User name" value="{{reset.username}}" disabled>
</div>
<div class="form-group">
<label for="resetPassword">Password</label>
<input type="password" class="form-control" id="resetPassword" name="password" placeholder="Password">
</div>
<button type="submit" class="btn btn-danger">Reset Password</button>
</form>
{% endif %}
</div>
</div>
<script>
<!--
var serverRoot = '{{serverRoot}}';
-->
</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="{{serverRoot}}/libs/jquery/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{{serverRoot}}/libs/bootstrap/js/bootstrap.min.js"></script>
<script src="{{serverRoot}}/js/reset.js"></script>
{% endif %}
{% endblock %} |
app/update/view/updateInit.html | jdowns/openhds-ui | <div>
<fieldset>
<legend>{{ 'legends.visit' | i18next }}</legend>
<datebox i18next="[html]labels.visitDate" id="visitDate" ng-model="model.visitDate"> </datebox>
<br /><br />
<hr>
<ng-include src="'domain/fieldworker/partials/fieldworkerSelectPartial.html'"></ng-include>
<br /><br />
<hr>
<ng-include src="'domain/locationHierarchy/partials/locationHierarchySelectPartial.html'"></ng-include>
<br/> <br/>
<hr>
<div align="center" class="form-group">
<div class="col-md-4">
<button class="form-control btn btn-info" id="location-select" data-toggle="modal" data-target="#locationSelectModal"
ng-disabled="model.currentHierarchy == null">
<span ng-i18next="[html]buttons.selectLocation"></span>
</button>
</div>
<constbox id="currentLocation" ng-model="model.selectedLocation.name"></constbox>
</div>
<br/><br/>
<hr>
<button id="begin_visit_button"
class="btn btn-primary pull-right"
ng-click="model.submitVisit()"
ng-disabled="model.visitDate == null ||
model.currentFieldWorker == null ||
model.currentHierarchy == null ||
model.selectedLocation == null">
{{ 'buttons.beginVisit' | i18next }}
<span class="glyphicon glyphicon-arrow-right"></span>
</button>
</fieldset>
</div>
<hr>
<div ng-if="model.submittedVisits.length > 0">
<!-- Display submitted visits -->
<h4>{{ 'legends.submittedVisits' | i18next }}</h4>
<table st-table="model.submittedVisits" class="table table-striped">
<thead>
<tr>
<th>{{ 'tables.extId' | i18next }}</th>
<th>{{ 'tables.visitDate' | i18next }}</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="row in model.submittedVisits">
<td id="{{row.extId}}">{{row.extId}}</td>
<td>{{row.visitDate}}</td>
</tr>
</tbody>
</table>
</div>
|
src/main/webapp/help/help-customExcludes.html | hudson3-plugins/backup-plugin | <div>
Comma- or space-separated list of file/directory names to exclude from backup. These
apply across the entire backup.<br/>
For example, setting this field to <code>war,plugins</code> will
allow you to avoid backing up "binaries" that you don't want to back up. But, this will
also exclude any file/directory named "war" or "plugins" anywhere in Hudson's home directory.
<br/>
If no value is specified, the whole content of the Hudson home directory will be taken
into account.
</div>
|
resources/RelationBrowser_v1.2/generic springs/RelationBrowser.html | branch14/moritz | <!-- saved from url=(0013)about:internet -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>RelationBrowser</title>
<script language="JavaScript" type="text/javascript">
<!--
// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 8;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 0;
// the version of javascript supported
var jsVersion = 1.0;
// -----------------------------------------------------------------------------
// -->
</script>
<script language="VBScript" type="text/vbscript">
<!-- // Visual basic helper required to detect Flash Player ActiveX control version information
Function VBGetSwfVer(i)
on error resume next
Dim swControl, swVersion
swVersion = 0
set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
if (IsObject(swControl)) then
swVersion = swControl.GetVariable("$version")
end if
VBGetSwfVer = swVersion
End Function
// -->
</script>
<script language="JavaScript1.1" type="text/javascript">
<!-- // Detect Client Browser type
var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
jsVersion = 1.1;
// JavaScript helper required to detect Flash Player PlugIn version information
function JSGetSwfVer(i){
// NS/Opera version >= 3 check for Flash plugin in plugin array
if (navigator.plugins != null && navigator.plugins.length > 0) {
if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
descArray = flashDescription.split(" ");
tempArrayMajor = descArray[2].split(".");
versionMajor = tempArrayMajor[0];
versionMinor = tempArrayMajor[1];
if ( descArray[3] != "" ) {
tempArrayMinor = descArray[3].split("r");
} else {
tempArrayMinor = descArray[4].split("r");
}
versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
} else {
flashVer = -1;
}
}
// MSN/WebTV 2.6 supports Flash 4
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
// WebTV 2.5 supports Flash 3
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
// older WebTV supports Flash 2
else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
// Can't detect in all other cases
else {
flashVer = -1;
}
return flashVer;
}
// If called with no parameters this function returns a floating point value
// which should be the version of the Flash Player or 0.0
// ex: Flash Player 7r14 returns 7.14
// If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
reqVer = parseFloat(reqMajorVer + "." + reqRevision);
// loop backwards through the versions until we find the newest version
for (i=25;i>0;i--) {
if (isIE && isWin && !isOpera) {
versionStr = VBGetSwfVer(i);
} else {
versionStr = JSGetSwfVer(i);
}
if (versionStr == -1 ) {
return false;
} else if (versionStr != 0) {
if(isIE && isWin && !isOpera) {
tempArray = versionStr.split(" ");
tempString = tempArray[1];
versionArray = tempString .split(",");
} else {
versionArray = versionStr.split(".");
}
versionMajor = versionArray[0];
versionMinor = versionArray[1];
versionRevision = versionArray[2];
versionString = versionMajor + "." + versionRevision; // 7.0r24 == 7.24
versionNum = parseFloat(versionString);
// is the major.revision >= requested major.revision AND the minor version >= requested minor
if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
return true;
} else {
return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );
}
}
}
return (reqVer ? false : 0.0);
}
// -->
</script>
</head>
<body bgcolor="#ffffff">
<script language="JavaScript" type="text/javascript">
<!--
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) { // if we've detected an acceptable version
var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
+ 'width="770" height="644"'
+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
+ '<param name="movie" value="RelationBrowser.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />'
+ '<embed src="RelationBrowser.swf" quality="high" bgcolor="#ffffff" '
+ 'width="770" height="644" name="RelationBrowser" align="middle"'
+ 'play="true"'
+ 'loop="false"'
+ 'quality="high"'
+ 'allowScriptAccess="sameDomain"'
+ 'type="application/x-shockwave-flash"'
+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
+ '<\/embed>'
+ '<\/object>';
document.write(oeTags); // embed the flash movie
} else { // flash is too old or we can't detect the plugin
var alternateContent = 'Alternate HTML content should be placed here.'
+ 'This content requires the Macromedia Flash Player.'
+ '<a href=http://www.macromedia.com/go/getflash/>Get Flash</a>';
document.write(alternateContent); // insert non-flash content
}
// -->
</script>
<noscript>
// Provide alternate content for browsers that do not support scripting
// or for those that have scripting disabled.
Alternate HTML content should be placed here. This content requires the Macromedia Flash Player.
<a href="http://www.macromedia.com/go/getflash/">Get Flash</a>
</noscript>
</body>
</html>
|
public/stylesheets/tutorial.css | nus-mtp/etutorial | a {
color: white;
text-decoration: none; }
a:hover {
text-decoration: none; }
body {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300; }
button {
outline: none; }
.navbar {
margin: 0;
padding: 0 0 0 10px;
overflow: hidden;
background-color: #213045;
color: white;
font-family: 'Source Sans Pro', sans-serif; }
.navbar .coursename-label {
float: left;
margin: 0;
width: 80%;
line-height: 80px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.navbar .navbar-list {
list-style-type: none;
float: right;
margin: 0; }
.navbar .navbar-list .navbar-item {
float: left;
text-align: center;
padding: 20px 16px;
text-decoration: none;
font-weight: 400;
font-size: 28px; }
.navbar .navbar-list .navbar-item:hover {
background-color: #44767f; }
.navbar .navbar-list .active {
color: white; }
.navbar .navbar-list #exit {
cursor: pointer;
float: right; }
.presentation-wrapper {
display: inline-block;
position: relative;
width: 70%;
vertical-align: top; }
.presentation-wrapper .presentations-panel {
vertical-align: top;
display: inline-block;
width: 10%;
margin-right: 1%;
max-height: 500px;
overflow-y: auto; }
.presentation-wrapper .presentations-panel .upload-button h1 {
margin: 0;
line-height: 50px;
height: 100%;
background-color: rgba(1, 1, 1, 0.8);
color: white; }
.presentation-wrapper .presentations-panel ul {
margin: 0;
padding: 3px; }
.presentation-wrapper .presentations-panel ul li {
position: relative;
margin: 0 0 5px 0;
width: 100%;
height: 50px;
background-color: white;
list-style-type: none;
cursor: pointer;
box-shadow: 1vh 1vh #dd9a20; }
.presentation-wrapper .presentations-panel ul li h4 {
position: absolute;
margin: 0;
bottom: 0;
color: white;
font-size: 0.8em;
background-color: rgba(1, 1, 1, 0.7);
padding: 1px;
text-align: center;
width: 100%;
z-index: 2; }
.presentation-wrapper .presentations-panel ul li img {
position: relative;
width: 100%;
height: 100%; }
.presentation-wrapper .presentations-panel ul li.active {
border: 2px solid #44767f; }
.presentation-wrapper .slide-wrapper {
display: inline-block;
width: 88%;
box-shadow: 1vh 1vh #dd9a20; }
.presentation-wrapper .slide-wrapper .slide-control-panel {
position: relative;
width: 100%;
height: 30px;
background-color: #e7ebec;
border: 1px solid #c2c2c2;
color: #213045; }
.presentation-wrapper .slide-wrapper .slide-control-panel .previous-button, .presentation-wrapper .slide-wrapper .slide-control-panel .next-button, .presentation-wrapper .slide-wrapper .slide-control-panel .undo-button, .presentation-wrapper .slide-wrapper .slide-control-panel .redo-button {
position: relative;
top: 0;
border: none;
background: none;
line-height: 20px;
height: 20px;
font-size: 0.5em; }
.presentation-wrapper .slide-wrapper .slide-control-panel .undo-button {
float: left;
line-height: 30px;
height: 30px; }
.presentation-wrapper .slide-wrapper .slide-control-panel .redo-button {
float: left;
line-height: 30px;
height: 30px; }
.presentation-wrapper .slide-wrapper .slide-control-panel .canvas-control-label {
font-size: 1.5em;
font-weight: 600;
margin-right: 2px; }
.presentation-wrapper .slide-wrapper .slide-control-panel .go-to-wrapper {
font-weight: 600;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
line-height: 20px;
overflow: hidden; }
.presentation-wrapper .slide-wrapper .slide-control-panel .go-to-wrapper input[type=number]::-webkit-inner-spin-button,
.presentation-wrapper .slide-wrapper .slide-control-panel .go-to-wrapper input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0; }
.presentation-wrapper .slide-wrapper .slide-control-panel .go-to-wrapper .go-to-input {
height: 20px;
line-height: 20px;
color: white;
background-color: #213045;
width: 35px;
text-align: center;
border-radius: 5px; }
.presentation-wrapper .slide-wrapper .slide {
position: relative;
background-color: white; }
.presentation-wrapper .slide-wrapper .slide img {
width: 100%; }
.presentation-wrapper .slide-wrapper .slide .whiteboard-canvas-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.presentation-wrapper .slide-wrapper .slide .blank {
width: 100%;
padding-top: 60%;
background-color: white; }
.presentation-wrapper .slide-wrapper .upload-selection-panel {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(1, 1, 1, 0.9);
z-index: 4; }
.presentation-wrapper .slide-wrapper .upload-selection-panel .close-button {
color: white;
position: absolute;
border: none;
right: 0;
top: 0;
width: 30px;
height: 30px;
transition: 0.5s ease background-color;
background-color: #44767f; }
.presentation-wrapper .slide-wrapper .upload-selection-panel .close-button:hover {
background-color: black; }
.presentation-wrapper .slide-wrapper .upload-selection-panel .buttons-wrapper {
position: relative;
top: 50%;
transform: translateY(-50%); }
.presentation-wrapper .slide-wrapper .upload-selection-panel .buttons-wrapper .upload-selection__button {
color: white;
display: block;
width: 80%;
height: 150px;
margin: 0 auto 20px auto;
border: none;
background-color: #44767f;
font-size: 2em;
transition: 0.5s ease all;
cursor: pointer; }
.presentation-wrapper .slide-wrapper .upload-selection-panel .buttons-wrapper .upload-selection__button:hover {
background-color: black; }
.presentation-wrapper .slide-wrapper .upload-selection-panel .upload-file-wrapper {
display: none; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected {
color: white; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .buttons-wrapper {
display: none; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper {
display: inline-block;
position: relative;
top: 40%;
transform: translateY(-80%);
width: 70%;
margin: auto; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper h2 {
font-weight: inherit; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper .custom-file-upload {
vertical-align: top;
background-color: #44767f;
font-weight: inherit;
display: inline-block;
height: 80px;
line-height: 80px;
font-size: 1.8em;
width: 20%;
transition: 0.5s ease background-color;
cursor: pointer; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper .custom-file-upload input[type="file"] {
display: none; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper .custom-file-upload:hover {
background-color: black; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper .chosen-file-display {
vertical-align: top;
display: inline-block;
width: 80%;
margin-left: -3px;
height: 80px;
line-height: 80px;
font-size: 1.8em;
background-color: rgba(1, 1, 1, 0.4);
text-overflow: ellipsis;
overflow: hidden;
padding: 0 8px 0 8px; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button {
float: right;
border: none;
background-color: #44767f;
height: 50px;
line-height: 50px;
font-size: 1.5em;
width: 100px;
cursor: pointer;
transition: 0.5s ease background-color; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button:hover {
background-color: black; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button .uploading-indicator {
display: none; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button.uploading {
cursor: not-allowed;
background-color: black; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button.uploading:hover {
background-color: black; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button.uploading .uploading-indicator {
display: inline; }
.presentation-wrapper .slide-wrapper .upload-selection-panel.upload-file-selected .upload-file-wrapper #upload-button.uploading .normal-indicator {
display: none; }
.chat-box {
width: calc(100% - 16px - 10px);
padding: 8px;
height: 450px;
background-color: white;
margin-left: 10px;
display: inline-block;
vertical-align: top;
box-shadow: 1vh 1vh #dd9a20; }
.chat-box li {
list-style-type: none; }
.chat-box .chatbox-title {
margin: 2px; }
.chat-box .message-container {
padding: 5px;
width: 100%;
height: 75%;
margin: 8px auto 0 auto;
overflow-y: auto;
background-color: #e7ebec; }
.chat-box .message-container .message-wrapper {
display: block; }
.chat-box .message-container .message-wrapper .message {
padding: 5px;
border-radius: 5px;
color: black;
max-width: 100%;
word-wrap: break-word;
margin-bottom: 3px;
text-align: left; }
.chat-box .message-container .message-wrapper .message .message__name {
font-size: 0.8em;
display: block; }
.chat-box .message-container .message-wrapper .message .message__timestamp {
display: block;
color: lightgrey;
font-size: 0.7em;
text-align: right; }
.chat-box .message-container .message-wrapper .message.message__others {
float: left;
background-color: white; }
.chat-box .message-container .message-wrapper .message.message__self {
float: right;
background-color: #eefff8; }
.chat-box .message-container .message-wrapper:after {
content: "";
display: table;
clear: both; }
.chat-box input, .chat-box button {
margin: 2.3% auto 0 auto;
display: inline-block;
vertical-align: top;
height: 13%; }
.chat-box input {
width: 75%;
background-color: #e7ebec;
padding-left: 1%;
padding-right: 1%; }
.chat-box button {
background-color: #e7ebec;
border: none;
width: 23.5%; }
.chat-box .raise-hand-icon {
height: 100%;
background: url("/images/UIElements/raiseHandIcon.jpg") no-repeat center;
background-size: contain; }
.chat-box .raise-hand-icon:hover {
background: url("/images/UIElements/raiseHandIcon2.jpg") no-repeat center;
background-size: contain; }
.group-info-wrapper {
background-color: white;
height: auto;
width: calc(100% - 10px - 16px);
margin: 10px 0 0 10px;
display: inline-block;
vertical-align: top;
box-shadow: 1vh 1vh #dd9a20; }
.group-info-wrapper .group-info__summary {
width: 100%;
height: 60px;
background-color: #e7ebec;
border: 1px solid #c2c2c2;
padding: 0 7px 0 7px;
overflow: hidden; }
.group-info-wrapper .group-info__summary .summary__content {
position: relative;
top: 50%;
transform: translateY(-50%);
width: auto;
overflow: hidden;
text-overflow: ellipsis;
display: table; }
.group-info-wrapper .group-info__summary .summary__content .group-icon-wrapper {
vertical-align: middle;
display: inline-block;
position: relative;
line-height: 49px;
overflow: hidden;
border-radius: 50px;
height: 50px;
width: 50px; }
.group-info-wrapper .group-info__summary .summary__content .group-icon-wrapper .participants-icon {
width: 100%; }
.group-info-wrapper .group-info__summary .summary__content .summary__header {
display: inline-block;
vertical-align: middle;
text-align: left;
margin-left: 8px; }
.group-info-wrapper .group-info__summary .summary__content .summary__header h2 {
font-size: 1.7em;
margin: 0; }
.group-info-wrapper .group-info__summary .summary__content .summary__header p {
margin: 0 0 0 1px;
font-size: 0.9em; }
.group-info-wrapper ul {
padding: 0;
margin: 0;
text-align: left; }
.group-info-wrapper ul li {
padding: 3px 7px 3px 7px;
margin: 0;
background-color: #213045;
color: white;
overflow: hidden; }
.group-info-wrapper ul li .username {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 5px;
font-size: 1.5em;
font-weight: inherit; }
.group-info-wrapper ul li .disconnected {
color: #666666; }
.group-info-wrapper ul li .color {
display: inline-block;
vertical-align: middle;
width: 30px;
height: 30px;
border-radius: 30px; }
body {
background-color: #ffb526; }
body textarea, body input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none; }
body textarea:focus, body input:focus {
outline: none; }
body .tutorial-main-content {
width: 98%;
margin: 10px auto 0 auto;
text-align: center; }
body .tutorial-main-content .right-panel {
display: inline-block;
width: 25%; }
.disconnected-black-cover {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: black;
opacity: 0.7;
z-index: 100; }
.disconnected-notification {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 250px;
border-radius: 5px;
box-shadow: 6px 6px #222;
background-color: #ffb526;
z-index: 101; }
.disconnection-deer-container {
display: inline-block;
width: 35%;
height: 100%; }
.disconnection-deer-img {
margin: 30px 30px 20px 20px;
height: 190px; }
.disconnection-text-container {
display: inline-block;
vertical-align: top;
width: 63%; }
.disconnection-text {
margin-top: 25px;
font-size: 20px; }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.